2022-12-01T10:01:47.3603519Z Requested labels: linux.2xlarge 2022-12-01T10:01:47.3603586Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/89997/merge 2022-12-01T10:01:47.3603609Z Waiting for a runner to pick up this job... 2022-12-01T10:01:47.5149935Z Job is about to start running on the runner: i-0021742cf527e3721 (organization) 2022-12-01T10:01:52.1957705Z Current runner version: '2.299.1' 2022-12-01T10:01:52.1963199Z Runner name: 'i-0021742cf527e3721' 2022-12-01T10:01:52.1963672Z Runner group name: 'Default' 2022-12-01T10:01:52.1964296Z Machine name: 'ip-10-0-0-138' 2022-12-01T10:01:52.1966247Z ##[group]GITHUB_TOKEN Permissions 2022-12-01T10:01:52.1966973Z Actions: read 2022-12-01T10:01:52.1967249Z Checks: read 2022-12-01T10:01:52.1967596Z Contents: read 2022-12-01T10:01:52.1967925Z Deployments: read 2022-12-01T10:01:52.1968215Z Discussions: read 2022-12-01T10:01:52.1968527Z Issues: read 2022-12-01T10:01:52.1968834Z Metadata: read 2022-12-01T10:01:52.1969135Z Packages: read 2022-12-01T10:01:52.1969484Z Pages: read 2022-12-01T10:01:52.1969806Z PullRequests: read 2022-12-01T10:01:52.1970122Z RepositoryProjects: read 2022-12-01T10:01:52.1970488Z SecurityEvents: read 2022-12-01T10:01:52.1970836Z Statuses: read 2022-12-01T10:01:52.1971108Z ##[endgroup] 2022-12-01T10:01:52.1974086Z Secret source: None 2022-12-01T10:01:52.1974754Z Prepare workflow directory 2022-12-01T10:01:52.2894131Z Prepare all required actions 2022-12-01T10:01:52.3049955Z Getting action download info 2022-12-01T10:01:52.8108962Z Download action repository 'pytorch/pytorch@master' (SHA:850b53bbee82fb194af85b566aedee94b96def32) 2022-12-01T10:01:55.4729958Z Download action repository 'pytorch/test-infra@main' (SHA:1f415583bdcd967e33ea8fd05be71ed0bdf19880) 2022-12-01T10:01:55.7160022Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-12-01T10:01:55.8487511Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-12-01T10:01:56.1165565Z Getting action download info 2022-12-01T10:01:56.3084662Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-12-01T10:01:56.4908464Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-12-01T10:01:56.4910225Z ##[group] Inputs 2022-12-01T10:01:56.4910515Z build-environment: linux-bionic-py3.7-clang9 2022-12-01T10:01:56.4911244Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "default", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "crossref", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "crossref", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "dynamo", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "dynamo", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2022-12-01T10:01:56.4912002Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:01:56.4912324Z sync-tag: 2022-12-01T10:01:56.4912517Z ##[endgroup] 2022-12-01T10:01:56.4913006Z Complete job name: linux-bionic-py3.7-clang9 / test (dynamo, 1, 2, linux.2xlarge) 2022-12-01T10:01:56.5607262Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-12-01T10:01:56.5607577Z with: 2022-12-01T10:01:56.5607750Z submodules: recursive 2022-12-01T10:01:56.5607944Z fetch-depth: 0 2022-12-01T10:01:56.5608118Z env: 2022-12-01T10:01:56.5608284Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:01:56.5608481Z ##[endgroup] 2022-12-01T10:01:56.5831744Z ##[group]Run retry () { 2022-12-01T10:01:56.5832007Z retry () { 2022-12-01T10:01:56.5832224Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-12-01T10:01:56.5832436Z } 2022-12-01T10:01:56.5832622Z echo "${GITHUB_WORKSPACE}" 2022-12-01T10:01:56.5832830Z if [ -z "${NO_SUDO}" ]; then 2022-12-01T10:01:56.5833058Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:01:56.5833264Z else 2022-12-01T10:01:56.5833474Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:01:56.5833683Z fi 2022-12-01T10:01:56.5833924Z mkdir "${GITHUB_WORKSPACE}" 2022-12-01T10:01:56.5849632Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:01:56.5849860Z env: 2022-12-01T10:01:56.5850042Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:01:56.5850228Z NO_SUDO: 2022-12-01T10:01:56.5850384Z ##[endgroup] 2022-12-01T10:01:56.6016834Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:01:58.1497928Z ##[group]Run malfet/checkout@silent-checkout 2022-12-01T10:01:58.1498198Z with: 2022-12-01T10:01:58.1498432Z ref: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:01:58.1498676Z fetch-depth: 0 2022-12-01T10:01:58.1498878Z submodules: recursive 2022-12-01T10:01:58.1499099Z quiet-checkout: true 2022-12-01T10:01:58.1499331Z repository: pytorch/pytorch 2022-12-01T10:01:58.1499730Z token: *** 2022-12-01T10:01:58.1499935Z ssh-strict: true 2022-12-01T10:01:58.1500163Z persist-credentials: true 2022-12-01T10:01:58.1500391Z clean: true 2022-12-01T10:01:58.1500586Z lfs: false 2022-12-01T10:01:58.1500809Z set-safe-directory: true 2022-12-01T10:01:58.1501020Z env: 2022-12-01T10:01:58.1501210Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:01:58.1501430Z ##[endgroup] 2022-12-01T10:01:58.2652075Z Syncing repository: pytorch/pytorch 2022-12-01T10:01:58.2653484Z ##[group]Getting Git version info 2022-12-01T10:01:58.2653961Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:01:58.2654450Z [command]/usr/bin/git version 2022-12-01T10:01:58.2654661Z git version 2.37.1 2022-12-01T10:01:58.2655282Z ##[endgroup] 2022-12-01T10:01:58.2667249Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/845917b7-c34c-4841-a1e0-af563cd25f71' before making global git config changes 2022-12-01T10:01:58.2667692Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:01:58.2668188Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:01:58.2703083Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:01:58.2706955Z ##[group]Initializing the repository 2022-12-01T10:01:58.2709309Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:01:58.2879274Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-12-01T10:01:58.2879888Z hint: is subject to change. To configure the initial branch name to use in all 2022-12-01T10:01:58.2880445Z hint: of your new repositories, which will suppress this warning, call: 2022-12-01T10:01:58.2880706Z hint: 2022-12-01T10:01:58.2881005Z hint: git config --global init.defaultBranch 2022-12-01T10:01:58.2881250Z hint: 2022-12-01T10:01:58.2881568Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-12-01T10:01:58.2881956Z hint: 'development'. The just-created branch can be renamed via this command: 2022-12-01T10:01:58.2882220Z hint: 2022-12-01T10:01:58.2882579Z hint: git branch -m 2022-12-01T10:01:58.2882984Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-12-01T10:01:58.2888224Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-12-01T10:01:58.2916687Z ##[endgroup] 2022-12-01T10:01:58.2917096Z ##[group]Disabling automatic garbage collection 2022-12-01T10:01:58.2920175Z [command]/usr/bin/git config --local gc.auto 0 2022-12-01T10:01:58.2944729Z ##[endgroup] 2022-12-01T10:01:58.2945088Z ##[group]Setting up auth 2022-12-01T10:01:58.2950797Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:01:58.2978948Z [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:58.3211708Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:01:58.3239991Z [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:01:58.3475180Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:01:58.3514359Z ##[endgroup] 2022-12-01T10:01:58.3514785Z ##[group]Fetching the repository 2022-12-01T10:01:58.3520380Z [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:47.4483819Z [command]/usr/bin/git rev-parse --verify --quiet c13d400bffe90e16b96520bbc8a41a6f0c9cd584^{object} 2022-12-01T10:02:47.4517206Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:02:48.7218076Z ##[endgroup] 2022-12-01T10:02:48.7218656Z ##[group]Determining the checkout info 2022-12-01T10:02:48.7219843Z ##[endgroup] 2022-12-01T10:02:48.7220215Z ##[group]Checking out the ref 2022-12-01T10:02:48.7223297Z [command]/usr/bin/git checkout --quiet --force c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:02:49.9552354Z ##[endgroup] 2022-12-01T10:02:49.9552774Z ##[group]Setting up auth for fetching submodules 2022-12-01T10:02:49.9558967Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:02:49.9613034Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-12-01T10:02:49.9643455Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-12-01T10:02:49.9671054Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-12-01T10:02:49.9694720Z ##[endgroup] 2022-12-01T10:02:49.9695058Z ##[group]Fetching submodules 2022-12-01T10:02:49.9698990Z [command]/usr/bin/git submodule sync --recursive 2022-12-01T10:02:49.9958681Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-12-01T10:02:50.0210538Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-12-01T10:02:50.0211413Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-12-01T10:02:50.0212365Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-12-01T10:02:50.0214415Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-12-01T10:02:50.0216586Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-12-01T10:02:50.0219219Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-12-01T10:02:50.0221146Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-12-01T10:02:50.0223632Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-12-01T10:02:50.0226123Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-12-01T10:02:50.0228764Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-12-01T10:02:50.0231573Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-12-01T10:02:50.0234295Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-12-01T10:02:50.0237467Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-12-01T10:02:50.0240672Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-12-01T10:02:50.0243799Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-12-01T10:02:50.0246876Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-12-01T10:02:50.0250234Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-12-01T10:02:50.0253977Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:02:50.0257244Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-12-01T10:02:50.0260882Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-12-01T10:02:50.0264583Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-12-01T10:02:50.0268629Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-12-01T10:02:50.0272467Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-12-01T10:02:50.0276677Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-12-01T10:02:50.0281765Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-12-01T10:02:50.0286030Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-12-01T10:02:50.0290314Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-12-01T10:02:50.0294660Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-12-01T10:02:50.0299282Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-12-01T10:02:50.0303885Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-12-01T10:02:50.0308620Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-12-01T10:02:50.0313423Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-12-01T10:02:50.0318875Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-12-01T10:02:50.0324042Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-12-01T10:02:50.0329611Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-12-01T10:02:50.0334770Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-12-01T10:02:50.0340067Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-12-01T10:02:50.0345371Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-12-01T10:02:50.0350890Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-12-01T10:02:50.0357407Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-12-01T10:02:50.0362815Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-12-01T10:02:50.0387554Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-12-01T10:02:50.3464890Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-12-01T10:02:50.5625121Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-12-01T10:02:50.7826521Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-12-01T10:02:51.1389624Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-12-01T10:02:51.4182921Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-12-01T10:02:53.6011998Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-12-01T10:02:59.4754486Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-12-01T10:02:59.8976470Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-12-01T10:03:00.4816823Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-12-01T10:03:02.0108271Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-12-01T10:03:03.7962345Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-12-01T10:03:05.1830813Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-12-01T10:03:11.2439904Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-12-01T10:03:12.0657492Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-12-01T10:03:13.2683684Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-12-01T10:03:14.4731665Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-12-01T10:03:14.7452907Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-12-01T10:03:15.2310027Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-12-01T10:03:15.5508628Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-12-01T10:03:16.6043550Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-12-01T10:03:17.1141850Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-12-01T10:03:17.3342021Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-12-01T10:03:17.6417680Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-12-01T10:03:19.0143182Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-12-01T10:03:19.4841318Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-12-01T10:03:19.8958431Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-12-01T10:03:28.9703141Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-12-01T10:03:30.6178558Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-12-01T10:03:31.3790431Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-12-01T10:03:31.6350874Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-12-01T10:03:37.1599091Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-12-01T10:03:37.4197626Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-12-01T10:03:37.6611439Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-12-01T10:03:38.4828198Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-12-01T10:03:38.7227477Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-12-01T10:03:39.0575583Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-12-01T10:03:39.3683911Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-12-01T10:03:39.9621692Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-12-01T10:03:42.1129483Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-12-01T10:03:42.6227764Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-12-01T10:03:44.7790447Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-12-01T10:03:44.7885722Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-12-01T10:03:44.7959458Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-12-01T10:03:44.8164461Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-12-01T10:03:44.8366468Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-12-01T10:03:44.8691665Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-12-01T10:03:45.4184773Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-12-01T10:03:45.4377093Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:03:45.5283283Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-12-01T10:03:45.5593229Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-12-01T10:03:45.8222126Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-12-01T10:03:46.1952877Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-12-01T10:03:46.4186991Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-12-01T10:03:46.4603358Z Submodule path 'third_party/fbgemm': checked out '0d98c261561524cce92e37fe307ea6596664309a' 2022-12-01T10:03:46.4616974Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:03:46.4619111Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:03:46.4621567Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:03:46.4624289Z 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:46.4645724Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-12-01T10:03:47.4126879Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-12-01T10:03:47.9267440Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-12-01T10:03:49.0081947Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-12-01T10:03:49.3617204Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-12-01T10:03:49.4537421Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-12-01T10:03:49.5083211Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-12-01T10:03:49.5179903Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-12-01T10:03:49.5958260Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-12-01T10:03:49.6290713Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-12-01T10:03:49.6376220Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-12-01T10:03:49.6746145Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-12-01T10:03:49.6970936Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-12-01T10:03:49.7400371Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-12-01T10:03:49.7509114Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-12-01T10:03:49.7522050Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-12-01T10:03:49.7543098Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-12-01T10:03:57.3993537Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-12-01T10:03:57.4009945Z 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:57.4030795Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-12-01T10:04:05.0398306Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-12-01T10:04:05.0490612Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-12-01T10:04:05.0621485Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-12-01T10:04:05.1490810Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-12-01T10:04:05.1505648Z 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:05.1507484Z 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:05.1531206Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-12-01T10:04:06.3531707Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-12-01T10:04:07.6073839Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-12-01T10:04:07.6578820Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-12-01T10:04:07.6766544Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-12-01T10:04:07.6894400Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-12-01T10:04:07.7867119Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-12-01T10:04:08.0077713Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-12-01T10:04:08.0102629Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:08.0104859Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:08.0127986Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-12-01T10:04:08.5055262Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-12-01T10:04:09.3478787Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:04:09.3765978Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-12-01T10:04:09.3905163Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-12-01T10:04:09.3916805Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:09.3937849Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-12-01T10:04:11.3219981Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-12-01T10:04:11.3238612Z 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.3240385Z 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.3263225Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-12-01T10:04:11.7745651Z 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.5701240Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-12-01T10:04:12.6297305Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-12-01T10:04:12.6310885Z 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.6331986Z 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:12.8635259Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:04:12.8715332Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-12-01T10:04:13.1031624Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-12-01T10:04:13.1050431Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:13.1052336Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:13.1074740Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-12-01T10:04:13.5291008Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-12-01T10:04:14.6046688Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-12-01T10:04:14.6665973Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-12-01T10:04:14.6742842Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-12-01T10:04:14.6837357Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-12-01T10:04:14.7138180Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-12-01T10:04:14.7216385Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-12-01T10:04:14.7465563Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-12-01T10:04:14.7548359Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-12-01T10:04:14.7937959Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-12-01T10:04:14.8907580Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-12-01T10:04:14.9138344Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-12-01T10:04:14.9150923Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:14.9152705Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:14.9154739Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:14.9157088Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:14.9179213Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-12-01T10:04:16.0023316Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-12-01T10:04:16.3080498Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-12-01T10:04:17.6833629Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-12-01T10:04:18.7583070Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-12-01T10:04:18.7713500Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-12-01T10:04:18.8306000Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-12-01T10:04:18.8558661Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-12-01T10:04:18.8570480Z 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:18.8592287Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-12-01T10:04:19.1993947Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:04:19.3194975Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-12-01T10:04:19.3221232Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-12-01T10:04:19.3473591Z Entering 'android/libs/fbjni' 2022-12-01T10:04:19.3509163Z Entering 'third_party/FP16' 2022-12-01T10:04:19.3544085Z Entering 'third_party/FXdiv' 2022-12-01T10:04:19.3577997Z Entering 'third_party/NNPACK' 2022-12-01T10:04:19.3612394Z Entering 'third_party/QNNPACK' 2022-12-01T10:04:19.3650956Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:04:19.3685000Z Entering 'third_party/XNNPACK' 2022-12-01T10:04:19.3727947Z Entering 'third_party/benchmark' 2022-12-01T10:04:19.3764921Z Entering 'third_party/cpuinfo' 2022-12-01T10:04:19.3801029Z Entering 'third_party/cub' 2022-12-01T10:04:19.3835952Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:04:19.3874816Z Entering 'third_party/cutlass' 2022-12-01T10:04:19.3914048Z Entering 'third_party/eigen' 2022-12-01T10:04:19.3949503Z Entering 'third_party/fbgemm' 2022-12-01T10:04:19.3985525Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:04:19.4018663Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:04:19.4051663Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:04:19.4085297Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:04:19.4119384Z Entering 'third_party/flatbuffers' 2022-12-01T10:04:19.4154726Z Entering 'third_party/fmt' 2022-12-01T10:04:19.4188328Z Entering 'third_party/foxi' 2022-12-01T10:04:19.4225564Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:04:19.4259503Z Entering 'third_party/gloo' 2022-12-01T10:04:19.4292298Z Entering 'third_party/googletest' 2022-12-01T10:04:19.4325089Z Entering 'third_party/ideep' 2022-12-01T10:04:19.4357707Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:04:19.4391800Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:04:19.4432203Z Entering 'third_party/ios-cmake' 2022-12-01T10:04:19.4465563Z Entering 'third_party/ittapi' 2022-12-01T10:04:19.4498709Z Entering 'third_party/kineto' 2022-12-01T10:04:19.4532465Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:04:19.4566226Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:04:19.4600561Z Entering 'third_party/nccl/nccl' 2022-12-01T10:04:19.4634036Z Entering 'third_party/neon2sse' 2022-12-01T10:04:19.4667743Z Entering 'third_party/nlohmann' 2022-12-01T10:04:19.4702227Z Entering 'third_party/onnx' 2022-12-01T10:04:19.4747290Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:19.4780828Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:19.4817710Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:04:19.4849531Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:19.4887723Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:04:19.4920811Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:04:19.4952010Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:04:19.4990920Z Entering 'third_party/pocketfft' 2022-12-01T10:04:19.5024826Z Entering 'third_party/protobuf' 2022-12-01T10:04:19.5061657Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:19.5126404Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:19.5130394Z Entering 'third_party/psimd' 2022-12-01T10:04:19.5164909Z Entering 'third_party/pthreadpool' 2022-12-01T10:04:19.5200004Z Entering 'third_party/pybind11' 2022-12-01T10:04:19.5233520Z Entering 'third_party/python-enum' 2022-12-01T10:04:19.5266861Z Entering 'third_party/python-peachpy' 2022-12-01T10:04:19.5300128Z Entering 'third_party/python-six' 2022-12-01T10:04:19.5333546Z Entering 'third_party/sleef' 2022-12-01T10:04:19.5368935Z Entering 'third_party/tbb' 2022-12-01T10:04:19.5405681Z Entering 'third_party/tensorpipe' 2022-12-01T10:04:19.5440607Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:19.5472532Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:19.5506105Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:19.5538320Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:19.5570931Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:04:19.5606260Z Entering 'third_party/zstd' 2022-12-01T10:04:19.5647515Z ##[endgroup] 2022-12-01T10:04:19.5647880Z ##[group]Persisting credentials for submodules 2022-12-01T10:04:19.5653794Z [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:19.5901519Z Entering 'android/libs/fbjni' 2022-12-01T10:04:19.5935361Z Entering 'third_party/FP16' 2022-12-01T10:04:19.5968836Z Entering 'third_party/FXdiv' 2022-12-01T10:04:19.6002189Z Entering 'third_party/NNPACK' 2022-12-01T10:04:19.6035220Z Entering 'third_party/QNNPACK' 2022-12-01T10:04:19.6069825Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:04:19.6102218Z Entering 'third_party/XNNPACK' 2022-12-01T10:04:19.6145805Z Entering 'third_party/benchmark' 2022-12-01T10:04:19.6180254Z Entering 'third_party/cpuinfo' 2022-12-01T10:04:19.6213417Z Entering 'third_party/cub' 2022-12-01T10:04:19.6246790Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:04:19.6284174Z Entering 'third_party/cutlass' 2022-12-01T10:04:19.6323120Z Entering 'third_party/eigen' 2022-12-01T10:04:19.6358543Z Entering 'third_party/fbgemm' 2022-12-01T10:04:19.6390961Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:04:19.6423238Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:04:19.6455298Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:04:19.6488627Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:04:19.6520788Z Entering 'third_party/flatbuffers' 2022-12-01T10:04:19.6554944Z Entering 'third_party/fmt' 2022-12-01T10:04:19.6589648Z Entering 'third_party/foxi' 2022-12-01T10:04:19.6625547Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:04:19.6658181Z Entering 'third_party/gloo' 2022-12-01T10:04:19.6692507Z Entering 'third_party/googletest' 2022-12-01T10:04:19.6725360Z Entering 'third_party/ideep' 2022-12-01T10:04:19.6757896Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:04:19.6791797Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:04:19.6829292Z Entering 'third_party/ios-cmake' 2022-12-01T10:04:19.6862640Z Entering 'third_party/ittapi' 2022-12-01T10:04:19.6895612Z Entering 'third_party/kineto' 2022-12-01T10:04:19.6928900Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:04:19.6962036Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:04:19.6996036Z Entering 'third_party/nccl/nccl' 2022-12-01T10:04:19.7028871Z Entering 'third_party/neon2sse' 2022-12-01T10:04:19.7061677Z Entering 'third_party/nlohmann' 2022-12-01T10:04:19.7096577Z Entering 'third_party/onnx' 2022-12-01T10:04:19.7140307Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:19.7175751Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:19.7212683Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:04:19.7244950Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:19.7281680Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:04:19.7315234Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:04:19.7349662Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:04:19.7386664Z Entering 'third_party/pocketfft' 2022-12-01T10:04:19.7420315Z Entering 'third_party/protobuf' 2022-12-01T10:04:19.7457058Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:19.7489233Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:19.7527750Z Entering 'third_party/psimd' 2022-12-01T10:04:19.7563359Z Entering 'third_party/pthreadpool' 2022-12-01T10:04:19.7595916Z Entering 'third_party/pybind11' 2022-12-01T10:04:19.7629916Z Entering 'third_party/python-enum' 2022-12-01T10:04:19.7662671Z Entering 'third_party/python-peachpy' 2022-12-01T10:04:19.7695393Z Entering 'third_party/python-six' 2022-12-01T10:04:19.7731125Z Entering 'third_party/sleef' 2022-12-01T10:04:19.7764390Z Entering 'third_party/tbb' 2022-12-01T10:04:19.7800405Z Entering 'third_party/tensorpipe' 2022-12-01T10:04:19.7833871Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:19.7867051Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:19.7898646Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:19.7932601Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:19.7966091Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:04:19.8001089Z Entering 'third_party/zstd' 2022-12-01T10:04:19.8044259Z [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:19.8299955Z Entering 'android/libs/fbjni' 2022-12-01T10:04:19.8330814Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-12-01T10:04:19.8345295Z Entering 'third_party/FP16' 2022-12-01T10:04:19.8377930Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-12-01T10:04:19.8392227Z Entering 'third_party/FXdiv' 2022-12-01T10:04:19.8424296Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-12-01T10:04:19.8438482Z Entering 'third_party/NNPACK' 2022-12-01T10:04:19.8470213Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-12-01T10:04:19.8485083Z Entering 'third_party/QNNPACK' 2022-12-01T10:04:19.8516110Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-12-01T10:04:19.8530380Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:04:19.8561274Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-12-01T10:04:19.8575073Z Entering 'third_party/XNNPACK' 2022-12-01T10:04:19.8605776Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-12-01T10:04:19.8629696Z Entering 'third_party/benchmark' 2022-12-01T10:04:19.8662978Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:04:19.8677055Z Entering 'third_party/cpuinfo' 2022-12-01T10:04:19.8707247Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T10:04:19.8723128Z Entering 'third_party/cub' 2022-12-01T10:04:19.8754156Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-12-01T10:04:19.8768169Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:04:19.8799215Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-12-01T10:04:19.8817581Z Entering 'third_party/cutlass' 2022-12-01T10:04:19.8849310Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-12-01T10:04:19.8869477Z Entering 'third_party/eigen' 2022-12-01T10:04:19.8901247Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-12-01T10:04:19.8917574Z Entering 'third_party/fbgemm' 2022-12-01T10:04:19.8949364Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-12-01T10:04:19.8963546Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:04:19.8994758Z 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:19.9008384Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:04:19.9039833Z 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:19.9053881Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:04:19.9084371Z 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:19.9098717Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:04:19.9130532Z 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:19.9146190Z Entering 'third_party/flatbuffers' 2022-12-01T10:04:19.9177960Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-12-01T10:04:19.9194031Z Entering 'third_party/fmt' 2022-12-01T10:04:19.9226234Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-12-01T10:04:19.9240550Z Entering 'third_party/foxi' 2022-12-01T10:04:19.9273092Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-12-01T10:04:19.9288436Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:04:19.9319255Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-12-01T10:04:19.9333386Z Entering 'third_party/gloo' 2022-12-01T10:04:19.9364977Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-12-01T10:04:19.9378604Z Entering 'third_party/googletest' 2022-12-01T10:04:19.9409519Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:04:19.9423540Z Entering 'third_party/ideep' 2022-12-01T10:04:19.9454524Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-12-01T10:04:19.9468469Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:04:19.9499998Z 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:19.9514709Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:04:19.9546579Z 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:19.9566387Z Entering 'third_party/ios-cmake' 2022-12-01T10:04:19.9596733Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-12-01T10:04:19.9610991Z Entering 'third_party/ittapi' 2022-12-01T10:04:19.9642566Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-12-01T10:04:19.9656169Z Entering 'third_party/kineto' 2022-12-01T10:04:19.9686982Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-12-01T10:04:19.9700599Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:04:19.9731676Z 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:19.9745286Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:04:19.9776192Z 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:19.9791036Z Entering 'third_party/nccl/nccl' 2022-12-01T10:04:19.9822695Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-12-01T10:04:19.9836355Z Entering 'third_party/neon2sse' 2022-12-01T10:04:19.9867677Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-12-01T10:04:19.9881851Z Entering 'third_party/nlohmann' 2022-12-01T10:04:19.9913332Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-12-01T10:04:19.9929375Z Entering 'third_party/onnx' 2022-12-01T10:04:19.9960487Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-12-01T10:04:19.9985250Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:20.0016292Z 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.0030634Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:20.0061516Z 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.0078752Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:04:20.0109724Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-12-01T10:04:20.0122975Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:20.0154104Z 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.0172297Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:04:20.0204593Z 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.0218150Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:04:20.0249973Z 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.0263721Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:04:20.0295119Z 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.0313709Z Entering 'third_party/pocketfft' 2022-12-01T10:04:20.0345249Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-12-01T10:04:20.0360036Z Entering 'third_party/protobuf' 2022-12-01T10:04:20.0390924Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-12-01T10:04:20.0408825Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:20.0440703Z 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.0454185Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:20.0484489Z 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.0499723Z Entering 'third_party/psimd' 2022-12-01T10:04:20.0532288Z 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.0545824Z Entering 'third_party/pthreadpool' 2022-12-01T10:04:20.0577061Z 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.0590438Z Entering 'third_party/pybind11' 2022-12-01T10:04:20.0622971Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:04:20.0637040Z Entering 'third_party/python-enum' 2022-12-01T10:04:20.0667427Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-12-01T10:04:20.0681618Z Entering 'third_party/python-peachpy' 2022-12-01T10:04:20.0712398Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-12-01T10:04:20.0727173Z Entering 'third_party/python-six' 2022-12-01T10:04:20.0758027Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-12-01T10:04:20.0771252Z Entering 'third_party/sleef' 2022-12-01T10:04:20.0803352Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-12-01T10:04:20.0817344Z Entering 'third_party/tbb' 2022-12-01T10:04:20.0848160Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-12-01T10:04:20.0863727Z Entering 'third_party/tensorpipe' 2022-12-01T10:04:20.0895067Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-12-01T10:04:20.0909128Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:20.0939672Z 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.0953078Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:20.0983671Z 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.0997176Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:20.1029211Z 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.1042967Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:20.1074886Z 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.1088377Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:04:20.1118711Z 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.1135045Z Entering 'third_party/zstd' 2022-12-01T10:04:20.1166395Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-12-01T10:04:20.1782462Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-12-01T10:04:20.2036249Z Entering 'android/libs/fbjni' 2022-12-01T10:04:20.2070287Z Entering 'third_party/FP16' 2022-12-01T10:04:20.2103828Z Entering 'third_party/FXdiv' 2022-12-01T10:04:20.2138575Z Entering 'third_party/NNPACK' 2022-12-01T10:04:20.2172468Z Entering 'third_party/QNNPACK' 2022-12-01T10:04:20.2206812Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:04:20.2240319Z Entering 'third_party/XNNPACK' 2022-12-01T10:04:20.2283939Z Entering 'third_party/benchmark' 2022-12-01T10:04:20.2317276Z Entering 'third_party/cpuinfo' 2022-12-01T10:04:20.2351429Z Entering 'third_party/cub' 2022-12-01T10:04:20.2386546Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:04:20.2425229Z Entering 'third_party/cutlass' 2022-12-01T10:04:20.2464618Z Entering 'third_party/eigen' 2022-12-01T10:04:20.2499854Z Entering 'third_party/fbgemm' 2022-12-01T10:04:20.2533380Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:04:20.2566993Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:04:20.2600199Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:04:20.2632667Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:04:20.2667966Z Entering 'third_party/flatbuffers' 2022-12-01T10:04:20.2702762Z Entering 'third_party/fmt' 2022-12-01T10:04:20.2736429Z Entering 'third_party/foxi' 2022-12-01T10:04:20.2841310Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:04:20.2875080Z Entering 'third_party/gloo' 2022-12-01T10:04:20.2908179Z Entering 'third_party/googletest' 2022-12-01T10:04:20.2942402Z Entering 'third_party/ideep' 2022-12-01T10:04:20.2974801Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:04:20.3009824Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:04:20.3048999Z Entering 'third_party/ios-cmake' 2022-12-01T10:04:20.3082624Z Entering 'third_party/ittapi' 2022-12-01T10:04:20.3115467Z Entering 'third_party/kineto' 2022-12-01T10:04:20.3148787Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:04:20.3181678Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:04:20.3215942Z Entering 'third_party/nccl/nccl' 2022-12-01T10:04:20.3249105Z Entering 'third_party/neon2sse' 2022-12-01T10:04:20.3282173Z Entering 'third_party/nlohmann' 2022-12-01T10:04:20.3315668Z Entering 'third_party/onnx' 2022-12-01T10:04:20.3360085Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:20.3393632Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:20.3429072Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:04:20.3462880Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:20.3499945Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:04:20.3534641Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:04:20.3568951Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:04:20.3607215Z Entering 'third_party/pocketfft' 2022-12-01T10:04:20.3641374Z Entering 'third_party/protobuf' 2022-12-01T10:04:20.3678605Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:20.3711452Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:20.3747218Z Entering 'third_party/psimd' 2022-12-01T10:04:20.3780775Z Entering 'third_party/pthreadpool' 2022-12-01T10:04:20.3814810Z Entering 'third_party/pybind11' 2022-12-01T10:04:20.3849289Z Entering 'third_party/python-enum' 2022-12-01T10:04:20.3884230Z Entering 'third_party/python-peachpy' 2022-12-01T10:04:20.3917547Z Entering 'third_party/python-six' 2022-12-01T10:04:20.3951154Z Entering 'third_party/sleef' 2022-12-01T10:04:20.3986414Z Entering 'third_party/tbb' 2022-12-01T10:04:20.4022384Z Entering 'third_party/tensorpipe' 2022-12-01T10:04:20.4056944Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:20.4090933Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:20.4124381Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:20.4158811Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:20.4192237Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:04:20.4228690Z Entering 'third_party/zstd' 2022-12-01T10:04:20.4274505Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-12-01T10:04:20.4525989Z Entering 'android/libs/fbjni' 2022-12-01T10:04:20.4560409Z Entering 'third_party/FP16' 2022-12-01T10:04:20.4593191Z Entering 'third_party/FXdiv' 2022-12-01T10:04:20.4626378Z Entering 'third_party/NNPACK' 2022-12-01T10:04:20.4661095Z Entering 'third_party/QNNPACK' 2022-12-01T10:04:20.4695477Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:04:20.4728891Z Entering 'third_party/XNNPACK' 2022-12-01T10:04:20.4771584Z Entering 'third_party/benchmark' 2022-12-01T10:04:20.4805279Z Entering 'third_party/cpuinfo' 2022-12-01T10:04:20.4839107Z Entering 'third_party/cub' 2022-12-01T10:04:20.4872923Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:04:20.4911247Z Entering 'third_party/cutlass' 2022-12-01T10:04:20.4950900Z Entering 'third_party/eigen' 2022-12-01T10:04:20.4985877Z Entering 'third_party/fbgemm' 2022-12-01T10:04:20.5020096Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:04:20.5052759Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:04:20.5085554Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:04:20.5119799Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:04:20.5152967Z Entering 'third_party/flatbuffers' 2022-12-01T10:04:20.5187972Z Entering 'third_party/fmt' 2022-12-01T10:04:20.5221399Z Entering 'third_party/foxi' 2022-12-01T10:04:20.5255647Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:04:20.5288397Z Entering 'third_party/gloo' 2022-12-01T10:04:20.5322382Z Entering 'third_party/googletest' 2022-12-01T10:04:20.5355974Z Entering 'third_party/ideep' 2022-12-01T10:04:20.5389260Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:04:20.5424001Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:04:20.5462545Z Entering 'third_party/ios-cmake' 2022-12-01T10:04:20.5496797Z Entering 'third_party/ittapi' 2022-12-01T10:04:20.5530542Z Entering 'third_party/kineto' 2022-12-01T10:04:20.5564478Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:04:20.5598189Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:04:20.5632811Z Entering 'third_party/nccl/nccl' 2022-12-01T10:04:20.5667952Z Entering 'third_party/neon2sse' 2022-12-01T10:04:20.5701281Z Entering 'third_party/nlohmann' 2022-12-01T10:04:20.5735735Z Entering 'third_party/onnx' 2022-12-01T10:04:20.5781188Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:20.5815169Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:20.5851674Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:04:20.5885758Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:20.5923854Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:04:20.5957657Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:04:20.5991818Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:04:20.6030417Z Entering 'third_party/pocketfft' 2022-12-01T10:04:20.6064688Z Entering 'third_party/protobuf' 2022-12-01T10:04:20.6101450Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:20.6135366Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:20.6170681Z Entering 'third_party/psimd' 2022-12-01T10:04:20.6204863Z Entering 'third_party/pthreadpool' 2022-12-01T10:04:20.6238858Z Entering 'third_party/pybind11' 2022-12-01T10:04:20.6272433Z Entering 'third_party/python-enum' 2022-12-01T10:04:20.6306257Z Entering 'third_party/python-peachpy' 2022-12-01T10:04:20.6340216Z Entering 'third_party/python-six' 2022-12-01T10:04:20.6373977Z Entering 'third_party/sleef' 2022-12-01T10:04:20.6408983Z Entering 'third_party/tbb' 2022-12-01T10:04:20.6443943Z Entering 'third_party/tensorpipe' 2022-12-01T10:04:20.6478869Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:20.6511908Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:20.6546107Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:20.6580424Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:20.6613659Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:04:20.6650812Z Entering 'third_party/zstd' 2022-12-01T10:04:20.6693972Z ##[endgroup] 2022-12-01T10:04:20.6733851Z [command]/usr/bin/git log -1 --format='%H' 2022-12-01T10:04:20.6760452Z 'c13d400bffe90e16b96520bbc8a41a6f0c9cd584' 2022-12-01T10:04:20.6898898Z Prepare all required actions 2022-12-01T10:04:20.6924950Z ##[group]Run ./.github/actions/setup-linux 2022-12-01T10:04:20.6925150Z env: 2022-12-01T10:04:20.6925328Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:20.6925502Z ##[endgroup] 2022-12-01T10:04:20.6940118Z ##[group]Run set -euo pipefail 2022-12-01T10:04:20.6940359Z set -euo pipefail 2022-12-01T10:04:20.6940573Z function get_ec2_metadata() { 2022-12-01T10:04:20.6940806Z  # Pulled from instance metadata endpoint for EC2 2022-12-01T10:04:20.6941164Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-12-01T10:04:20.6941465Z  category=$1 2022-12-01T10:04:20.6941694Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-12-01T10:04:20.6941919Z } 2022-12-01T10:04:20.6942124Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-12-01T10:04:20.6942396Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-12-01T10:04:20.6942767Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-12-01T10:04:20.6943002Z echo "system info $(uname -a)" 2022-12-01T10:04:20.6953982Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:20.6954202Z env: 2022-12-01T10:04:20.6954365Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:20.6954551Z ##[endgroup] 2022-12-01T10:04:20.7030818Z ami-id: ami-096198a0bccc6bad4 2022-12-01T10:04:20.7082696Z instance-id: i-0021742cf527e3721 2022-12-01T10:04:20.7131004Z instance-type: c5.2xlarge 2022-12-01T10:04:20.7138602Z system info Linux ip-10-0-0-138.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:20.7154898Z ##[group]Run if systemctl is-active --quiet docker; then 2022-12-01T10:04:20.7155196Z if systemctl is-active --quiet docker; then 2022-12-01T10:04:20.7155428Z  echo "Docker daemon is running..."; 2022-12-01T10:04:20.7155641Z else 2022-12-01T10:04:20.7155966Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-12-01T10:04:20.7156198Z fi 2022-12-01T10:04:20.7167250Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:20.7167469Z env: 2022-12-01T10:04:20.7167644Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:20.7167818Z ##[endgroup] 2022-12-01T10:04:20.7272765Z Docker daemon is running... 2022-12-01T10:04:20.7288770Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:04:20.7289126Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:04:20.7289405Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:04:20.7289783Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-12-01T10:04:20.7290132Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-12-01T10:04:20.7300259Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:20.7300474Z env: 2022-12-01T10:04:20.7300646Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:20.7300828Z AWS_RETRY_MODE: standard 2022-12-01T10:04:20.7301013Z AWS_MAX_ATTEMPTS: 5 2022-12-01T10:04:20.7301206Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T10:04:20.7301383Z ##[endgroup] 2022-12-01T10:04:22.1282130Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-12-01T10:04:22.1282491Z Configure a credential helper to remove this warning. See 2022-12-01T10:04:22.1282884Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-12-01T10:04:22.1283083Z 2022-12-01T10:04:22.1283314Z Login Succeeded 2022-12-01T10:04:22.1312826Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:04:22.1313171Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:04:22.1313547Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:04:22.1324998Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:22.1325250Z env: 2022-12-01T10:04:22.1325455Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:22.1325659Z ##[endgroup] 2022-12-01T10:04:22.1411808Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-12-01T10:04:22.1412039Z with: 2022-12-01T10:04:22.1412372Z github-secret: *** 2022-12-01T10:04:22.1412575Z activate-with-label: false 2022-12-01T10:04:22.1412756Z label: with-ssh 2022-12-01T10:04:22.1412946Z remove-existing-keys: true 2022-12-01T10:04:22.1413129Z env: 2022-12-01T10:04:22.1413286Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:22.1413469Z ##[endgroup] 2022-12-01T10:04:22.6045383Z Grabbing public ssh keys from https://github.com/charlie-wt.keys 2022-12-01T10:04:22.7556401Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-12-01T10:04:22.7571356Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-12-01T10:04:22.7599617Z Login using: ssh ec2-user@ec2-52-55-226-91.compute-1.amazonaws.com 2022-12-01T10:04:22.7662618Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2022-12-01T10:04:22.7662869Z with: 2022-12-01T10:04:22.7663190Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:04:22.7663510Z env: 2022-12-01T10:04:22.7663681Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:22.7663851Z ##[endgroup] 2022-12-01T10:04:22.7676805Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:04:22.7677173Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:04:22.7677443Z # ignore output since only exit code is used for conditional 2022-12-01T10:04:22.7677723Z # only pull docker image if it's not available locally 2022-12-01T10:04:22.7678013Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-12-01T10:04:22.7678318Z  retry docker pull "${DOCKER_IMAGE}" 2022-12-01T10:04:22.7678515Z fi 2022-12-01T10:04:22.7689341Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:22.7689557Z env: 2022-12-01T10:04:22.7689730Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:22.7690072Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:04:22.7690399Z ##[endgroup] 2022-12-01T10:04:22.9951024Z fa72f5a0a230eb632055220542038bd4ceca184b: Pulling from pytorch/pytorch-linux-bionic-py3.7-clang9 2022-12-01T10:04:22.9952200Z 726b8a513d66: Pulling fs layer 2022-12-01T10:04:22.9952507Z 4c162df00807: Pulling fs layer 2022-12-01T10:04:22.9952717Z 12d7c3bb4071: Pulling fs layer 2022-12-01T10:04:22.9952920Z a4ada130b3d8: Pulling fs layer 2022-12-01T10:04:22.9954533Z 1c004b6833a9: Pulling fs layer 2022-12-01T10:04:22.9956193Z c69cf3e07f05: Pulling fs layer 2022-12-01T10:04:22.9956691Z d7fa3cc1c4b0: Pulling fs layer 2022-12-01T10:04:22.9957027Z 5b3f7eea69ee: Pulling fs layer 2022-12-01T10:04:22.9957296Z f3b75eca38c8: Pulling fs layer 2022-12-01T10:04:22.9957573Z fb9742168942: Pulling fs layer 2022-12-01T10:04:22.9957868Z ba69bdb35bc3: Pulling fs layer 2022-12-01T10:04:22.9958112Z 270cb7e030e6: Pulling fs layer 2022-12-01T10:04:22.9958396Z cf0509a05e67: Pulling fs layer 2022-12-01T10:04:22.9958740Z c7c883db0ae1: Pulling fs layer 2022-12-01T10:04:22.9959206Z e403471ed02a: Pulling fs layer 2022-12-01T10:04:22.9959497Z 746c4a84b946: Pulling fs layer 2022-12-01T10:04:22.9959853Z a1625d05811f: Pulling fs layer 2022-12-01T10:04:22.9960189Z c69cf3e07f05: Waiting 2022-12-01T10:04:22.9960417Z d4230d2a5583: Pulling fs layer 2022-12-01T10:04:22.9960604Z d7fa3cc1c4b0: Waiting 2022-12-01T10:04:22.9960795Z 35dbacbde92e: Pulling fs layer 2022-12-01T10:04:22.9960975Z 5b3f7eea69ee: Waiting 2022-12-01T10:04:22.9961168Z 74f159c4e8f4: Pulling fs layer 2022-12-01T10:04:22.9961360Z 30e25e3dd13e: Pulling fs layer 2022-12-01T10:04:22.9961530Z f3b75eca38c8: Waiting 2022-12-01T10:04:22.9961725Z d9a2350b6e9c: Pulling fs layer 2022-12-01T10:04:22.9962681Z 892077bdfb99: Pulling fs layer 2022-12-01T10:04:22.9963083Z 21bc22d75102: Pulling fs layer 2022-12-01T10:04:22.9963456Z 882d6677f9d0: Pulling fs layer 2022-12-01T10:04:22.9963846Z 61e5f18293fb: Pulling fs layer 2022-12-01T10:04:22.9964195Z 0c99ed5e47b0: Pulling fs layer 2022-12-01T10:04:22.9964566Z de5ace6d3a82: Pulling fs layer 2022-12-01T10:04:22.9964943Z 1d13d3c2c08b: Pulling fs layer 2022-12-01T10:04:22.9965234Z 700c1b016e9c: Pulling fs layer 2022-12-01T10:04:22.9965426Z a4ada130b3d8: Waiting 2022-12-01T10:04:22.9965610Z 2f80402944a8: Pulling fs layer 2022-12-01T10:04:22.9965789Z 3a954d3daee2: Pulling fs layer 2022-12-01T10:04:22.9965983Z c7064c3fe401: Pulling fs layer 2022-12-01T10:04:22.9966170Z 379b44c142c3: Pulling fs layer 2022-12-01T10:04:22.9966351Z acc9cb4226e8: Pulling fs layer 2022-12-01T10:04:22.9966671Z 04a9294e28b0: Pulling fs layer 2022-12-01T10:04:22.9966862Z cfc71ad63958: Pulling fs layer 2022-12-01T10:04:22.9967103Z 486e91289918: Pulling fs layer 2022-12-01T10:04:22.9967292Z 98b91e719899: Pulling fs layer 2022-12-01T10:04:22.9967493Z 086a9aefc964: Pulling fs layer 2022-12-01T10:04:22.9967793Z fb9742168942: Waiting 2022-12-01T10:04:22.9968114Z e403471ed02a: Waiting 2022-12-01T10:04:22.9971151Z e39d6e9213cc: Pulling fs layer 2022-12-01T10:04:22.9971683Z ba69bdb35bc3: Waiting 2022-12-01T10:04:22.9972102Z 721a11edd37d: Pulling fs layer 2022-12-01T10:04:22.9972431Z 746c4a84b946: Waiting 2022-12-01T10:04:22.9972744Z e9641285c2a8: Pulling fs layer 2022-12-01T10:04:22.9973031Z 270cb7e030e6: Waiting 2022-12-01T10:04:22.9973212Z 592c7690849c: Pulling fs layer 2022-12-01T10:04:22.9973377Z a1625d05811f: Waiting 2022-12-01T10:04:22.9973829Z bfafe70370d0: Pulling fs layer 2022-12-01T10:04:22.9974072Z cf0509a05e67: Waiting 2022-12-01T10:04:22.9974246Z 0adbe1559bf5: Pulling fs layer 2022-12-01T10:04:22.9974502Z d4230d2a5583: Waiting 2022-12-01T10:04:22.9974855Z f14c564c7117: Pulling fs layer 2022-12-01T10:04:22.9975122Z c7c883db0ae1: Waiting 2022-12-01T10:04:22.9975329Z a63b16c316d4: Pulling fs layer 2022-12-01T10:04:22.9975615Z 35dbacbde92e: Waiting 2022-12-01T10:04:22.9976083Z 7e36a9a0278d: Pulling fs layer 2022-12-01T10:04:22.9976313Z 74f159c4e8f4: Waiting 2022-12-01T10:04:22.9976610Z fdb717be0bec: Pulling fs layer 2022-12-01T10:04:22.9976853Z 30e25e3dd13e: Waiting 2022-12-01T10:04:22.9977152Z cbe98da5c664: Pulling fs layer 2022-12-01T10:04:22.9977395Z cec98a24dbc4: Pulling fs layer 2022-12-01T10:04:22.9977658Z f78b1ddfe0f0: Pulling fs layer 2022-12-01T10:04:22.9977945Z 3ef99cf88871: Pulling fs layer 2022-12-01T10:04:22.9978158Z 6adffe6d0822: Pulling fs layer 2022-12-01T10:04:22.9978428Z 700c1b016e9c: Waiting 2022-12-01T10:04:22.9978699Z 23d8dc483f65: Pulling fs layer 2022-12-01T10:04:22.9978897Z 1d13d3c2c08b: Waiting 2022-12-01T10:04:22.9979122Z 2f80402944a8: Waiting 2022-12-01T10:04:22.9979354Z d9a2350b6e9c: Waiting 2022-12-01T10:04:22.9979553Z 3a954d3daee2: Waiting 2022-12-01T10:04:22.9979820Z acb57cbc9657: Pulling fs layer 2022-12-01T10:04:22.9980077Z 4b911fbe2260: Pulling fs layer 2022-12-01T10:04:22.9980306Z 892077bdfb99: Waiting 2022-12-01T10:04:22.9980587Z a29c59a3a158: Pulling fs layer 2022-12-01T10:04:22.9980878Z 7c23f774c2d1: Pulling fs layer 2022-12-01T10:04:22.9981094Z 21bc22d75102: Waiting 2022-12-01T10:04:22.9981327Z acc9cb4226e8: Waiting 2022-12-01T10:04:22.9981566Z 0adbe1559bf5: Waiting 2022-12-01T10:04:22.9981751Z 04a9294e28b0: Waiting 2022-12-01T10:04:22.9981994Z c7064c3fe401: Waiting 2022-12-01T10:04:22.9982215Z 1c004b6833a9: Waiting 2022-12-01T10:04:22.9982395Z 086a9aefc964: Waiting 2022-12-01T10:04:22.9982624Z 486e91289918: Waiting 2022-12-01T10:04:22.9982879Z e39d6e9213cc: Waiting 2022-12-01T10:04:22.9983178Z 882d6677f9d0: Waiting 2022-12-01T10:04:22.9983406Z 721a11edd37d: Waiting 2022-12-01T10:04:22.9983637Z f14c564c7117: Waiting 2022-12-01T10:04:22.9983825Z e9641285c2a8: Waiting 2022-12-01T10:04:22.9984280Z a63b16c316d4: Waiting 2022-12-01T10:04:22.9984535Z 98b91e719899: Waiting 2022-12-01T10:04:22.9984730Z 0c99ed5e47b0: Waiting 2022-12-01T10:04:22.9985014Z fdb717be0bec: Waiting 2022-12-01T10:04:22.9985299Z de5ace6d3a82: Waiting 2022-12-01T10:04:22.9985525Z f78b1ddfe0f0: Waiting 2022-12-01T10:04:22.9985785Z 3ef99cf88871: Waiting 2022-12-01T10:04:22.9986012Z 6adffe6d0822: Waiting 2022-12-01T10:04:22.9986198Z cbe98da5c664: Waiting 2022-12-01T10:04:22.9986429Z cec98a24dbc4: Waiting 2022-12-01T10:04:22.9986686Z a29c59a3a158: Waiting 2022-12-01T10:04:22.9986871Z bfafe70370d0: Waiting 2022-12-01T10:04:22.9987097Z 592c7690849c: Waiting 2022-12-01T10:04:22.9988913Z acb57cbc9657: Waiting 2022-12-01T10:04:22.9989563Z 7c23f774c2d1: Waiting 2022-12-01T10:04:22.9989909Z 4b911fbe2260: Waiting 2022-12-01T10:04:22.9990273Z 379b44c142c3: Waiting 2022-12-01T10:04:23.0763953Z 4c162df00807: Download complete 2022-12-01T10:04:23.1649116Z a4ada130b3d8: Verifying Checksum 2022-12-01T10:04:23.1649808Z a4ada130b3d8: Download complete 2022-12-01T10:04:23.3274733Z 726b8a513d66: Verifying Checksum 2022-12-01T10:04:23.3275331Z 726b8a513d66: Download complete 2022-12-01T10:04:23.4105079Z c69cf3e07f05: Download complete 2022-12-01T10:04:23.4814023Z d7fa3cc1c4b0: Download complete 2022-12-01T10:04:23.5697607Z 5b3f7eea69ee: Verifying Checksum 2022-12-01T10:04:23.5698069Z 5b3f7eea69ee: Download complete 2022-12-01T10:04:23.6453641Z f3b75eca38c8: Verifying Checksum 2022-12-01T10:04:23.6454024Z f3b75eca38c8: Download complete 2022-12-01T10:04:23.7272722Z fb9742168942: Verifying Checksum 2022-12-01T10:04:23.7273157Z fb9742168942: Download complete 2022-12-01T10:04:23.8385789Z ba69bdb35bc3: Verifying Checksum 2022-12-01T10:04:23.8386189Z ba69bdb35bc3: Download complete 2022-12-01T10:04:23.9307068Z 270cb7e030e6: Verifying Checksum 2022-12-01T10:04:23.9307393Z 270cb7e030e6: Download complete 2022-12-01T10:04:23.9678596Z 726b8a513d66: Pull complete 2022-12-01T10:04:24.0170646Z cf0509a05e67: Download complete 2022-12-01T10:04:24.0625019Z 4c162df00807: Pull complete 2022-12-01T10:04:24.8385069Z 1c004b6833a9: Verifying Checksum 2022-12-01T10:04:24.8385507Z 1c004b6833a9: Download complete 2022-12-01T10:04:24.9222787Z e403471ed02a: Verifying Checksum 2022-12-01T10:04:24.9223170Z e403471ed02a: Download complete 2022-12-01T10:04:25.0066511Z 746c4a84b946: Download complete 2022-12-01T10:04:25.1035544Z a1625d05811f: Verifying Checksum 2022-12-01T10:04:25.1036020Z a1625d05811f: Download complete 2022-12-01T10:04:25.1772162Z d4230d2a5583: Download complete 2022-12-01T10:04:25.2583069Z 35dbacbde92e: Verifying Checksum 2022-12-01T10:04:25.2583345Z 35dbacbde92e: Download complete 2022-12-01T10:04:25.3192038Z 74f159c4e8f4: Verifying Checksum 2022-12-01T10:04:25.3192465Z 74f159c4e8f4: Download complete 2022-12-01T10:04:25.3929515Z 30e25e3dd13e: Download complete 2022-12-01T10:04:25.4727541Z d9a2350b6e9c: Download complete 2022-12-01T10:04:25.5359336Z 892077bdfb99: Verifying Checksum 2022-12-01T10:04:25.5359594Z 892077bdfb99: Download complete 2022-12-01T10:04:25.6137657Z 21bc22d75102: Verifying Checksum 2022-12-01T10:04:25.6138023Z 21bc22d75102: Download complete 2022-12-01T10:04:26.2394012Z 12d7c3bb4071: Verifying Checksum 2022-12-01T10:04:26.2394397Z 12d7c3bb4071: Download complete 2022-12-01T10:04:26.3131612Z 61e5f18293fb: Verifying Checksum 2022-12-01T10:04:26.3132045Z 61e5f18293fb: Download complete 2022-12-01T10:04:26.4123654Z 0c99ed5e47b0: Verifying Checksum 2022-12-01T10:04:26.4124157Z 0c99ed5e47b0: Download complete 2022-12-01T10:04:26.5020530Z de5ace6d3a82: Verifying Checksum 2022-12-01T10:04:26.5020995Z de5ace6d3a82: Download complete 2022-12-01T10:04:26.5731173Z 1d13d3c2c08b: Verifying Checksum 2022-12-01T10:04:26.5731478Z 1d13d3c2c08b: Download complete 2022-12-01T10:04:26.5825500Z 882d6677f9d0: Verifying Checksum 2022-12-01T10:04:26.5825875Z 882d6677f9d0: Download complete 2022-12-01T10:04:26.6459762Z 700c1b016e9c: Download complete 2022-12-01T10:04:26.7246627Z 3a954d3daee2: Verifying Checksum 2022-12-01T10:04:26.7246910Z 3a954d3daee2: Download complete 2022-12-01T10:04:26.8048071Z c7064c3fe401: Download complete 2022-12-01T10:04:26.9255823Z 379b44c142c3: Verifying Checksum 2022-12-01T10:04:26.9257676Z 379b44c142c3: Download complete 2022-12-01T10:04:27.0025983Z acc9cb4226e8: Verifying Checksum 2022-12-01T10:04:27.0026416Z acc9cb4226e8: Download complete 2022-12-01T10:04:27.0866731Z 04a9294e28b0: Verifying Checksum 2022-12-01T10:04:27.0867146Z 04a9294e28b0: Download complete 2022-12-01T10:04:27.2106678Z cfc71ad63958: Verifying Checksum 2022-12-01T10:04:27.2107112Z cfc71ad63958: Download complete 2022-12-01T10:04:27.2874926Z 486e91289918: Verifying Checksum 2022-12-01T10:04:27.2875327Z 486e91289918: Download complete 2022-12-01T10:04:27.3667864Z 98b91e719899: Verifying Checksum 2022-12-01T10:04:27.3668334Z 98b91e719899: Download complete 2022-12-01T10:04:29.1626369Z 2f80402944a8: Verifying Checksum 2022-12-01T10:04:29.1626792Z 2f80402944a8: Download complete 2022-12-01T10:04:29.2396971Z e39d6e9213cc: Verifying Checksum 2022-12-01T10:04:29.2397636Z e39d6e9213cc: Download complete 2022-12-01T10:04:29.3459140Z 721a11edd37d: Download complete 2022-12-01T10:04:30.0716435Z 086a9aefc964: Verifying Checksum 2022-12-01T10:04:30.0716949Z 086a9aefc964: Download complete 2022-12-01T10:04:30.1439438Z 592c7690849c: Verifying Checksum 2022-12-01T10:04:30.1439869Z 592c7690849c: Download complete 2022-12-01T10:04:30.2133054Z bfafe70370d0: Verifying Checksum 2022-12-01T10:04:30.2133465Z bfafe70370d0: Download complete 2022-12-01T10:04:30.6956382Z 0adbe1559bf5: Verifying Checksum 2022-12-01T10:04:30.6957038Z 0adbe1559bf5: Download complete 2022-12-01T10:04:30.7687928Z f14c564c7117: Download complete 2022-12-01T10:04:30.8341620Z a63b16c316d4: Verifying Checksum 2022-12-01T10:04:30.8341976Z a63b16c316d4: Download complete 2022-12-01T10:04:30.9313697Z 7e36a9a0278d: Verifying Checksum 2022-12-01T10:04:30.9314117Z 7e36a9a0278d: Download complete 2022-12-01T10:04:31.0153658Z fdb717be0bec: Verifying Checksum 2022-12-01T10:04:31.0154056Z fdb717be0bec: Download complete 2022-12-01T10:04:31.3992393Z cbe98da5c664: Verifying Checksum 2022-12-01T10:04:31.3992668Z cbe98da5c664: Download complete 2022-12-01T10:04:31.4811592Z cec98a24dbc4: Verifying Checksum 2022-12-01T10:04:31.4811870Z cec98a24dbc4: Download complete 2022-12-01T10:04:31.5590600Z f78b1ddfe0f0: Verifying Checksum 2022-12-01T10:04:31.5590999Z f78b1ddfe0f0: Download complete 2022-12-01T10:04:32.3277203Z 12d7c3bb4071: Pull complete 2022-12-01T10:04:32.5653818Z a4ada130b3d8: Pull complete 2022-12-01T10:04:35.1152716Z 3ef99cf88871: Verifying Checksum 2022-12-01T10:04:35.1153167Z 3ef99cf88871: Download complete 2022-12-01T10:04:35.1988841Z 6adffe6d0822: Verifying Checksum 2022-12-01T10:04:35.1989160Z 6adffe6d0822: Download complete 2022-12-01T10:04:35.3184047Z 23d8dc483f65: Verifying Checksum 2022-12-01T10:04:35.3184332Z 23d8dc483f65: Download complete 2022-12-01T10:04:35.4432464Z acb57cbc9657: Download complete 2022-12-01T10:04:35.5040002Z 1c004b6833a9: Pull complete 2022-12-01T10:04:35.5140331Z 4b911fbe2260: Download complete 2022-12-01T10:04:35.5941492Z a29c59a3a158: Verifying Checksum 2022-12-01T10:04:35.5941908Z a29c59a3a158: Download complete 2022-12-01T10:04:35.9828963Z c69cf3e07f05: Pull complete 2022-12-01T10:04:36.4647923Z d7fa3cc1c4b0: Pull complete 2022-12-01T10:04:36.8904115Z 7c23f774c2d1: Verifying Checksum 2022-12-01T10:04:36.8904513Z 7c23f774c2d1: Download complete 2022-12-01T10:04:36.9108895Z 5b3f7eea69ee: Pull complete 2022-12-01T10:04:37.3492010Z f3b75eca38c8: Pull complete 2022-12-01T10:04:37.8215607Z fb9742168942: Pull complete 2022-12-01T10:04:38.2371269Z ba69bdb35bc3: Pull complete 2022-12-01T10:04:38.6893361Z 270cb7e030e6: Pull complete 2022-12-01T10:04:39.0944768Z cf0509a05e67: Pull complete 2022-12-01T10:04:43.8362139Z c7c883db0ae1: Download complete 2022-12-01T10:05:11.2590041Z c7c883db0ae1: Pull complete 2022-12-01T10:05:11.7053826Z e403471ed02a: Pull complete 2022-12-01T10:05:11.9428258Z 746c4a84b946: Pull complete 2022-12-01T10:05:12.1291701Z a1625d05811f: Pull complete 2022-12-01T10:05:12.3127121Z d4230d2a5583: Pull complete 2022-12-01T10:05:12.5010782Z 35dbacbde92e: Pull complete 2022-12-01T10:05:12.7130400Z 74f159c4e8f4: Pull complete 2022-12-01T10:05:12.9579525Z 30e25e3dd13e: Pull complete 2022-12-01T10:05:13.1333091Z d9a2350b6e9c: Pull complete 2022-12-01T10:05:13.3876483Z 892077bdfb99: Pull complete 2022-12-01T10:05:13.5468769Z 21bc22d75102: Pull complete 2022-12-01T10:05:15.5339166Z 882d6677f9d0: Pull complete 2022-12-01T10:05:15.7612092Z 61e5f18293fb: Pull complete 2022-12-01T10:05:16.0091724Z 0c99ed5e47b0: Pull complete 2022-12-01T10:05:16.2288827Z de5ace6d3a82: Pull complete 2022-12-01T10:05:16.3840260Z 1d13d3c2c08b: Pull complete 2022-12-01T10:05:16.5769925Z 700c1b016e9c: Pull complete 2022-12-01T10:05:17.4566475Z e9641285c2a8: Verifying Checksum 2022-12-01T10:05:17.4567756Z e9641285c2a8: Download complete 2022-12-01T10:05:20.7383903Z 2f80402944a8: Pull complete 2022-12-01T10:05:20.9837326Z 3a954d3daee2: Pull complete 2022-12-01T10:05:21.2380756Z c7064c3fe401: Pull complete 2022-12-01T10:05:21.4830175Z 379b44c142c3: Pull complete 2022-12-01T10:05:21.7005881Z acc9cb4226e8: Pull complete 2022-12-01T10:05:21.9350961Z 04a9294e28b0: Pull complete 2022-12-01T10:05:22.1890221Z cfc71ad63958: Pull complete 2022-12-01T10:05:22.4337834Z 486e91289918: Pull complete 2022-12-01T10:05:22.6592671Z 98b91e719899: Pull complete 2022-12-01T10:05:29.3718287Z 086a9aefc964: Pull complete 2022-12-01T10:05:29.5970162Z e39d6e9213cc: Pull complete 2022-12-01T10:05:29.8221069Z 721a11edd37d: Pull complete 2022-12-01T10:05:46.5757527Z e9641285c2a8: Pull complete 2022-12-01T10:05:46.7823976Z 592c7690849c: Pull complete 2022-12-01T10:05:46.9651918Z bfafe70370d0: Pull complete 2022-12-01T10:05:48.1529995Z 0adbe1559bf5: Pull complete 2022-12-01T10:05:48.3698753Z f14c564c7117: Pull complete 2022-12-01T10:05:48.6076343Z a63b16c316d4: Pull complete 2022-12-01T10:05:48.8448264Z 7e36a9a0278d: Pull complete 2022-12-01T10:05:49.0745771Z fdb717be0bec: Pull complete 2022-12-01T10:05:49.4463330Z cbe98da5c664: Pull complete 2022-12-01T10:05:49.5826778Z cec98a24dbc4: Pull complete 2022-12-01T10:05:49.6684555Z f78b1ddfe0f0: Pull complete 2022-12-01T10:05:53.6839829Z 3ef99cf88871: Pull complete 2022-12-01T10:05:53.9183527Z 6adffe6d0822: Pull complete 2022-12-01T10:05:54.1224676Z 23d8dc483f65: Pull complete 2022-12-01T10:05:54.3571194Z acb57cbc9657: Pull complete 2022-12-01T10:05:54.5927901Z 4b911fbe2260: Pull complete 2022-12-01T10:05:54.8373302Z a29c59a3a158: Pull complete 2022-12-01T10:05:56.4674812Z 7c23f774c2d1: Pull complete 2022-12-01T10:05:56.5810066Z Digest: sha256:922efd3e5de9c9bb7c8bbf26292cfc402e4fe496007343b3cdeaa900d9eba7e5 2022-12-01T10:05:56.6295362Z 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:56.6509209Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:05:56.6619360Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-12-01T10:05:56.6619666Z python3 -m pip install psutil==5.9.1 2022-12-01T10:05:56.6619894Z python3 -m pip install pynvml==11.4.1 2022-12-01T10:05:56.6620155Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-12-01T10:05:56.6620436Z echo "::set-output name=monitor-script-pid::${!}" 2022-12-01T10:05:56.6641592Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:05:56.6641818Z env: 2022-12-01T10:05:56.6641998Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:05:56.6642176Z ##[endgroup] 2022-12-01T10:05:57.9310235Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:05:57.9558102Z Requirement already satisfied: psutil==5.9.1 in /home/ec2-user/.local/lib/python3.7/site-packages (5.9.1) 2022-12-01T10:05:58.3863962Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:05:58.4042810Z Requirement already satisfied: pynvml==11.4.1 in /home/ec2-user/.local/lib/python3.7/site-packages (11.4.1) 2022-12-01T10:05:58.6105153Z ##[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:58.6166577Z Prepare all required actions 2022-12-01T10:05:58.6166830Z Getting action download info 2022-12-01T10:05:58.8317279Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-12-01T10:05:59.0100031Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-12-01T10:05:59.1361768Z ##[group]Run ./.github/actions/download-build-artifacts 2022-12-01T10:05:59.1361986Z with: 2022-12-01T10:05:59.1362175Z name: linux-bionic-py3.7-clang9 2022-12-01T10:05:59.1362363Z env: 2022-12-01T10:05:59.1362519Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:05:59.1362777Z ##[endgroup] 2022-12-01T10:05:59.1387594Z ##[group]Run seemethere/download-artifact-s3@v4 2022-12-01T10:05:59.1387797Z with: 2022-12-01T10:05:59.1387989Z name: linux-bionic-py3.7-clang9 2022-12-01T10:05:59.1388199Z s3-bucket: gha-artifacts 2022-12-01T10:05:59.1388377Z region: us-east-1 2022-12-01T10:05:59.1388542Z env: 2022-12-01T10:05:59.1388745Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:05:59.1388918Z ##[endgroup] 2022-12-01T10:05:59.9145924Z Found 1 objects with prefix pytorch/pytorch/3591403534/linux-bionic-py3.7-clang9/ 2022-12-01T10:05:59.9146564Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:06:05.6019947Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:06:05.6020200Z 2022-12-01T10:06:05.6024812Z ##[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.6026326Z Artifact download has finished successfully 2022-12-01T10:06:05.6133317Z ##[group]Run unzip -o artifacts.zip 2022-12-01T10:06:05.6133583Z unzip -o artifacts.zip 2022-12-01T10:06:05.6145092Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:06:05.6145349Z env: 2022-12-01T10:06:05.6145557Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:05.6145763Z ##[endgroup] 2022-12-01T10:06:05.6206601Z Archive: artifacts.zip 2022-12-01T10:06:05.6207668Z creating: dist/ 2022-12-01T10:06:06.4522102Z inflating: dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:06:06.4522651Z creating: build/custom_test_artifacts/ 2022-12-01T10:06:06.4523199Z creating: build/custom_test_artifacts/custom-op-build/ 2022-12-01T10:06:06.4523789Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-12-01T10:06:06.4524715Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:06:06.4525448Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-12-01T10:06:06.4526365Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:06:06.4527115Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:06:06.4527878Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:06:06.4529936Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:06:06.4531099Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:06:06.4531866Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:06:06.4532649Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:06:06.4534615Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:06:06.4535817Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:06:06.4537453Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:06:06.4538330Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:06:06.4539512Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:06:06.4540498Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:06:06.4541266Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:06:06.4541999Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-12-01T10:06:06.4542899Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-12-01T10:06:06.4543672Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-12-01T10:06:06.4544474Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-12-01T10:06:06.4545348Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-12-01T10:06:06.4546191Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-12-01T10:06:06.4546989Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-12-01T10:06:06.4547792Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-12-01T10:06:06.4548603Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-12-01T10:06:06.4549417Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-12-01T10:06:06.4550199Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-12-01T10:06:06.4550967Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-12-01T10:06:06.4565452Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-12-01T10:06:06.4623068Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-12-01T10:06:06.4623884Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-12-01T10:06:06.4624728Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-12-01T10:06:06.4625629Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-12-01T10:06:06.4626506Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-12-01T10:06:06.4627341Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-12-01T10:06:06.4628194Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-12-01T10:06:06.4629028Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-12-01T10:06:06.4629849Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-12-01T10:06:06.4630661Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-12-01T10:06:06.4631443Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-12-01T10:06:06.4645978Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-12-01T10:06:06.4683649Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-12-01T10:06:06.4684579Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:06:06.4685513Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:06:06.4686286Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-12-01T10:06:06.4687025Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-12-01T10:06:06.4687741Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-12-01T10:06:06.4688909Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-12-01T10:06:06.4689601Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-12-01T10:06:06.4690333Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-12-01T10:06:06.4740914Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-12-01T10:06:06.4770694Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-12-01T10:06:06.4771378Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-12-01T10:06:06.4771778Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-12-01T10:06:06.4773324Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:06:06.4774072Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-12-01T10:06:06.4774850Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:06:06.4775308Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:06:06.4775724Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:06:06.4776781Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:06:06.4778219Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:06:06.4779016Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:06:06.4779440Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:06:06.4780896Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:06:06.4781970Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:06:06.4783458Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:06:06.4784063Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:06:06.4785446Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:06:06.4786242Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:06:06.4786738Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:06:06.4787465Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-12-01T10:06:06.4787908Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-12-01T10:06:06.4788397Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-12-01T10:06:06.4789336Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-12-01T10:06:06.4790270Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-12-01T10:06:06.4791133Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-12-01T10:06:06.4791966Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-12-01T10:06:06.4792891Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-12-01T10:06:06.4793731Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-12-01T10:06:06.4794565Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-12-01T10:06:06.4795364Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-12-01T10:06:06.4796211Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-12-01T10:06:06.4811216Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-12-01T10:06:06.4835647Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-12-01T10:06:06.4836796Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:06:06.4837651Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:06:06.4838431Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-12-01T10:06:06.4839166Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-12-01T10:06:06.4839872Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-12-01T10:06:06.4840711Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-12-01T10:06:06.4841592Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-12-01T10:06:06.4842281Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-12-01T10:06:06.4862567Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-12-01T10:06:06.4863227Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-12-01T10:06:06.4863890Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-12-01T10:06:06.4865681Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:06:06.4866435Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-12-01T10:06:06.4867255Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:06:06.4868067Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:06:06.4868833Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:06:06.4869697Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:06:06.4870956Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:06:06.4871783Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:06:06.4872592Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:06:06.4874236Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:06:06.4875553Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:06:06.4877325Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:06:06.4878230Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:06:06.4879544Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:06:06.4880545Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:06:06.4881347Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:06:06.4882223Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-12-01T10:06:06.4883040Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-12-01T10:06:06.4883826Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-12-01T10:06:06.4884712Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-12-01T10:06:06.4885623Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-12-01T10:06:06.4886521Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-12-01T10:06:06.4887469Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-12-01T10:06:06.4888349Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-12-01T10:06:06.4889206Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-12-01T10:06:06.4890071Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-12-01T10:06:06.4890885Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-12-01T10:06:06.4891725Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-12-01T10:06:06.4892641Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-12-01T10:06:06.4972335Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-12-01T10:06:06.4973216Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-12-01T10:06:06.4974142Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-12-01T10:06:06.4975104Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-12-01T10:06:06.4976015Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-12-01T10:06:06.4976893Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-12-01T10:06:06.4977812Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-12-01T10:06:06.4978710Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-12-01T10:06:06.4979577Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-12-01T10:06:06.4980434Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-12-01T10:06:06.4981304Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-12-01T10:06:06.4995230Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-12-01T10:06:06.5015250Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-12-01T10:06:06.5016215Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:06:06.5017097Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:06:06.5017936Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-12-01T10:06:06.5018710Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-12-01T10:06:06.5019545Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-12-01T10:06:06.5020309Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-12-01T10:06:06.5021244Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-12-01T10:06:06.5021994Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-12-01T10:06:06.5091276Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-12-01T10:06:06.5107579Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-12-01T10:06:06.5108477Z creating: build/lib/ 2022-12-01T10:06:06.5108946Z inflating: build/lib/libclog.a 2022-12-01T10:06:06.5164355Z inflating: build/lib/libgtest.a 2022-12-01T10:06:06.5172517Z inflating: build/lib/libpthreadpool.a 2022-12-01T10:06:06.5233634Z inflating: build/lib/libbenchmark.a 2022-12-01T10:06:06.5306329Z inflating: build/lib/libprotobuf-lite.a 2022-12-01T10:06:06.5313922Z inflating: build/lib/libittnotify.a 2022-12-01T10:06:06.5338421Z inflating: build/lib/libtensorpipe_uv.a 2022-12-01T10:06:06.5402570Z inflating: build/lib/libgloo.a 2022-12-01T10:06:06.5462968Z inflating: build/lib/libasmjit.a 2022-12-01T10:06:06.5838461Z inflating: build/lib/libprotobuf.a 2022-12-01T10:06:06.5852940Z inflating: build/lib/libfmt.a 2022-12-01T10:06:06.5853660Z inflating: build/lib/libfoxi_loader.a 2022-12-01T10:06:06.5903360Z inflating: build/lib/libc10.so 2022-12-01T10:06:06.5904308Z inflating: build/lib/libtorch_global_deps.so 2022-12-01T10:06:06.5911809Z inflating: build/lib/libcpuinfo.a 2022-12-01T10:06:06.5918929Z inflating: build/lib/libcpuinfo_internals.a 2022-12-01T10:06:06.5931005Z inflating: build/lib/libqnnpack.a 2022-12-01T10:06:06.5933503Z inflating: build/lib/libnnpack_reference_layers.a 2022-12-01T10:06:06.5951616Z inflating: build/lib/libpytorch_qnnpack.a 2022-12-01T10:06:06.5963317Z inflating: build/lib/libgmock.a 2022-12-01T10:06:06.5963787Z inflating: build/lib/libgtest_main.a 2022-12-01T10:06:06.5964628Z inflating: build/lib/libbenchmark_main.a 2022-12-01T10:06:06.6383520Z inflating: build/lib/libprotoc.a 2022-12-01T10:06:07.5463384Z inflating: build/lib/libdnnl.a 2022-12-01T10:06:07.5479132Z inflating: build/lib/libnnpack.a 2022-12-01T10:06:07.5937206Z inflating: build/lib/libtensorpipe.a 2022-12-01T10:06:07.6893837Z inflating: build/lib/libdnnl_graph.a 2022-12-01T10:06:07.7843098Z inflating: build/lib/libfbgemm.a 2022-12-01T10:06:07.7843514Z inflating: build/lib/libgmock_main.a 2022-12-01T10:06:07.8014078Z inflating: build/lib/libkineto.a 2022-12-01T10:06:07.8050147Z inflating: build/lib/libcaffe2_protos.a 2022-12-01T10:06:07.8089743Z inflating: build/lib/libonnx_proto.a 2022-12-01T10:06:07.8192738Z inflating: build/lib/libXNNPACK.a 2022-12-01T10:06:07.8709916Z inflating: build/lib/libonnx.a 2022-12-01T10:06:09.7969975Z inflating: build/lib/libtorch_cpu.so 2022-12-01T10:06:09.7970364Z inflating: build/lib/libtorch.so 2022-12-01T10:06:09.7991478Z inflating: build/lib/libjitbackend_test.so 2022-12-01T10:06:09.8044883Z inflating: build/lib/libtorchbind_test.so 2022-12-01T10:06:09.8069531Z inflating: build/lib/libbackend_with_compiler.so 2022-12-01T10:06:09.8073100Z inflating: build/lib/libshm.so 2022-12-01T10:06:09.9671328Z inflating: build/lib/libtorch_python.so 2022-12-01T10:06:09.9706124Z inflating: build/lib/libnnapi_backend.so 2022-12-01T10:06:09.9706524Z creating: build/bin/ 2022-12-01T10:06:09.9750570Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-12-01T10:06:09.9795575Z inflating: build/bin/c10_DeviceGuard_test 2022-12-01T10:06:09.9840088Z inflating: build/bin/c10_Device_test 2022-12-01T10:06:09.9883239Z inflating: build/bin/c10_StreamGuard_test 2022-12-01T10:06:09.9934898Z inflating: build/bin/c10_DispatchKeySet_test 2022-12-01T10:06:09.9979082Z inflating: build/bin/c10_SymInt_test 2022-12-01T10:06:10.0026682Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-12-01T10:06:10.0075641Z inflating: build/bin/c10_InlineStreamGuard_test 2022-12-01T10:06:10.0125369Z inflating: build/bin/c10_SizesAndStrides_test 2022-12-01T10:06:10.0168569Z inflating: build/bin/c10_Array_test 2022-12-01T10:06:10.0214829Z inflating: build/bin/c10_Bitset_test 2022-12-01T10:06:10.0259992Z inflating: build/bin/c10_C++17_test 2022-12-01T10:06:10.0303422Z inflating: build/bin/c10_ConstexprCrc_test 2022-12-01T10:06:10.0347424Z inflating: build/bin/c10_DeadlockDetection_test 2022-12-01T10:06:10.0391371Z inflating: build/bin/c10_Half_test 2022-12-01T10:06:10.0440680Z inflating: build/bin/c10_LeftRight_test 2022-12-01T10:06:10.0494114Z inflating: build/bin/c10_Metaprogramming_test 2022-12-01T10:06:10.0538598Z inflating: build/bin/c10_Synchronized_test 2022-12-01T10:06:10.0671060Z inflating: build/bin/c10_SmallVectorTest 2022-12-01T10:06:10.0719215Z inflating: build/bin/c10_ThreadLocal_test 2022-12-01T10:06:10.0764221Z inflating: build/bin/c10_TypeIndex_test 2022-12-01T10:06:10.0807407Z inflating: build/bin/c10_TypeTraits_test 2022-12-01T10:06:10.0852046Z inflating: build/bin/c10_TypeList_test 2022-12-01T10:06:10.0897792Z inflating: build/bin/c10_accumulate_test 2022-12-01T10:06:10.0945534Z inflating: build/bin/c10_bfloat16_test 2022-12-01T10:06:10.0993756Z inflating: build/bin/c10_complex_test 2022-12-01T10:06:10.1042617Z inflating: build/bin/c10_complex_math_test 2022-12-01T10:06:10.1130889Z inflating: build/bin/c10_either_test 2022-12-01T10:06:10.1177246Z inflating: build/bin/c10_exception_test 2022-12-01T10:06:10.1222176Z inflating: build/bin/c10_flags_test 2022-12-01T10:06:10.1350490Z inflating: build/bin/c10_intrusive_ptr_test 2022-12-01T10:06:10.1395160Z inflating: build/bin/c10_irange_test 2022-12-01T10:06:10.1443504Z inflating: build/bin/c10_logging_test 2022-12-01T10:06:10.1511025Z inflating: build/bin/c10_optional_test 2022-12-01T10:06:10.1565755Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-12-01T10:06:10.1613167Z inflating: build/bin/c10_registry_test 2022-12-01T10:06:10.1658321Z inflating: build/bin/c10_tempfile_test 2022-12-01T10:06:10.1708663Z inflating: build/bin/c10_string_view_test 2022-12-01T10:06:10.1756835Z inflating: build/bin/c10_typeid_test 2022-12-01T10:06:10.1796241Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-12-01T10:06:10.2160122Z inflating: build/bin/protoc-3.13.0.0 2022-12-01T10:06:10.2523094Z inflating: build/bin/protoc 2022-12-01T10:06:10.2829371Z inflating: build/bin/vec_test_all_types_AVX512 2022-12-01T10:06:10.3123842Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-12-01T10:06:10.3441677Z inflating: build/bin/vec_test_all_types_AVX2 2022-12-01T10:06:10.3493881Z inflating: build/bin/TCPStoreTest 2022-12-01T10:06:10.3540592Z inflating: build/bin/FileStoreTest 2022-12-01T10:06:10.3587224Z inflating: build/bin/HashStoreTest 2022-12-01T10:06:10.3589950Z inflating: build/bin/example_allreduce 2022-12-01T10:06:10.3648833Z inflating: build/bin/ProcessGroupGlooTest 2022-12-01T10:06:10.3694429Z inflating: build/bin/Dimname_test 2022-12-01T10:06:10.3757874Z inflating: build/bin/Dict_test 2022-12-01T10:06:10.3807916Z inflating: build/bin/NamedTensor_test 2022-12-01T10:06:10.3866619Z inflating: build/bin/MaybeOwned_test 2022-12-01T10:06:10.3918101Z inflating: build/bin/apply_utils_test 2022-12-01T10:06:10.3970016Z inflating: build/bin/atest 2022-12-01T10:06:10.4026084Z inflating: build/bin/basic 2022-12-01T10:06:10.4074464Z inflating: build/bin/broadcast_test 2022-12-01T10:06:10.4121763Z inflating: build/bin/cpu_profiling_allocator_test 2022-12-01T10:06:10.4166013Z inflating: build/bin/dispatch_key_set_test 2022-12-01T10:06:10.4216837Z inflating: build/bin/cpu_generator_test 2022-12-01T10:06:10.4261082Z inflating: build/bin/dlconvertor_test 2022-12-01T10:06:10.4343077Z inflating: build/bin/cpu_rng_test 2022-12-01T10:06:10.4395479Z inflating: build/bin/extension_backend_test 2022-12-01T10:06:10.4442135Z inflating: build/bin/half_test 2022-12-01T10:06:10.4486337Z inflating: build/bin/lazy_tensor_test 2022-12-01T10:06:10.4575021Z inflating: build/bin/ivalue_test 2022-12-01T10:06:10.4622256Z inflating: build/bin/math_kernel_test 2022-12-01T10:06:10.4669093Z inflating: build/bin/memory_format_test 2022-12-01T10:06:10.4715580Z inflating: build/bin/memory_overlapping_test 2022-12-01T10:06:10.4760570Z inflating: build/bin/operator_name_test 2022-12-01T10:06:10.4807431Z inflating: build/bin/mobile_memory_cleanup 2022-12-01T10:06:10.4858415Z inflating: build/bin/native_test 2022-12-01T10:06:10.4903291Z inflating: build/bin/operators_test 2022-12-01T10:06:10.4948935Z inflating: build/bin/packedtensoraccessor_test 2022-12-01T10:06:10.5013281Z inflating: build/bin/pow_test 2022-12-01T10:06:10.5063126Z inflating: build/bin/quantized_test 2022-12-01T10:06:10.5107230Z inflating: build/bin/reduce_ops_test 2022-12-01T10:06:10.5152130Z inflating: build/bin/reportMemoryUsage_test 2022-12-01T10:06:10.5202577Z inflating: build/bin/scalar_tensor_test 2022-12-01T10:06:10.5254248Z inflating: build/bin/scalar_test 2022-12-01T10:06:10.5300357Z inflating: build/bin/stride_properties_test 2022-12-01T10:06:10.5372940Z inflating: build/bin/tensor_iterator_test 2022-12-01T10:06:10.5419517Z inflating: build/bin/type_ptr_test 2022-12-01T10:06:10.5421785Z inflating: build/bin/thread_init_test 2022-12-01T10:06:10.5469457Z inflating: build/bin/test_parallel 2022-12-01T10:06:10.5513508Z inflating: build/bin/variant_test 2022-12-01T10:06:10.5559902Z inflating: build/bin/undefined_tensor_test 2022-12-01T10:06:10.5615175Z inflating: build/bin/type_test 2022-12-01T10:06:10.5616036Z inflating: build/bin/verify_api_visibility 2022-12-01T10:06:10.5682884Z inflating: build/bin/vmap_test 2022-12-01T10:06:10.5728371Z inflating: build/bin/weakref_test 2022-12-01T10:06:10.5773909Z inflating: build/bin/wrapdim_test 2022-12-01T10:06:10.5817934Z inflating: build/bin/xla_tensor_test 2022-12-01T10:06:10.5870546Z inflating: build/bin/IListRef_test 2022-12-01T10:06:10.5961392Z inflating: build/bin/List_test 2022-12-01T10:06:10.6018170Z inflating: build/bin/KernelFunction_test 2022-12-01T10:06:10.6138544Z inflating: build/bin/kernel_function_legacy_test 2022-12-01T10:06:10.6226404Z inflating: build/bin/kernel_function_test 2022-12-01T10:06:10.6321355Z inflating: build/bin/kernel_lambda_test 2022-12-01T10:06:10.6442966Z inflating: build/bin/kernel_lambda_legacy_test 2022-12-01T10:06:10.6497057Z inflating: build/bin/kernel_stackbased_test 2022-12-01T10:06:10.6541541Z inflating: build/bin/CppSignature_test 2022-12-01T10:06:10.6584596Z inflating: build/bin/op_allowlist_test 2022-12-01T10:06:10.6673700Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-12-01T10:06:10.6719618Z inflating: build/bin/inline_container_test 2022-12-01T10:06:10.6768319Z inflating: build/bin/backend_fallback_test 2022-12-01T10:06:10.7057588Z inflating: build/bin/op_registration_test 2022-12-01T10:06:10.7074565Z inflating: build/bin/tutorial_tensorexpr 2022-12-01T10:06:10.7122983Z inflating: build/bin/test_dist_autograd 2022-12-01T10:06:10.7184659Z inflating: build/bin/test_cpp_rpc 2022-12-01T10:06:10.7186633Z inflating: build/bin/parallel_benchmark 2022-12-01T10:06:10.7247065Z inflating: build/bin/test_mobile_nnc 2022-12-01T10:06:10.7256135Z inflating: build/bin/aot_model_compiler_test 2022-12-01T10:06:10.7568284Z inflating: build/bin/test_lazy 2022-12-01T10:06:10.8684786Z inflating: build/bin/test_tensorexpr 2022-12-01T10:06:10.8688745Z inflating: build/bin/torch_shm_manager 2022-12-01T10:06:10.9968470Z inflating: build/bin/test_api 2022-12-01T10:06:11.0525460Z inflating: build/bin/test_jit 2022-12-01T10:06:11.0526859Z inflating: .pytorch-test-times.json 2022-12-01T10:06:11.0582314Z ##[group]Run df -H 2022-12-01T10:06:11.0582609Z df -H 2022-12-01T10:06:11.0594231Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:06:11.0594452Z env: 2022-12-01T10:06:11.0594619Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:11.0594808Z ##[endgroup] 2022-12-01T10:06:11.0922869Z Filesystem Size Used Avail Use% Mounted on 2022-12-01T10:06:11.0923264Z devtmpfs 8.2G 0 8.2G 0% /dev 2022-12-01T10:06:11.0923661Z tmpfs 8.2G 0 8.2G 0% /dev/shm 2022-12-01T10:06:11.0924156Z tmpfs 8.2G 488k 8.2G 1% /run 2022-12-01T10:06:11.0924391Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-12-01T10:06:11.0924606Z /dev/nvme0n1p1 162G 20G 142G 12% / 2022-12-01T10:06:11.0924806Z tmpfs 1.7G 0 1.7G 0% /run/user/0 2022-12-01T10:06:11.0998102Z ##[group]Run .github/scripts/parse_ref.py 2022-12-01T10:06:11.0998332Z .github/scripts/parse_ref.py 2022-12-01T10:06:11.1008307Z shell: /usr/bin/bash -e {0} 2022-12-01T10:06:11.1008489Z env: 2022-12-01T10:06:11.1008649Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:11.1008837Z ##[endgroup] 2022-12-01T10:06:11.1182790Z ##[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.1268993Z ##[group]Run set -x 2022-12-01T10:06:11.1269262Z set -x 2022-12-01T10:06:11.1269441Z  2022-12-01T10:06:11.1269626Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-12-01T10:06:11.1269886Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-12-01T10:06:11.1270148Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-12-01T10:06:11.1270374Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-12-01T10:06:11.1270574Z else 2022-12-01T10:06:11.1270778Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:06:11.1270962Z fi 2022-12-01T10:06:11.1271117Z  2022-12-01T10:06:11.1271351Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-12-01T10:06:11.1271569Z  2022-12-01T10:06:11.1271784Z # sanitize the input commit message and PR body here: 2022-12-01T10:06:11.1271996Z # 2022-12-01T10:06:11.1272407Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-12-01T10:06:11.1272790Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-12-01T10:06:11.1273098Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-12-01T10:06:11.1273332Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-12-01T10:06:11.1273503Z  2022-12-01T10:06:11.1273765Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-12-01T10:06:11.1274044Z # wreak havoc internally 2022-12-01T10:06:11.1274268Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-12-01T10:06:11.1274511Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-12-01T10:06:11.1274701Z  2022-12-01T10:06:11.1274928Z # detached container should get cleaned up by teardown_ec2_linux 2022-12-01T10:06:11.1275209Z # TODO: Stop building test binaries as part of the build phase 2022-12-01T10:06:11.1275485Z # Used for GPU_FLAG since that doesn't play nice 2022-12-01T10:06:11.1275797Z # shellcheck disable=SC2086,SC2090 2022-12-01T10:06:11.1276008Z container_name=$(docker run \ 2022-12-01T10:06:11.1276211Z  ${GPU_FLAG:-} \ 2022-12-01T10:06:11.1276413Z  -e BUILD_ENVIRONMENT \ 2022-12-01T10:06:11.1276733Z  -e PR_NUMBER \ 2022-12-01T10:06:11.1276929Z  -e GITHUB_ACTIONS \ 2022-12-01T10:06:11.1277120Z  -e BASE_SHA \ 2022-12-01T10:06:11.1277304Z  -e BRANCH \ 2022-12-01T10:06:11.1277467Z  -e SHA1 \ 2022-12-01T10:06:11.1277656Z  -e AWS_DEFAULT_REGION \ 2022-12-01T10:06:11.1277855Z  -e IN_WHEEL_TEST \ 2022-12-01T10:06:11.1278032Z  -e SHARD_NUMBER \ 2022-12-01T10:06:11.1278223Z  -e TEST_CONFIG \ 2022-12-01T10:06:11.1278416Z  -e NUM_TEST_SHARDS \ 2022-12-01T10:06:11.1278592Z  -e PR_BODY \ 2022-12-01T10:06:11.1278784Z  -e COMMIT_MESSAGES \ 2022-12-01T10:06:11.1278999Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-12-01T10:06:11.1279308Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-12-01T10:06:11.1279518Z  -e PR_LABELS \ 2022-12-01T10:06:11.1279730Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-12-01T10:06:11.1279928Z  -e SCCACHE_BUCKET \ 2022-12-01T10:06:11.1280132Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-12-01T10:06:11.1280332Z  -e XLA_CUDA \ 2022-12-01T10:06:11.1280540Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-12-01T10:06:11.1280776Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-12-01T10:06:11.1281012Z  --ulimit stack=10485760:83886080 \ 2022-12-01T10:06:11.1281241Z  --security-opt seccomp=unconfined \ 2022-12-01T10:06:11.1281452Z  --cap-add=SYS_PTRACE \ 2022-12-01T10:06:11.1281648Z  --ipc=host \ 2022-12-01T10:06:11.1281892Z  --shm-size="${SHM_SIZE}" \ 2022-12-01T10:06:11.1282071Z  --tty \ 2022-12-01T10:06:11.1282243Z  --detach \ 2022-12-01T10:06:11.1282441Z  --name="${container_name}" \ 2022-12-01T10:06:11.1282626Z  --user jenkins \ 2022-12-01T10:06:11.1282863Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-12-01T10:06:11.1283111Z  -w /var/lib/jenkins/workspace \ 2022-12-01T10:06:11.1283314Z  "${DOCKER_IMAGE}" 2022-12-01T10:06:11.1283474Z ) 2022-12-01T10:06:11.1283745Z docker exec -t "${container_name}" sh -c "pip install $(echo dist/*.whl)[opt-einsum] && ${TEST_COMMAND}" 2022-12-01T10:06:11.1293846Z shell: /usr/bin/bash -e {0} 2022-12-01T10:06:11.1294016Z env: 2022-12-01T10:06:11.1294191Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:11.1294430Z BUILD_ENVIRONMENT: linux-bionic-py3.7-clang9 2022-12-01T10:06:11.1294639Z PR_NUMBER: 89997 2022-12-01T10:06:11.1294817Z BRANCH: pull/89997 2022-12-01T10:06:11.1295043Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:06:11.1295277Z BASE_SHA: ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:06:11.1295504Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T10:06:11.1295712Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T10:06:11.1295896Z TEST_CONFIG: dynamo 2022-12-01T10:06:11.1296072Z SHARD_NUMBER: 1 2022-12-01T10:06:11.1296246Z NUM_TEST_SHARDS: 2 2022-12-01T10:06:11.1296912Z 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.1297592Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-12-01T10:06:11.1297821Z SCCACHE_S3_KEY_PREFIX: pull 2022-12-01T10:06:11.1298008Z SHM_SIZE: 1g 2022-12-01T10:06:11.1298345Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:06:11.1298657Z XLA_CUDA: 2022-12-01T10:06:11.1298915Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:06:11.1299173Z ##[endgroup] 2022-12-01T10:06:11.1321343Z + [[ dynamo == \m\u\l\t\i\g\p\u ]] 2022-12-01T10:06:11.1321743Z + [[ linux-bionic-py3.7-clang9 == *onnx* ]] 2022-12-01T10:06:11.1322099Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:06:11.1324427Z ++ git cherry -v origin/master 2022-12-01T10:06:11.8646293Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290) 2022-12-01T10:06:11.8647145Z - f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385) 2022-12-01T10:06:11.8647884Z + 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484) 2022-12-01T10:06:11.8648758Z - c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377) 2022-12-01T10:06:11.8650006Z - 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689) 2022-12-01T10:06:11.8650809Z - 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725) 2022-12-01T10:06:11.8651627Z - f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844) 2022-12-01T10:06:11.8652490Z - 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851) 2022-12-01T10:06:11.8653383Z - 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784) 2022-12-01T10:06:11.8654031Z + d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333) 2022-12-01T10:06:11.8654867Z + 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693) 2022-12-01T10:06:11.8655632Z - 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895) 2022-12-01T10:06:11.8656301Z + f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904) 2022-12-01T10:06:11.8657178Z - 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903) 2022-12-01T10:06:11.8657711Z - 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726) 2022-12-01T10:06:11.8658203Z + 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902) 2022-12-01T10:06:11.8658720Z - aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921) 2022-12-01T10:06:11.8659209Z - de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933) 2022-12-01T10:06:11.8659581Z + 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803) 2022-12-01T10:06:11.8659920Z + 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934) 2022-12-01T10:06:11.8660436Z - f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516) 2022-12-01T10:06:11.8660956Z - c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201) 2022-12-01T10:06:11.8661359Z + eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140) 2022-12-01T10:06:11.8661732Z + d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132) 2022-12-01T10:06:11.8662197Z - 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925) 2022-12-01T10:06:11.8662657Z - 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924) 2022-12-01T10:06:11.8663139Z - 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509) 2022-12-01T10:06:11.8663519Z + d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672) 2022-12-01T10:06:11.8664013Z - 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923) 2022-12-01T10:06:11.8664497Z - ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122) 2022-12-01T10:06:11.8664978Z - e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144) 2022-12-01T10:06:11.8665404Z + 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261) 2022-12-01T10:06:11.8665896Z - 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337) 2022-12-01T10:06:11.8666418Z - 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307) 2022-12-01T10:06:11.8666873Z - 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376) 2022-12-01T10:06:11.8667379Z - 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379) 2022-12-01T10:06:11.8667879Z - 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380) 2022-12-01T10:06:11.8668342Z - aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381) 2022-12-01T10:06:11.8668845Z - 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386) 2022-12-01T10:06:11.8669332Z + ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079) 2022-12-01T10:06:11.8669833Z - d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384) 2022-12-01T10:06:11.8670319Z - 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427) 2022-12-01T10:06:11.8670766Z - 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408) 2022-12-01T10:06:11.8671204Z - 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434) 2022-12-01T10:06:11.8671552Z + 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392) 2022-12-01T10:06:11.8671973Z - 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406) 2022-12-01T10:06:11.8672322Z + 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443) 2022-12-01T10:06:11.8672694Z + d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455) 2022-12-01T10:06:11.8683121Z - d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454) 2022-12-01T10:06:11.8683630Z - 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456) 2022-12-01T10:06:11.8684135Z - f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463) 2022-12-01T10:06:11.8684688Z - 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457) 2022-12-01T10:06:11.8685082Z + 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475) 2022-12-01T10:06:11.8685558Z - fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612) 2022-12-01T10:06:11.8686021Z - 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613) 2022-12-01T10:06:11.8686427Z - 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628) 2022-12-01T10:06:11.8686878Z - 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618) 2022-12-01T10:06:11.8687354Z - 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925) 2022-12-01T10:06:11.8687709Z + ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923) 2022-12-01T10:06:11.8688127Z - c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:06:11.8827343Z + 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.8834335Z + 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.8847081Z + 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.8864923Z + 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.8871702Z + 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.8873131Z + 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.8873810Z +++ nproc --ignore=2 2022-12-01T10:06:11.9036719Z ++ 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.6443808Z + container_name=df0a6333ffc1c0dac58628ce394508dcc8c22a437e8c99337ebf6e58e7ed4eab 2022-12-01T10:06:22.6446738Z ++ echo dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:06:22.6448281Z + docker exec -t df0a6333ffc1c0dac58628ce394508dcc8c22a437e8c99337ebf6e58e7ed4eab 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.2251835Z Processing ./dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:06:23.3055229Z 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.3069828Z 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.3155621Z 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.1374078Z Installing collected packages: torch 2022-12-01T10:06:30.5761331Z Successfully installed torch-1.13.0a0+gitc13d400 2022-12-01T10:06:30.7253452Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-12-01T10:06:30.7409006Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-12-01T10:06:30.7409734Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-12-01T10:06:30.7410195Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-12-01T10:06:30.7410575Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-12-01T10:06:30.7410836Z + BUILD_DIR=build 2022-12-01T10:06:30.7411052Z + BUILD_RENAMED_DIR=build_renamed 2022-12-01T10:06:30.7411281Z + BUILD_BIN_DIR=build/bin 2022-12-01T10:06:30.7411500Z + export VALGRIND=ON 2022-12-01T10:06:30.7411695Z + VALGRIND=ON 2022-12-01T10:06:30.7413586Z + [[ linux-bionic-py3.7-clang9 == *clang9* ]] 2022-12-01T10:06:30.7413908Z + export VALGRIND=OFF 2022-12-01T10:06:30.7414112Z + VALGRIND=OFF 2022-12-01T10:06:30.7414410Z + [[ linux-bionic-py3.7-clang9 != *bazel* ]] 2022-12-01T10:06:30.7414678Z ++ realpath build/custom_test_artifacts 2022-12-01T10:06:30.7446955Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-12-01T10:06:30.7449791Z ++ dirname .jenkins/pytorch/test.sh 2022-12-01T10:06:30.7473590Z + source .jenkins/pytorch/common.sh 2022-12-01T10:06:30.7477252Z +++ dirname .jenkins/pytorch/common.sh 2022-12-01T10:06:30.7484871Z ++ source .jenkins/pytorch/common_utils.sh 2022-12-01T10:06:30.7486604Z +++ declare -f -t trap_add 2022-12-01T10:06:30.7489949Z ++ set -ex 2022-12-01T10:06:30.7490435Z ++ [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-12-01T10:06:30.7490901Z ++ BUILD_TEST_LIBTORCH=0 2022-12-01T10:06:30.7491364Z ++ [[ dynamo == *xla* ]] 2022-12-01T10:06:30.7491903Z ++ [[ linux-bionic-py3.7-clang9 == *centos* ]] 2022-12-01T10:06:30.7492371Z ++ [[ linux-bionic-py3.7-clang9 == *linux-bionic* ]] 2022-12-01T10:06:30.7492621Z ++ which conda 2022-12-01T10:06:30.7528132Z /opt/conda/bin/conda 2022-12-01T10:06:30.7529249Z ++ conda install -q -y cmake 2022-12-01T10:06:34.4384293Z Collecting package metadata (current_repodata.json): ...working... done 2022-12-01T10:06:35.3058840Z Solving environment: ...working... done 2022-12-01T10:06:35.3934119Z 2022-12-01T10:06:35.3934497Z ## Package Plan ## 2022-12-01T10:06:35.3934811Z 2022-12-01T10:06:35.3934999Z environment location: /opt/conda 2022-12-01T10:06:35.3935276Z 2022-12-01T10:06:35.3935460Z added / updated specs: 2022-12-01T10:06:35.3935840Z - cmake 2022-12-01T10:06:35.3935972Z 2022-12-01T10:06:35.3935977Z 2022-12-01T10:06:35.3936104Z The following packages will be downloaded: 2022-12-01T10:06:35.3936477Z 2022-12-01T10:06:35.3936573Z package | build 2022-12-01T10:06:35.3936885Z ---------------------------|----------------- 2022-12-01T10:06:35.3937229Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-12-01T10:06:35.3937542Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-12-01T10:06:35.3937888Z ca-certificates-2022.10.11 | h06a4308_0 124 KB 2022-12-01T10:06:35.3938233Z certifi-2022.9.24 | py37h06a4308_0 154 KB 2022-12-01T10:06:35.3938558Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-12-01T10:06:35.3938864Z expat-2.4.9 | h6a678d5_0 156 KB 2022-12-01T10:06:35.3939175Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-12-01T10:06:35.3939563Z libcurl-7.84.0 | h91b91d3_0 337 KB 2022-12-01T10:06:35.3939881Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-12-01T10:06:35.3940201Z libev-4.33 | h7f8727e_1 111 KB 2022-12-01T10:06:35.3940518Z libgcc-ng-11.2.0 | h1234567_1 5.3 MB 2022-12-01T10:06:35.3940827Z libgomp-11.2.0 | h1234567_1 474 KB 2022-12-01T10:06:35.3941156Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-12-01T10:06:35.3941484Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-12-01T10:06:35.3941806Z libstdcxx-ng-11.2.0 | h1234567_1 4.7 MB 2022-12-01T10:06:35.3942116Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-12-01T10:06:35.3942426Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-12-01T10:06:35.3942741Z openssl-1.1.1s | h7f8727e_0 3.6 MB 2022-12-01T10:06:35.3943047Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-12-01T10:06:35.3943358Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-12-01T10:06:35.3943694Z ------------------------------------------------------------ 2022-12-01T10:06:35.3943957Z Total: 26.3 MB 2022-12-01T10:06:35.3944097Z 2022-12-01T10:06:35.3944224Z The following NEW packages will be INSTALLED: 2022-12-01T10:06:35.3944382Z 2022-12-01T10:06:35.3944664Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 None 2022-12-01T10:06:35.3945059Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 None 2022-12-01T10:06:35.3945442Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 None 2022-12-01T10:06:35.3945830Z expat pkgs/main/linux-64::expat-2.4.9-h6a678d5_0 None 2022-12-01T10:06:35.3946216Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 None 2022-12-01T10:06:35.3946609Z libcurl pkgs/main/linux-64::libcurl-7.84.0-h91b91d3_0 None 2022-12-01T10:06:35.3947004Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 None 2022-12-01T10:06:35.3947399Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 None 2022-12-01T10:06:35.3947808Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 None 2022-12-01T10:06:35.3948217Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 None 2022-12-01T10:06:35.3948591Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 None 2022-12-01T10:06:35.3948974Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 None 2022-12-01T10:06:35.3949360Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 None 2022-12-01T10:06:35.3949728Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 None 2022-12-01T10:06:35.3949892Z 2022-12-01T10:06:35.3950009Z The following packages will be UPDATED: 2022-12-01T10:06:35.3950163Z 2022-12-01T10:06:35.3950389Z ca-certificates 2022.07.19-h06a4308_0 --> 2022.10.11-h06a4308_0 None 2022-12-01T10:06:35.3950781Z certifi 2022.9.14-py37h06a4308_0 --> 2022.9.24-py37h06a4308_0 None 2022-12-01T10:06:35.3951188Z libgcc-ng 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:06:35.3951549Z libgomp 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:06:35.3952185Z libstdcxx-ng 9.3.0-hd4cf53a_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:06:35.3952544Z openssl 1.1.1q-h7f8727e_0 --> 1.1.1s-h7f8727e_0 None 2022-12-01T10:06:35.3952712Z 2022-12-01T10:06:35.3952717Z 2022-12-01T10:06:36.5664348Z Preparing transaction: ...working... done 2022-12-01T10:06:36.9937564Z Verifying transaction: ...working... done 2022-12-01T10:06:37.7227024Z Executing transaction: ...working... done 2022-12-01T10:06:37.8062864Z Retrieving notices: ...working... done 2022-12-01T10:06:37.9982250Z ++ [[ linux-bionic-py3.7-clang9 == *centos* ]] 2022-12-01T10:06:37.9982634Z + echo 'Environment variables' 2022-12-01T10:06:37.9982865Z Environment variables 2022-12-01T10:06:37.9983100Z + env 2022-12-01T10:06:38.0004595Z SHARD_NUMBER=1 2022-12-01T10:06:38.0004937Z UCC_HOME=/usr 2022-12-01T10:06:38.0005504Z BUILD_ENVIRONMENT=linux-bionic-py3.7-clang9 2022-12-01T10:06:38.0005812Z INSTALLED_DB=yes 2022-12-01T10:06:38.0006107Z HOSTNAME=df0a6333ffc1 2022-12-01T10:06:38.0006387Z GITHUB_REF_NAME=89997/merge 2022-12-01T10:06:38.0006755Z GITHUB_API_URL=https://api.github.com 2022-12-01T10:06:38.0007179Z OPENSSL_DIR=/opt/openssl 2022-12-01T10:06:38.0007517Z UCC_COMMIT= 2022-12-01T10:06:38.0008320Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_36581c07-98c4-4a0e-a2f0-b5a14b3026fe 2022-12-01T10:06:38.0008941Z CUDA_PATH=/usr/local/cuda 2022-12-01T10:06:38.0009662Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-12-01T10:06:38.0010077Z GITHUB_RUN_ATTEMPT=1 2022-12-01T10:06:38.0010295Z INSTALLED_THRIFT= 2022-12-01T10:06:38.0010501Z TEST_CONFIG=dynamo 2022-12-01T10:06:38.0010728Z GITHUB_REPOSITORY_OWNER=pytorch 2022-12-01T10:06:38.0010957Z GITHUB_ACTIONS=true 2022-12-01T10:06:38.0011145Z CI=true 2022-12-01T10:06:38.0011357Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-12-01T10:06:38.0011581Z BRANCH=pull/89997 2022-12-01T10:06:38.0011842Z GITHUB_HEAD_REF=release/1.13-callstack 2022-12-01T10:06:38.0012066Z UCX_COMMIT= 2022-12-01T10:06:38.0012305Z GITHUB_ACTOR=charlie-wt 2022-12-01T10:06:38.0012508Z GITHUB_ACTION_REF= 2022-12-01T10:06:38.0012721Z GITHUB_ACTION=__self 2022-12-01T10:06:38.0012930Z VALGRIND=OFF 2022-12-01T10:06:38.0013132Z GITHUB_REF_PROTECTED=false 2022-12-01T10:06:38.0013503Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:06:38.0014413Z *** 2022-12-01T10:06:38.0014616Z INSTALLED_VISION=yes 2022-12-01T10:06:38.0014819Z HOME=/var/lib/jenkins 2022-12-01T10:06:38.0015255Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_36581c07-98c4-4a0e-a2f0-b5a14b3026fe 2022-12-01T10:06:38.0015591Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-12-01T10:06:38.0015817Z GITHUB_ACTION_REPOSITORY= 2022-12-01T10:06:38.0016063Z GITHUB_REF_TYPE=branch 2022-12-01T10:06:38.0016290Z GITHUB_RETENTION_DAYS=90 2022-12-01T10:06:38.0016609Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-12-01T10:06:38.0017059Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_36581c07-98c4-4a0e-a2f0-b5a14b3026fe 2022-12-01T10:06:38.0017384Z DEBIAN_FRONTEND=noninteractive 2022-12-01T10:06:38.0017624Z GITHUB_REF=refs/pull/89997/merge 2022-12-01T10:06:38.0017878Z GITHUB_SHA=cdc064133ad5e5a46a756ee9218659e8f252e950 2022-12-01T10:06:38.0018129Z INSTALLED_PROTOBUF=yes 2022-12-01T10:06:38.0018339Z DESIRED_CUDA= 2022-12-01T10:06:38.0018539Z GITHUB_RUN_ID=3591403534 2022-12-01T10:06:38.0018783Z GITHUB_SERVER_URL=https://github.com 2022-12-01T10:06:38.0019016Z MAX_JOBS=6 2022-12-01T10:06:38.0019363Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-12-01T10:06:38.0019812Z UCX_HOME=/usr 2022-12-01T10:06:38.0020030Z PYTORCH_RETRY_TEST_CASES=1 2022-12-01T10:06:38.0020292Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-12-01T10:06:38.0020582Z BASE_SHA=ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:06:38.0020826Z INSTALLED_ANDROID= 2022-12-01T10:06:38.0021821Z 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.0022488Z GITHUB_BASE_REF=release/1.13 2022-12-01T10:06:38.0022714Z TERM=xterm 2022-12-01T10:06:38.0022962Z XLA_CUDA= 2022-12-01T10:06:38.0023162Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-12-01T10:06:38.0023394Z OPENSSL_ROOT_DIR=/opt/openssl 2022-12-01T10:06:38.0023837Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_36581c07-98c4-4a0e-a2f0-b5a14b3026fe 2022-12-01T10:06:38.0024146Z GITHUB_JOB=test 2022-12-01T10:06:38.0024352Z SCCACHE_S3_KEY_PREFIX=pull 2022-12-01T10:06:38.0036776Z 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.0042821Z NUM_TEST_SHARDS=2 2022-12-01T10:06:38.0043025Z PR_NUMBER=89997 2022-12-01T10:06:38.0043470Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_36581c07-98c4-4a0e-a2f0-b5a14b3026fe 2022-12-01T10:06:38.0043775Z SHLVL=1 2022-12-01T10:06:38.0043993Z GITHUB_REPOSITORY=pytorch/pytorch 2022-12-01T10:06:38.0044246Z SHA1=c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:06:38.0044504Z GITHUB_EVENT_NAME=pull_request 2022-12-01T10:06:38.0044797Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-12-01T10:06:38.0045066Z GITHUB_RUN_NUMBER=69319 2022-12-01T10:06:38.0045292Z GITHUB_WORKFLOW=pull 2022-12-01T10:06:38.0045639Z 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.0046069Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:06:38.0046397Z GITHUB_TRIGGERING_ACTOR=charlie-wt 2022-12-01T10:06:38.0046623Z _=/usr/bin/env 2022-12-01T10:06:38.0046853Z + echo 'Testing pytorch' 2022-12-01T10:06:38.0047067Z Testing pytorch 2022-12-01T10:06:38.0047294Z + export LANG=C.UTF-8 2022-12-01T10:06:38.0047503Z + LANG=C.UTF-8 2022-12-01T10:06:38.0107755Z + PR_NUMBER=89997 2022-12-01T10:06:38.0108108Z + [[ dynamo == \d\e\f\a\u\l\t ]] 2022-12-01T10:06:38.0108471Z + [[ dynamo == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-12-01T10:06:38.0108817Z + [[ dynamo == \s\l\o\w ]] 2022-12-01T10:06:38.0109510Z + [[ linux-bionic-py3.7-clang9 == *slow-gradcheck* ]] 2022-12-01T10:06:38.0109944Z + [[ linux-bionic-py3.7-clang9 == *cuda* ]] 2022-12-01T10:06:38.0110440Z + [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-12-01T10:06:38.0110947Z + [[ linux-bionic-py3.7-clang9 == *cuda11* ]] 2022-12-01T10:06:38.0111325Z + [[ dynamo == *crossref* ]] 2022-12-01T10:06:38.0111614Z + [[ dynamo == *dynamo* ]] 2022-12-01T10:06:38.0111852Z + export PYTORCH_TEST_WITH_DYNAMO=1 2022-12-01T10:06:38.0112097Z + PYTORCH_TEST_WITH_DYNAMO=1 2022-12-01T10:06:38.0112345Z + [[ -n 89997 ]] 2022-12-01T10:06:38.0112568Z + [[ -z '' ]] 2022-12-01T10:06:38.0112817Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:06:38.0113074Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:06:38.0113383Z + [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-12-01T10:06:38.0113707Z + [[ linux-bionic-py3.7-clang9 != *-bazel-* ]] 2022-12-01T10:06:38.0113981Z + pip_install --user ninja 2022-12-01T10:06:38.0114282Z + pip install --progress-bar off --user ninja 2022-12-01T10:06:38.4306946Z Collecting ninja 2022-12-01T10:06:38.4491322Z Downloading ninja-1.11.1-py2.py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (145 kB) 2022-12-01T10:06:39.1736676Z Installing collected packages: ninja 2022-12-01T10:06:39.1833324Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-12-01T10:06:39.1833989Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-12-01T10:06:39.1885137Z Successfully installed ninja-1.11.1 2022-12-01T10:06:39.2632149Z + 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.2632726Z + 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.2633265Z + [[ linux-bionic-py3.7-clang9 == *asan* ]] 2022-12-01T10:06:39.2633501Z + [[ dynamo == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-12-01T10:06:39.2633735Z + [[ dynamo == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-12-01T10:06:39.2637197Z + [[ linux-bionic-py3.7-clang9 == *tbb* ]] 2022-12-01T10:06:39.2649773Z + [[ linux-bionic-py3.7-clang9 == *libtorch* ]] 2022-12-01T10:06:39.2655465Z + [[ linux-bionic-py3.7-clang9 == *-bazel-* ]] 2022-12-01T10:06:39.2655867Z + cd test 2022-12-01T10:06:39.2656166Z + python -c 'import torch; print(torch.__config__.show())' 2022-12-01T10:06:40.0431924Z PyTorch built with: 2022-12-01T10:06:40.0432356Z - GCC 4.2 2022-12-01T10:06:40.0432573Z - C++ Version: 201402 2022-12-01T10:06:40.0432785Z - clang 9.0.0 2022-12-01T10:06:40.0433185Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:06:40.0433619Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-12-01T10:06:40.0433938Z - OpenMP 201107 (a.k.a. OpenMP 3.1) 2022-12-01T10:06:40.0434202Z - LAPACK is enabled (usually provided by MKL) 2022-12-01T10:06:40.0434629Z - NNPACK is enabled 2022-12-01T10:06:40.0434864Z - CPU capability usage: AVX2 2022-12-01T10:06:40.0437982Z - 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.0439928Z 2022-12-01T10:06:40.1794069Z + cd test 2022-12-01T10:06:40.1794540Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-12-01T10:06:40.8892334Z ATen/Parallel: 2022-12-01T10:06:40.8892804Z at::get_num_threads() : 4 2022-12-01T10:06:40.8893108Z at::get_num_interop_threads() : 4 2022-12-01T10:06:40.8893344Z OpenMP 201107 (a.k.a. OpenMP 3.1) 2022-12-01T10:06:40.8893535Z omp_get_max_threads() : 4 2022-12-01T10:06:40.8894056Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:06:40.8894342Z mkl_get_max_threads() : 4 2022-12-01T10:06:40.8894661Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-12-01T10:06:40.8894935Z std::thread::hardware_concurrency() : 8 2022-12-01T10:06:40.8895148Z Environment variables: 2022-12-01T10:06:40.8895332Z OMP_NUM_THREADS : [not set] 2022-12-01T10:06:40.8895527Z MKL_NUM_THREADS : [not set] 2022-12-01T10:06:40.8895728Z ATen parallel backend: OpenMP 2022-12-01T10:06:40.8895853Z 2022-12-01T10:06:41.0216247Z + [[ dynamo == *backward* ]] 2022-12-01T10:06:41.0216621Z + [[ dynamo == *xla* ]] 2022-12-01T10:06:41.0216985Z + [[ dynamo == \j\i\t\_\l\e\g\a\c\y ]] 2022-12-01T10:06:41.0217484Z + [[ linux-bionic-py3.7-clang9 == *libtorch* ]] 2022-12-01T10:06:41.0217715Z + [[ dynamo == distributed ]] 2022-12-01T10:06:41.0217905Z + [[ dynamo == *dynamo* ]] 2022-12-01T10:06:41.0218086Z + [[ 1 == 1 ]] 2022-12-01T10:06:41.0218262Z + [[ 2 -gt 1 ]] 2022-12-01T10:06:41.0218433Z + test_without_numpy 2022-12-01T10:06:41.0220220Z ++ dirname .jenkins/pytorch/test.sh 2022-12-01T10:06:41.0227531Z + pushd .jenkins/pytorch 2022-12-01T10:06:41.0227777Z ~/workspace/.jenkins/pytorch ~/workspace 2022-12-01T10:06:41.0228657Z + 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.6398560Z -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:41.7579129Z + 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.3852546Z -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.3861276Z tensor([0., 1.]) 2022-12-01T10:06:42.5009329Z + popd 2022-12-01T10:06:42.5009638Z ~/workspace 2022-12-01T10:06:42.5009957Z + install_torchvision 2022-12-01T10:06:42.5010258Z + local commit 2022-12-01T10:06:42.5012407Z ++ get_pinned_commit vision 2022-12-01T10:06:42.5012780Z ++ cat .github/ci_commit_pins/vision.txt 2022-12-01T10:06:42.5047736Z + commit=d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:42.5048598Z + pip_install --no-use-pep517 --user git+https://github.com/pytorch/vision.git@d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:42.5049181Z + pip install --progress-bar off --no-use-pep517 --user git+https://github.com/pytorch/vision.git@d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:42.8528866Z Collecting git+https://github.com/pytorch/vision.git@d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:42.8534448Z Cloning https://github.com/pytorch/vision.git (to revision d7d90f56117ce0955332846a5f90b8d1346c4c09) to /tmp/pip-req-build-swliem0n 2022-12-01T10:06:42.8779408Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/vision.git /tmp/pip-req-build-swliem0n 2022-12-01T10:06:44.9900832Z Running command git rev-parse -q --verify 'sha^d7d90f56117ce0955332846a5f90b8d1346c4c09' 2022-12-01T10:06:44.9947219Z Running command git fetch -q https://github.com/pytorch/vision.git d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:45.9299150Z Running command git checkout -q d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:46.4827210Z Resolved https://github.com/pytorch/vision.git to commit d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:48.0025737Z Preparing metadata (setup.py) ... [?25l- done 2022-12-01T10:06:48.0100779Z [?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.0104638Z 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.0108392Z 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.0112060Z 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.0119196Z 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.0363017Z 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.0373972Z 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.0381916Z 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.0393582Z 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.0537501Z Building wheels for collected packages: torchvision 2022-12-01T10:07:56.6092692Z Building wheel for torchvision (setup.py) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - done 2022-12-01T10:07:56.6442049Z [?25h Created wheel for torchvision: filename=torchvision-0.14.0a0+d7d90f5-cp37-cp37m-linux_x86_64.whl size=13982682 sha256=d50fbe0ac8a1cbe0435754b210a7d73adf422692c72a257d966dbdc22fc3865f 2022-12-01T10:07:56.6442955Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/17/b1/5a/ec673bc71ef16fdf03b58b08a840c9c6188bc53a632a04e543 2022-12-01T10:07:56.6485982Z Successfully built torchvision 2022-12-01T10:07:57.3169011Z Installing collected packages: torchvision 2022-12-01T10:07:57.8620137Z Successfully installed torchvision-0.14.0a0+d7d90f5 2022-12-01T10:07:58.0066138Z + install_torchdynamo 2022-12-01T10:07:58.0066368Z + local commit 2022-12-01T10:07:58.0068721Z ++ get_pinned_commit torchdynamo 2022-12-01T10:07:58.0068947Z ++ cat .github/ci_commit_pins/torchdynamo.txt 2022-12-01T10:07:58.0093550Z + commit=6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:07:58.0094150Z + pip_install --user git+https://github.com/pytorch/torchdynamo.git@6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:07:58.0095801Z + pip install --progress-bar off --user git+https://github.com/pytorch/torchdynamo.git@6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:07:58.3672027Z Collecting git+https://github.com/pytorch/torchdynamo.git@6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:07:58.3677866Z Cloning https://github.com/pytorch/torchdynamo.git (to revision 6ead5cae0d1234aa64db06fe230ef56e12ec76fe) to /tmp/pip-req-build-af8vx2rb 2022-12-01T10:07:58.3707786Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/torchdynamo.git /tmp/pip-req-build-af8vx2rb 2022-12-01T10:07:59.0060437Z Running command git rev-parse -q --verify 'sha^6ead5cae0d1234aa64db06fe230ef56e12ec76fe' 2022-12-01T10:07:59.0095278Z Running command git fetch -q https://github.com/pytorch/torchdynamo.git 6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:07:59.2533465Z Running command git checkout -q 6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:07:59.7657453Z Resolved https://github.com/pytorch/torchdynamo.git to commit 6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:08:01.1352528Z Preparing metadata (setup.py) ... [?25l- done 2022-12-01T10:08:01.1420847Z [?25hRequirement already satisfied: torch>=1.12.0 in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.13.0a0+gitc13d400) 2022-12-01T10:08:01.1424874Z Requirement already satisfied: numpy in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.18.5) 2022-12-01T10:08:01.1918742Z Collecting tabulate 2022-12-01T10:08:01.2107861Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2022-12-01T10:08:01.2175261Z Requirement already satisfied: pyyaml in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (6.0) 2022-12-01T10:08:01.2178480Z Requirement already satisfied: sympy in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.10.1) 2022-12-01T10:08:01.2209825Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.7/site-packages (from torch>=1.12.0->torchdynamo==1.13.0.dev0) (4.3.0) 2022-12-01T10:08:01.2234237Z Requirement already satisfied: mpmath>=0.19 in /opt/conda/lib/python3.7/site-packages (from sympy->torchdynamo==1.13.0.dev0) (1.2.1) 2022-12-01T10:08:01.2324278Z Building wheels for collected packages: torchdynamo 2022-12-01T10:08:04.4903993Z Building wheel for torchdynamo (setup.py) ... [?25l- \ | / - done 2022-12-01T10:08:04.4985579Z [?25h Created wheel for torchdynamo: filename=torchdynamo-1.13.0.dev0-cp37-cp37m-linux_x86_64.whl size=2686817 sha256=230717cf86ebd528c55dcb42c2554ab5c921e22e71788fc48d2fdc4e4ef0d750 2022-12-01T10:08:04.4987073Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/be/04/a5/adc64d091c88f64465d8ee6f21d5717177ec59bba7342b9732 2022-12-01T10:08:04.5010680Z Successfully built torchdynamo 2022-12-01T10:08:05.2041035Z Installing collected packages: tabulate, torchdynamo 2022-12-01T10:08:05.4668193Z Successfully installed tabulate-0.9.0 torchdynamo-1.13.0.dev0 2022-12-01T10:08:05.5470879Z + test_dynamo_shard 1 2022-12-01T10:08:05.5471452Z + [[ -z 2 ]] 2022-12-01T10:08:05.5472302Z + python test/run_test.py --exclude-jit-executor --exclude-distributed-tests --exclude test_autograd test_proxy_tensor test_quantization test_public_bindings test_dataloader test_reductions test_namedtensor test_namedtuple_return_api profiler/test_profiler profiler/test_profiler_tree test_overrides test_python_dispatch test_fx test_package test_vmap --shard 1 2 --verbose 2022-12-01T10:08:06.6446954Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:08:07.5614974Z Ignoring disabled issues: [] 2022-12-01T10:08:07.6671188Z Found test time stats from artifacts 2022-12-01T10:08:07.6683728Z Selected tests: 2022-12-01T10:08:07.6684015Z test_ops 2022-12-01T10:08:07.6684256Z test_schema_check 2022-12-01T10:08:07.6684488Z test_sparse_csr 2022-12-01T10:08:07.6684705Z test_unary_ufuncs 2022-12-01T10:08:07.6684945Z test_jit_fuser_te 2022-12-01T10:08:07.6685164Z test_modules 2022-12-01T10:08:07.6685547Z test_type_hints 2022-12-01T10:08:07.6685779Z test_optim 2022-12-01T10:08:07.6686007Z nn/test_pooling 2022-12-01T10:08:07.6686237Z test_tensor_creation_ops 2022-12-01T10:08:07.6686475Z test_mkldnn 2022-12-01T10:08:07.6689307Z test_jit_llga_fuser 2022-12-01T10:08:07.6689853Z test_cpp_extensions_jit 2022-12-01T10:08:07.6690089Z test_functional_autograd_benchmark 2022-12-01T10:08:07.6690370Z test_dispatch 2022-12-01T10:08:07.6690532Z test_view_ops 2022-12-01T10:08:07.6690703Z test_type_promotion 2022-12-01T10:08:07.6690886Z test_spectral_ops 2022-12-01T10:08:07.6691111Z test_cpp_api_parity 2022-12-01T10:08:07.6691295Z test_decomp 2022-12-01T10:08:07.6691459Z test_indexing 2022-12-01T10:08:07.6691613Z test_stateless 2022-12-01T10:08:07.6691848Z test_scatter_gather_ops 2022-12-01T10:08:07.6692033Z test_openmp 2022-12-01T10:08:07.6692194Z test_expanded_weights 2022-12-01T10:08:07.6692381Z test_mobile_optimizer 2022-12-01T10:08:07.6692617Z test_mkldnn_verbose 2022-12-01T10:08:07.6692785Z test_module_init 2022-12-01T10:08:07.6692966Z lazy/test_step_closures 2022-12-01T10:08:07.6695959Z test_logging 2022-12-01T10:08:07.6696474Z test_cpp_extensions_open_device_registration 2022-12-01T10:08:07.6696876Z nn/test_packed_sequence 2022-12-01T10:08:07.6697258Z test_bundled_inputs 2022-12-01T10:08:07.6697590Z test_futures 2022-12-01T10:08:07.6697938Z test_tensorexpr_pybind 2022-12-01T10:08:07.6698290Z test_subclass 2022-12-01T10:08:07.6698570Z test_monitor 2022-12-01T10:08:07.6698774Z test_autocast 2022-12-01T10:08:07.6698947Z test_function_schema 2022-12-01T10:08:07.6699109Z test_pytree 2022-12-01T10:08:07.6699294Z test_multiprocessing_spawn 2022-12-01T10:08:07.6699480Z test_dlpack 2022-12-01T10:08:07.6699658Z test_set_default_mobile_cpu_allocator 2022-12-01T10:08:07.6699856Z test_show_pickle 2022-12-01T10:08:07.6700024Z test_license 2022-12-01T10:08:07.6700194Z test_cpp_extensions_aot_ninja 2022-12-01T10:08:07.6700380Z test_complex 2022-12-01T10:08:07.6701817Z test_dynamic_shapes 2022-12-01T10:08:07.6702181Z test_nvfuser_frontend 2022-12-01T10:08:07.6702414Z test_numba_integration 2022-12-01T10:08:07.6702629Z test_vulkan 2022-12-01T10:08:07.6702817Z distributions/test_constraints 2022-12-01T10:08:07.6703079Z lazy/test_extract_compiled_graph 2022-12-01T10:08:07.6703297Z test_comparison_utils 2022-12-01T10:08:07.6703473Z test_cuda_primary_ctx 2022-12-01T10:08:07.6703677Z test_cuda_trace 2022-12-01T10:08:07.6703874Z test_hub 2022-12-01T10:08:07.6704025Z test_pruning_op 2022-12-01T10:08:07.9893096Z Prioritized test from test file changes. 2022-12-01T10:08:07.9893560Z reordering tests for PR: 2022-12-01T10:08:07.9894707Z prioritized: ['test_ops', 'test_sparse_csr', 'test_jit_fuser_te', 'test_modules', 'test_optim', 'nn/test_pooling', 'test_mkldnn', 'test_jit_llga_fuser', 'test_cpp_extensions_jit', 'test_view_ops', 'test_type_promotion', 'test_spectral_ops', 'test_decomp', 'test_indexing', 'test_stateless', 'test_expanded_weights', 'test_module_init', 'test_autocast', 'test_pytree', 'test_dynamic_shapes', 'test_nvfuser_frontend', 'lazy/test_extract_compiled_graph'] 2022-12-01T10:08:07.9896670Z the rest: ['test_schema_check', 'test_unary_ufuncs', 'test_type_hints', 'test_tensor_creation_ops', 'test_functional_autograd_benchmark', 'test_dispatch', 'test_cpp_api_parity', 'test_scatter_gather_ops', 'test_openmp', 'test_mobile_optimizer', 'test_mkldnn_verbose', 'lazy/test_step_closures', 'test_logging', 'test_cpp_extensions_open_device_registration', 'nn/test_packed_sequence', 'test_bundled_inputs', 'test_futures', 'test_tensorexpr_pybind', 'test_subclass', 'test_monitor', 'test_function_schema', 'test_multiprocessing_spawn', 'test_dlpack', 'test_set_default_mobile_cpu_allocator', 'test_show_pickle', 'test_license', 'test_cpp_extensions_aot_ninja', 'test_complex', 'test_numba_integration', 'test_vulkan', 'distributions/test_constraints', 'test_comparison_utils', 'test_cuda_primary_ctx', 'test_cuda_trace', 'test_hub', 'test_pruning_op'] 2022-12-01T10:08:07.9897716Z 2022-12-01T10:08:07.9898124Z 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:08.0111568Z 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:08.0272357Z parallel (file granularity) tests: 2022-12-01T10:08:08.0272653Z 2022-12-01T10:08:08.0272940Z serial (file granularity) tests: 2022-12-01T10:08:08.0273226Z test_ops 2022-12-01T10:08:08.0273512Z test_sparse_csr 2022-12-01T10:08:08.0273815Z test_jit_fuser_te 2022-12-01T10:08:08.0274126Z test_modules 2022-12-01T10:08:08.0274419Z test_optim 2022-12-01T10:08:08.0274704Z nn/test_pooling 2022-12-01T10:08:08.0275013Z test_mkldnn 2022-12-01T10:08:08.0275336Z test_jit_llga_fuser 2022-12-01T10:08:08.0275680Z test_cpp_extensions_jit 2022-12-01T10:08:08.0275864Z test_view_ops 2022-12-01T10:08:08.0276047Z test_type_promotion 2022-12-01T10:08:08.0276231Z test_spectral_ops 2022-12-01T10:08:08.0276389Z test_decomp 2022-12-01T10:08:08.0276680Z test_indexing 2022-12-01T10:08:08.0276851Z test_stateless 2022-12-01T10:08:08.0277016Z test_expanded_weights 2022-12-01T10:08:08.0277205Z test_module_init 2022-12-01T10:08:08.0277426Z test_autocast 2022-12-01T10:08:08.0277678Z test_pytree 2022-12-01T10:08:08.0277977Z test_dynamic_shapes 2022-12-01T10:08:08.0278296Z test_nvfuser_frontend 2022-12-01T10:08:08.0278648Z lazy/test_extract_compiled_graph 2022-12-01T10:08:08.0279015Z test_schema_check 2022-12-01T10:08:08.0279300Z test_unary_ufuncs 2022-12-01T10:08:08.0279460Z test_type_hints 2022-12-01T10:08:08.0279640Z test_tensor_creation_ops 2022-12-01T10:08:08.0279843Z test_functional_autograd_benchmark 2022-12-01T10:08:08.0280022Z test_dispatch 2022-12-01T10:08:08.0280195Z test_cpp_api_parity 2022-12-01T10:08:08.0280382Z test_scatter_gather_ops 2022-12-01T10:08:08.0280549Z test_openmp 2022-12-01T10:08:08.0280722Z test_mobile_optimizer 2022-12-01T10:08:08.0280899Z test_mkldnn_verbose 2022-12-01T10:08:08.0281071Z lazy/test_step_closures 2022-12-01T10:08:08.0281245Z test_logging 2022-12-01T10:08:08.0281448Z test_cpp_extensions_open_device_registration 2022-12-01T10:08:08.0281656Z nn/test_packed_sequence 2022-12-01T10:08:08.0281842Z test_bundled_inputs 2022-12-01T10:08:08.0282014Z test_futures 2022-12-01T10:08:08.0282177Z test_tensorexpr_pybind 2022-12-01T10:08:08.0282353Z test_subclass 2022-12-01T10:08:08.0282515Z test_monitor 2022-12-01T10:08:08.0282674Z test_function_schema 2022-12-01T10:08:08.0282865Z test_multiprocessing_spawn 2022-12-01T10:08:08.0283054Z test_dlpack 2022-12-01T10:08:08.0283237Z test_set_default_mobile_cpu_allocator 2022-12-01T10:08:08.0283443Z test_show_pickle 2022-12-01T10:08:08.0283616Z test_license 2022-12-01T10:08:08.0283790Z test_cpp_extensions_aot_ninja 2022-12-01T10:08:08.0283977Z test_complex 2022-12-01T10:08:08.0284155Z test_numba_integration 2022-12-01T10:08:08.0284321Z test_vulkan 2022-12-01T10:08:08.0284511Z distributions/test_constraints 2022-12-01T10:08:08.0284718Z test_comparison_utils 2022-12-01T10:08:08.0284906Z test_cuda_primary_ctx 2022-12-01T10:08:08.0285073Z test_cuda_trace 2022-12-01T10:08:08.0285242Z test_hub 2022-12-01T10:08:08.0285409Z test_pruning_op 2022-12-01T10:08:09.1584397Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:08:09.2085142Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:08:09.5498250Z Ignoring disabled issues: [] 2022-12-01T10:08:09.5980141Z Ignoring disabled issues: [] 2022-12-01T10:08:09.9224667Z Running test_ops ... [2022-12-01 10:08:09.922106] 2022-12-01T10:08:11.0720151Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:08:11.0963669Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:08:11.4621994Z Ignoring disabled issues: [] 2022-12-01T10:08:11.4753925Z 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:08:11.475086] 2022-12-01T10:08:11.4871201Z Ignoring disabled issues: [] 2022-12-01T10:08:11.5007064Z 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:08:11.500370] 2022-12-01T10:26:48.7940418Z 2022-12-01T10:26:48.7940804Z Expand the folded group to see the log file of test_ops 2022-12-01T10:26:48.7949953Z ##[group]PRINTING LOG FILE of test_ops (/var/lib/jenkins/workspace/test/test-reports/test_ops_e3qs_2ih) 2022-12-01T10:26:48.7986162Z Test results will be stored in test-reports/python-pytest/test_ops/test_ops-9f7dbc62933b001c.xml 2022-12-01T10:26:48.7986723Z ============================= test session starts ============================== 2022-12-01T10:26:48.7987331Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:26:48.7987745Z cachedir: .pytest_cache 2022-12-01T10:26:48.7988464Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:26:48.8068745Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:26:48.8069804Z 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:26:48.8071146Z collecting ... collected 26295 items / 23 deselected / 26272 selected 2022-12-01T10:26:48.9565104Z 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:26:49.0726609Z 2022-12-01T10:26:49.0726940Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_H_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0727353Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing___getitem___cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0727932Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_abs_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0728278Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_add_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0728674Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_scatter_cpu_complex32 SKIPPED (Fails on cuda + rocm) [ 0%] 2022-12-01T10:26:49.0729075Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_2d_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0729443Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_3d_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0729795Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_block_diag_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0730214Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bool_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0730575Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_cat_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0730931Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chalf_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0731273Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_char_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0731623Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chunk_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0731974Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_clone_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0732329Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0732681Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_physical_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0733055Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_contiguous_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0733420Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_double_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0733769Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dstack_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0734144Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_like_cpu_complex32 SKIPPED (Skipped!) [ 0%] 2022-12-01T10:26:49.0734515Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_eq_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0734879Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_fftshift_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0735231Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_flatten_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0735584Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_float_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0735938Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hsplit_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0736298Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_imag_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0736648Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_add_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0737010Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_put_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0737372Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isfinite_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0737718Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isinf_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0738073Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isreal_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0738444Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_log_softmax_dtype_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0738809Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mH_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0739159Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_masked_fill_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0739551Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mul_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0739912Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_copy_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0740272Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0740615Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_neg_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0740974Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_zeros_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0741334Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0741724Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0742152Z 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:26:49.0742566Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ravel_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0742936Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_repeat_interleave_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0743298Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_as_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0743663Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0744022Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_roll_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0744385Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_select_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0744729Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sgn_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0745086Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_slice_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0745440Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0745798Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_with_sizes_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0746171Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_squeeze_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0746528Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_stack_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0746882Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sub_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0747231Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_transpose_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0747596Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vstack_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0747956Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_where_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0748316Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_like_cpu_complex32 PASSED [ 0%] 2022-12-01T10:26:49.0748642Z test_ops.py::TestCommonCPU::test_dtypes___rdiv___cpu PASSED [ 0%] 2022-12-01T10:26:49.0748947Z test_ops.py::TestCommonCPU::test_dtypes___rmatmul___cpu PASSED [ 0%] 2022-12-01T10:26:49.0749246Z test_ops.py::TestCommonCPU::test_dtypes___ror___cpu PASSED [ 0%] 2022-12-01T10:26:49.0749530Z test_ops.py::TestCommonCPU::test_dtypes___rpow___cpu PASSED [ 0%] 2022-12-01T10:26:49.0749827Z test_ops.py::TestCommonCPU::test_dtypes___rsub___cpu PASSED [ 0%] 2022-12-01T10:26:49.0750120Z test_ops.py::TestCommonCPU::test_dtypes___rxor___cpu PASSED [ 0%] 2022-12-01T10:26:49.0750416Z test_ops.py::TestCommonCPU::test_dtypes__refs_acos_cpu PASSED [ 0%] 2022-12-01T10:26:49.0750730Z test_ops.py::TestCommonCPU::test_dtypes__refs_acosh_cpu PASSED [ 0%] 2022-12-01T10:26:49.0751026Z test_ops.py::TestCommonCPU::test_dtypes__refs_add_cpu PASSED [ 0%] 2022-12-01T10:26:49.0751325Z test_ops.py::TestCommonCPU::test_dtypes__refs_addcdiv_cpu PASSED [ 0%] 2022-12-01T10:26:49.0751607Z test_ops.py::TestCommonCPU::test_dtypes__refs_addr_cpu PASSED [ 0%] 2022-12-01T10:26:49.0751905Z test_ops.py::TestCommonCPU::test_dtypes__refs_arange_cpu PASSED [ 0%] 2022-12-01T10:26:49.0752210Z test_ops.py::TestCommonCPU::test_dtypes__refs_asinh_cpu PASSED [ 0%] 2022-12-01T10:26:49.0752513Z test_ops.py::TestCommonCPU::test_dtypes__refs_atan2_cpu PASSED [ 0%] 2022-12-01T10:26:49.0752796Z test_ops.py::TestCommonCPU::test_dtypes__refs_atan_cpu PASSED [ 0%] 2022-12-01T10:26:49.0753130Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_1d_cpu PASSED [ 0%] 2022-12-01T10:26:49.0753434Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_3d_cpu PASSED [ 0%] 2022-12-01T10:26:49.0753719Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_and_cpu PASSED [ 0%] 2022-12-01T10:26:49.0754130Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_left_shift_cpu PASSED [ 0%] 2022-12-01T10:26:49.0754451Z test_ops.py::TestCommonCPU::test_dtypes__refs_chunk_cpu PASSED [ 0%] 2022-12-01T10:26:49.0754752Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_cpu PASSED [ 0%] 2022-12-01T10:26:49.0755041Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_max_cpu PASSED [ 0%] 2022-12-01T10:26:49.0755338Z test_ops.py::TestCommonCPU::test_dtypes__refs_conj_cpu PASSED [ 0%] 2022-12-01T10:26:49.0755643Z test_ops.py::TestCommonCPU::test_dtypes__refs_conj_physical_cpu PASSED [ 0%] 2022-12-01T10:26:49.0755944Z test_ops.py::TestCommonCPU::test_dtypes__refs_constant_pad_nd_cpu PASSED [ 0%] 2022-12-01T10:26:49.0756243Z test_ops.py::TestCommonCPU::test_dtypes__refs_cos_cpu PASSED [ 0%] 2022-12-01T10:26:49.0756724Z test_ops.py::TestCommonCPU::test_dtypes__refs_cosh_cpu PASSED [ 0%] 2022-12-01T10:26:49.0757088Z test_ops.py::TestCommonCPU::test_dtypes__refs_diag_embed_cpu PASSED [ 0%] 2022-12-01T10:26:49.0757375Z test_ops.py::TestCommonCPU::test_dtypes__refs_digamma_cpu PASSED [ 0%] 2022-12-01T10:26:49.0757690Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_no_rounding_mode_cpu PASSED [ 0%] 2022-12-01T10:26:49.0758009Z test_ops.py::TestCommonCPU::test_dtypes__refs_dsplit_cpu PASSED [ 0%] 2022-12-01T10:26:49.0758296Z test_ops.py::TestCommonCPU::test_dtypes__refs_dstack_cpu PASSED [ 0%] 2022-12-01T10:26:49.0758589Z test_ops.py::TestCommonCPU::test_dtypes__refs_empty_cpu PASSED [ 0%] 2022-12-01T10:26:49.0758888Z test_ops.py::TestCommonCPU::test_dtypes__refs_empty_like_cpu PASSED [ 0%] 2022-12-01T10:26:49.0759188Z test_ops.py::TestCommonCPU::test_dtypes__refs_erf_cpu PASSED [ 0%] 2022-12-01T10:26:49.0759473Z test_ops.py::TestCommonCPU::test_dtypes__refs_erfc_cpu PASSED [ 0%] 2022-12-01T10:26:49.0759762Z test_ops.py::TestCommonCPU::test_dtypes__refs_erfinv_cpu PASSED [ 0%] 2022-12-01T10:26:49.0760053Z test_ops.py::TestCommonCPU::test_dtypes__refs_exp2_cpu PASSED [ 0%] 2022-12-01T10:26:49.0760333Z test_ops.py::TestCommonCPU::test_dtypes__refs_expand_as_cpu PASSED [ 0%] 2022-12-01T10:26:49.0760626Z test_ops.py::TestCommonCPU::test_dtypes__refs_expand_cpu PASSED [ 0%] 2022-12-01T10:26:49.0760927Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftshift_cpu PASSED [ 0%] 2022-12-01T10:26:49.0761224Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft2_cpu PASSED [ 0%] 2022-12-01T10:26:49.0761506Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft_cpu PASSED [ 0%] 2022-12-01T10:26:49.0761808Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft2_cpu PASSED [ 0%] 2022-12-01T10:26:49.0762192Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft_cpu PASSED [ 0%] 2022-12-01T10:26:49.0762484Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftshift_cpu PASSED [ 0%] 2022-12-01T10:26:49.0762785Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft_cpu PASSED [ 0%] 2022-12-01T10:26:49.0763083Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfftn_cpu PASSED [ 0%] 2022-12-01T10:26:49.0763382Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft2_cpu PASSED [ 0%] 2022-12-01T10:26:49.0763666Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft_cpu PASSED [ 0%] 2022-12-01T10:26:49.0763961Z test_ops.py::TestCommonCPU::test_dtypes__refs_fill_cpu PASSED [ 0%] 2022-12-01T10:26:49.0764255Z test_ops.py::TestCommonCPU::test_dtypes__refs_fliplr_cpu PASSED [ 0%] 2022-12-01T10:26:49.0764577Z test_ops.py::TestCommonCPU::test_dtypes__refs_float_power_cpu PASSED [ 0%] 2022-12-01T10:26:49.0764871Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmax_cpu PASSED [ 0%] 2022-12-01T10:26:49.0765163Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmod_cpu PASSED [ 0%] 2022-12-01T10:26:49.0765451Z test_ops.py::TestCommonCPU::test_dtypes__refs_ge_cpu PASSED [ 0%] 2022-12-01T10:26:49.0765731Z test_ops.py::TestCommonCPU::test_dtypes__refs_heaviside_cpu PASSED [ 0%] 2022-12-01T10:26:49.0766026Z test_ops.py::TestCommonCPU::test_dtypes__refs_hypot_cpu PASSED [ 0%] 2022-12-01T10:26:49.0766313Z test_ops.py::TestCommonCPU::test_dtypes__refs_i0_cpu PASSED [ 0%] 2022-12-01T10:26:49.0766589Z test_ops.py::TestCommonCPU::test_dtypes__refs_igamma_cpu PASSED [ 0%] 2022-12-01T10:26:49.0766881Z test_ops.py::TestCommonCPU::test_dtypes__refs_igammac_cpu PASSED [ 0%] 2022-12-01T10:26:49.0767177Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_add_cpu PASSED [ 0%] 2022-12-01T10:26:49.0767476Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_copy_cpu PASSED [ 0%] 2022-12-01T10:26:49.0767762Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_fill_cpu PASSED [ 0%] 2022-12-01T10:26:49.0768056Z test_ops.py::TestCommonCPU::test_dtypes__refs_isfinite_cpu PASSED [ 0%] 2022-12-01T10:26:49.0768347Z test_ops.py::TestCommonCPU::test_dtypes__refs_isnan_cpu PASSED [ 0%] 2022-12-01T10:26:49.0768627Z test_ops.py::TestCommonCPU::test_dtypes__refs_lgamma_cpu PASSED [ 0%] 2022-12-01T10:26:49.0768919Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_norm_cpu PASSED [ 0%] 2022-12-01T10:26:49.0769217Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svd_cpu PASSED [ 0%] 2022-12-01T10:26:49.0769531Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_vector_norm_cpu PASSED [ 0%] 2022-12-01T10:26:49.0769834Z test_ops.py::TestCommonCPU::test_dtypes__refs_linspace_cpu PASSED [ 0%] 2022-12-01T10:26:49.0770134Z test_ops.py::TestCommonCPU::test_dtypes__refs_log10_cpu PASSED [ 0%] 2022-12-01T10:26:49.0770430Z test_ops.py::TestCommonCPU::test_dtypes__refs_log2_cpu PASSED [ 1%] 2022-12-01T10:26:49.0770708Z test_ops.py::TestCommonCPU::test_dtypes__refs_log_cpu PASSED [ 1%] 2022-12-01T10:26:49.0771000Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_and_cpu PASSED [ 1%] 2022-12-01T10:26:49.0771301Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_not_cpu PASSED [ 1%] 2022-12-01T10:26:49.0771600Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_xor_cpu PASSED [ 1%] 2022-12-01T10:26:49.0771885Z test_ops.py::TestCommonCPU::test_dtypes__refs_logspace_cpu PASSED [ 1%] 2022-12-01T10:26:49.0772182Z test_ops.py::TestCommonCPU::test_dtypes__refs_masked_fill_cpu PASSED [ 1%] 2022-12-01T10:26:49.0772475Z test_ops.py::TestCommonCPU::test_dtypes__refs_maximum_cpu PASSED [ 1%] 2022-12-01T10:26:49.0772783Z test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_list_of_tensors_cpu PASSED [ 1%] 2022-12-01T10:26:49.0773124Z test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_variadic_tensors_cpu PASSED [ 1%] 2022-12-01T10:26:49.0773472Z test_ops.py::TestCommonCPU::test_dtypes__refs_mul_cpu PASSED [ 1%] 2022-12-01T10:26:49.0773770Z test_ops.py::TestCommonCPU::test_dtypes__refs_nan_to_num_cpu PASSED [ 1%] 2022-12-01T10:26:49.0774060Z test_ops.py::TestCommonCPU::test_dtypes__refs_narrow_cpu PASSED [ 1%] 2022-12-01T10:26:49.0774351Z test_ops.py::TestCommonCPU::test_dtypes__refs_ne_cpu PASSED [ 1%] 2022-12-01T10:26:49.0774642Z test_ops.py::TestCommonCPU::test_dtypes__refs_neg_cpu PASSED [ 1%] 2022-12-01T10:26:49.0774938Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_strided_cpu PASSED [ 1%] 2022-12-01T10:26:49.0775247Z test_ops.py::TestCommonCPU::test_dtypes__refs_nextafter_cpu PASSED [ 1%] 2022-12-01T10:26:49.0775595Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardtanh_cpu PASSED [ 1%] 2022-12-01T10:26:49.0775945Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hinge_embedding_loss_cpu PASSED [ 1%] 2022-12-01T10:26:49.0776280Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_l1_loss_cpu PASSED [ 1%] 2022-12-01T10:26:49.0776610Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_layer_norm_cpu PASSED [ 1%] 2022-12-01T10:26:49.0776943Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_leaky_relu_cpu PASSED [ 1%] 2022-12-01T10:26:49.0777275Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_margin_ranking_loss_cpu PASSED [ 1%] 2022-12-01T10:26:49.0777614Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mish_cpu PASSED [ 1%] 2022-12-01T10:26:49.0777939Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_prelu_cpu PASSED [ 1%] 2022-12-01T10:26:49.0778265Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu6_cpu PASSED [ 1%] 2022-12-01T10:26:49.0778578Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu_cpu PASSED [ 1%] 2022-12-01T10:26:49.0778903Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_selu_cpu PASSED [ 1%] 2022-12-01T10:26:49.0779235Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_threshold_cpu PASSED [ 1%] 2022-12-01T10:26:49.0779543Z test_ops.py::TestCommonCPU::test_dtypes__refs_norm_cpu PASSED [ 1%] 2022-12-01T10:26:49.0779840Z test_ops.py::TestCommonCPU::test_dtypes__refs_ones_cpu PASSED [ 1%] 2022-12-01T10:26:49.0780134Z test_ops.py::TestCommonCPU::test_dtypes__refs_positive_cpu PASSED [ 1%] 2022-12-01T10:26:49.0780437Z test_ops.py::TestCommonCPU::test_dtypes__refs_pow_cpu PASSED [ 1%] 2022-12-01T10:26:49.0780724Z test_ops.py::TestCommonCPU::test_dtypes__refs_randn_cpu PASSED [ 1%] 2022-12-01T10:26:49.0781017Z test_ops.py::TestCommonCPU::test_dtypes__refs_ravel_cpu PASSED [ 1%] 2022-12-01T10:26:49.0781322Z test_ops.py::TestCommonCPU::test_dtypes__refs_reciprocal_cpu PASSED [ 1%] 2022-12-01T10:26:49.0781617Z test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_as_cpu PASSED [ 1%] 2022-12-01T10:26:49.0781915Z test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_cpu PASSED [ 1%] 2022-12-01T10:26:49.0782209Z test_ops.py::TestCommonCPU::test_dtypes__refs_roll_cpu PASSED [ 1%] 2022-12-01T10:26:49.0782501Z test_ops.py::TestCommonCPU::test_dtypes__refs_round_cpu PASSED [ 1%] 2022-12-01T10:26:49.0782782Z test_ops.py::TestCommonCPU::test_dtypes__refs_rsub_cpu PASSED [ 1%] 2022-12-01T10:26:49.0783075Z test_ops.py::TestCommonCPU::test_dtypes__refs_sigmoid_cpu PASSED [ 1%] 2022-12-01T10:26:49.0783369Z test_ops.py::TestCommonCPU::test_dtypes__refs_signbit_cpu PASSED [ 1%] 2022-12-01T10:26:49.0783651Z test_ops.py::TestCommonCPU::test_dtypes__refs_sin_cpu PASSED [ 1%] 2022-12-01T10:26:49.0783938Z test_ops.py::TestCommonCPU::test_dtypes__refs_sinc_cpu PASSED [ 1%] 2022-12-01T10:26:49.0784230Z test_ops.py::TestCommonCPU::test_dtypes__refs_sinh_cpu PASSED [ 1%] 2022-12-01T10:26:49.0784575Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_bessel_j0_cpu PASSED [ 1%] 2022-12-01T10:26:49.0784870Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i0e_cpu PASSED [ 1%] 2022-12-01T10:26:49.0785170Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1_cpu PASSED [ 1%] 2022-12-01T10:26:49.0785501Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_1_cpu PASSED [ 1%] 2022-12-01T10:26:49.0785843Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_5_cpu PASSED [ 1%] 2022-12-01T10:26:49.0786174Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_zeta_cpu PASSED [ 1%] 2022-12-01T10:26:49.0786478Z test_ops.py::TestCommonCPU::test_dtypes__refs_stack_cpu PASSED [ 1%] 2022-12-01T10:26:49.0786777Z test_ops.py::TestCommonCPU::test_dtypes__refs_std_cpu PASSED [ 1%] 2022-12-01T10:26:49.0787087Z test_ops.py::TestCommonCPU::test_dtypes__refs_sub_cpu PASSED [ 1%] 2022-12-01T10:26:49.0787392Z test_ops.py::TestCommonCPU::test_dtypes__refs_tensor_split_cpu PASSED [ 1%] 2022-12-01T10:26:49.0787689Z test_ops.py::TestCommonCPU::test_dtypes__refs_to_cpu PASSED [ 1%] 2022-12-01T10:26:49.0787968Z test_ops.py::TestCommonCPU::test_dtypes__refs_trace_cpu PASSED [ 1%] 2022-12-01T10:26:49.0788262Z test_ops.py::TestCommonCPU::test_dtypes__refs_transpose_cpu PASSED [ 1%] 2022-12-01T10:26:49.0788555Z test_ops.py::TestCommonCPU::test_dtypes__refs_tril_cpu PASSED [ 1%] 2022-12-01T10:26:49.0788846Z test_ops.py::TestCommonCPU::test_dtypes__refs_triu_cpu PASSED [ 1%] 2022-12-01T10:26:49.0789135Z test_ops.py::TestCommonCPU::test_dtypes__refs_triu_indices_cpu PASSED [ 1%] 2022-12-01T10:26:49.0789434Z test_ops.py::TestCommonCPU::test_dtypes__refs_trunc_cpu PASSED [ 1%] 2022-12-01T10:26:49.0789736Z test_ops.py::TestCommonCPU::test_dtypes__refs_unbind_cpu PASSED [ 1%] 2022-12-01T10:26:49.0790023Z test_ops.py::TestCommonCPU::test_dtypes__refs_unfold_copy_cpu PASSED [ 1%] 2022-12-01T10:26:49.0790327Z test_ops.py::TestCommonCPU::test_dtypes__refs_unsqueeze_cpu PASSED [ 1%] 2022-12-01T10:26:49.0790625Z test_ops.py::TestCommonCPU::test_dtypes__refs_var_cpu PASSED [ 1%] 2022-12-01T10:26:49.0790920Z test_ops.py::TestCommonCPU::test_dtypes__refs_view_as_cpu PASSED [ 1%] 2022-12-01T10:26:49.0791204Z test_ops.py::TestCommonCPU::test_dtypes__refs_vstack_cpu PASSED [ 1%] 2022-12-01T10:26:49.0791501Z test_ops.py::TestCommonCPU::test_dtypes__refs_zeros_cpu PASSED [ 1%] 2022-12-01T10:26:49.0791793Z test_ops.py::TestCommonCPU::test_dtypes_abs_cpu PASSED [ 1%] 2022-12-01T10:26:49.0792070Z test_ops.py::TestCommonCPU::test_dtypes_acos_cpu PASSED [ 1%] 2022-12-01T10:26:49.0792363Z test_ops.py::TestCommonCPU::test_dtypes_acosh_cpu PASSED [ 1%] 2022-12-01T10:26:49.0792653Z test_ops.py::TestCommonCPU::test_dtypes_addbmm_cpu PASSED [ 1%] 2022-12-01T10:26:49.0792950Z test_ops.py::TestCommonCPU::test_dtypes_addcmul_cpu PASSED [ 1%] 2022-12-01T10:26:49.0793237Z test_ops.py::TestCommonCPU::test_dtypes_addmm_decomposed_cpu PASSED [ 1%] 2022-12-01T10:26:49.0793538Z test_ops.py::TestCommonCPU::test_dtypes_allclose_cpu PASSED [ 1%] 2022-12-01T10:26:49.0793833Z test_ops.py::TestCommonCPU::test_dtypes_aminmax_cpu PASSED [ 1%] 2022-12-01T10:26:49.0794191Z test_ops.py::TestCommonCPU::test_dtypes_arange_cpu PASSED [ 1%] 2022-12-01T10:26:49.0794488Z test_ops.py::TestCommonCPU::test_dtypes_argmax_cpu PASSED [ 1%] 2022-12-01T10:26:49.0794784Z test_ops.py::TestCommonCPU::test_dtypes_argwhere_cpu PASSED [ 1%] 2022-12-01T10:26:49.0795089Z test_ops.py::TestCommonCPU::test_dtypes_as_strided_scatter_cpu PASSED [ 1%] 2022-12-01T10:26:49.0795378Z test_ops.py::TestCommonCPU::test_dtypes_asin_cpu PASSED [ 1%] 2022-12-01T10:26:49.0795668Z test_ops.py::TestCommonCPU::test_dtypes_asinh_cpu PASSED [ 1%] 2022-12-01T10:26:49.0795997Z test_ops.py::TestCommonCPU::test_dtypes_atan_cpu PASSED [ 1%] 2022-12-01T10:26:49.0796276Z test_ops.py::TestCommonCPU::test_dtypes_atleast_2d_cpu PASSED [ 1%] 2022-12-01T10:26:49.0796663Z test_ops.py::TestCommonCPU::test_dtypes_bincount_cpu PASSED [ 1%] 2022-12-01T10:26:49.0796959Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_and_cpu PASSED [ 1%] 2022-12-01T10:26:49.0797262Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_left_shift_cpu PASSED [ 1%] 2022-12-01T10:26:49.0797549Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_xor_cpu PASSED [ 1%] 2022-12-01T10:26:49.0797836Z test_ops.py::TestCommonCPU::test_dtypes_bmm_cpu PASSED [ 1%] 2022-12-01T10:26:49.0798172Z test_ops.py::TestCommonCPU::test_dtypes_bool_cpu PASSED [ 1%] 2022-12-01T10:26:49.0798475Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_shapes_cpu SKIPPED (Skipped!) [ 1%] 2022-12-01T10:26:49.0798796Z test_ops.py::TestCommonCPU::test_dtypes_bucketize_cpu PASSED [ 1%] 2022-12-01T10:26:49.0799097Z test_ops.py::TestCommonCPU::test_dtypes_cartesian_prod_cpu PASSED [ 1%] 2022-12-01T10:26:49.0799394Z test_ops.py::TestCommonCPU::test_dtypes_chalf_cpu PASSED [ 1%] 2022-12-01T10:26:49.0799680Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_inverse_cpu PASSED [ 1%] 2022-12-01T10:26:49.0799983Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_solve_cpu PASSED [ 1%] 2022-12-01T10:26:49.0800281Z test_ops.py::TestCommonCPU::test_dtypes_clamp_cpu PASSED [ 1%] 2022-12-01T10:26:49.0800562Z test_ops.py::TestCommonCPU::test_dtypes_clamp_max_cpu PASSED [ 1%] 2022-12-01T10:26:49.0800855Z test_ops.py::TestCommonCPU::test_dtypes_clamp_min_cpu PASSED [ 1%] 2022-12-01T10:26:49.0801145Z test_ops.py::TestCommonCPU::test_dtypes_clone_cpu PASSED [ 1%] 2022-12-01T10:26:49.0801436Z test_ops.py::TestCommonCPU::test_dtypes_column_stack_cpu PASSED [ 1%] 2022-12-01T10:26:49.0801721Z test_ops.py::TestCommonCPU::test_dtypes_combinations_cpu PASSED [ 1%] 2022-12-01T10:26:49.0802016Z test_ops.py::TestCommonCPU::test_dtypes_conj_physical_cpu PASSED [ 1%] 2022-12-01T10:26:49.0802312Z test_ops.py::TestCommonCPU::test_dtypes_constant_pad_nd_cpu PASSED [ 1%] 2022-12-01T10:26:49.0802596Z test_ops.py::TestCommonCPU::test_dtypes_contiguous_cpu PASSED [ 1%] 2022-12-01T10:26:49.0802882Z test_ops.py::TestCommonCPU::test_dtypes_cos_cpu PASSED [ 1%] 2022-12-01T10:26:49.0803177Z test_ops.py::TestCommonCPU::test_dtypes_count_nonzero_cpu PASSED [ 1%] 2022-12-01T10:26:49.0803471Z test_ops.py::TestCommonCPU::test_dtypes_cross_cpu PASSED [ 1%] 2022-12-01T10:26:49.0803751Z test_ops.py::TestCommonCPU::test_dtypes_cummax_cpu PASSED [ 1%] 2022-12-01T10:26:49.0804039Z test_ops.py::TestCommonCPU::test_dtypes_cummin_cpu PASSED [ 1%] 2022-12-01T10:26:49.0804341Z test_ops.py::TestCommonCPU::test_dtypes_cumulative_trapezoid_cpu PASSED [ 1%] 2022-12-01T10:26:49.0804631Z test_ops.py::TestCommonCPU::test_dtypes_diag_embed_cpu PASSED [ 1%] 2022-12-01T10:26:49.0804924Z test_ops.py::TestCommonCPU::test_dtypes_diagonal_cpu PASSED [ 1%] 2022-12-01T10:26:49.0805261Z test_ops.py::TestCommonCPU::test_dtypes_diagonal_scatter_cpu PASSED [ 1%] 2022-12-01T10:26:49.0805563Z test_ops.py::TestCommonCPU::test_dtypes_div_floor_rounding_cpu PASSED [ 1%] 2022-12-01T10:26:49.0805855Z test_ops.py::TestCommonCPU::test_dtypes_div_no_rounding_mode_cpu PASSED [ 1%] 2022-12-01T10:26:49.0806154Z test_ops.py::TestCommonCPU::test_dtypes_double_cpu PASSED [ 1%] 2022-12-01T10:26:49.0806441Z test_ops.py::TestCommonCPU::test_dtypes_dstack_cpu PASSED [ 1%] 2022-12-01T10:26:49.0806720Z test_ops.py::TestCommonCPU::test_dtypes_einsum_cpu PASSED [ 1%] 2022-12-01T10:26:49.0807054Z test_ops.py::TestCommonCPU::test_dtypes_empty_cpu PASSED [ 1%] 2022-12-01T10:26:49.0807344Z test_ops.py::TestCommonCPU::test_dtypes_empty_like_cpu PASSED [ 1%] 2022-12-01T10:26:49.0807633Z test_ops.py::TestCommonCPU::test_dtypes_equal_cpu PASSED [ 1%] 2022-12-01T10:26:49.0807906Z test_ops.py::TestCommonCPU::test_dtypes_erf_cpu PASSED [ 1%] 2022-12-01T10:26:49.0808195Z test_ops.py::TestCommonCPU::test_dtypes_erfc_cpu PASSED [ 1%] 2022-12-01T10:26:49.0808486Z test_ops.py::TestCommonCPU::test_dtypes_erfinv_cpu PASSED [ 1%] 2022-12-01T10:26:49.0808760Z test_ops.py::TestCommonCPU::test_dtypes_exp2_cpu PASSED [ 1%] 2022-12-01T10:26:49.0809046Z test_ops.py::TestCommonCPU::test_dtypes_exp_cpu PASSED [ 1%] 2022-12-01T10:26:49.0809362Z test_ops.py::TestCommonCPU::test_dtypes_expand_cpu PASSED [ 1%] 2022-12-01T10:26:49.0809651Z test_ops.py::TestCommonCPU::test_dtypes_eye_cpu PASSED [ 1%] 2022-12-01T10:26:49.0809924Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfft_cpu PASSED [ 2%] 2022-12-01T10:26:49.0810211Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifft2_cpu PASSED [ 2%] 2022-12-01T10:26:49.0810500Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifftn_cpu PASSED [ 2%] 2022-12-01T10:26:49.0810778Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfftn_cpu PASSED [ 2%] 2022-12-01T10:26:49.0811072Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfft2_cpu PASSED [ 2%] 2022-12-01T10:26:49.0811359Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfft_cpu PASSED [ 2%] 2022-12-01T10:26:49.0811634Z test_ops.py::TestCommonCPU::test_dtypes_fill_cpu PASSED [ 2%] 2022-12-01T10:26:49.0811920Z test_ops.py::TestCommonCPU::test_dtypes_flip_cpu PASSED [ 2%] 2022-12-01T10:26:49.0812205Z test_ops.py::TestCommonCPU::test_dtypes_fliplr_cpu PASSED [ 2%] 2022-12-01T10:26:49.0812501Z test_ops.py::TestCommonCPU::test_dtypes_flipud_cpu PASSED [ 2%] 2022-12-01T10:26:49.0812776Z test_ops.py::TestCommonCPU::test_dtypes_float_cpu PASSED [ 2%] 2022-12-01T10:26:49.0813059Z test_ops.py::TestCommonCPU::test_dtypes_floor_cpu PASSED [ 2%] 2022-12-01T10:26:49.0813345Z test_ops.py::TestCommonCPU::test_dtypes_fmax_cpu PASSED [ 2%] 2022-12-01T10:26:49.0813619Z test_ops.py::TestCommonCPU::test_dtypes_fmin_cpu PASSED [ 2%] 2022-12-01T10:26:49.0813905Z test_ops.py::TestCommonCPU::test_dtypes_fmod_cpu PASSED [ 2%] 2022-12-01T10:26:49.0814188Z test_ops.py::TestCommonCPU::test_dtypes_frac_cpu PASSED [ 2%] 2022-12-01T10:26:49.0814470Z test_ops.py::TestCommonCPU::test_dtypes_frexp_cpu PASSED [ 2%] 2022-12-01T10:26:49.0814748Z test_ops.py::TestCommonCPU::test_dtypes_full_like_cpu PASSED [ 2%] 2022-12-01T10:26:49.0815033Z test_ops.py::TestCommonCPU::test_dtypes_i0_cpu PASSED [ 2%] 2022-12-01T10:26:49.0815316Z test_ops.py::TestCommonCPU::test_dtypes_igamma_cpu PASSED [ 2%] 2022-12-01T10:26:49.0815593Z test_ops.py::TestCommonCPU::test_dtypes_igammac_cpu PASSED [ 2%] 2022-12-01T10:26:49.0815876Z test_ops.py::TestCommonCPU::test_dtypes_imag_cpu PASSED [ 2%] 2022-12-01T10:26:49.0816163Z test_ops.py::TestCommonCPU::test_dtypes_index_reduce_cpu PASSED [ 2%] 2022-12-01T10:26:49.0816456Z test_ops.py::TestCommonCPU::test_dtypes_index_select_cpu PASSED [ 2%] 2022-12-01T10:26:49.0816731Z test_ops.py::TestCommonCPU::test_dtypes_inner_cpu PASSED [ 2%] 2022-12-01T10:26:49.0817012Z test_ops.py::TestCommonCPU::test_dtypes_int_cpu PASSED [ 2%] 2022-12-01T10:26:49.0817298Z test_ops.py::TestCommonCPU::test_dtypes_isclose_cpu PASSED [ 2%] 2022-12-01T10:26:49.0817572Z test_ops.py::TestCommonCPU::test_dtypes_isin_cpu PASSED [ 2%] 2022-12-01T10:26:49.0817892Z test_ops.py::TestCommonCPU::test_dtypes_isinf_cpu PASSED [ 2%] 2022-12-01T10:26:49.0818176Z test_ops.py::TestCommonCPU::test_dtypes_isnan_cpu PASSED [ 2%] 2022-12-01T10:26:49.0818463Z test_ops.py::TestCommonCPU::test_dtypes_isneginf_cpu PASSED [ 2%] 2022-12-01T10:26:49.0818738Z test_ops.py::TestCommonCPU::test_dtypes_istft_cpu PASSED [ 2%] 2022-12-01T10:26:49.0819057Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_cpu SKIPPED (Only runs on cuda) [ 2%] 2022-12-01T10:26:49.0819420Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_return_by_ref_cpu SKIPPED (Only runs on cuda) [ 2%] 2022-12-01T10:26:49.0819748Z test_ops.py::TestCommonCPU::test_dtypes_ldexp_cpu PASSED [ 2%] 2022-12-01T10:26:49.0820087Z test_ops.py::TestCommonCPU::test_dtypes_lgamma_cpu PASSED [ 2%] 2022-12-01T10:26:49.0820382Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cond_cpu PASSED [ 2%] 2022-12-01T10:26:49.0820681Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cross_cpu PASSED [ 2%] 2022-12-01T10:26:49.0820967Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigh_cpu PASSED [ 2%] 2022-12-01T10:26:49.0821262Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvals_cpu PASSED [ 2%] 2022-12-01T10:26:49.0821581Z test_ops.py::TestCommonCPU::test_dtypes_linalg_householder_product_cpu PASSED [ 2%] 2022-12-01T10:26:49.0821882Z test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_cpu PASSED [ 2%] 2022-12-01T10:26:49.0822174Z test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_ex_cpu PASSED [ 2%] 2022-12-01T10:26:49.0822473Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_ex_cpu PASSED [ 2%] 2022-12-01T10:26:49.0822776Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_solve_cpu PASSED [ 2%] 2022-12-01T10:26:49.0823065Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_cpu PASSED [ 2%] 2022-12-01T10:26:49.0823363Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_cpu PASSED [ 2%] 2022-12-01T10:26:49.0823666Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_ex_cpu PASSED [ 2%] 2022-12-01T10:26:49.0823948Z test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_cpu PASSED [ 2%] 2022-12-01T10:26:49.0824238Z test_ops.py::TestCommonCPU::test_dtypes_linalg_qr_cpu PASSED [ 2%] 2022-12-01T10:26:49.0824531Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_ex_cpu PASSED [ 2%] 2022-12-01T10:26:49.0824828Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vander_cpu PASSED [ 2%] 2022-12-01T10:26:49.0825112Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vecdot_cpu PASSED [ 2%] 2022-12-01T10:26:49.0825409Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vector_norm_cpu PASSED [ 2%] 2022-12-01T10:26:49.0825710Z test_ops.py::TestCommonCPU::test_dtypes_linspace_cpu PASSED [ 2%] 2022-12-01T10:26:49.0825987Z test_ops.py::TestCommonCPU::test_dtypes_log2_cpu PASSED [ 2%] 2022-12-01T10:26:49.0826276Z test_ops.py::TestCommonCPU::test_dtypes_log_softmax_cpu PASSED [ 2%] 2022-12-01T10:26:49.0826580Z test_ops.py::TestCommonCPU::test_dtypes_log_softmax_dtype_cpu PASSED [ 2%] 2022-12-01T10:26:49.0826876Z test_ops.py::TestCommonCPU::test_dtypes_logaddexp2_cpu PASSED [ 2%] 2022-12-01T10:26:49.0827157Z test_ops.py::TestCommonCPU::test_dtypes_logaddexp_cpu PASSED [ 2%] 2022-12-01T10:26:49.0827454Z test_ops.py::TestCommonCPU::test_dtypes_logical_not_cpu PASSED [ 2%] 2022-12-01T10:26:49.0827747Z test_ops.py::TestCommonCPU::test_dtypes_logical_xor_cpu PASSED [ 2%] 2022-12-01T10:26:49.0828027Z test_ops.py::TestCommonCPU::test_dtypes_logit_cpu PASSED [ 2%] 2022-12-01T10:26:49.0828316Z test_ops.py::TestCommonCPU::test_dtypes_logspace_cpu PASSED [ 2%] 2022-12-01T10:26:49.0828603Z test_ops.py::TestCommonCPU::test_dtypes_long_cpu PASSED [ 2%] 2022-12-01T10:26:49.0828917Z test_ops.py::TestCommonCPU::test_dtypes_lt_cpu PASSED [ 2%] 2022-12-01T10:26:49.0829187Z test_ops.py::TestCommonCPU::test_dtypes_lu_cpu PASSED [ 2%] 2022-12-01T10:26:49.0829470Z test_ops.py::TestCommonCPU::test_dtypes_lu_solve_cpu PASSED [ 2%] 2022-12-01T10:26:49.0829755Z test_ops.py::TestCommonCPU::test_dtypes_mH_cpu PASSED [ 2%] 2022-12-01T10:26:49.0830025Z test_ops.py::TestCommonCPU::test_dtypes_mT_cpu PASSED [ 2%] 2022-12-01T10:26:49.0830316Z test_ops.py::TestCommonCPU::test_dtypes_masked_argmin_cpu PASSED [ 2%] 2022-12-01T10:26:49.0830609Z test_ops.py::TestCommonCPU::test_dtypes_masked_fill_cpu PASSED [ 2%] 2022-12-01T10:26:49.0830911Z test_ops.py::TestCommonCPU::test_dtypes_masked_logsumexp_cpu PASSED [ 2%] 2022-12-01T10:26:49.0831231Z test_ops.py::TestCommonCPU::test_dtypes_masked_mean_cpu PASSED [ 2%] 2022-12-01T10:26:49.0831532Z test_ops.py::TestCommonCPU::test_dtypes_masked_median_cpu PASSED [ 2%] 2022-12-01T10:26:49.0831826Z test_ops.py::TestCommonCPU::test_dtypes_masked_norm_cpu PASSED [ 2%] 2022-12-01T10:26:49.0832111Z test_ops.py::TestCommonCPU::test_dtypes_masked_normalize_cpu PASSED [ 2%] 2022-12-01T10:26:49.0832410Z test_ops.py::TestCommonCPU::test_dtypes_masked_scatter_cpu PASSED [ 2%] 2022-12-01T10:26:49.0832705Z test_ops.py::TestCommonCPU::test_dtypes_masked_select_cpu PASSED [ 2%] 2022-12-01T10:26:49.0833002Z test_ops.py::TestCommonCPU::test_dtypes_masked_softmax_cpu PASSED [ 2%] 2022-12-01T10:26:49.0833290Z test_ops.py::TestCommonCPU::test_dtypes_masked_softmin_cpu PASSED [ 2%] 2022-12-01T10:26:49.0833586Z test_ops.py::TestCommonCPU::test_dtypes_masked_std_cpu PASSED [ 2%] 2022-12-01T10:26:49.0833883Z test_ops.py::TestCommonCPU::test_dtypes_masked_sum_cpu PASSED [ 2%] 2022-12-01T10:26:49.0834240Z test_ops.py::TestCommonCPU::test_dtypes_matmul_cpu PASSED [ 2%] 2022-12-01T10:26:49.0834537Z test_ops.py::TestCommonCPU::test_dtypes_matrix_exp_cpu PASSED [ 2%] 2022-12-01T10:26:49.0834831Z test_ops.py::TestCommonCPU::test_dtypes_max_binary_cpu PASSED [ 2%] 2022-12-01T10:26:49.0835126Z test_ops.py::TestCommonCPU::test_dtypes_maximum_cpu PASSED [ 2%] 2022-12-01T10:26:49.0835405Z test_ops.py::TestCommonCPU::test_dtypes_median_cpu PASSED [ 2%] 2022-12-01T10:26:49.0835714Z test_ops.py::TestCommonCPU::test_dtypes_meshgrid_list_of_tensors_cpu PASSED [ 2%] 2022-12-01T10:26:49.0836048Z test_ops.py::TestCommonCPU::test_dtypes_meshgrid_variadic_tensors_cpu PASSED [ 2%] 2022-12-01T10:26:49.0836359Z test_ops.py::TestCommonCPU::test_dtypes_min_reduction_no_dim_cpu PASSED [ 2%] 2022-12-01T10:26:49.0836780Z test_ops.py::TestCommonCPU::test_dtypes_minimum_cpu PASSED [ 2%] 2022-12-01T10:26:49.0837072Z test_ops.py::TestCommonCPU::test_dtypes_mm_cpu PASSED [ 2%] 2022-12-01T10:26:49.0837367Z test_ops.py::TestCommonCPU::test_dtypes_movedim_cpu PASSED [ 2%] 2022-12-01T10:26:49.0837653Z test_ops.py::TestCommonCPU::test_dtypes_multinomial_cpu PASSED [ 2%] 2022-12-01T10:26:49.0837957Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_1_cpu PASSED [ 2%] 2022-12-01T10:26:49.0838269Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_3_cpu PASSED [ 2%] 2022-12-01T10:26:49.0838564Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_5_cpu PASSED [ 2%] 2022-12-01T10:26:49.0838863Z test_ops.py::TestCommonCPU::test_dtypes_nanmean_cpu PASSED [ 2%] 2022-12-01T10:26:49.0839159Z test_ops.py::TestCommonCPU::test_dtypes_nanmedian_cpu PASSED [ 2%] 2022-12-01T10:26:49.0839457Z test_ops.py::TestCommonCPU::test_dtypes_nanquantile_cpu PASSED [ 2%] 2022-12-01T10:26:49.0839748Z test_ops.py::TestCommonCPU::test_dtypes_narrow_copy_cpu PASSED [ 2%] 2022-12-01T10:26:49.0840104Z test_ops.py::TestCommonCPU::test_dtypes_narrow_cpu PASSED [ 2%] 2022-12-01T10:26:49.0840407Z test_ops.py::TestCommonCPU::test_dtypes_native_layer_norm_cpu PASSED [ 2%] 2022-12-01T10:26:49.0840695Z test_ops.py::TestCommonCPU::test_dtypes_new_empty_cpu PASSED [ 2%] 2022-12-01T10:26:49.0840996Z test_ops.py::TestCommonCPU::test_dtypes_new_empty_strided_cpu PASSED [ 2%] 2022-12-01T10:26:49.0841300Z test_ops.py::TestCommonCPU::test_dtypes_new_zeros_cpu PASSED [ 2%] 2022-12-01T10:26:49.0841625Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool1d_cpu PASSED [ 2%] 2022-12-01T10:26:49.0841959Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool3d_cpu PASSED [ 2%] 2022-12-01T10:26:49.0842307Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool1d_cpu PASSED [ 2%] 2022-12-01T10:26:49.0842684Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool2d_cpu PASSED [ 2%] 2022-12-01T10:26:49.0843007Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool1d_cpu PASSED [ 2%] 2022-12-01T10:26:49.0843334Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool2d_cpu PASSED [ 2%] 2022-12-01T10:26:49.0843660Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_bilinear_cpu PASSED [ 2%] 2022-12-01T10:26:49.0843987Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_celu_cpu PASSED [ 2%] 2022-12-01T10:26:49.0844286Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv1d_cpu PASSED [ 2%] 2022-12-01T10:26:49.0844597Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv2d_cpu PASSED [ 2%] 2022-12-01T10:26:49.0844925Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose2d_cpu PASSED [ 2%] 2022-12-01T10:26:49.0845251Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose3d_cpu PASSED [ 2%] 2022-12-01T10:26:49.0845594Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_similarity_cpu PASSED [ 2%] 2022-12-01T10:26:49.0845923Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_ctc_loss_cpu PASSED [ 2%] 2022-12-01T10:26:49.0846243Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout2d_cpu PASSED [ 2%] 2022-12-01T10:26:49.0846551Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout3d_cpu PASSED [ 2%] 2022-12-01T10:26:49.0846872Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout_cpu PASSED [ 2%] 2022-12-01T10:26:49.0847188Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_elu_cpu PASSED [ 2%] 2022-12-01T10:26:49.0847492Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_cpu PASSED [ 2%] 2022-12-01T10:26:49.0847847Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_with_train_cpu PASSED [ 2%] 2022-12-01T10:26:49.0848198Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_grid_sample_cpu PASSED [ 2%] 2022-12-01T10:26:49.0848528Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardsigmoid_cpu PASSED [ 2%] 2022-12-01T10:26:49.0848844Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardtanh_cpu PASSED [ 2%] 2022-12-01T10:26:49.0849177Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hinge_embedding_loss_cpu PASSED [ 2%] 2022-12-01T10:26:49.0849520Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_area_cpu PASSED [ 3%] 2022-12-01T10:26:49.0849852Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bicubic_cpu PASSED [ 3%] 2022-12-01T10:26:49.0850199Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bilinear_cpu PASSED [ 3%] 2022-12-01T10:26:49.0850546Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_nearest_cpu PASSED [ 3%] 2022-12-01T10:26:49.0850875Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_kl_div_cpu PASSED [ 3%] 2022-12-01T10:26:49.0851175Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_l1_loss_cpu PASSED [ 3%] 2022-12-01T10:26:49.0851487Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_linear_cpu PASSED [ 3%] 2022-12-01T10:26:49.0851846Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_local_response_norm_cpu PASSED [ 3%] 2022-12-01T10:26:49.0852181Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_logsigmoid_cpu PASSED [ 3%] 2022-12-01T10:26:49.0852499Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_cpu PASSED [ 3%] 2022-12-01T10:26:49.0852834Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_grad_cpu PASSED [ 3%] 2022-12-01T10:26:49.0853174Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_grad_cpu PASSED [ 3%] 2022-12-01T10:26:49.0853497Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_cpu PASSED [ 3%] 2022-12-01T10:26:49.0853821Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mish_cpu PASSED [ 3%] 2022-12-01T10:26:49.0854141Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mse_loss_cpu PASSED [ 3%] 2022-12-01T10:26:49.0854620Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multi_margin_loss_cpu PASSED [ 3%] 2022-12-01T10:26:49.0854988Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_margin_loss_cpu PASSED [ 3%] 2022-12-01T10:26:49.0855348Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_one_hot_cpu PASSED [ 3%] 2022-12-01T10:26:49.0855676Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_circular_cpu PASSED [ 3%] 2022-12-01T10:26:49.0855997Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_constant_cpu PASSED [ 3%] 2022-12-01T10:26:49.0856333Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_reflect_cpu PASSED [ 3%] 2022-12-01T10:26:49.0856665Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_replicate_cpu PASSED [ 3%] 2022-12-01T10:26:49.0856992Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pdist_cpu PASSED [ 3%] 2022-12-01T10:26:49.0857306Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_shuffle_cpu PASSED [ 3%] 2022-12-01T10:26:49.0857644Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_poisson_nll_loss_cpu PASSED [ 3%] 2022-12-01T10:26:49.0857972Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_prelu_cpu PASSED [ 3%] 2022-12-01T10:26:49.0858272Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu6_cpu PASSED [ 3%] 2022-12-01T10:26:49.0858581Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_rrelu_cpu PASSED [ 3%] 2022-12-01T10:26:49.0858889Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_selu_cpu PASSED [ 3%] 2022-12-01T10:26:49.0859212Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_complex_cpu XFAIL [ 3%] 2022-12-01T10:26:49.0859528Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_smooth_l1_loss_cpu PASSED [ 3%] 2022-12-01T10:26:49.0859850Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_cpu PASSED [ 3%] 2022-12-01T10:26:49.0923268Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_with_dtype_cpu PASSED [ 3%] 2022-12-01T10:26:49.0923770Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softplus_cpu PASSED [ 3%] 2022-12-01T10:26:49.0924123Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softshrink_cpu PASSED [ 3%] 2022-12-01T10:26:49.0924457Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softsign_cpu PASSED [ 3%] 2022-12-01T10:26:49.0924773Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_tanhshrink_cpu PASSED [ 3%] 2022-12-01T10:26:49.0925118Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_loss_cpu PASSED [ 3%] 2022-12-01T10:26:49.0925452Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_unfold_cpu PASSED [ 3%] 2022-12-01T10:26:49.0925788Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_bilinear_cpu PASSED [ 3%] 2022-12-01T10:26:49.0926121Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_nearest_cpu PASSED [ 3%] 2022-12-01T10:26:49.0926446Z test_ops.py::TestCommonCPU::test_dtypes_nonzero_cpu PASSED [ 3%] 2022-12-01T10:26:49.0926748Z test_ops.py::TestCommonCPU::test_dtypes_norm_cpu PASSED [ 3%] 2022-12-01T10:26:49.0927225Z test_ops.py::TestCommonCPU::test_dtypes_norm_fro_cpu PASSED [ 3%] 2022-12-01T10:26:49.0927528Z test_ops.py::TestCommonCPU::test_dtypes_norm_nuc_cpu PASSED [ 3%] 2022-12-01T10:26:49.0927823Z test_ops.py::TestCommonCPU::test_dtypes_normal_cpu PASSED [ 3%] 2022-12-01T10:26:49.0928121Z test_ops.py::TestCommonCPU::test_dtypes_ones_cpu PASSED [ 3%] 2022-12-01T10:26:49.0928404Z test_ops.py::TestCommonCPU::test_dtypes_ones_like_cpu PASSED [ 3%] 2022-12-01T10:26:49.0928704Z test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_var_mean_cpu PASSED [ 3%] 2022-12-01T10:26:49.0929008Z test_ops.py::TestCommonCPU::test_dtypes_ormqr_cpu XFAIL [ 3%] 2022-12-01T10:26:49.0929287Z test_ops.py::TestCommonCPU::test_dtypes_outer_cpu PASSED [ 3%] 2022-12-01T10:26:49.0929633Z test_ops.py::TestCommonCPU::test_dtypes_pca_lowrank_cpu PASSED [ 3%] 2022-12-01T10:26:49.0929935Z test_ops.py::TestCommonCPU::test_dtypes_permute_cpu PASSED [ 3%] 2022-12-01T10:26:49.0930232Z test_ops.py::TestCommonCPU::test_dtypes_polar_cpu PASSED [ 3%] 2022-12-01T10:26:49.0930545Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_1_cpu SKIPPED (Skipped!) [ 3%] 2022-12-01T10:26:49.0930898Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_2_cpu SKIPPED (Skipped!) [ 3%] 2022-12-01T10:26:49.0931249Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_3_cpu SKIPPED (Skipped!) [ 3%] 2022-12-01T10:26:49.0931556Z test_ops.py::TestCommonCPU::test_dtypes_put_cpu PASSED [ 3%] 2022-12-01T10:26:49.0931854Z test_ops.py::TestCommonCPU::test_dtypes_rand_like_cpu PASSED [ 3%] 2022-12-01T10:26:49.0932156Z test_ops.py::TestCommonCPU::test_dtypes_randint_like_cpu PASSED [ 3%] 2022-12-01T10:26:49.0932460Z test_ops.py::TestCommonCPU::test_dtypes_randn_cpu PASSED [ 3%] 2022-12-01T10:26:49.0932743Z test_ops.py::TestCommonCPU::test_dtypes_ravel_cpu PASSED [ 3%] 2022-12-01T10:26:49.0933041Z test_ops.py::TestCommonCPU::test_dtypes_repeat_cpu PASSED [ 3%] 2022-12-01T10:26:49.0933343Z test_ops.py::TestCommonCPU::test_dtypes_reshape_cpu PASSED [ 3%] 2022-12-01T10:26:49.0933625Z test_ops.py::TestCommonCPU::test_dtypes_resize_as__cpu XFAIL [ 3%] 2022-12-01T10:26:49.0933925Z test_ops.py::TestCommonCPU::test_dtypes_resolve_conj_cpu PASSED [ 3%] 2022-12-01T10:26:49.0934222Z test_ops.py::TestCommonCPU::test_dtypes_roll_cpu PASSED [ 3%] 2022-12-01T10:26:49.0934515Z test_ops.py::TestCommonCPU::test_dtypes_round_cpu PASSED [ 3%] 2022-12-01T10:26:49.0934803Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_0_cpu PASSED [ 3%] 2022-12-01T10:26:49.0935124Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_3_cpu SKIPPED (Skipped!) [ 3%] 2022-12-01T10:26:49.0935444Z test_ops.py::TestCommonCPU::test_dtypes_scatter_add_cpu PASSED [ 3%] 2022-12-01T10:26:49.0935739Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amax_cpu PASSED [ 3%] 2022-12-01T10:26:49.0936051Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amin_cpu PASSED [ 3%] 2022-12-01T10:26:49.0936360Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_mean_cpu PASSED [ 3%] 2022-12-01T10:26:49.0936670Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_prod_cpu PASSED [ 3%] 2022-12-01T10:26:49.0936969Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_sum_cpu PASSED [ 3%] 2022-12-01T10:26:49.0937275Z test_ops.py::TestCommonCPU::test_dtypes_searchsorted_cpu PASSED [ 3%] 2022-12-01T10:26:49.0937593Z test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_lengths_cpu PASSED [ 3%] 2022-12-01T10:26:49.0937886Z test_ops.py::TestCommonCPU::test_dtypes_sigmoid_cpu PASSED [ 3%] 2022-12-01T10:26:49.0938179Z test_ops.py::TestCommonCPU::test_dtypes_sin_cpu PASSED [ 3%] 2022-12-01T10:26:49.0938506Z test_ops.py::TestCommonCPU::test_dtypes_sinh_cpu PASSED [ 3%] 2022-12-01T10:26:49.0938807Z test_ops.py::TestCommonCPU::test_dtypes_softmax_with_dtype_cpu PASSED [ 3%] 2022-12-01T10:26:49.0939102Z test_ops.py::TestCommonCPU::test_dtypes_special_airy_ai_cpu PASSED [ 3%] 2022-12-01T10:26:49.0939407Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y1_cpu PASSED [ 3%] 2022-12-01T10:26:49.0939736Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_t_cpu PASSED [ 3%] 2022-12-01T10:26:49.0940069Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_u_cpu PASSED [ 3%] 2022-12-01T10:26:49.0940691Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_w_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 3%] 2022-12-01T10:26:49.0941111Z test_ops.py::TestCommonCPU::test_dtypes_special_i0e_cpu PASSED [ 3%] 2022-12-01T10:26:49.0941419Z test_ops.py::TestCommonCPU::test_dtypes_special_i1e_cpu PASSED [ 3%] 2022-12-01T10:26:49.0941733Z test_ops.py::TestCommonCPU::test_dtypes_special_laguerre_polynomial_l_cpu PASSED [ 3%] 2022-12-01T10:26:49.0942069Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i0_cpu PASSED [ 3%] 2022-12-01T10:26:49.0942398Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k1_cpu PASSED [ 3%] 2022-12-01T10:26:49.0942718Z test_ops.py::TestCommonCPU::test_dtypes_special_ndtr_cpu PASSED [ 3%] 2022-12-01T10:26:49.0943030Z test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k0_cpu PASSED [ 3%] 2022-12-01T10:26:49.0943371Z test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k1_cpu PASSED [ 3%] 2022-12-01T10:26:49.0943900Z 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:26:49.0944475Z 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:26:49.0944877Z test_ops.py::TestCommonCPU::test_dtypes_special_spherical_bessel_j0_cpu PASSED [ 3%] 2022-12-01T10:26:49.0945202Z test_ops.py::TestCommonCPU::test_dtypes_special_xlog1py_cpu PASSED [ 3%] 2022-12-01T10:26:49.0945512Z test_ops.py::TestCommonCPU::test_dtypes_special_zeta_cpu PASSED [ 3%] 2022-12-01T10:26:49.0945801Z test_ops.py::TestCommonCPU::test_dtypes_split_cpu PASSED [ 3%] 2022-12-01T10:26:49.0946105Z test_ops.py::TestCommonCPU::test_dtypes_split_with_sizes_cpu PASSED [ 3%] 2022-12-01T10:26:49.0946407Z test_ops.py::TestCommonCPU::test_dtypes_sqrt_cpu PASSED [ 3%] 2022-12-01T10:26:49.0946702Z test_ops.py::TestCommonCPU::test_dtypes_square_cpu PASSED [ 3%] 2022-12-01T10:26:49.0946987Z test_ops.py::TestCommonCPU::test_dtypes_squeeze_cpu PASSED [ 3%] 2022-12-01T10:26:49.0947280Z test_ops.py::TestCommonCPU::test_dtypes_std_cpu PASSED [ 3%] 2022-12-01T10:26:49.0947572Z test_ops.py::TestCommonCPU::test_dtypes_sum_cpu PASSED [ 3%] 2022-12-01T10:26:49.0947857Z test_ops.py::TestCommonCPU::test_dtypes_sum_to_size_cpu PASSED [ 3%] 2022-12-01T10:26:49.0948149Z test_ops.py::TestCommonCPU::test_dtypes_svd_cpu PASSED [ 3%] 2022-12-01T10:26:49.0948445Z test_ops.py::TestCommonCPU::test_dtypes_svd_lowrank_cpu PASSED [ 3%] 2022-12-01T10:26:49.0948741Z test_ops.py::TestCommonCPU::test_dtypes_take_cpu PASSED [ 3%] 2022-12-01T10:26:49.0949021Z test_ops.py::TestCommonCPU::test_dtypes_tanh_cpu PASSED [ 3%] 2022-12-01T10:26:49.0949308Z test_ops.py::TestCommonCPU::test_dtypes_to_cpu PASSED [ 3%] 2022-12-01T10:26:49.0949610Z test_ops.py::TestCommonCPU::test_dtypes_to_sparse_cpu SKIPPED (Skipped!) [ 3%] 2022-12-01T10:26:49.0949902Z test_ops.py::TestCommonCPU::test_dtypes_trace_cpu PASSED [ 3%] 2022-12-01T10:26:49.0950235Z test_ops.py::TestCommonCPU::test_dtypes_triangular_solve_cpu PASSED [ 3%] 2022-12-01T10:26:49.0950540Z test_ops.py::TestCommonCPU::test_dtypes_true_divide_cpu PASSED [ 3%] 2022-12-01T10:26:49.0950820Z test_ops.py::TestCommonCPU::test_dtypes_trunc_cpu PASSED [ 3%] 2022-12-01T10:26:49.0951117Z test_ops.py::TestCommonCPU::test_dtypes_unflatten_cpu PASSED [ 3%] 2022-12-01T10:26:49.0951413Z test_ops.py::TestCommonCPU::test_dtypes_unfold_cpu PASSED [ 3%] 2022-12-01T10:26:49.0951713Z test_ops.py::TestCommonCPU::test_dtypes_unique_consecutive_cpu PASSED [ 3%] 2022-12-01T10:26:49.0952009Z test_ops.py::TestCommonCPU::test_dtypes_unsqueeze_cpu PASSED [ 3%] 2022-12-01T10:26:49.0952304Z test_ops.py::TestCommonCPU::test_dtypes_var_mean_cpu PASSED [ 3%] 2022-12-01T10:26:49.0952623Z test_ops.py::TestCommonCPU::test_dtypes_vdot_cpu PASSED [ 3%] 2022-12-01T10:26:49.0952906Z test_ops.py::TestCommonCPU::test_dtypes_view_as_real_cpu PASSED [ 3%] 2022-12-01T10:26:49.0953204Z test_ops.py::TestCommonCPU::test_dtypes_view_cpu PASSED [ 3%] 2022-12-01T10:26:49.0953493Z test_ops.py::TestCommonCPU::test_dtypes_vstack_cpu PASSED [ 3%] 2022-12-01T10:26:49.0953786Z test_ops.py::TestCommonCPU::test_dtypes_where_cpu PASSED [ 3%] 2022-12-01T10:26:49.0954163Z test_ops.py::TestCommonCPU::test_dtypes_xlogy_cpu PASSED [ 3%] 2022-12-01T10:26:49.0954457Z test_ops.py::TestCommonCPU::test_errors___rand___cpu PASSED [ 3%] 2022-12-01T10:26:49.0954750Z test_ops.py::TestCommonCPU::test_errors___rmod___cpu PASSED [ 3%] 2022-12-01T10:26:49.0955023Z test_ops.py::TestCommonCPU::test_errors___rmul___cpu PASSED [ 4%] 2022-12-01T10:26:49.0955314Z test_ops.py::TestCommonCPU::test_errors___ror___cpu PASSED [ 4%] 2022-12-01T10:26:49.0955602Z test_ops.py::TestCommonCPU::test_errors___rpow___cpu PASSED [ 4%] 2022-12-01T10:26:49.0955893Z test_ops.py::TestCommonCPU::test_errors_amin_cpu PASSED [ 4%] 2022-12-01T10:26:49.0956172Z test_ops.py::TestCommonCPU::test_errors_atan2_cpu PASSED [ 4%] 2022-12-01T10:26:49.0956470Z test_ops.py::TestCommonCPU::test_errors_bitwise_left_shift_cpu PASSED [ 4%] 2022-12-01T10:26:49.0956902Z test_ops.py::TestCommonCPU::test_errors_bitwise_xor_cpu PASSED [ 4%] 2022-12-01T10:26:49.0957181Z test_ops.py::TestCommonCPU::test_errors_cat_cpu PASSED [ 4%] 2022-12-01T10:26:49.0957474Z test_ops.py::TestCommonCPU::test_errors_copysign_cpu PASSED [ 4%] 2022-12-01T10:26:49.0957765Z test_ops.py::TestCommonCPU::test_errors_cov_cpu PASSED [ 4%] 2022-12-01T10:26:49.0958064Z test_ops.py::TestCommonCPU::test_errors_div_floor_rounding_cpu PASSED [ 4%] 2022-12-01T10:26:49.0958364Z test_ops.py::TestCommonCPU::test_errors_div_trunc_rounding_cpu PASSED [ 4%] 2022-12-01T10:26:49.0958660Z test_ops.py::TestCommonCPU::test_errors_eq_cpu PASSED [ 4%] 2022-12-01T10:26:49.0958950Z test_ops.py::TestCommonCPU::test_errors_fliplr_cpu PASSED [ 4%] 2022-12-01T10:26:49.0959229Z test_ops.py::TestCommonCPU::test_errors_float_power_cpu PASSED [ 4%] 2022-12-01T10:26:49.0959524Z test_ops.py::TestCommonCPU::test_errors_gather_cpu PASSED [ 4%] 2022-12-01T10:26:49.0959819Z test_ops.py::TestCommonCPU::test_errors_gradient_cpu PASSED [ 4%] 2022-12-01T10:26:49.0960107Z test_ops.py::TestCommonCPU::test_errors_gt_cpu PASSED [ 4%] 2022-12-01T10:26:49.0960386Z test_ops.py::TestCommonCPU::test_errors_heaviside_cpu PASSED [ 4%] 2022-12-01T10:26:49.0960677Z test_ops.py::TestCommonCPU::test_errors_hsplit_cpu PASSED [ 4%] 2022-12-01T10:26:49.0960972Z test_ops.py::TestCommonCPU::test_errors_hstack_cpu PASSED [ 4%] 2022-12-01T10:26:49.0961248Z test_ops.py::TestCommonCPU::test_errors_hypot_cpu PASSED [ 4%] 2022-12-01T10:26:49.0961608Z test_ops.py::TestCommonCPU::test_errors_igamma_cpu PASSED [ 4%] 2022-12-01T10:26:49.0961900Z test_ops.py::TestCommonCPU::test_errors_index_select_cpu PASSED [ 4%] 2022-12-01T10:26:49.0962192Z test_ops.py::TestCommonCPU::test_errors_isclose_cpu PASSED [ 4%] 2022-12-01T10:26:49.0962516Z test_ops.py::TestCommonCPU::test_errors_jiterator_binary_return_by_ref_cpu SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0962850Z test_ops.py::TestCommonCPU::test_errors_ldexp_cpu PASSED [ 4%] 2022-12-01T10:26:49.0963146Z test_ops.py::TestCommonCPU::test_errors_linalg_cross_cpu PASSED [ 4%] 2022-12-01T10:26:49.0963436Z test_ops.py::TestCommonCPU::test_errors_logcumsumexp_cpu PASSED [ 4%] 2022-12-01T10:26:49.0963774Z test_ops.py::TestCommonCPU::test_errors_logical_or_cpu PASSED [ 4%] 2022-12-01T10:26:49.0964072Z test_ops.py::TestCommonCPU::test_errors_masked_select_cpu PASSED [ 4%] 2022-12-01T10:26:49.0964374Z test_ops.py::TestCommonCPU::test_errors_max_binary_cpu PASSED [ 4%] 2022-12-01T10:26:49.0964657Z test_ops.py::TestCommonCPU::test_errors_minimum_cpu PASSED [ 4%] 2022-12-01T10:26:49.0964945Z test_ops.py::TestCommonCPU::test_errors_mul_cpu PASSED [ 4%] 2022-12-01T10:26:49.0965240Z test_ops.py::TestCommonCPU::test_errors_multinomial_cpu PASSED [ 4%] 2022-12-01T10:26:49.0965521Z test_ops.py::TestCommonCPU::test_errors_ne_cpu PASSED [ 4%] 2022-12-01T10:26:49.0965810Z test_ops.py::TestCommonCPU::test_errors_neg_cpu PASSED [ 4%] 2022-12-01T10:26:49.0966117Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool1d_cpu PASSED [ 4%] 2022-12-01T10:26:49.0966436Z test_ops.py::TestCommonCPU::test_errors_nn_functional_conv1d_cpu PASSED [ 4%] 2022-12-01T10:26:49.0966733Z test_ops.py::TestCommonCPU::test_errors_nn_functional_gelu_cpu PASSED [ 4%] 2022-12-01T10:26:49.0967055Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool3d_cpu PASSED [ 4%] 2022-12-01T10:26:49.0967389Z test_ops.py::TestCommonCPU::test_errors_nn_functional_poisson_nll_loss_cpu PASSED [ 4%] 2022-12-01T10:26:49.0967712Z test_ops.py::TestCommonCPU::test_errors_nn_functional_soft_margin_loss_cpu PASSED [ 4%] 2022-12-01T10:26:49.0968029Z test_ops.py::TestCommonCPU::test_errors_pow_cpu PASSED [ 4%] 2022-12-01T10:26:49.0968326Z test_ops.py::TestCommonCPU::test_errors_renorm_cpu PASSED [ 4%] 2022-12-01T10:26:49.0968626Z test_ops.py::TestCommonCPU::test_errors_reshape_as_cpu PASSED [ 4%] 2022-12-01T10:26:49.0968914Z test_ops.py::TestCommonCPU::test_errors_reshape_cpu PASSED [ 4%] 2022-12-01T10:26:49.0969214Z test_ops.py::TestCommonCPU::test_errors_scatter_add_cpu PASSED [ 4%] 2022-12-01T10:26:49.0969747Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_v_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 4%] 2022-12-01T10:26:49.0970313Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_w_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 4%] 2022-12-01T10:26:49.0970881Z 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:26:49.0971467Z 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:26:49.0972046Z 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:26:49.0972432Z test_ops.py::TestCommonCPU::test_errors_special_xlog1py_cpu PASSED [ 4%] 2022-12-01T10:26:49.0972731Z test_ops.py::TestCommonCPU::test_errors_special_zeta_cpu PASSED [ 4%] 2022-12-01T10:26:49.0973064Z test_ops.py::TestCommonCPU::test_errors_sum_to_size_cpu PASSED [ 4%] 2022-12-01T10:26:49.0973363Z test_ops.py::TestCommonCPU::test_errors_take_cpu PASSED [ 4%] 2022-12-01T10:26:49.0973644Z test_ops.py::TestCommonCPU::test_errors_unbind_cpu PASSED [ 4%] 2022-12-01T10:26:49.0973943Z test_ops.py::TestCommonCPU::test_errors_uniform_cpu PASSED [ 4%] 2022-12-01T10:26:49.0974236Z test_ops.py::TestCommonCPU::test_errors_view_cpu PASSED [ 4%] 2022-12-01T10:26:49.0974526Z test_ops.py::TestCommonCPU::test_errors_vsplit_cpu PASSED [ 4%] 2022-12-01T10:26:49.0974805Z test_ops.py::TestCommonCPU::test_errors_vstack_cpu PASSED [ 4%] 2022-12-01T10:26:49.0975112Z test_ops.py::TestCommonCPU::test_errors_where_cpu SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0975451Z test_ops.py::TestCommonCPU::test_errors_xlogy_cpu PASSED [ 4%] 2022-12-01T10:26:49.0975762Z test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0976121Z test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0976487Z test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0976858Z test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0977211Z test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0977571Z test_ops.py::TestCommonCPU::test_multiple_devices___rand___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0977930Z test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0978288Z test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0978635Z test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0978996Z test_ops.py::TestCommonCPU::test_multiple_devices___rmod___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0979354Z test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0979694Z test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0980046Z test_ops.py::TestCommonCPU::test_multiple_devices___ror___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0980405Z test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0980761Z test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0981108Z test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0981462Z test_ops.py::TestCommonCPU::test_multiple_devices___rxor___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0981819Z test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0982178Z test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0982518Z test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0982873Z test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0983235Z test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0983594Z test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0983937Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0984342Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0984727Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0985085Z test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0985439Z test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0985793Z test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0986141Z test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0986516Z test_ops.py::TestCommonCPU::test_multiple_devices_allclose_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0986876Z test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0987234Z test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0987593Z test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0987936Z test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0988294Z test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0988652Z test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0988995Z test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0989356Z test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0989729Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0990094Z test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0990437Z test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0990790Z test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0991149Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0991508Z test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0991856Z test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0992218Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_not_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0992581Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_or_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0992959Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_right_shift_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0993318Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_xor_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0993687Z test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0994146Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_shapes_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0994508Z test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0994862Z test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0995255Z test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0995610Z test_ops.py::TestCommonCPU::test_multiple_devices_cdist_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0995958Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0996318Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0996771Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0997135Z test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0997485Z test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0997903Z test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0998267Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0998632Z test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0998990Z test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0999358Z test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.0999724Z test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.1000073Z test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:26:49.1000433Z test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1000785Z test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1001138Z test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1001483Z test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1001838Z test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1002193Z test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1002547Z test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1002887Z test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1003241Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1003600Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1003956Z test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1004319Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1004678Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1005051Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1005403Z test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1005754Z test_ops.py::TestCommonCPU::test_multiple_devices_dist_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1006127Z test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1006573Z test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1006938Z test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1007316Z test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1007677Z test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1008034Z test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1008384Z test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1008771Z test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1009127Z test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1009469Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1009827Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1010183Z test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1010535Z test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1010873Z test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1011224Z test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1011579Z test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1011932Z test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1012277Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1012633Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1012988Z test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1013334Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1013699Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1014058Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1014424Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1014783Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1015149Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1015510Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1015874Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1016221Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1016586Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1016954Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1017314Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1017689Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1018049Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1018412Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1018758Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1019112Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1019469Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1019856Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1020209Z test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1020560Z test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1020916Z test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1021271Z test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1021610Z test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1021971Z test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1022331Z test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1022677Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1023037Z test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1023391Z test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1023744Z test_ops.py::TestCommonCPU::test_multiple_devices_frac_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1024088Z test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1024444Z test_ops.py::TestCommonCPU::test_multiple_devices_gcd_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1024796Z test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1025144Z test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1025491Z test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1025850Z test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1026199Z test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1026553Z test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1026889Z test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1027250Z test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1027619Z test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1027981Z test_ops.py::TestCommonCPU::test_multiple_devices_histogramdd_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1028348Z test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1028738Z test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1029094Z test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1029429Z test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1029785Z test_ops.py::TestCommonCPU::test_multiple_devices_igammac_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1030149Z test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1030515Z test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1030893Z test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1031263Z test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1031621Z test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1031956Z test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1032312Z test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1032671Z test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1033032Z test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1033379Z test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1033736Z test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1034176Z test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1034532Z test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1034898Z test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1035263Z test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1035629Z test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1035973Z test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1036332Z test_ops.py::TestCommonCPU::test_multiple_devices_istft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1036821Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1037297Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1037702Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1038102Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1038486Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1038882Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1039249Z test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1039613Z test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1040032Z test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1040397Z test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1040739Z test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1041097Z test_ops.py::TestCommonCPU::test_multiple_devices_lerp_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1041466Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cond_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1041826Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1042232Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1042609Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigh_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1042989Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1043352Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1043723Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1044101Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1044486Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1044859Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_power_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1045260Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1045656Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1046035Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1046392Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1046762Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_slogdet_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1047150Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_triangular_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1047533Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1047895Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svdvals_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:26:49.1048279Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorsolve_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1048658Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1049021Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1049390Z test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1049754Z test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1050115Z test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1050461Z test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1050845Z test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1051198Z test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1051549Z test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1051899Z test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp2_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1052271Z test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1052646Z test_ops.py::TestCommonCPU::test_multiple_devices_logcumsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1053021Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1053437Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1053809Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1054172Z test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1054515Z test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1054876Z test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1055231Z test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1055590Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1055935Z test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1056286Z test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1056656Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1057029Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1057383Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_amin_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1057751Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmax_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1058118Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmin_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1058485Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumprod_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1058851Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1059223Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1059601Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1059971Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1060351Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_logsumexp_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1060729Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_median_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1061099Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1061456Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1061823Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_prod_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1062224Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1062601Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1062958Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1063332Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1063703Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_std_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1064063Z test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1064440Z test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1064808Z test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1065184Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1065562Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1065939Z test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1066297Z test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1066677Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1067066Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1067449Z test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1067806Z test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1068163Z test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1068504Z test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1068855Z test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1069204Z test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1069577Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1069956Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1070346Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1070723Z test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1071076Z test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1071440Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmean_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1071804Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1072168Z test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1072517Z test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1072907Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1073260Z test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1073616Z test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1073961Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1074405Z test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1074768Z test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1075134Z test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1075516Z test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1075912Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1076329Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1076832Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1077228Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1077630Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1078028Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1078411Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1078808Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1079200Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1079592Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1079983Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1080413Z 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:26:49.1080825Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_celu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1081214Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1081587Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1081966Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1082365Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1082775Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1083175Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1083589Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_similarity_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1084064Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cross_entropy_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1084467Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_ctc_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1084855Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1085257Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1085684Z 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:26:49.1086167Z 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:26:49.1086594Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1087015Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1087434Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gaussian_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1087828Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gelu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1088202Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_glu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1088592Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_grid_sample_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1088993Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_group_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1089388Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1089771Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1090185Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hinge_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1090589Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_huber_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1090989Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_instance_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1091384Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_area_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1091802Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bicubic_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1092219Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1092635Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1093023Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_kl_div_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1093414Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1093803Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1094203Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1094600Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1095036Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_logsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1095443Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1095844Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1096230Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1096628Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1097067Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1097483Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1097870Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mish_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1098259Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mse_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:26:49.1098652Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1099040Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_one_hot_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1099419Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1099825Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1100233Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_replicate_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1100642Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1101031Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pdist_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1101428Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1101834Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1102225Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1102618Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1103003Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1103383Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1103752Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_rrelu_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1104134Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_selu_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1104524Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_smooth_l1_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1104926Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1105315Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softplus_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1105738Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1106132Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1106517Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1106897Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1107288Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1107709Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1108114Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1108530Z 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:26:49.1108950Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1109337Z test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1109700Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_fro_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1110053Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_inf_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1110410Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1110770Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1111130Z test_ops.py::TestCommonCPU::test_multiple_devices_ormqr_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1111479Z test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1111842Z test_ops.py::TestCommonCPU::test_multiple_devices_polar_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1112212Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_int64 SKIPPED (Skipped!) [ 7%] 2022-12-01T10:26:49.1112584Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Skipped!) [ 7%] 2022-12-01T10:26:49.1112971Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Skipped!) [ 7%] 2022-12-01T10:26:49.1113338Z test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1113693Z test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1114113Z test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1114483Z test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1114848Z test_ops.py::TestCommonCPU::test_multiple_devices_rand_like_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1115223Z test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1115580Z test_ops.py::TestCommonCPU::test_multiple_devices_randn_like_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1115950Z test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1116313Z test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1116835Z test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1117187Z test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1117559Z test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1117927Z test_ops.py::TestCommonCPU::test_multiple_devices_renorm_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1118279Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1118642Z test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1119047Z test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1119417Z test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1119773Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1120136Z test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1120492Z test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1120848Z test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1121191Z test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1121546Z test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1121919Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1122288Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 7%] 2022-12-01T10:26:49.1122652Z test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1123005Z test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1123374Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1123748Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1124127Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1124512Z test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_lengths_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1124902Z test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_offsets_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1125264Z test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1125619Z test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1125968Z test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1126325Z test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1126668Z test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1127019Z test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1127369Z test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1127746Z test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1128095Z test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1128448Z test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1128793Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1129130Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1129484Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1129869Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1130221Z test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1130582Z test_ops.py::TestCommonCPU::test_multiple_devices_sparse_sampled_addmm_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1130962Z test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1131338Z test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1131708Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1132068Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1132441Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1132812Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1133175Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1133568Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1133971Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1134599Z 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:26:49.1134776Z test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1134956Z test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1135142Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1135341Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1135539Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1135734Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1135911Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1136093Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1136272Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1136444Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1136689Z test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1137038Z 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:26:49.1137389Z 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:26:49.1137568Z test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1137757Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1137977Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1138169Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1138358Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1138536Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1138711Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1138888Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1139092Z test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1139460Z 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:26:49.1139830Z 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:26:49.1140193Z 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:26:49.1140385Z test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1140575Z test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1140753Z test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1140931Z test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1141107Z test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1141275Z test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1141455Z test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1141611Z test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1141782Z test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1141953Z test_ops.py::TestCommonCPU::test_multiple_devices_std_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:26:49.1142121Z test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1142319Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1142481Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1142654Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1142826Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1143003Z test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1143168Z test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1143358Z test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1143527Z test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1143698Z test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1143870Z test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1144047Z test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1144215Z test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1144383Z test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1144544Z test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1144699Z test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1144879Z test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1145055Z test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1145224Z test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1145403Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_indices_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1145569Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1145742Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_indices_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1145915Z test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1146079Z test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1146245Z test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1146416Z test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1146585Z test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1146749Z test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1146917Z test_ops.py::TestCommonCPU::test_multiple_devices_uniform_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1147087Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1147254Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1147421Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1147625Z test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1147794Z test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1147962Z test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1148131Z test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1148296Z test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1148460Z test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1148651Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1148808Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_H_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1148959Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_T_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1149111Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___getitem___cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1149266Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rand___cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1149415Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rdiv___cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1149569Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rmul___cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1149721Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_all_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1149878Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_aminmax_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1150028Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_any_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1150184Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_argwhere_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1150354Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_scatter_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1150496Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_asin_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1150649Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_asinh_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1150801Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1150949Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atanh_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1151107Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_1d_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1151264Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_2d_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1151421Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_block_diag_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1151589Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_tensors_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1151745Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cartesian_prod_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1151895Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_char_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1152049Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_max_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1152203Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_min_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1152356Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clone_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1152515Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_column_stack_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1152682Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_physical_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1152849Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_constant_pad_nd_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1153029Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cos_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1153174Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummax_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1153324Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummin_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1153476Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_deg2rad_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1153630Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1153784Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_embed_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1153938Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagflat_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1154195Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1154369Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_scatter_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1154529Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_div_no_rounding_mode_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1154681Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_dstack_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1154846Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_cpu_bool SKIPPED (Skipped!) [ 8%] 2022-12-01T10:26:49.1155018Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_like_cpu_bool SKIPPED (Skipped!) [ 8%] 2022-12-01T10:26:49.1155173Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_equal_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1155321Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erf_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1155474Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfc_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1155621Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp2_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1155777Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1155920Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1156070Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_eye_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1156230Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftn_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1156391Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftshift_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1156636Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1156795Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfftn_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1156954Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft2_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1157118Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftshift_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1157265Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft2_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1157420Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1157576Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft2_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1157727Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfftn_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1157878Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fill_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1158028Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flip_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1158190Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fliplr_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1158347Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flipud_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1158559Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_power_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1158701Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmax_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1158860Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_full_like_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1159016Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_gt_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1159170Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_half_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1159325Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_hstack_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1159477Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_i0_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1159672Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_add_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1159831Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_copy_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1159979Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isfinite_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1160133Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isinf_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1160284Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isnan_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1160437Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isneginf_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1160589Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isreal_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1160784Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_2inputs_2outputs_cpu_bool SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1160990Z 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:26:49.1161188Z 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:26:49.1161377Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_unary_cpu_bool SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:26:49.1161519Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log10_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1161671Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log1p_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1161821Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log2_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1161974Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1162133Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_and_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1162286Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mT_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1162452Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_scatter_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1162612Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_sum_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1162760Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_binary_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1162929Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_no_dim_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1163085Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_maximum_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1163263Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_variadic_tensors_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1163416Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_binary_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1163568Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mode_cpu_bool PASSED [ 8%] 2022-12-01T10:26:49.1163725Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_movedim_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1163909Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nan_to_num_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1164128Z 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:26:49.1164278Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_full_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1164436Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_zeros_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1164586Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1164737Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_outer_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1164894Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_permute_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1165095Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_0_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1165288Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_1_cpu_bool SKIPPED (Skipped!) [ 9%] 2022-12-01T10:26:49.1165475Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_3_cpu_bool SKIPPED (Skipped!) [ 9%] 2022-12-01T10:26:49.1165658Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_4_cpu_bool SKIPPED (Skipped!) [ 9%] 2022-12-01T10:26:49.1165802Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_prod_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1165953Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_put_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1166104Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rad2deg_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1166263Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reciprocal_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1166420Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1166591Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_interleave_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1166751Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_as_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1166907Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1167048Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize__cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1167205Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_neg_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1167355Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_roll_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1167510Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rsqrt_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1167678Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amin_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1167849Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_prod_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1168001Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sgn_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1168152Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_short_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1168304Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sigmoid_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1168445Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sign_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1168595Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sin_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1168745Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinh_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1168909Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j0_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1169070Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j1_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1169260Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y0_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1169443Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_t_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1169839Z 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:26:49.1170004Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_erfcx_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1170153Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1170314Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1e_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1170706Z 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:26:49.1170887Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k0_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1171051Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtri_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1171245Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_polygamma_special_polygamma_n_0_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1171622Z 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:26:49.1171991Z 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:26:49.1172157Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_zeta_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1172312Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1172461Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_squeeze_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1172610Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1172766Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_to_size_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1172933Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_along_dim_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1173080Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tan_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1173240Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tensor_split_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1173390Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1173550Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_transpose_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1173695Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tril_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1173846Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_triu_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1173999Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1174152Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_as_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1174303Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1174459Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_vsplit_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1174614Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_where_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1174765Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_cpu_bool PASSED [ 9%] 2022-12-01T10:26:49.1174920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_int64 PASSED [ 9%] 2022-12-01T10:26:49.1175094Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_int64 PASSED [ 9%] 2022-12-01T10:26:49.1175262Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_complex64 PASSED [ 9%] 2022-12-01T10:26:49.1175421Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_float32 PASSED [ 9%] 2022-12-01T10:26:49.1175582Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_int64 PASSED [ 9%] 2022-12-01T10:26:49.1175741Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_float32 PASSED [ 9%] 2022-12-01T10:26:49.1175896Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_int64 PASSED [ 9%] 2022-12-01T10:26:49.1176057Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_complex64 PASSED [ 9%] 2022-12-01T10:26:49.1176239Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_int64 PASSED [ 9%] 2022-12-01T10:26:49.1176384Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmod___cpu_float32 PASSED [ 9%] 2022-12-01T10:26:49.1176543Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_float32 PASSED [ 9%] 2022-12-01T10:26:49.1176700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_int64 PASSED [ 9%] 2022-12-01T10:26:49.1176849Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___ror___cpu_int64 PASSED [ 9%] 2022-12-01T10:26:49.1177007Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_complex64 PASSED [ 9%] 2022-12-01T10:26:49.1177163Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_complex64 PASSED [ 9%] 2022-12-01T10:26:49.1177317Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_float32 PASSED [ 9%] 2022-12-01T10:26:49.1177474Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_int64 PASSED [ 9%] 2022-12-01T10:26:49.1177623Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_complex64 PASSED [ 9%] 2022-12-01T10:26:49.1177778Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_float32 PASSED [ 9%] 2022-12-01T10:26:49.1177930Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_int64 PASSED [ 9%] 2022-12-01T10:26:49.1178089Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_complex64 PASSED [ 9%] 2022-12-01T10:26:49.1178244Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_float32 PASSED [ 9%] 2022-12-01T10:26:49.1178398Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_int64 PASSED [ 9%] 2022-12-01T10:26:49.1178561Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_complex64 PASSED [ 9%] 2022-12-01T10:26:49.1178720Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_float32 PASSED [ 9%] 2022-12-01T10:26:49.1178893Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_complex64 PASSED [ 9%] 2022-12-01T10:26:49.1179054Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_float32 PASSED [ 9%] 2022-12-01T10:26:49.1179224Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_int64 PASSED [ 9%] 2022-12-01T10:26:49.1179384Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_complex64 PASSED [ 9%] 2022-12-01T10:26:49.1179535Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_int64 PASSED [ 9%] 2022-12-01T10:26:49.1179693Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_complex64 PASSED [ 9%] 2022-12-01T10:26:49.1179847Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_int64 PASSED [ 9%] 2022-12-01T10:26:49.1180003Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_complex64 PASSED [ 9%] 2022-12-01T10:26:49.1180153Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_float32 PASSED [ 9%] 2022-12-01T10:26:49.1180296Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_int64 PASSED [ 9%] 2022-12-01T10:26:49.1180456Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_float32 PASSED [ 9%] 2022-12-01T10:26:49.1180673Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_float32 PASSED [ 9%] 2022-12-01T10:26:49.1180826Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_int64 PASSED [ 9%] 2022-12-01T10:26:49.1180976Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_int64 PASSED [ 9%] 2022-12-01T10:26:49.1181130Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_float32 PASSED [ 9%] 2022-12-01T10:26:49.1181288Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_int64 PASSED [ 9%] 2022-12-01T10:26:49.1181452Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_complex64 PASSED [ 9%] 2022-12-01T10:26:49.1181609Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_int64 PASSED [ 9%] 2022-12-01T10:26:49.1181848Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_complex64 SKIPPED (Works for int64, fails for everything else) [ 9%] 2022-12-01T10:26:49.1182006Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_float32 PASSED [ 9%] 2022-12-01T10:26:49.1182160Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_int64 PASSED [ 9%] 2022-12-01T10:26:49.1182317Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_float32 PASSED [ 9%] 2022-12-01T10:26:49.1182468Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_int64 PASSED [ 9%] 2022-12-01T10:26:49.1182622Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_float32 PASSED [ 9%] 2022-12-01T10:26:49.1182777Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_int64 PASSED [ 9%] 2022-12-01T10:26:49.1182929Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_float32 PASSED [ 9%] 2022-12-01T10:26:49.1183080Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_float32 PASSED [ 9%] 2022-12-01T10:26:49.1183237Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_int64 PASSED [ 9%] 2022-12-01T10:26:49.1183396Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_float32 PASSED [ 9%] 2022-12-01T10:26:49.1183550Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_int64 PASSED [ 9%] 2022-12-01T10:26:49.1183707Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bernoulli_cpu_float32 PASSED [ 9%] 2022-12-01T10:26:49.1183863Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_float32 PASSED [ 9%] 2022-12-01T10:26:49.1184017Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bincount_cpu_int64 PASSED [ 9%] 2022-12-01T10:26:49.1184175Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_and_cpu_int64 PASSED [ 9%] 2022-12-01T10:26:49.1184327Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_int64 PASSED [ 9%] 2022-12-01T10:26:49.1184474Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_complex64 PASSED [ 9%] 2022-12-01T10:26:49.1184626Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_float32 PASSED [ 9%] 2022-12-01T10:26:49.1184780Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_int64 PASSED [ 9%] 2022-12-01T10:26:49.1184932Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_complex64 PASSED [ 9%] 2022-12-01T10:26:49.1185081Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_int64 PASSED [ 9%] 2022-12-01T10:26:49.1185267Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_shapes_cpu_float32 SKIPPED (Skipped!) [ 9%] 2022-12-01T10:26:49.1185436Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_float32 PASSED [ 9%] 2022-12-01T10:26:49.1185602Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1185756Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1185917Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1186114Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1186269Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1186436Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1186601Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1186754Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1186904Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1187050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1187232Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1187386Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1187547Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1187721Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_complex64 PASSED [ 10%] 2022-12-01T10:26:49.1187888Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1188042Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1188197Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1188352Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1188499Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1188654Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1188822Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_complex64 PASSED [ 10%] 2022-12-01T10:26:49.1188987Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1189151Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1189308Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_complex64 PASSED [ 10%] 2022-12-01T10:26:49.1189472Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1189644Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_complex64 PASSED [ 10%] 2022-12-01T10:26:49.1189793Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1189957Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1190116Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_complex64 PASSED [ 10%] 2022-12-01T10:26:49.1190270Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_complex64 PASSED [ 10%] 2022-12-01T10:26:49.1190421Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1190583Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1190735Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_complex64 PASSED [ 10%] 2022-12-01T10:26:49.1190894Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_complex64 PASSED [ 10%] 2022-12-01T10:26:49.1191046Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1191190Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1191348Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1191503Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1191688Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_complex64 PASSED [ 10%] 2022-12-01T10:26:49.1191843Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1192017Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1192171Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1192328Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1192478Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1192635Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1192821Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_complex64 PASSED [ 10%] 2022-12-01T10:26:49.1192978Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1193148Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1193300Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1193456Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1193623Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1193797Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_complex64 PASSED [ 10%] 2022-12-01T10:26:49.1193960Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1194209Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1194376Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1194535Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_complex64 PASSED [ 10%] 2022-12-01T10:26:49.1194691Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1194852Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_complex64 PASSED [ 10%] 2022-12-01T10:26:49.1195006Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1195162Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_complex64 PASSED [ 10%] 2022-12-01T10:26:49.1195306Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1195465Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_complex64 PASSED [ 10%] 2022-12-01T10:26:49.1195626Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1195780Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1195931Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1196103Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_complex64 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:26:49.1196282Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_complex64 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:26:49.1196455Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_int64 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:26:49.1196717Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_complex64 PASSED [ 10%] 2022-12-01T10:26:49.1196860Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1197016Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1197171Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1197368Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1197528Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1197681Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1197835Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1197987Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1198141Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_complex64 PASSED [ 10%] 2022-12-01T10:26:49.1198300Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1198496Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1198659Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1198816Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1198977Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_complex64 PASSED [ 10%] 2022-12-01T10:26:49.1199134Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1199288Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1199450Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_complex64 PASSED [ 10%] 2022-12-01T10:26:49.1199596Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1199760Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1199926Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_complex64 PASSED [ 10%] 2022-12-01T10:26:49.1200090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_complex64 PASSED [ 10%] 2022-12-01T10:26:49.1200245Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1200406Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_complex64 PASSED [ 10%] 2022-12-01T10:26:49.1200564Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1200721Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1200869Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_complex64 PASSED [ 10%] 2022-12-01T10:26:49.1201026Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1201189Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_complex64 PASSED [ 10%] 2022-12-01T10:26:49.1201348Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1201510Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1201667Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1201829Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_complex64 PASSED [ 10%] 2022-12-01T10:26:49.1201988Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1202144Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1202293Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1202450Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1202609Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1202796Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1202953Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_complex64 PASSED [ 10%] 2022-12-01T10:26:49.1203106Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1203263Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1203416Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1203563Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_complex64 PASSED [ 10%] 2022-12-01T10:26:49.1203722Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_complex64 PASSED [ 10%] 2022-12-01T10:26:49.1203906Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1204065Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_complex64 PASSED [ 10%] 2022-12-01T10:26:49.1204225Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1204378Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1204543Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_complex64 PASSED [ 10%] 2022-12-01T10:26:49.1204704Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1204859Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1205004Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1205159Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1205323Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_complex64 PASSED [ 10%] 2022-12-01T10:26:49.1205486Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_complex64 PASSED [ 10%] 2022-12-01T10:26:49.1205644Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1205796Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gcd_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1205954Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1206110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1206250Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1206405Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_float32 PASSED [ 10%] 2022-12-01T10:26:49.1206560Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_int64 PASSED [ 10%] 2022-12-01T10:26:49.1206715Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histc_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1206883Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogramdd_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1207040Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1207192Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_int64 PASSED [ 11%] 2022-12-01T10:26:49.1207348Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1207489Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_int64 PASSED [ 11%] 2022-12-01T10:26:49.1207641Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_igamma_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1207799Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_igammac_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1207955Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_imag_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1208119Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1208305Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1208469Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1208623Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1208782Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1208929Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_int64 PASSED [ 11%] 2022-12-01T10:26:49.1209082Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_int64 PASSED [ 11%] 2022-12-01T10:26:49.1209245Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1209423Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1209580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1209733Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_int64 PASSED [ 11%] 2022-12-01T10:26:49.1209891Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1210047Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_int64 PASSED [ 11%] 2022-12-01T10:26:49.1210200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1210355Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1210509Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_int64 PASSED [ 11%] 2022-12-01T10:26:49.1210667Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1210823Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_int64 PASSED [ 11%] 2022-12-01T10:26:49.1210982Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1211132Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_int64 PASSED [ 11%] 2022-12-01T10:26:49.1211287Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_int64 PASSED [ 11%] 2022-12-01T10:26:49.1211444Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1211590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_int64 PASSED [ 11%] 2022-12-01T10:26:49.1211748Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1211904Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1212111Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_complex64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:26:49.1212319Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_complex64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:26:49.1212513Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:26:49.1212719Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_complex64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:26:49.1212923Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:26:49.1213127Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_int64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:26:49.1213307Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_complex64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:26:49.1213493Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_int64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:26:49.1213675Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1213832Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_int64 PASSED [ 11%] 2022-12-01T10:26:49.1213985Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lcm_cpu_int64 PASSED [ 11%] 2022-12-01T10:26:49.1214142Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1214299Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1214466Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1214625Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1214861Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_complex64 SKIPPED (The backward may give different results) [ 11%] 2022-12-01T10:26:49.1215031Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1215200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1215368Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1215538Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1215722Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1215887Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1216047Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1216217Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1216384Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1216555Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1216726Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1216891Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1217074Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1217237Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1217413Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1217586Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1217744Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1217916Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1218082Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1218269Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1218446Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_complex64 SKIPPED (67470!) [ 11%] 2022-12-01T10:26:49.1218615Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_int64 SKIPPED (67470!) [ 11%] 2022-12-01T10:26:49.1218781Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1218945Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1219142Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1219297Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1219458Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1219627Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1219791Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1219962Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1220129Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1220327Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1220509Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1220679Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1220837Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1221011Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1221172Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_complex64 XFAIL [ 11%] 2022-12-01T10:26:49.1221331Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1221487Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_int64 PASSED [ 11%] 2022-12-01T10:26:49.1221646Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1221796Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_int64 PASSED [ 11%] 2022-12-01T10:26:49.1221953Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1222097Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1222257Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1222427Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1222590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1222757Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1222921Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1223085Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1223243Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_int64 PASSED [ 11%] 2022-12-01T10:26:49.1223404Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1223554Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1223720Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1223879Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_complex64 XFAIL [ 11%] 2022-12-01T10:26:49.1224037Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1224195Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_int64 PASSED [ 11%] 2022-12-01T10:26:49.1224353Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1224515Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1224717Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1224859Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_int64 PASSED [ 11%] 2022-12-01T10:26:49.1225014Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1225165Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1225317Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_int64 PASSED [ 11%] 2022-12-01T10:26:49.1225477Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amax_cpu_int64 PASSED [ 11%] 2022-12-01T10:26:49.1225636Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amin_cpu_int64 PASSED [ 11%] 2022-12-01T10:26:49.1225828Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmax_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1225999Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmax_cpu_int64 PASSED [ 11%] 2022-12-01T10:26:49.1226163Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmin_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1226311Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmin_cpu_int64 PASSED [ 11%] 2022-12-01T10:26:49.1226479Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumprod_cpu_int64 PASSED [ 11%] 2022-12-01T10:26:49.1226645Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1226808Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_int64 PASSED [ 11%] 2022-12-01T10:26:49.1226974Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1227138Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1227297Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_int64 PASSED [ 11%] 2022-12-01T10:26:49.1227478Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_log_softmax_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1227649Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logsumexp_cpu_int64 PASSED [ 11%] 2022-12-01T10:26:49.1227801Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_complex64 PASSED [ 11%] 2022-12-01T10:26:49.1227965Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1228127Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_int64 PASSED [ 11%] 2022-12-01T10:26:49.1228291Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_median_cpu_float32 PASSED [ 11%] 2022-12-01T10:26:49.1228453Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1228631Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_normalize_cpu_complex64 PASSED [ 12%] 2022-12-01T10:26:49.1228794Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1228960Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_int64 PASSED [ 12%] 2022-12-01T10:26:49.1229118Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_complex64 PASSED [ 12%] 2022-12-01T10:26:49.1229283Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1229448Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_softmax_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1229616Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_softmin_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1229777Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_std_cpu_int64 PASSED [ 12%] 2022-12-01T10:26:49.1229941Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_sum_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1230133Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_sum_cpu_int64 PASSED [ 12%] 2022-12-01T10:26:49.1230298Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_var_cpu_complex64 PASSED [ 12%] 2022-12-01T10:26:49.1230457Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_var_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1230605Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_complex64 PASSED [ 12%] 2022-12-01T10:26:49.1230764Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1230925Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_int64 SKIPPED (67470!) [ 12%] 2022-12-01T10:26:49.1231089Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_complex64 PASSED [ 12%] 2022-12-01T10:26:49.1231274Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_int64 PASSED [ 12%] 2022-12-01T10:26:49.1231454Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1231636Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_int64 PASSED [ 12%] 2022-12-01T10:26:49.1231797Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_complex64 PASSED [ 12%] 2022-12-01T10:26:49.1231942Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1232127Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 12%] 2022-12-01T10:26:49.1232304Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_int64 PASSED [ 12%] 2022-12-01T10:26:49.1232486Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_int64 PASSED [ 12%] 2022-12-01T10:26:49.1232651Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1232827Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_int64 PASSED [ 12%] 2022-12-01T10:26:49.1232991Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1233150Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_int64 PASSED [ 12%] 2022-12-01T10:26:49.1233304Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_int64 PASSED [ 12%] 2022-12-01T10:26:49.1233448Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_int64 PASSED [ 12%] 2022-12-01T10:26:49.1233608Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1233765Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1233930Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_multinomial_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1234170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_complex64 PASSED [ 12%] 2022-12-01T10:26:49.1234330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1234488Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_int64 PASSED [ 12%] 2022-12-01T10:26:49.1234665Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1234828Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_int64 PASSED [ 12%] 2022-12-01T10:26:49.1235000Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_int64 PASSED [ 12%] 2022-12-01T10:26:49.1235178Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1235340Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmean_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1235511Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1235673Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1235869Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_int64 PASSED [ 12%] 2022-12-01T10:26:49.1236026Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_int64 PASSED [ 12%] 2022-12-01T10:26:49.1236198Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_batch_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1236351Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_layer_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1236507Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1236748Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_complex64 PASSED [ 12%] 2022-12-01T10:26:49.1236932Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_complex64 SKIPPED (Skipped!) [ 12%] 2022-12-01T10:26:49.1237150Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_int64 SKIPPED (Skipped!) [ 12%] 2022-12-01T10:26:49.1237321Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_complex64 PASSED [ 12%] 2022-12-01T10:26:49.1237483Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1237651Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_complex64 PASSED [ 12%] 2022-12-01T10:26:49.1237811Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1237958Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_int64 PASSED [ 12%] 2022-12-01T10:26:49.1238124Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nextafter_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1238321Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1238511Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1238697Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1238890Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1239076Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1239259Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1239439Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_int64 PASSED [ 12%] 2022-12-01T10:26:49.1239602Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_int64 PASSED [ 12%] 2022-12-01T10:26:49.1239788Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1239965Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_int64 PASSED [ 12%] 2022-12-01T10:26:49.1240146Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_batch_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1240338Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1240542Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1240716Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_int64 PASSED [ 12%] 2022-12-01T10:26:49.1240897Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_complex64 PASSED [ 12%] 2022-12-01T10:26:49.1241072Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1241235Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_int64 PASSED [ 12%] 2022-12-01T10:26:49.1241465Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_complex64 PASSED [ 12%] 2022-12-01T10:26:49.1241655Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1241847Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1242035Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_int64 PASSED [ 12%] 2022-12-01T10:26:49.1242225Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_similarity_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1242406Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1242613Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1242787Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_elu_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1242962Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_bag_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1243157Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1243330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gelu_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1243513Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_grid_sample_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1243693Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_group_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1243876Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardshrink_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1244061Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardsigmoid_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1244242Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardswish_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1244422Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1244585Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_int64 PASSED [ 12%] 2022-12-01T10:26:49.1244775Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1244952Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_huber_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1245138Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_area_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1245333Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1245507Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1245691Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_complex64 PASSED [ 12%] 2022-12-01T10:26:49.1245879Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1246067Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_int64 PASSED [ 12%] 2022-12-01T10:26:49.1246233Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_logsigmoid_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1246416Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1246600Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1246783Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1246986Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mish_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1247171Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1247350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1247535Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_complex64 PASSED [ 12%] 2022-12-01T10:26:49.1247717Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1247884Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1248093Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1248281Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1248469Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_int64 PASSED [ 12%] 2022-12-01T10:26:49.1248656Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_complex64 PASSED [ 12%] 2022-12-01T10:26:49.1248836Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1249017Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_int64 PASSED [ 12%] 2022-12-01T10:26:49.1249204Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1249389Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_int64 PASSED [ 12%] 2022-12-01T10:26:49.1249563Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1249742Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_prelu_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1249913Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1250086Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_int64 PASSED [ 12%] 2022-12-01T10:26:49.1250260Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_rrelu_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1250431Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_selu_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1250616Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_complex_cpu_complex64 PASSED [ 12%] 2022-12-01T10:26:49.1250790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1250974Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1251142Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1251334Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_complex64 PASSED [ 12%] 2022-12-01T10:26:49.1251515Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softshrink_cpu_float32 PASSED [ 12%] 2022-12-01T10:26:49.1251695Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_complex64 PASSED [ 12%] 2022-12-01T10:26:49.1251870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1252053Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_complex64 PASSED [ 13%] 2022-12-01T10:26:49.1252234Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1252441Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1252628Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1252838Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 PASSED [ 13%] 2022-12-01T10:26:49.1253030Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1253210Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_complex64 PASSED [ 13%] 2022-12-01T10:26:49.1253386Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1253600Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_nearest_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1253770Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_complex64 PASSED [ 13%] 2022-12-01T10:26:49.1253930Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1254092Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_complex64 PASSED [ 13%] 2022-12-01T10:26:49.1254257Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_complex64 PASSED [ 13%] 2022-12-01T10:26:49.1254408Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_complex64 PASSED [ 13%] 2022-12-01T10:26:49.1254566Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1254726Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_complex64 PASSED [ 13%] 2022-12-01T10:26:49.1254886Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1255046Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_complex64 XFAIL [ 13%] 2022-12-01T10:26:49.1255201Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_int64 XFAIL [ 13%] 2022-12-01T10:26:49.1255360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1255521Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_complex64 PASSED [ 13%] 2022-12-01T10:26:49.1255679Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1255833Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pca_lowrank_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1255992Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1256156Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_complex64 PASSED [ 13%] 2022-12-01T10:26:49.1256319Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1256476Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polar_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1256669Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_int64 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:26:49.1256862Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:26:49.1257050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_int64 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:26:49.1257233Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_int64 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:26:49.1257400Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_int64 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:26:49.1257564Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1257728Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_complex64 PASSED [ 13%] 2022-12-01T10:26:49.1257917Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_complex64 PASSED [ 13%] 2022-12-01T10:26:49.1258078Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_quantile_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1258239Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1258398Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1258563Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_complex64 PASSED [ 13%] 2022-12-01T10:26:49.1258712Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1258907Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_complex64 SKIPPED (Test expects tensor input) [ 13%] 2022-12-01T10:26:49.1259102Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1259263Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1259423Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1259576Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1259745Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_complex64 PASSED [ 13%] 2022-12-01T10:26:49.1259909Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1260072Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1260221Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_complex64 PASSED [ 13%] 2022-12-01T10:26:49.1260382Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_complex64 PASSED [ 13%] 2022-12-01T10:26:49.1260543Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1260718Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1260882Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1261038Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1261201Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_complex64 PASSED [ 13%] 2022-12-01T10:26:49.1261360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1261513Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_complex64 PASSED [ 13%] 2022-12-01T10:26:49.1261671Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1261840Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_complex64 PASSED [ 13%] 2022-12-01T10:26:49.1262003Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1262165Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1262320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1262476Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1262632Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1262783Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1262957Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:26:49.1263119Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_complex64 PASSED [ 13%] 2022-12-01T10:26:49.1263279Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1263478Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1263631Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1263796Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1263957Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1264133Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1264293Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1264460Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1264693Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1264863Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1265044Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_lengths_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1265213Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_complex64 PASSED [ 13%] 2022-12-01T10:26:49.1265374Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1265533Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1265694Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1265841Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1265998Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1266160Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_complex64 PASSED [ 13%] 2022-12-01T10:26:49.1266323Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1266478Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1266637Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_complex64 PASSED [ 13%] 2022-12-01T10:26:49.1266790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1266954Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_complex64 PASSED [ 13%] 2022-12-01T10:26:49.1267100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1267270Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1267430Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1267613Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_complex64 PASSED [ 13%] 2022-12-01T10:26:49.1267786Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1267946Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1268143Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_complex64 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:26:49.1268315Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1268481Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1268642Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1268812Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1268986Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1269203Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1269393Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1269580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1269990Z 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:26:49.1270161Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1270326Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1270510Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1270703Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1270865Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1271032Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1271199Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1271393Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1271580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1271751Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1271935Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1272104Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1272287Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1272468Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1272635Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1272801Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1272995Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1273186Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1273373Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_int64 PASSED [ 13%] 2022-12-01T10:26:49.1273761Z 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:26:49.1274207Z 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:26:49.1274575Z 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:26:49.1274948Z 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:26:49.1275141Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_float32 PASSED [ 13%] 2022-12-01T10:26:49.1275366Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_int64 PASSED [ 14%] 2022-12-01T10:26:49.1275536Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_float32 PASSED [ 14%] 2022-12-01T10:26:49.1275703Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_int64 PASSED [ 14%] 2022-12-01T10:26:49.1275868Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_complex64 PASSED [ 14%] 2022-12-01T10:26:49.1276026Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_float32 PASSED [ 14%] 2022-12-01T10:26:49.1276183Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_int64 PASSED [ 14%] 2022-12-01T10:26:49.1276336Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_int64 PASSED [ 14%] 2022-12-01T10:26:49.1276644Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_complex64 PASSED [ 14%] 2022-12-01T10:26:49.1276813Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_complex64 PASSED [ 14%] 2022-12-01T10:26:49.1276975Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_float32 PASSED [ 14%] 2022-12-01T10:26:49.1277140Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_complex64 PASSED [ 14%] 2022-12-01T10:26:49.1277301Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_float32 PASSED [ 14%] 2022-12-01T10:26:49.1277463Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_complex64 PASSED [ 14%] 2022-12-01T10:26:49.1277620Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_int64 PASSED [ 14%] 2022-12-01T10:26:49.1277777Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_float32 PASSED [ 14%] 2022-12-01T10:26:49.1277920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_float32 PASSED [ 14%] 2022-12-01T10:26:49.1278077Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_int64 PASSED [ 14%] 2022-12-01T10:26:49.1278238Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_complex64 PASSED [ 14%] 2022-12-01T10:26:49.1278391Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_float32 PASSED [ 14%] 2022-12-01T10:26:49.1278553Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_int64 PASSED [ 14%] 2022-12-01T10:26:49.1278710Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_float32 PASSED [ 14%] 2022-12-01T10:26:49.1278876Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_lowrank_cpu_float32 PASSED [ 14%] 2022-12-01T10:26:49.1279039Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_complex64 PASSED [ 14%] 2022-12-01T10:26:49.1279184Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_float32 PASSED [ 14%] 2022-12-01T10:26:49.1279346Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_complex64 PASSED [ 14%] 2022-12-01T10:26:49.1279512Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_int64 PASSED [ 14%] 2022-12-01T10:26:49.1279673Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_float32 PASSED [ 14%] 2022-12-01T10:26:49.1279831Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_int64 PASSED [ 14%] 2022-12-01T10:26:49.1279992Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_complex64 PASSED [ 14%] 2022-12-01T10:26:49.1280149Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_int64 PASSED [ 14%] 2022-12-01T10:26:49.1280318Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_complex64 PASSED [ 14%] 2022-12-01T10:26:49.1280469Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_int64 PASSED [ 14%] 2022-12-01T10:26:49.1280635Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_complex64 PASSED [ 14%] 2022-12-01T10:26:49.1280801Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_float32 PASSED [ 14%] 2022-12-01T10:26:49.1280960Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_int64 PASSED [ 14%] 2022-12-01T10:26:49.1281161Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_float32 PASSED [ 14%] 2022-12-01T10:26:49.1281329Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_complex64 SKIPPED [ 14%] 2022-12-01T10:26:49.1281492Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_float32 SKIPPED [ 14%] 2022-12-01T10:26:49.1281654Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_int64 SKIPPED [ 14%] 2022-12-01T10:26:49.1281811Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_float32 PASSED [ 14%] 2022-12-01T10:26:49.1281953Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_int64 PASSED [ 14%] 2022-12-01T10:26:49.1282112Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_float32 PASSED [ 14%] 2022-12-01T10:26:49.1282308Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_float32 PASSED [ 14%] 2022-12-01T10:26:49.1282474Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_int64 PASSED [ 14%] 2022-12-01T10:26:49.1282650Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_complex64 PASSED [ 14%] 2022-12-01T10:26:49.1282811Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_complex64 PASSED [ 14%] 2022-12-01T10:26:49.1282989Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_indices_cpu_int64 SKIPPED (Skipped!) [ 14%] 2022-12-01T10:26:49.1283150Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_complex64 PASSED [ 14%] 2022-12-01T10:26:49.1283315Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_indices_cpu_int64 SKIPPED (Skipped!) [ 14%] 2022-12-01T10:26:49.1283485Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_complex64 PASSED [ 14%] 2022-12-01T10:26:49.1283653Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_float32 PASSED [ 14%] 2022-12-01T10:26:49.1283813Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_float32 PASSED [ 14%] 2022-12-01T10:26:49.1283972Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_int64 PASSED [ 14%] 2022-12-01T10:26:49.1284129Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_int64 PASSED [ 14%] 2022-12-01T10:26:49.1284293Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_float32 PASSED [ 14%] 2022-12-01T10:26:49.1284453Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_int64 PASSED [ 14%] 2022-12-01T10:26:49.1284615Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_complex64 PASSED [ 14%] 2022-12-01T10:26:49.1284766Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_complex64 PASSED [ 14%] 2022-12-01T10:26:49.1284923Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_float32 PASSED [ 14%] 2022-12-01T10:26:49.1285101Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_float32 PASSED [ 14%] 2022-12-01T10:26:49.1285277Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_int64 PASSED [ 14%] 2022-12-01T10:26:49.1285438Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_float32 PASSED [ 14%] 2022-12-01T10:26:49.1285595Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_int64 PASSED [ 14%] 2022-12-01T10:26:49.1285764Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_complex64 PASSED [ 14%] 2022-12-01T10:26:49.1285925Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_int64 PASSED [ 14%] 2022-12-01T10:26:49.1286070Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_complex64 PASSED [ 14%] 2022-12-01T10:26:49.1286227Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_float32 PASSED [ 14%] 2022-12-01T10:26:49.1286384Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_float32 PASSED [ 14%] 2022-12-01T10:26:49.1286538Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_int64 PASSED [ 14%] 2022-12-01T10:26:49.1286730Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_complex64 PASSED [ 14%] 2022-12-01T10:26:49.1286890Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_float32 PASSED [ 14%] 2022-12-01T10:26:49.1287048Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_int64 PASSED [ 14%] 2022-12-01T10:26:49.1287219Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_real_cpu_complex64 PASSED [ 14%] 2022-12-01T10:26:49.1287375Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_int64 PASSED [ 14%] 2022-12-01T10:26:49.1287525Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_complex64 PASSED [ 14%] 2022-12-01T10:26:49.1287685Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_float32 PASSED [ 14%] 2022-12-01T10:26:49.1287875Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_complex64 PASSED [ 14%] 2022-12-01T10:26:49.1288034Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_float32 PASSED [ 14%] 2022-12-01T10:26:49.1288201Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_complex64 PASSED [ 14%] 2022-12-01T10:26:49.1288359Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_float32 PASSED [ 14%] 2022-12-01T10:26:49.1288516Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_int64 PASSED [ 14%] 2022-12-01T10:26:49.1288671Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_float32 PASSED [ 14%] 2022-12-01T10:26:49.1288817Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_int64 PASSED [ 14%] 2022-12-01T10:26:49.1288967Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_float64 PASSED [ 14%] 2022-12-01T10:26:49.1289113Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_int64 PASSED [ 14%] 2022-12-01T10:26:49.1289261Z test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_float64 PASSED [ 14%] 2022-12-01T10:26:49.1289406Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_float64 PASSED [ 14%] 2022-12-01T10:26:49.1289566Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_complex128 PASSED [ 14%] 2022-12-01T10:26:49.1289721Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_int64 PASSED [ 14%] 2022-12-01T10:26:49.1289862Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_float64 PASSED [ 14%] 2022-12-01T10:26:49.1289992Z test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_float64 PASSED [ 14%] 2022-12-01T10:26:49.1290136Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_float64 XFAIL [ 14%] 2022-12-01T10:26:49.1290273Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_int64 XFAIL [ 14%] 2022-12-01T10:26:49.1290414Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_int64 PASSED [ 14%] 2022-12-01T10:26:49.1290560Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_complex128 PASSED [ 14%] 2022-12-01T10:26:49.1290704Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_float64 PASSED [ 14%] 2022-12-01T10:26:49.1290852Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_complex128 PASSED [ 14%] 2022-12-01T10:26:49.1291036Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_int64 SKIPPED (Only runs on cuda) [ 14%] 2022-12-01T10:26:49.1291237Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 14%] 2022-12-01T10:26:49.1291419Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 14%] 2022-12-01T10:26:49.1291571Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_float64 PASSED [ 14%] 2022-12-01T10:26:49.1291733Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_complex128 PASSED [ 14%] 2022-12-01T10:26:49.1291890Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_float64 PASSED [ 14%] 2022-12-01T10:26:49.1292049Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_float64 PASSED [ 14%] 2022-12-01T10:26:49.1292230Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_complex128 PASSED [ 14%] 2022-12-01T10:26:49.1292382Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_float64 PASSED [ 14%] 2022-12-01T10:26:49.1292532Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_int64 PASSED [ 14%] 2022-12-01T10:26:49.1292673Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_complex128 PASSED [ 14%] 2022-12-01T10:26:49.1292826Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_float64 PASSED [ 14%] 2022-12-01T10:26:49.1292996Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 14%] 2022-12-01T10:26:49.1293162Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_int64 PASSED [ 14%] 2022-12-01T10:26:49.1293359Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_int64 XFAIL [ 14%] 2022-12-01T10:26:49.1293523Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_complex128 PASSED [ 14%] 2022-12-01T10:26:49.1293683Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_float64 PASSED [ 14%] 2022-12-01T10:26:49.1293847Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_layer_norm_cpu_float64 PASSED [ 14%] 2022-12-01T10:26:49.1294021Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_float64 PASSED [ 14%] 2022-12-01T10:26:49.1294175Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 14%] 2022-12-01T10:26:49.1294325Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_complex128 PASSED [ 14%] 2022-12-01T10:26:49.1294471Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_int64 PASSED [ 14%] 2022-12-01T10:26:49.1294622Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_complex128 PASSED [ 14%] 2022-12-01T10:26:49.1294766Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_float64 PASSED [ 14%] 2022-12-01T10:26:49.1294910Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_int64 PASSED [ 14%] 2022-12-01T10:26:49.1295056Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_complex128 PASSED [ 14%] 2022-12-01T10:26:49.1295202Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_complex128 PASSED [ 14%] 2022-12-01T10:26:49.1295332Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_float64 PASSED [ 14%] 2022-12-01T10:26:49.1295471Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_int64 PASSED [ 14%] 2022-12-01T10:26:49.1295612Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_float64 PASSED [ 14%] 2022-12-01T10:26:49.1295751Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_int64 PASSED [ 14%] 2022-12-01T10:26:49.1295887Z test_ops.py::TestCommonCPU::test_out_H_cpu_float32 PASSED [ 14%] 2022-12-01T10:26:49.1296028Z test_ops.py::TestCommonCPU::test_out___getitem___cpu_float32 PASSED [ 14%] 2022-12-01T10:26:49.1296164Z test_ops.py::TestCommonCPU::test_out___radd___cpu_float32 PASSED [ 14%] 2022-12-01T10:26:49.1296302Z test_ops.py::TestCommonCPU::test_out___rdiv___cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1296427Z test_ops.py::TestCommonCPU::test_out___rmatmul___cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1296562Z test_ops.py::TestCommonCPU::test_out___rmul___cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1296696Z test_ops.py::TestCommonCPU::test_out___ror___cpu_int64 PASSED [ 15%] 2022-12-01T10:26:49.1296830Z test_ops.py::TestCommonCPU::test_out___rpow___cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1296963Z test_ops.py::TestCommonCPU::test_out___rsub___cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1297101Z test_ops.py::TestCommonCPU::test_out__refs_acos_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1297241Z test_ops.py::TestCommonCPU::test_out__refs_acosh_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1297468Z 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:26:49.1297633Z test_ops.py::TestCommonCPU::test_out__refs_amax_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1297777Z test_ops.py::TestCommonCPU::test_out__refs_as_strided_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1297914Z test_ops.py::TestCommonCPU::test_out__refs_asin_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1298051Z test_ops.py::TestCommonCPU::test_out__refs_atan2_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1298188Z test_ops.py::TestCommonCPU::test_out__refs_atan_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1298329Z test_ops.py::TestCommonCPU::test_out__refs_atanh_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1298469Z test_ops.py::TestCommonCPU::test_out__refs_atleast_2d_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1298651Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_left_shift_cpu_int64 PASSED [ 15%] 2022-12-01T10:26:49.1298781Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_not_cpu_int64 PASSED [ 15%] 2022-12-01T10:26:49.1298924Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_or_cpu_int64 PASSED [ 15%] 2022-12-01T10:26:49.1299066Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_xor_cpu_int64 PASSED [ 15%] 2022-12-01T10:26:49.1299222Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_tensors_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1299371Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_to_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1299510Z test_ops.py::TestCommonCPU::test_out__refs_ceil_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1299648Z test_ops.py::TestCommonCPU::test_out__refs_clamp_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1299789Z test_ops.py::TestCommonCPU::test_out__refs_clamp_min_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1299927Z test_ops.py::TestCommonCPU::test_out__refs_clone_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1300055Z test_ops.py::TestCommonCPU::test_out__refs_conj_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1300208Z test_ops.py::TestCommonCPU::test_out__refs_conj_physical_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1300350Z test_ops.py::TestCommonCPU::test_out__refs_contiguous_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1300490Z test_ops.py::TestCommonCPU::test_out__refs_digamma_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1300646Z test_ops.py::TestCommonCPU::test_out__refs_div_floor_rounding_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1300802Z test_ops.py::TestCommonCPU::test_out__refs_div_no_rounding_mode_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1300958Z test_ops.py::TestCommonCPU::test_out__refs_div_trunc_rounding_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1301098Z test_ops.py::TestCommonCPU::test_out__refs_dsplit_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1301225Z test_ops.py::TestCommonCPU::test_out__refs_dstack_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1301416Z test_ops.py::TestCommonCPU::test_out__refs_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 15%] 2022-12-01T10:26:49.1301555Z test_ops.py::TestCommonCPU::test_out__refs_eq_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1301692Z test_ops.py::TestCommonCPU::test_out__refs_exp2_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1301831Z test_ops.py::TestCommonCPU::test_out__refs_exp_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1301975Z test_ops.py::TestCommonCPU::test_out__refs_expand_as_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1302114Z test_ops.py::TestCommonCPU::test_out__refs_expand_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1302251Z test_ops.py::TestCommonCPU::test_out__refs_expm1_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1302379Z test_ops.py::TestCommonCPU::test_out__refs_fft_fft_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1302518Z test_ops.py::TestCommonCPU::test_out__refs_fft_fftn_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1302669Z test_ops.py::TestCommonCPU::test_out__refs_fft_fftshift_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1302854Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfftn_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1302992Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifft_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1303134Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfftn_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1303274Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfft_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1303415Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfftn_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1303542Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfft_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1303684Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfftn_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1303822Z test_ops.py::TestCommonCPU::test_out__refs_flip_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1303986Z test_ops.py::TestCommonCPU::test_out__refs_fliplr_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1304129Z test_ops.py::TestCommonCPU::test_out__refs_flipud_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1304282Z test_ops.py::TestCommonCPU::test_out__refs_float_power_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1304423Z test_ops.py::TestCommonCPU::test_out__refs_floor_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1304572Z test_ops.py::TestCommonCPU::test_out__refs_floor_divide_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1304696Z test_ops.py::TestCommonCPU::test_out__refs_gcd_cpu_int64 PASSED [ 15%] 2022-12-01T10:26:49.1304834Z test_ops.py::TestCommonCPU::test_out__refs_ge_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1304972Z test_ops.py::TestCommonCPU::test_out__refs_gt_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1305118Z test_ops.py::TestCommonCPU::test_out__refs_heaviside_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1305260Z test_ops.py::TestCommonCPU::test_out__refs_hypot_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1305401Z test_ops.py::TestCommonCPU::test_out__refs_igamma_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1305545Z test_ops.py::TestCommonCPU::test_out__refs_igammac_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1305686Z test_ops.py::TestCommonCPU::test_out__refs_imag_cpu_complex64 PASSED [ 15%] 2022-12-01T10:26:49.1305815Z test_ops.py::TestCommonCPU::test_out__refs_index_add_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1305958Z test_ops.py::TestCommonCPU::test_out__refs_index_copy_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1306100Z test_ops.py::TestCommonCPU::test_out__refs_index_fill_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1306241Z test_ops.py::TestCommonCPU::test_out__refs_isclose_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1306382Z test_ops.py::TestCommonCPU::test_out__refs_isfinite_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1306519Z test_ops.py::TestCommonCPU::test_out__refs_isinf_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1306658Z test_ops.py::TestCommonCPU::test_out__refs_isnan_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1306796Z test_ops.py::TestCommonCPU::test_out__refs_lcm_cpu_int64 PASSED [ 15%] 2022-12-01T10:26:49.1306932Z test_ops.py::TestCommonCPU::test_out__refs_le_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1307075Z test_ops.py::TestCommonCPU::test_out__refs_linalg_matrix_norm_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1307215Z test_ops.py::TestCommonCPU::test_out__refs_linalg_svd_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1307356Z test_ops.py::TestCommonCPU::test_out__refs_linspace_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1307495Z test_ops.py::TestCommonCPU::test_out__refs_log10_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1307633Z test_ops.py::TestCommonCPU::test_out__refs_log1p_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1307776Z test_ops.py::TestCommonCPU::test_out__refs_logical_or_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1307926Z test_ops.py::TestCommonCPU::test_out__refs_logical_xor_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1308061Z test_ops.py::TestCommonCPU::test_out__refs_lt_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1308217Z test_ops.py::TestCommonCPU::test_out__refs_maximum_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1308355Z test_ops.py::TestCommonCPU::test_out__refs_mean_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1308496Z test_ops.py::TestCommonCPU::test_out__refs_minimum_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1308634Z test_ops.py::TestCommonCPU::test_out__refs_nan_to_num_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1308768Z test_ops.py::TestCommonCPU::test_out__refs_ne_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1308905Z test_ops.py::TestCommonCPU::test_out__refs_neg_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1309093Z test_ops.py::TestCommonCPU::test_out__refs_new_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 15%] 2022-12-01T10:26:49.1309273Z test_ops.py::TestCommonCPU::test_out__refs_new_empty_strided_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1309401Z test_ops.py::TestCommonCPU::test_out__refs_new_full_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1309558Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_celu_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1309761Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_dropout_cpu_float32 SKIPPED (Expected: dropout is not comparable) [ 15%] 2022-12-01T10:26:49.1309916Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_elu_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1310071Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_gelu_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1310224Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_glu_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1310400Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1310561Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_layer_norm_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1310724Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_leaky_relu_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1310886Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1311041Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mish_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1311199Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pdist_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1311365Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1311519Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_prelu_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1311674Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu6_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1311828Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_selu_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1311990Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softplus_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1312143Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softshrink_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1312303Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_tanhshrink_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1312445Z test_ops.py::TestCommonCPU::test_out__refs_norm_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1312587Z test_ops.py::TestCommonCPU::test_out__refs_permute_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1312728Z test_ops.py::TestCommonCPU::test_out__refs_randn_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1312872Z test_ops.py::TestCommonCPU::test_out__refs_remainder_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1313013Z test_ops.py::TestCommonCPU::test_out__refs_repeat_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1313154Z test_ops.py::TestCommonCPU::test_out__refs_reshape_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1313282Z test_ops.py::TestCommonCPU::test_out__refs_rot90_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1313422Z test_ops.py::TestCommonCPU::test_out__refs_rsqrt_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1313597Z test_ops.py::TestCommonCPU::test_out__refs_rsub_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1313737Z test_ops.py::TestCommonCPU::test_out__refs_signbit_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1313876Z test_ops.py::TestCommonCPU::test_out__refs_sin_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1314014Z test_ops.py::TestCommonCPU::test_out__refs_sinc_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1314230Z test_ops.py::TestCommonCPU::test_out__refs_sinh_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1314375Z test_ops.py::TestCommonCPU::test_out__refs_softmax_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1314515Z test_ops.py::TestCommonCPU::test_out__refs_special_bessel_j1_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1314704Z test_ops.py::TestCommonCPU::test_out__refs_special_i0e_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1314854Z test_ops.py::TestCommonCPU::test_out__refs_special_i1e_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1315034Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1315180Z test_ops.py::TestCommonCPU::test_out__refs_squeeze_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1315319Z test_ops.py::TestCommonCPU::test_out__refs_std_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1315459Z test_ops.py::TestCommonCPU::test_out__refs_sub_cpu_float32 PASSED [ 15%] 2022-12-01T10:26:49.1315595Z test_ops.py::TestCommonCPU::test_out__refs_t_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1315731Z test_ops.py::TestCommonCPU::test_out__refs_tan_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1315857Z test_ops.py::TestCommonCPU::test_out__refs_tanh_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1315994Z test_ops.py::TestCommonCPU::test_out__refs_to_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1316135Z test_ops.py::TestCommonCPU::test_out__refs_trace_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1316279Z test_ops.py::TestCommonCPU::test_out__refs_triu_indices_cpu_int64 PASSED [ 16%] 2022-12-01T10:26:49.1316430Z test_ops.py::TestCommonCPU::test_out__refs_true_divide_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1316708Z test_ops.py::TestCommonCPU::test_out__refs_unflatten_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1316915Z test_ops.py::TestCommonCPU::test_out__refs_var_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1317060Z test_ops.py::TestCommonCPU::test_out__refs_var_mean_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1317188Z test_ops.py::TestCommonCPU::test_out__refs_vsplit_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1317328Z test_ops.py::TestCommonCPU::test_out__refs_vstack_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1317468Z test_ops.py::TestCommonCPU::test_out__refs_zeros_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1317606Z test_ops.py::TestCommonCPU::test_out_abs_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1317744Z test_ops.py::TestCommonCPU::test_out_add_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1317881Z test_ops.py::TestCommonCPU::test_out_addbmm_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1318019Z test_ops.py::TestCommonCPU::test_out_addmm_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1318165Z test_ops.py::TestCommonCPU::test_out_addmm_decomposed_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1318287Z test_ops.py::TestCommonCPU::test_out_addr_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1318422Z test_ops.py::TestCommonCPU::test_out_all_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1318643Z test_ops.py::TestCommonCPU::test_out_allclose_cpu_float32 SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 16%] 2022-12-01T10:26:49.1318782Z test_ops.py::TestCommonCPU::test_out_amin_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1318920Z test_ops.py::TestCommonCPU::test_out_aminmax_cpu_float32 XFAIL [ 16%] 2022-12-01T10:26:49.1319110Z test_ops.py::TestCommonCPU::test_out_any_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1319247Z test_ops.py::TestCommonCPU::test_out_arange_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1319384Z test_ops.py::TestCommonCPU::test_out_argmax_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1319506Z test_ops.py::TestCommonCPU::test_out_asin_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1319643Z test_ops.py::TestCommonCPU::test_out_asinh_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1319779Z test_ops.py::TestCommonCPU::test_out_atan2_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1319915Z test_ops.py::TestCommonCPU::test_out_atanh_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1320055Z test_ops.py::TestCommonCPU::test_out_atleast_1d_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1320231Z test_ops.py::TestCommonCPU::test_out_atleast_2d_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1320373Z test_ops.py::TestCommonCPU::test_out_bfloat16_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1320514Z test_ops.py::TestCommonCPU::test_out_bitwise_not_cpu_int64 PASSED [ 16%] 2022-12-01T10:26:49.1320640Z test_ops.py::TestCommonCPU::test_out_bitwise_xor_cpu_int64 PASSED [ 16%] 2022-12-01T10:26:49.1320776Z test_ops.py::TestCommonCPU::test_out_bmm_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1320922Z test_ops.py::TestCommonCPU::test_out_broadcast_shapes_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1321065Z test_ops.py::TestCommonCPU::test_out_broadcast_to_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1321204Z test_ops.py::TestCommonCPU::test_out_byte_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1321339Z test_ops.py::TestCommonCPU::test_out_cat_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1321478Z test_ops.py::TestCommonCPU::test_out_cdist_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1321612Z test_ops.py::TestCommonCPU::test_out_ceil_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1321736Z test_ops.py::TestCommonCPU::test_out_chalf_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1321870Z test_ops.py::TestCommonCPU::test_out_char_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1322006Z test_ops.py::TestCommonCPU::test_out_cholesky_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1322147Z test_ops.py::TestCommonCPU::test_out_cholesky_solve_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1322282Z test_ops.py::TestCommonCPU::test_out_chunk_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1322419Z test_ops.py::TestCommonCPU::test_out_clamp_max_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1322553Z test_ops.py::TestCommonCPU::test_out_clone_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1322693Z test_ops.py::TestCommonCPU::test_out_column_stack_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1322837Z test_ops.py::TestCommonCPU::test_out_combinations_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1322964Z test_ops.py::TestCommonCPU::test_out_complex_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1323098Z test_ops.py::TestCommonCPU::test_out_conj_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1323239Z test_ops.py::TestCommonCPU::test_out_contiguous_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1323377Z test_ops.py::TestCommonCPU::test_out_copysign_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1323516Z test_ops.py::TestCommonCPU::test_out_count_nonzero_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1323649Z test_ops.py::TestCommonCPU::test_out_cov_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1323786Z test_ops.py::TestCommonCPU::test_out_cummax_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1323920Z test_ops.py::TestCommonCPU::test_out_cummin_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1324044Z test_ops.py::TestCommonCPU::test_out_cumprod_cpu_float32 XFAIL [ 16%] 2022-12-01T10:26:49.1324179Z test_ops.py::TestCommonCPU::test_out_cumsum_cpu_float32 XFAIL [ 16%] 2022-12-01T10:26:49.1324345Z test_ops.py::TestCommonCPU::test_out_diag_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1324484Z test_ops.py::TestCommonCPU::test_out_diag_embed_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1324618Z test_ops.py::TestCommonCPU::test_out_diff_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1324752Z test_ops.py::TestCommonCPU::test_out_dist_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1324902Z test_ops.py::TestCommonCPU::test_out_div_floor_rounding_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1325038Z test_ops.py::TestCommonCPU::test_out_dstack_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1325206Z test_ops.py::TestCommonCPU::test_out_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 16%] 2022-12-01T10:26:49.1325369Z test_ops.py::TestCommonCPU::test_out_erfinv_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1325506Z test_ops.py::TestCommonCPU::test_out_exp2_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1325645Z test_ops.py::TestCommonCPU::test_out_expand_as_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1325780Z test_ops.py::TestCommonCPU::test_out_expm1_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1325914Z test_ops.py::TestCommonCPU::test_out_eye_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1326048Z test_ops.py::TestCommonCPU::test_out_fft_fft_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1326185Z test_ops.py::TestCommonCPU::test_out_fft_fftn_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1326309Z test_ops.py::TestCommonCPU::test_out_fft_hfft_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1326447Z test_ops.py::TestCommonCPU::test_out_fft_hfftn_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1326583Z test_ops.py::TestCommonCPU::test_out_fft_ifft2_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1326721Z test_ops.py::TestCommonCPU::test_out_fft_ihfft_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1326860Z test_ops.py::TestCommonCPU::test_out_fft_irfft2_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1326998Z test_ops.py::TestCommonCPU::test_out_fft_irfft_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1327137Z test_ops.py::TestCommonCPU::test_out_fft_irfftn_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1327272Z test_ops.py::TestCommonCPU::test_out_fft_rfft_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1327393Z test_ops.py::TestCommonCPU::test_out_fill_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1327529Z test_ops.py::TestCommonCPU::test_out_fliplr_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1327664Z test_ops.py::TestCommonCPU::test_out_float_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1327803Z test_ops.py::TestCommonCPU::test_out_float_power_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1327939Z test_ops.py::TestCommonCPU::test_out_floor_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1328080Z test_ops.py::TestCommonCPU::test_out_floor_divide_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1328217Z test_ops.py::TestCommonCPU::test_out_fmod_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1328353Z test_ops.py::TestCommonCPU::test_out_gather_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1328473Z test_ops.py::TestCommonCPU::test_out_gcd_cpu_int64 PASSED [ 16%] 2022-12-01T10:26:49.1328607Z test_ops.py::TestCommonCPU::test_out_ge_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1328742Z test_ops.py::TestCommonCPU::test_out_geqrf_cpu_float32 XFAIL [ 16%] 2022-12-01T10:26:49.1328879Z test_ops.py::TestCommonCPU::test_out_histogram_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1329015Z test_ops.py::TestCommonCPU::test_out_hstack_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1329151Z test_ops.py::TestCommonCPU::test_out_hypot_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1329289Z test_ops.py::TestCommonCPU::test_out_igammac_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1329451Z test_ops.py::TestCommonCPU::test_out_int_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1329578Z test_ops.py::TestCommonCPU::test_out_isfinite_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1329713Z test_ops.py::TestCommonCPU::test_out_isinf_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1329850Z test_ops.py::TestCommonCPU::test_out_isneginf_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1330032Z test_ops.py::TestCommonCPU::test_out_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T10:26:49.1330201Z test_ops.py::TestCommonCPU::test_out_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T10:26:49.1330337Z test_ops.py::TestCommonCPU::test_out_kron_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1330472Z test_ops.py::TestCommonCPU::test_out_lcm_cpu_int64 PASSED [ 16%] 2022-12-01T10:26:49.1330632Z test_ops.py::TestCommonCPU::test_out_lerp_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1330788Z test_ops.py::TestCommonCPU::test_out_linalg_det_singular_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1330918Z test_ops.py::TestCommonCPU::test_out_linalg_eigh_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1331058Z test_ops.py::TestCommonCPU::test_out_linalg_eigvals_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1331196Z test_ops.py::TestCommonCPU::test_out_linalg_inv_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1331347Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1331505Z test_ops.py::TestCommonCPU::test_out_linalg_lstsq_cpu_float32 SKIPPED (Skipped!) [ 16%] 2022-12-01T10:26:49.1331664Z test_ops.py::TestCommonCPU::test_out_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1331805Z test_ops.py::TestCommonCPU::test_out_linalg_lu_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1331955Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_norm_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1332097Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_power_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1332245Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1332389Z test_ops.py::TestCommonCPU::test_out_linalg_multi_dot_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1332531Z test_ops.py::TestCommonCPU::test_out_linalg_norm_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1332698Z test_ops.py::TestCommonCPU::test_out_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1332856Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_hermitian_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1332998Z test_ops.py::TestCommonCPU::test_out_linalg_qr_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1333140Z test_ops.py::TestCommonCPU::test_out_linalg_solve_ex_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1333274Z test_ops.py::TestCommonCPU::test_out_linalg_svdvals_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1333427Z test_ops.py::TestCommonCPU::test_out_linalg_tensorsolve_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1333567Z test_ops.py::TestCommonCPU::test_out_log_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1333716Z test_ops.py::TestCommonCPU::test_out_log_softmax_dtype_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1333856Z test_ops.py::TestCommonCPU::test_out_logdet_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1333998Z test_ops.py::TestCommonCPU::test_out_logical_and_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1334138Z test_ops.py::TestCommonCPU::test_out_logical_not_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1334278Z test_ops.py::TestCommonCPU::test_out_logical_or_cpu_float32 PASSED [ 16%] 2022-12-01T10:26:49.1334403Z test_ops.py::TestCommonCPU::test_out_logit_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1334545Z test_ops.py::TestCommonCPU::test_out_logspace_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1334686Z test_ops.py::TestCommonCPU::test_out_logsumexp_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1334850Z test_ops.py::TestCommonCPU::test_out_mH_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1334983Z test_ops.py::TestCommonCPU::test_out_mT_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1335123Z test_ops.py::TestCommonCPU::test_out_masked_amax_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1335263Z test_ops.py::TestCommonCPU::test_out_masked_argmax_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1335405Z test_ops.py::TestCommonCPU::test_out_masked_argmin_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1335532Z test_ops.py::TestCommonCPU::test_out_masked_cumsum_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1335681Z test_ops.py::TestCommonCPU::test_out_masked_log_softmax_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1335825Z test_ops.py::TestCommonCPU::test_out_masked_logaddexp_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1335994Z test_ops.py::TestCommonCPU::test_out_masked_normalize_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1336139Z test_ops.py::TestCommonCPU::test_out_masked_prod_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1336280Z test_ops.py::TestCommonCPU::test_out_masked_softmax_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1336418Z test_ops.py::TestCommonCPU::test_out_masked_std_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1336560Z test_ops.py::TestCommonCPU::test_out_masked_var_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1336682Z test_ops.py::TestCommonCPU::test_out_matmul_cpu_float32 XFAIL [ 17%] 2022-12-01T10:26:49.1336820Z test_ops.py::TestCommonCPU::test_out_matrix_exp_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1336973Z test_ops.py::TestCommonCPU::test_out_max_reduction_with_dim_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1337110Z test_ops.py::TestCommonCPU::test_out_maximum_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1337250Z test_ops.py::TestCommonCPU::test_out_min_binary_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1337406Z test_ops.py::TestCommonCPU::test_out_min_reduction_no_dim_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1337558Z test_ops.py::TestCommonCPU::test_out_min_reduction_with_dim_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1337697Z test_ops.py::TestCommonCPU::test_out_minimum_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1337831Z test_ops.py::TestCommonCPU::test_out_mode_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1337955Z test_ops.py::TestCommonCPU::test_out_msort_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1338089Z test_ops.py::TestCommonCPU::test_out_mv_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1338243Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1338393Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1338534Z test_ops.py::TestCommonCPU::test_out_nan_to_num_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1338671Z test_ops.py::TestCommonCPU::test_out_nanmean_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1338815Z test_ops.py::TestCommonCPU::test_out_nanmedian_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1338957Z test_ops.py::TestCommonCPU::test_out_nanquantile_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1339082Z test_ops.py::TestCommonCPU::test_out_nansum_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1339219Z test_ops.py::TestCommonCPU::test_out_narrow_copy_cpu_float32 XFAIL [ 17%] 2022-12-01T10:26:49.1339362Z test_ops.py::TestCommonCPU::test_out_native_batch_norm_cpu_float32 XFAIL [ 17%] 2022-12-01T10:26:49.1339510Z test_ops.py::TestCommonCPU::test_out_native_layer_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1339643Z test_ops.py::TestCommonCPU::test_out_ne_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1339778Z test_ops.py::TestCommonCPU::test_out_neg_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1339918Z test_ops.py::TestCommonCPU::test_out_new_empty_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1340098Z test_ops.py::TestCommonCPU::test_out_new_full_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1340222Z test_ops.py::TestCommonCPU::test_out_new_ones_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1340360Z test_ops.py::TestCommonCPU::test_out_new_zeros_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1340498Z test_ops.py::TestCommonCPU::test_out_nextafter_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1340680Z test_ops.py::TestCommonCPU::test_out_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1340852Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1341022Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1341221Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1341379Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1341522Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool3d_cpu_float32 XFAIL [ 17%] 2022-12-01T10:26:49.1341678Z test_ops.py::TestCommonCPU::test_out_nn_functional_batch_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1341847Z test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1342030Z test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1342184Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1342349Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1342519Z test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1342679Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1342836Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1342974Z test_ops.py::TestCommonCPU::test_out_nn_functional_elu_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1343161Z test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1343333Z test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1343498Z test_ops.py::TestCommonCPU::test_out_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1343666Z test_ops.py::TestCommonCPU::test_out_nn_functional_gelu_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:26:49.1343816Z test_ops.py::TestCommonCPU::test_out_nn_functional_glu_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1343976Z test_ops.py::TestCommonCPU::test_out_nn_functional_grid_sample_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1344132Z test_ops.py::TestCommonCPU::test_out_nn_functional_group_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1344280Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardsigmoid_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1344435Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardswish_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1344594Z test_ops.py::TestCommonCPU::test_out_nn_functional_instance_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1344759Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_area_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1344929Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1345096Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_linear_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1345266Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1345422Z test_ops.py::TestCommonCPU::test_out_nn_functional_l1_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1345606Z test_ops.py::TestCommonCPU::test_out_nn_functional_layer_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1345748Z test_ops.py::TestCommonCPU::test_out_nn_functional_leaky_relu_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1345897Z test_ops.py::TestCommonCPU::test_out_nn_functional_linear_cpu_float32 XFAIL [ 17%] 2022-12-01T10:26:49.1346051Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1346206Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1346369Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1346528Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1346717Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1346876Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1347018Z test_ops.py::TestCommonCPU::test_out_nn_functional_mse_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1347188Z test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1347338Z test_ops.py::TestCommonCPU::test_out_nn_functional_one_hot_cpu_int64 PASSED [ 17%] 2022-12-01T10:26:49.1347495Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_constant_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1347653Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_reflect_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1347817Z test_ops.py::TestCommonCPU::test_out_nn_functional_pairwise_distance_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1347978Z test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1348144Z test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1348301Z test_ops.py::TestCommonCPU::test_out_nn_functional_prelu_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1348436Z test_ops.py::TestCommonCPU::test_out_nn_functional_rrelu_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1348587Z test_ops.py::TestCommonCPU::test_out_nn_functional_silu_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1348750Z test_ops.py::TestCommonCPU::test_out_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1348905Z test_ops.py::TestCommonCPU::test_out_nn_functional_softsign_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1349062Z test_ops.py::TestCommonCPU::test_out_nn_functional_tanhshrink_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1349219Z test_ops.py::TestCommonCPU::test_out_nn_functional_threshold_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1349385Z test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1349552Z test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1349705Z test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_nearest_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1349845Z test_ops.py::TestCommonCPU::test_out_nonzero_cpu_float32 XFAIL [ 17%] 2022-12-01T10:26:49.1349986Z test_ops.py::TestCommonCPU::test_out_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1350126Z test_ops.py::TestCommonCPU::test_out_norm_inf_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1350264Z test_ops.py::TestCommonCPU::test_out_norm_nuc_cpu_float32 XFAIL [ 17%] 2022-12-01T10:26:49.1350404Z test_ops.py::TestCommonCPU::test_out_normal_cpu_float32 XFAIL [ 17%] 2022-12-01T10:26:49.1350553Z test_ops.py::TestCommonCPU::test_out_normal_number_mean_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1350695Z test_ops.py::TestCommonCPU::test_out_ones_like_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1350821Z test_ops.py::TestCommonCPU::test_out_ormqr_cpu_float32 XFAIL [ 17%] 2022-12-01T10:26:49.1351022Z test_ops.py::TestCommonCPU::test_out_pca_lowrank_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1351163Z test_ops.py::TestCommonCPU::test_out_pinverse_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1351320Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_0_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1351492Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:26:49.1351661Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:26:49.1351827Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:26:49.1351966Z test_ops.py::TestCommonCPU::test_out_pow_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1352133Z test_ops.py::TestCommonCPU::test_out_prod_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1352260Z test_ops.py::TestCommonCPU::test_out_qr_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1352402Z test_ops.py::TestCommonCPU::test_out_rad2deg_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1352546Z test_ops.py::TestCommonCPU::test_out_randint_like_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1352687Z test_ops.py::TestCommonCPU::test_out_randn_like_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1352832Z test_ops.py::TestCommonCPU::test_out_reciprocal_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1352970Z test_ops.py::TestCommonCPU::test_out_renorm_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1353110Z test_ops.py::TestCommonCPU::test_out_resize_as__cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1353249Z test_ops.py::TestCommonCPU::test_out_roll_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1353370Z test_ops.py::TestCommonCPU::test_out_rot90_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1353510Z test_ops.py::TestCommonCPU::test_out_round_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1353680Z test_ops.py::TestCommonCPU::test_out_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:26:49.1353819Z test_ops.py::TestCommonCPU::test_out_scatter_add_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1353972Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_mean_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1354203Z test_ops.py::TestCommonCPU::test_out_searchsorted_cpu_float32 PASSED [ 17%] 2022-12-01T10:26:49.1354364Z test_ops.py::TestCommonCPU::test_out_segment_reduce_lengths_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1354503Z test_ops.py::TestCommonCPU::test_out_select_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1354633Z test_ops.py::TestCommonCPU::test_out_select_scatter_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1354775Z test_ops.py::TestCommonCPU::test_out_sigmoid_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1354915Z test_ops.py::TestCommonCPU::test_out_signbit_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1355051Z test_ops.py::TestCommonCPU::test_out_sinh_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1355195Z test_ops.py::TestCommonCPU::test_out_slice_scatter_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1355333Z test_ops.py::TestCommonCPU::test_out_softmax_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1355470Z test_ops.py::TestCommonCPU::test_out_sort_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1355622Z test_ops.py::TestCommonCPU::test_out_special_bessel_j0_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1355776Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1356161Z 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:26:49.1356326Z test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_h_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1356491Z test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_he_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1356779Z test_ops.py::TestCommonCPU::test_out_special_i0e_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1356923Z test_ops.py::TestCommonCPU::test_out_special_i1e_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1357088Z test_ops.py::TestCommonCPU::test_out_special_laguerre_polynomial_l_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1357249Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i1_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1357408Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k0_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1357553Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k1_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1357699Z test_ops.py::TestCommonCPU::test_out_special_ndtr_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1357920Z test_ops.py::TestCommonCPU::test_out_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1358090Z test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1358454Z 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:26:49.1358803Z 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:26:49.1358950Z test_ops.py::TestCommonCPU::test_out_special_zeta_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1359091Z test_ops.py::TestCommonCPU::test_out_split_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1359240Z test_ops.py::TestCommonCPU::test_out_split_with_sizes_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1359368Z test_ops.py::TestCommonCPU::test_out_square_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1359507Z test_ops.py::TestCommonCPU::test_out_stft_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1359647Z test_ops.py::TestCommonCPU::test_out_sum_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1359788Z test_ops.py::TestCommonCPU::test_out_sum_to_size_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1359926Z test_ops.py::TestCommonCPU::test_out_svd_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1360068Z test_ops.py::TestCommonCPU::test_out_svd_lowrank_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1360205Z test_ops.py::TestCommonCPU::test_out_t_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1360348Z test_ops.py::TestCommonCPU::test_out_tensordot_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1360469Z test_ops.py::TestCommonCPU::test_out_tile_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1360606Z test_ops.py::TestCommonCPU::test_out_topk_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1360745Z test_ops.py::TestCommonCPU::test_out_trace_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1360886Z test_ops.py::TestCommonCPU::test_out_transpose_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1361028Z test_ops.py::TestCommonCPU::test_out_trapezoid_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1361165Z test_ops.py::TestCommonCPU::test_out_trapz_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1361304Z test_ops.py::TestCommonCPU::test_out_tril_indices_cpu_int64 PASSED [ 18%] 2022-12-01T10:26:49.1361443Z test_ops.py::TestCommonCPU::test_out_triu_indices_cpu_int64 PASSED [ 18%] 2022-12-01T10:26:49.1361570Z test_ops.py::TestCommonCPU::test_out_true_divide_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1361705Z test_ops.py::TestCommonCPU::test_out_trunc_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1361844Z test_ops.py::TestCommonCPU::test_out_unflatten_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1361982Z test_ops.py::TestCommonCPU::test_out_uniform_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1362136Z test_ops.py::TestCommonCPU::test_out_unique_consecutive_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1362312Z test_ops.py::TestCommonCPU::test_out_unsqueeze_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1362447Z test_ops.py::TestCommonCPU::test_out_var_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1362585Z test_ops.py::TestCommonCPU::test_out_var_mean_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1362707Z test_ops.py::TestCommonCPU::test_out_vdot_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1362850Z test_ops.py::TestCommonCPU::test_out_view_as_complex_cpu_float32 PASSED [ 18%] 2022-12-01T10:26:49.1362989Z test_ops.py::TestCommonCPU::test_out_warning___rmod___cpu PASSED [ 18%] 2022-12-01T10:26:49.1363125Z test_ops.py::TestCommonCPU::test_out_warning___rmul___cpu PASSED [ 18%] 2022-12-01T10:26:49.1363262Z test_ops.py::TestCommonCPU::test_out_warning___ror___cpu PASSED [ 18%] 2022-12-01T10:26:49.1363426Z test_ops.py::TestCommonCPU::test_out_warning___rsub___cpu PASSED [ 18%] 2022-12-01T10:26:49.1363567Z test_ops.py::TestCommonCPU::test_out_warning__refs_abs_cpu PASSED [ 18%] 2022-12-01T10:26:49.1363710Z test_ops.py::TestCommonCPU::test_out_warning__refs_acos_cpu PASSED [ 18%] 2022-12-01T10:26:49.1363836Z test_ops.py::TestCommonCPU::test_out_warning__refs_acosh_cpu PASSED [ 18%] 2022-12-01T10:26:49.1363975Z test_ops.py::TestCommonCPU::test_out_warning__refs_addr_cpu PASSED [ 18%] 2022-12-01T10:26:49.1364115Z test_ops.py::TestCommonCPU::test_out_warning__refs_all_cpu PASSED [ 18%] 2022-12-01T10:26:49.1364254Z test_ops.py::TestCommonCPU::test_out_warning__refs_amax_cpu PASSED [ 18%] 2022-12-01T10:26:49.1364393Z test_ops.py::TestCommonCPU::test_out_warning__refs_amin_cpu PASSED [ 18%] 2022-12-01T10:26:49.1364532Z test_ops.py::TestCommonCPU::test_out_warning__refs_arange_cpu PASSED [ 18%] 2022-12-01T10:26:49.1364677Z test_ops.py::TestCommonCPU::test_out_warning__refs_as_strided_cpu PASSED [ 18%] 2022-12-01T10:26:49.1364817Z test_ops.py::TestCommonCPU::test_out_warning__refs_asinh_cpu PASSED [ 18%] 2022-12-01T10:26:49.1364944Z test_ops.py::TestCommonCPU::test_out_warning__refs_atan2_cpu PASSED [ 18%] 2022-12-01T10:26:49.1365087Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_1d_cpu PASSED [ 18%] 2022-12-01T10:26:49.1365228Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_2d_cpu PASSED [ 18%] 2022-12-01T10:26:49.1365371Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_3d_cpu PASSED [ 18%] 2022-12-01T10:26:49.1365528Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_left_shift_cpu PASSED [ 18%] 2022-12-01T10:26:49.1365671Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_or_cpu PASSED [ 18%] 2022-12-01T10:26:49.1365821Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_xor_cpu PASSED [ 18%] 2022-12-01T10:26:49.1365979Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_shapes_cpu PASSED [ 18%] 2022-12-01T10:26:49.1366141Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_tensors_cpu PASSED [ 18%] 2022-12-01T10:26:49.1366281Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_to_cpu PASSED [ 18%] 2022-12-01T10:26:49.1366424Z test_ops.py::TestCommonCPU::test_out_warning__refs_chunk_cpu PASSED [ 18%] 2022-12-01T10:26:49.1366567Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_min_cpu PASSED [ 18%] 2022-12-01T10:26:49.1366709Z test_ops.py::TestCommonCPU::test_out_warning__refs_clone_cpu PASSED [ 18%] 2022-12-01T10:26:49.1366862Z test_ops.py::TestCommonCPU::test_out_warning__refs_conj_physical_cpu PASSED [ 18%] 2022-12-01T10:26:49.1367019Z test_ops.py::TestCommonCPU::test_out_warning__refs_constant_pad_nd_cpu PASSED [ 18%] 2022-12-01T10:26:49.1367163Z test_ops.py::TestCommonCPU::test_out_warning__refs_copysign_cpu PASSED [ 18%] 2022-12-01T10:26:49.1367302Z test_ops.py::TestCommonCPU::test_out_warning__refs_cos_cpu PASSED [ 18%] 2022-12-01T10:26:49.1367433Z test_ops.py::TestCommonCPU::test_out_warning__refs_cumsum_cpu PASSED [ 18%] 2022-12-01T10:26:49.1367618Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_trunc_rounding_cpu PASSED [ 18%] 2022-12-01T10:26:49.1367759Z test_ops.py::TestCommonCPU::test_out_warning__refs_dsplit_cpu PASSED [ 18%] 2022-12-01T10:26:49.1387860Z test_ops.py::TestCommonCPU::test_out_warning__refs_empty_cpu SKIPPED (Expected: empty is not comparable) [ 18%] 2022-12-01T10:26:49.1388096Z test_ops.py::TestCommonCPU::test_out_warning__refs_eq_cpu PASSED [ 18%] 2022-12-01T10:26:49.1388252Z test_ops.py::TestCommonCPU::test_out_warning__refs_erfinv_cpu PASSED [ 18%] 2022-12-01T10:26:49.1388399Z test_ops.py::TestCommonCPU::test_out_warning__refs_exp2_cpu PASSED [ 18%] 2022-12-01T10:26:49.1388543Z test_ops.py::TestCommonCPU::test_out_warning__refs_exp_cpu PASSED [ 18%] 2022-12-01T10:26:49.1388692Z test_ops.py::TestCommonCPU::test_out_warning__refs_expand_as_cpu PASSED [ 18%] 2022-12-01T10:26:49.1388935Z test_ops.py::TestCommonCPU::test_out_warning__refs_eye_cpu PASSED [ 18%] 2022-12-01T10:26:49.1389089Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft2_cpu PASSED [ 18%] 2022-12-01T10:26:49.1389230Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft_cpu PASSED [ 18%] 2022-12-01T10:26:49.1389382Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftshift_cpu PASSED [ 18%] 2022-12-01T10:26:49.1389530Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft2_cpu PASSED [ 18%] 2022-12-01T10:26:49.1389672Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft_cpu PASSED [ 18%] 2022-12-01T10:26:49.1389813Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft_cpu PASSED [ 18%] 2022-12-01T10:26:49.1389967Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftshift_cpu PASSED [ 18%] 2022-12-01T10:26:49.1390096Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft2_cpu PASSED [ 18%] 2022-12-01T10:26:49.1390242Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfftn_cpu PASSED [ 18%] 2022-12-01T10:26:49.1390384Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft_cpu PASSED [ 18%] 2022-12-01T10:26:49.1390531Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft_cpu PASSED [ 18%] 2022-12-01T10:26:49.1390681Z test_ops.py::TestCommonCPU::test_out_warning__refs_float_power_cpu PASSED [ 18%] 2022-12-01T10:26:49.1390823Z test_ops.py::TestCommonCPU::test_out_warning__refs_floor_cpu PASSED [ 18%] 2022-12-01T10:26:49.1390972Z test_ops.py::TestCommonCPU::test_out_warning__refs_floor_divide_cpu PASSED [ 18%] 2022-12-01T10:26:49.1391115Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmax_cpu PASSED [ 18%] 2022-12-01T10:26:49.1391241Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmin_cpu PASSED [ 18%] 2022-12-01T10:26:49.1391381Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmod_cpu PASSED [ 18%] 2022-12-01T10:26:49.1391521Z test_ops.py::TestCommonCPU::test_out_warning__refs_gt_cpu PASSED [ 18%] 2022-12-01T10:26:49.1391667Z test_ops.py::TestCommonCPU::test_out_warning__refs_heaviside_cpu PASSED [ 18%] 2022-12-01T10:26:49.1391808Z test_ops.py::TestCommonCPU::test_out_warning__refs_hstack_cpu PASSED [ 18%] 2022-12-01T10:26:49.1391946Z test_ops.py::TestCommonCPU::test_out_warning__refs_i0_cpu PASSED [ 18%] 2022-12-01T10:26:49.1392087Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_add_cpu PASSED [ 18%] 2022-12-01T10:26:49.1392232Z test_ops.py::TestCommonCPU::test_out_warning__refs_isclose_cpu PASSED [ 18%] 2022-12-01T10:26:49.1392361Z test_ops.py::TestCommonCPU::test_out_warning__refs_isfinite_cpu PASSED [ 18%] 2022-12-01T10:26:49.1392504Z test_ops.py::TestCommonCPU::test_out_warning__refs_isneginf_cpu PASSED [ 18%] 2022-12-01T10:26:49.1392642Z test_ops.py::TestCommonCPU::test_out_warning__refs_lcm_cpu PASSED [ 18%] 2022-12-01T10:26:49.1392780Z test_ops.py::TestCommonCPU::test_out_warning__refs_lgamma_cpu PASSED [ 18%] 2022-12-01T10:26:49.1392932Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_norm_cpu PASSED [ 18%] 2022-12-01T10:26:49.1393074Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svd_cpu PASSED [ 18%] 2022-12-01T10:26:49.1393275Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_vector_norm_cpu PASSED [ 18%] 2022-12-01T10:26:49.1393418Z test_ops.py::TestCommonCPU::test_out_warning__refs_linspace_cpu PASSED [ 18%] 2022-12-01T10:26:49.1393557Z test_ops.py::TestCommonCPU::test_out_warning__refs_log10_cpu PASSED [ 18%] 2022-12-01T10:26:49.1393686Z test_ops.py::TestCommonCPU::test_out_warning__refs_log1p_cpu PASSED [ 18%] 2022-12-01T10:26:49.1393823Z test_ops.py::TestCommonCPU::test_out_warning__refs_log_cpu PASSED [ 18%] 2022-12-01T10:26:49.1393972Z test_ops.py::TestCommonCPU::test_out_warning__refs_log_softmax_cpu PASSED [ 18%] 2022-12-01T10:26:49.1394220Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_not_cpu PASSED [ 18%] 2022-12-01T10:26:49.1394402Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_xor_cpu PASSED [ 19%] 2022-12-01T10:26:49.1394553Z test_ops.py::TestCommonCPU::test_out_warning__refs_logsumexp_cpu PASSED [ 19%] 2022-12-01T10:26:49.1394726Z test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_variadic_tensors_cpu PASSED [ 19%] 2022-12-01T10:26:49.1394869Z test_ops.py::TestCommonCPU::test_out_warning__refs_mul_cpu PASSED [ 19%] 2022-12-01T10:26:49.1394999Z test_ops.py::TestCommonCPU::test_out_warning__refs_nan_to_num_cpu PASSED [ 19%] 2022-12-01T10:26:49.1395156Z test_ops.py::TestCommonCPU::test_out_warning__refs_native_layer_norm_cpu PASSED [ 19%] 2022-12-01T10:26:49.1395295Z test_ops.py::TestCommonCPU::test_out_warning__refs_neg_cpu PASSED [ 19%] 2022-12-01T10:26:49.1395486Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_cpu SKIPPED (Expected: empty is not comparable) [ 19%] 2022-12-01T10:26:49.1395644Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_strided_cpu PASSED [ 19%] 2022-12-01T10:26:49.1395791Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_full_cpu PASSED [ 19%] 2022-12-01T10:26:49.1395935Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_ones_cpu PASSED [ 19%] 2022-12-01T10:26:49.1396081Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_zeros_cpu PASSED [ 19%] 2022-12-01T10:26:49.1396213Z test_ops.py::TestCommonCPU::test_out_warning__refs_nextafter_cpu PASSED [ 19%] 2022-12-01T10:26:49.1396421Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_dropout_cpu SKIPPED (Expected: dropout is not comparable) [ 19%] 2022-12-01T10:26:49.1396788Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hinge_embedding_loss_cpu PASSED [ 19%] 2022-12-01T10:26:49.1396957Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_huber_loss_cpu PASSED [ 19%] 2022-12-01T10:26:49.1397116Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_l1_loss_cpu PASSED [ 19%] 2022-12-01T10:26:49.1397283Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_leaky_relu_cpu PASSED [ 19%] 2022-12-01T10:26:49.1397446Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mse_loss_cpu PASSED [ 19%] 2022-12-01T10:26:49.1397624Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_poisson_nll_loss_cpu PASSED [ 19%] 2022-12-01T10:26:49.1397783Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_prelu_cpu PASSED [ 19%] 2022-12-01T10:26:49.1397928Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu6_cpu PASSED [ 19%] 2022-12-01T10:26:49.1398086Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_selu_cpu PASSED [ 19%] 2022-12-01T10:26:49.1398249Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softplus_cpu PASSED [ 19%] 2022-12-01T10:26:49.1398415Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_tanhshrink_cpu PASSED [ 19%] 2022-12-01T10:26:49.1398580Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_threshold_cpu PASSED [ 19%] 2022-12-01T10:26:49.1398732Z test_ops.py::TestCommonCPU::test_out_warning__refs_permute_cpu PASSED [ 19%] 2022-12-01T10:26:49.1398877Z test_ops.py::TestCommonCPU::test_out_warning__refs_prod_cpu PASSED [ 19%] 2022-12-01T10:26:49.1399095Z test_ops.py::TestCommonCPU::test_out_warning__refs_ravel_cpu PASSED [ 19%] 2022-12-01T10:26:49.1399222Z test_ops.py::TestCommonCPU::test_out_warning__refs_real_cpu PASSED [ 19%] 2022-12-01T10:26:49.1399371Z test_ops.py::TestCommonCPU::test_out_warning__refs_reciprocal_cpu PASSED [ 19%] 2022-12-01T10:26:49.1399517Z test_ops.py::TestCommonCPU::test_out_warning__refs_remainder_cpu PASSED [ 19%] 2022-12-01T10:26:49.1399662Z test_ops.py::TestCommonCPU::test_out_warning__refs_repeat_cpu PASSED [ 19%] 2022-12-01T10:26:49.1399807Z test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_as_cpu PASSED [ 19%] 2022-12-01T10:26:49.1399951Z test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_cpu PASSED [ 19%] 2022-12-01T10:26:49.1400130Z test_ops.py::TestCommonCPU::test_out_warning__refs_rot90_cpu PASSED [ 19%] 2022-12-01T10:26:49.1400277Z test_ops.py::TestCommonCPU::test_out_warning__refs_round_cpu PASSED [ 19%] 2022-12-01T10:26:49.1400406Z test_ops.py::TestCommonCPU::test_out_warning__refs_sin_cpu PASSED [ 19%] 2022-12-01T10:26:49.1400563Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_bessel_j1_cpu PASSED [ 19%] 2022-12-01T10:26:49.1400714Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i0e_cpu PASSED [ 19%] 2022-12-01T10:26:49.1400857Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1_cpu PASSED [ 19%] 2022-12-01T10:26:49.1401011Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_logit_cpu PASSED [ 19%] 2022-12-01T10:26:49.1401190Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_3_cpu PASSED [ 19%] 2022-12-01T10:26:49.1401366Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_5_cpu PASSED [ 19%] 2022-12-01T10:26:49.1401510Z test_ops.py::TestCommonCPU::test_out_warning__refs_sqrt_cpu PASSED [ 19%] 2022-12-01T10:26:49.1401641Z test_ops.py::TestCommonCPU::test_out_warning__refs_squeeze_cpu PASSED [ 19%] 2022-12-01T10:26:49.1401785Z test_ops.py::TestCommonCPU::test_out_warning__refs_stack_cpu PASSED [ 19%] 2022-12-01T10:26:49.1401929Z test_ops.py::TestCommonCPU::test_out_warning__refs_std_mean_cpu PASSED [ 19%] 2022-12-01T10:26:49.1402068Z test_ops.py::TestCommonCPU::test_out_warning__refs_sum_cpu PASSED [ 19%] 2022-12-01T10:26:49.1402219Z test_ops.py::TestCommonCPU::test_out_warning__refs_sum_to_size_cpu PASSED [ 19%] 2022-12-01T10:26:49.1402358Z test_ops.py::TestCommonCPU::test_out_warning__refs_tan_cpu PASSED [ 19%] 2022-12-01T10:26:49.1402497Z test_ops.py::TestCommonCPU::test_out_warning__refs_tanh_cpu PASSED [ 19%] 2022-12-01T10:26:49.1402649Z test_ops.py::TestCommonCPU::test_out_warning__refs_tensor_split_cpu PASSED [ 19%] 2022-12-01T10:26:49.1402788Z test_ops.py::TestCommonCPU::test_out_warning__refs_to_cpu PASSED [ 19%] 2022-12-01T10:26:49.1402917Z test_ops.py::TestCommonCPU::test_out_warning__refs_trace_cpu PASSED [ 19%] 2022-12-01T10:26:49.1403069Z test_ops.py::TestCommonCPU::test_out_warning__refs_tril_indices_cpu PASSED [ 19%] 2022-12-01T10:26:49.1403209Z test_ops.py::TestCommonCPU::test_out_warning__refs_triu_cpu PASSED [ 19%] 2022-12-01T10:26:49.1403357Z test_ops.py::TestCommonCPU::test_out_warning__refs_true_divide_cpu PASSED [ 19%] 2022-12-01T10:26:49.1403500Z test_ops.py::TestCommonCPU::test_out_warning__refs_trunc_cpu PASSED [ 19%] 2022-12-01T10:26:49.1403646Z test_ops.py::TestCommonCPU::test_out_warning__refs_unflatten_cpu PASSED [ 19%] 2022-12-01T10:26:49.1403796Z test_ops.py::TestCommonCPU::test_out_warning__refs_unfold_copy_cpu PASSED [ 19%] 2022-12-01T10:26:49.1403940Z test_ops.py::TestCommonCPU::test_out_warning__refs_unsqueeze_cpu PASSED [ 19%] 2022-12-01T10:26:49.1404068Z test_ops.py::TestCommonCPU::test_out_warning__refs_view_as_cpu PASSED [ 19%] 2022-12-01T10:26:49.1404210Z test_ops.py::TestCommonCPU::test_out_warning__refs_view_cpu PASSED [ 19%] 2022-12-01T10:26:49.1404380Z test_ops.py::TestCommonCPU::test_out_warning__refs_vsplit_cpu PASSED [ 19%] 2022-12-01T10:26:49.1404521Z test_ops.py::TestCommonCPU::test_out_warning__refs_vstack_cpu PASSED [ 19%] 2022-12-01T10:26:49.1404658Z test_ops.py::TestCommonCPU::test_out_warning_acos_cpu PASSED [ 19%] 2022-12-01T10:26:49.1404795Z test_ops.py::TestCommonCPU::test_out_warning_acosh_cpu PASSED [ 19%] 2022-12-01T10:26:49.1404931Z test_ops.py::TestCommonCPU::test_out_warning_add_cpu PASSED [ 19%] 2022-12-01T10:26:49.1405069Z test_ops.py::TestCommonCPU::test_out_warning_addbmm_cpu XFAIL [ 19%] 2022-12-01T10:26:49.1405194Z test_ops.py::TestCommonCPU::test_out_warning_addcmul_cpu PASSED [ 19%] 2022-12-01T10:26:49.1405333Z test_ops.py::TestCommonCPU::test_out_warning_addmv_cpu PASSED [ 19%] 2022-12-01T10:26:49.1405501Z test_ops.py::TestCommonCPU::test_out_warning_addr_cpu PASSED [ 19%] 2022-12-01T10:26:49.1405725Z test_ops.py::TestCommonCPU::test_out_warning_allclose_cpu SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 19%] 2022-12-01T10:26:49.1405866Z test_ops.py::TestCommonCPU::test_out_warning_amin_cpu PASSED [ 19%] 2022-12-01T10:26:49.1406004Z test_ops.py::TestCommonCPU::test_out_warning_argmax_cpu PASSED [ 19%] 2022-12-01T10:26:49.1406144Z test_ops.py::TestCommonCPU::test_out_warning_argsort_cpu PASSED [ 19%] 2022-12-01T10:26:49.1406281Z test_ops.py::TestCommonCPU::test_out_warning_asin_cpu PASSED [ 19%] 2022-12-01T10:26:49.1406405Z test_ops.py::TestCommonCPU::test_out_warning_asinh_cpu PASSED [ 19%] 2022-12-01T10:26:49.1406541Z test_ops.py::TestCommonCPU::test_out_warning_atan_cpu PASSED [ 19%] 2022-12-01T10:26:49.1406680Z test_ops.py::TestCommonCPU::test_out_warning_atleast_1d_cpu PASSED [ 19%] 2022-12-01T10:26:49.1406821Z test_ops.py::TestCommonCPU::test_out_warning_atleast_2d_cpu PASSED [ 19%] 2022-12-01T10:26:49.1406961Z test_ops.py::TestCommonCPU::test_out_warning_atleast_3d_cpu PASSED [ 19%] 2022-12-01T10:26:49.1407104Z test_ops.py::TestCommonCPU::test_out_warning_baddbmm_cpu PASSED [ 19%] 2022-12-01T10:26:49.1407244Z test_ops.py::TestCommonCPU::test_out_warning_bincount_cpu PASSED [ 19%] 2022-12-01T10:26:49.1407396Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_left_shift_cpu PASSED [ 19%] 2022-12-01T10:26:49.1407523Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_not_cpu PASSED [ 19%] 2022-12-01T10:26:49.1407677Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_right_shift_cpu PASSED [ 19%] 2022-12-01T10:26:49.1407817Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_xor_cpu PASSED [ 19%] 2022-12-01T10:26:49.1407960Z test_ops.py::TestCommonCPU::test_out_warning_block_diag_cpu PASSED [ 19%] 2022-12-01T10:26:49.1408095Z test_ops.py::TestCommonCPU::test_out_warning_bool_cpu PASSED [ 19%] 2022-12-01T10:26:49.1408250Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_tensors_cpu PASSED [ 19%] 2022-12-01T10:26:49.1408397Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_to_cpu PASSED [ 19%] 2022-12-01T10:26:49.1408533Z test_ops.py::TestCommonCPU::test_out_warning_byte_cpu PASSED [ 19%] 2022-12-01T10:26:49.1408657Z test_ops.py::TestCommonCPU::test_out_warning_cat_cpu PASSED [ 19%] 2022-12-01T10:26:49.1408793Z test_ops.py::TestCommonCPU::test_out_warning_ceil_cpu PASSED [ 19%] 2022-12-01T10:26:49.1408933Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_cpu PASSED [ 19%] 2022-12-01T10:26:49.1409078Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_inverse_cpu PASSED [ 19%] 2022-12-01T10:26:49.1409214Z test_ops.py::TestCommonCPU::test_out_warning_chunk_cpu PASSED [ 19%] 2022-12-01T10:26:49.1409351Z test_ops.py::TestCommonCPU::test_out_warning_clone_cpu PASSED [ 19%] 2022-12-01T10:26:49.1409490Z test_ops.py::TestCommonCPU::test_out_warning_conj_cpu PASSED [ 19%] 2022-12-01T10:26:49.1409662Z test_ops.py::TestCommonCPU::test_out_warning_conj_physical_cpu PASSED [ 19%] 2022-12-01T10:26:49.1409807Z test_ops.py::TestCommonCPU::test_out_warning_constant_pad_nd_cpu PASSED [ 19%] 2022-12-01T10:26:49.1409936Z test_ops.py::TestCommonCPU::test_out_warning_contiguous_cpu PASSED [ 19%] 2022-12-01T10:26:49.1410082Z test_ops.py::TestCommonCPU::test_out_warning_count_nonzero_cpu PASSED [ 19%] 2022-12-01T10:26:49.1410217Z test_ops.py::TestCommonCPU::test_out_warning_cross_cpu PASSED [ 19%] 2022-12-01T10:26:49.1410355Z test_ops.py::TestCommonCPU::test_out_warning_cummax_cpu PASSED [ 19%] 2022-12-01T10:26:49.1410492Z test_ops.py::TestCommonCPU::test_out_warning_cummin_cpu PASSED [ 19%] 2022-12-01T10:26:49.1410633Z test_ops.py::TestCommonCPU::test_out_warning_cumprod_cpu PASSED [ 19%] 2022-12-01T10:26:49.1410797Z test_ops.py::TestCommonCPU::test_out_warning_deg2rad_cpu PASSED [ 19%] 2022-12-01T10:26:49.1410934Z test_ops.py::TestCommonCPU::test_out_warning_diag_cpu PASSED [ 19%] 2022-12-01T10:26:49.1411064Z test_ops.py::TestCommonCPU::test_out_warning_diagflat_cpu PASSED [ 19%] 2022-12-01T10:26:49.1411201Z test_ops.py::TestCommonCPU::test_out_warning_diff_cpu PASSED [ 19%] 2022-12-01T10:26:49.1411339Z test_ops.py::TestCommonCPU::test_out_warning_digamma_cpu PASSED [ 19%] 2022-12-01T10:26:49.1411474Z test_ops.py::TestCommonCPU::test_out_warning_dist_cpu PASSED [ 19%] 2022-12-01T10:26:49.1411626Z test_ops.py::TestCommonCPU::test_out_warning_div_floor_rounding_cpu PASSED [ 19%] 2022-12-01T10:26:49.1411782Z test_ops.py::TestCommonCPU::test_out_warning_div_no_rounding_mode_cpu PASSED [ 19%] 2022-12-01T10:26:49.1411921Z test_ops.py::TestCommonCPU::test_out_warning_double_cpu PASSED [ 19%] 2022-12-01T10:26:49.1412057Z test_ops.py::TestCommonCPU::test_out_warning_dstack_cpu PASSED [ 19%] 2022-12-01T10:26:49.1412184Z test_ops.py::TestCommonCPU::test_out_warning_einsum_cpu PASSED [ 19%] 2022-12-01T10:26:49.1412404Z test_ops.py::TestCommonCPU::test_out_warning_equal_cpu SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 19%] 2022-12-01T10:26:49.1412542Z test_ops.py::TestCommonCPU::test_out_warning_erfc_cpu PASSED [ 19%] 2022-12-01T10:26:49.1412681Z test_ops.py::TestCommonCPU::test_out_warning_erfinv_cpu PASSED [ 19%] 2022-12-01T10:26:49.1412818Z test_ops.py::TestCommonCPU::test_out_warning_exp2_cpu PASSED [ 19%] 2022-12-01T10:26:49.1412958Z test_ops.py::TestCommonCPU::test_out_warning_expand_as_cpu PASSED [ 19%] 2022-12-01T10:26:49.1413097Z test_ops.py::TestCommonCPU::test_out_warning_expand_cpu PASSED [ 19%] 2022-12-01T10:26:49.1413235Z test_ops.py::TestCommonCPU::test_out_warning_expm1_cpu PASSED [ 19%] 2022-12-01T10:26:49.1413360Z test_ops.py::TestCommonCPU::test_out_warning_fft_fft_cpu PASSED [ 19%] 2022-12-01T10:26:49.1413501Z test_ops.py::TestCommonCPU::test_out_warning_fft_fftshift_cpu PASSED [ 19%] 2022-12-01T10:26:49.1413640Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfft2_cpu PASSED [ 19%] 2022-12-01T10:26:49.1413780Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfft_cpu PASSED [ 19%] 2022-12-01T10:26:49.1413920Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifftn_cpu PASSED [ 20%] 2022-12-01T10:26:49.1414062Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifftshift_cpu PASSED [ 20%] 2022-12-01T10:26:49.1414201Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft2_cpu XFAIL [ 20%] 2022-12-01T10:26:49.1414340Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft_cpu PASSED [ 20%] 2022-12-01T10:26:49.1414465Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfft2_cpu PASSED [ 20%] 2022-12-01T10:26:49.1414604Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfft_cpu PASSED [ 20%] 2022-12-01T10:26:49.1414745Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfftn_cpu PASSED [ 20%] 2022-12-01T10:26:49.1414911Z test_ops.py::TestCommonCPU::test_out_warning_flip_cpu PASSED [ 20%] 2022-12-01T10:26:49.1415050Z test_ops.py::TestCommonCPU::test_out_warning_fliplr_cpu PASSED [ 20%] 2022-12-01T10:26:49.1415190Z test_ops.py::TestCommonCPU::test_out_warning_flipud_cpu PASSED [ 20%] 2022-12-01T10:26:49.1415326Z test_ops.py::TestCommonCPU::test_out_warning_floor_cpu PASSED [ 20%] 2022-12-01T10:26:49.1415467Z test_ops.py::TestCommonCPU::test_out_warning_floor_divide_cpu PASSED [ 20%] 2022-12-01T10:26:49.1415589Z test_ops.py::TestCommonCPU::test_out_warning_fmax_cpu PASSED [ 20%] 2022-12-01T10:26:49.1415726Z test_ops.py::TestCommonCPU::test_out_warning_fmin_cpu PASSED [ 20%] 2022-12-01T10:26:49.1415864Z test_ops.py::TestCommonCPU::test_out_warning_full_like_cpu PASSED [ 20%] 2022-12-01T10:26:49.1416029Z test_ops.py::TestCommonCPU::test_out_warning_gather_cpu PASSED [ 20%] 2022-12-01T10:26:49.1416167Z test_ops.py::TestCommonCPU::test_out_warning_gcd_cpu PASSED [ 20%] 2022-12-01T10:26:49.1416306Z test_ops.py::TestCommonCPU::test_out_warning_geqrf_cpu PASSED [ 20%] 2022-12-01T10:26:49.1416445Z test_ops.py::TestCommonCPU::test_out_warning_gradient_cpu PASSED [ 20%] 2022-12-01T10:26:49.1416585Z test_ops.py::TestCommonCPU::test_out_warning_heaviside_cpu PASSED [ 20%] 2022-12-01T10:26:49.1416713Z test_ops.py::TestCommonCPU::test_out_warning_histogram_cpu PASSED [ 20%] 2022-12-01T10:26:49.1416940Z test_ops.py::TestCommonCPU::test_out_warning_histogramdd_cpu SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 20%] 2022-12-01T10:26:49.1417079Z test_ops.py::TestCommonCPU::test_out_warning_hstack_cpu PASSED [ 20%] 2022-12-01T10:26:49.1417216Z test_ops.py::TestCommonCPU::test_out_warning_hypot_cpu PASSED [ 20%] 2022-12-01T10:26:49.1417356Z test_ops.py::TestCommonCPU::test_out_warning_i0_cpu PASSED [ 20%] 2022-12-01T10:26:49.1417493Z test_ops.py::TestCommonCPU::test_out_warning_igammac_cpu PASSED [ 20%] 2022-12-01T10:26:49.1417631Z test_ops.py::TestCommonCPU::test_out_warning_imag_cpu PASSED [ 20%] 2022-12-01T10:26:49.1417772Z test_ops.py::TestCommonCPU::test_out_warning_index_copy_cpu PASSED [ 20%] 2022-12-01T10:26:49.1417913Z test_ops.py::TestCommonCPU::test_out_warning_index_reduce_cpu PASSED [ 20%] 2022-12-01T10:26:49.1418041Z test_ops.py::TestCommonCPU::test_out_warning_index_select_cpu PASSED [ 20%] 2022-12-01T10:26:49.1418177Z test_ops.py::TestCommonCPU::test_out_warning_isin_cpu PASSED [ 20%] 2022-12-01T10:26:49.1418317Z test_ops.py::TestCommonCPU::test_out_warning_isneginf_cpu PASSED [ 20%] 2022-12-01T10:26:49.1418456Z test_ops.py::TestCommonCPU::test_out_warning_isposinf_cpu PASSED [ 20%] 2022-12-01T10:26:49.1418650Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_4inputs_with_extra_args_cpu SKIPPED (Only runs on cuda) [ 20%] 2022-12-01T10:26:49.1418823Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_unary_cpu SKIPPED (Only runs on cuda) [ 20%] 2022-12-01T10:26:49.1418965Z test_ops.py::TestCommonCPU::test_out_warning_kron_cpu PASSED [ 20%] 2022-12-01T10:26:49.1419104Z test_ops.py::TestCommonCPU::test_out_warning_kthvalue_cpu PASSED [ 20%] 2022-12-01T10:26:49.1419229Z test_ops.py::TestCommonCPU::test_out_warning_ldexp_cpu PASSED [ 20%] 2022-12-01T10:26:49.1419364Z test_ops.py::TestCommonCPU::test_out_warning_le_cpu PASSED [ 20%] 2022-12-01T10:26:49.1419505Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cond_cpu PASSED [ 20%] 2022-12-01T10:26:49.1419644Z test_ops.py::TestCommonCPU::test_out_warning_linalg_det_cpu PASSED [ 20%] 2022-12-01T10:26:49.1419798Z test_ops.py::TestCommonCPU::test_out_warning_linalg_det_singular_cpu PASSED [ 20%] 2022-12-01T10:26:49.1419941Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigh_cpu PASSED [ 20%] 2022-12-01T10:26:49.1420085Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvalsh_cpu PASSED [ 20%] 2022-12-01T10:26:49.1420260Z test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_ex_cpu PASSED [ 20%] 2022-12-01T10:26:49.1420398Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_cpu PASSED [ 20%] 2022-12-01T10:26:49.1420539Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_cpu PASSED [ 20%] 2022-12-01T10:26:49.1420701Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_grad_oriented_cpu PASSED [ 20%] 2022-12-01T10:26:49.1420845Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_cpu PASSED [ 20%] 2022-12-01T10:26:49.1420998Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_ex_cpu PASSED [ 20%] 2022-12-01T10:26:49.1421142Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_solve_cpu PASSED [ 20%] 2022-12-01T10:26:49.1421293Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_norm_cpu PASSED [ 20%] 2022-12-01T10:26:49.1421471Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_power_cpu PASSED [ 20%] 2022-12-01T10:26:49.1421604Z test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_cpu PASSED [ 20%] 2022-12-01T10:26:49.1421773Z test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_subgradients_at_zero_cpu PASSED [ 20%] 2022-12-01T10:26:49.1421916Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_cpu PASSED [ 20%] 2022-12-01T10:26:49.1422055Z test_ops.py::TestCommonCPU::test_out_warning_linalg_qr_cpu PASSED [ 20%] 2022-12-01T10:26:49.1422215Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_triangular_cpu PASSED [ 20%] 2022-12-01T10:26:49.1422355Z test_ops.py::TestCommonCPU::test_out_warning_linalg_svd_cpu PASSED [ 20%] 2022-12-01T10:26:49.1422500Z test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorinv_cpu PASSED [ 20%] 2022-12-01T10:26:49.1422643Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vecdot_cpu PASSED [ 20%] 2022-12-01T10:26:49.1422781Z test_ops.py::TestCommonCPU::test_out_warning_log1p_cpu PASSED [ 20%] 2022-12-01T10:26:49.1422906Z test_ops.py::TestCommonCPU::test_out_warning_log2_cpu PASSED [ 20%] 2022-12-01T10:26:49.1423045Z test_ops.py::TestCommonCPU::test_out_warning_log_cpu PASSED [ 20%] 2022-12-01T10:26:49.1423187Z test_ops.py::TestCommonCPU::test_out_warning_log_softmax_cpu PASSED [ 20%] 2022-12-01T10:26:49.1423329Z test_ops.py::TestCommonCPU::test_out_warning_logaddexp2_cpu PASSED [ 20%] 2022-12-01T10:26:49.1423472Z test_ops.py::TestCommonCPU::test_out_warning_logaddexp_cpu PASSED [ 20%] 2022-12-01T10:26:49.1423616Z test_ops.py::TestCommonCPU::test_out_warning_logcumsumexp_cpu PASSED [ 20%] 2022-12-01T10:26:49.1423756Z test_ops.py::TestCommonCPU::test_out_warning_logical_and_cpu PASSED [ 20%] 2022-12-01T10:26:49.1423896Z test_ops.py::TestCommonCPU::test_out_warning_logical_not_cpu PASSED [ 20%] 2022-12-01T10:26:49.1424027Z test_ops.py::TestCommonCPU::test_out_warning_logical_xor_cpu PASSED [ 20%] 2022-12-01T10:26:49.1424163Z test_ops.py::TestCommonCPU::test_out_warning_logit_cpu PASSED [ 20%] 2022-12-01T10:26:49.1424298Z test_ops.py::TestCommonCPU::test_out_warning_lu_cpu XFAIL [ 20%] 2022-12-01T10:26:49.1424438Z test_ops.py::TestCommonCPU::test_out_warning_lu_unpack_cpu PASSED [ 20%] 2022-12-01T10:26:49.1424571Z test_ops.py::TestCommonCPU::test_out_warning_mT_cpu PASSED [ 20%] 2022-12-01T10:26:49.1424711Z test_ops.py::TestCommonCPU::test_out_warning_masked_amin_cpu PASSED [ 20%] 2022-12-01T10:26:49.1424854Z test_ops.py::TestCommonCPU::test_out_warning_masked_cumprod_cpu PASSED [ 20%] 2022-12-01T10:26:49.1424999Z test_ops.py::TestCommonCPU::test_out_warning_masked_logsumexp_cpu PASSED [ 20%] 2022-12-01T10:26:49.1425126Z test_ops.py::TestCommonCPU::test_out_warning_masked_mean_cpu PASSED [ 20%] 2022-12-01T10:26:49.1425268Z test_ops.py::TestCommonCPU::test_out_warning_masked_norm_cpu PASSED [ 20%] 2022-12-01T10:26:49.1425411Z test_ops.py::TestCommonCPU::test_out_warning_masked_select_cpu PASSED [ 20%] 2022-12-01T10:26:49.1425581Z test_ops.py::TestCommonCPU::test_out_warning_masked_softmax_cpu PASSED [ 20%] 2022-12-01T10:26:49.1425724Z test_ops.py::TestCommonCPU::test_out_warning_masked_softmin_cpu PASSED [ 20%] 2022-12-01T10:26:49.1425865Z test_ops.py::TestCommonCPU::test_out_warning_masked_sum_cpu PASSED [ 20%] 2022-12-01T10:26:49.1426002Z test_ops.py::TestCommonCPU::test_out_warning_matmul_cpu PASSED [ 20%] 2022-12-01T10:26:49.1426158Z test_ops.py::TestCommonCPU::test_out_warning_max_reduction_with_dim_cpu PASSED [ 20%] 2022-12-01T10:26:49.1426285Z test_ops.py::TestCommonCPU::test_out_warning_min_binary_cpu PASSED [ 20%] 2022-12-01T10:26:49.1426424Z test_ops.py::TestCommonCPU::test_out_warning_movedim_cpu PASSED [ 20%] 2022-12-01T10:26:49.1426566Z test_ops.py::TestCommonCPU::test_out_warning_multinomial_cpu XFAIL [ 20%] 2022-12-01T10:26:49.1426730Z test_ops.py::TestCommonCPU::test_out_warning_nansum_cpu PASSED [ 20%] 2022-12-01T10:26:49.1426874Z test_ops.py::TestCommonCPU::test_out_warning_narrow_copy_cpu XFAIL [ 20%] 2022-12-01T10:26:49.1427022Z test_ops.py::TestCommonCPU::test_out_warning_native_layer_norm_cpu PASSED [ 20%] 2022-12-01T10:26:49.1427157Z test_ops.py::TestCommonCPU::test_out_warning_ne_cpu PASSED [ 20%] 2022-12-01T10:26:49.1427298Z test_ops.py::TestCommonCPU::test_out_warning_new_empty_cpu PASSED [ 20%] 2022-12-01T10:26:49.1427435Z test_ops.py::TestCommonCPU::test_out_warning_new_empty_strided_cpu PASSED [ 20%] 2022-12-01T10:26:49.1427576Z test_ops.py::TestCommonCPU::test_out_warning_new_full_cpu PASSED [ 20%] 2022-12-01T10:26:49.1427716Z test_ops.py::TestCommonCPU::test_out_warning_new_zeros_cpu PASSED [ 20%] 2022-12-01T10:26:49.1427889Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool1d_cpu PASSED [ 20%] 2022-12-01T10:26:49.1428050Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool2d_cpu PASSED [ 20%] 2022-12-01T10:26:49.1428208Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool3d_cpu PASSED [ 20%] 2022-12-01T10:26:49.1428368Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_cpu PASSED [ 20%] 2022-12-01T10:26:49.1428526Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_bilinear_cpu PASSED [ 20%] 2022-12-01T10:26:49.1428697Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_with_logits_cpu PASSED [ 20%] 2022-12-01T10:26:49.1428850Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv1d_cpu PASSED [ 20%] 2022-12-01T10:26:49.1429017Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose1d_cpu PASSED [ 20%] 2022-12-01T10:26:49.1429184Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose3d_cpu PASSED [ 20%] 2022-12-01T10:26:49.1429352Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_similarity_cpu PASSED [ 20%] 2022-12-01T10:26:49.1429507Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_ctc_loss_cpu PASSED [ 20%] 2022-12-01T10:26:49.1429668Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout3d_cpu PASSED [ 20%] 2022-12-01T10:26:49.1429855Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_with_train_cpu PASSED [ 20%] 2022-12-01T10:26:49.1430028Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool3d_cpu PASSED [ 20%] 2022-12-01T10:26:49.1430177Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_grid_sample_cpu PASSED [ 20%] 2022-12-01T10:26:49.1430334Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_huber_loss_cpu PASSED [ 20%] 2022-12-01T10:26:49.1430496Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_instance_norm_cpu PASSED [ 20%] 2022-12-01T10:26:49.1430664Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_area_cpu PASSED [ 20%] 2022-12-01T10:26:49.1430838Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bilinear_cpu PASSED [ 20%] 2022-12-01T10:26:49.1431036Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_linear_cpu PASSED [ 20%] 2022-12-01T10:26:49.1431195Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_layer_norm_cpu PASSED [ 20%] 2022-12-01T10:26:49.1431351Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_leaky_relu_cpu PASSED [ 20%] 2022-12-01T10:26:49.1431510Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_logsigmoid_cpu XFAIL [ 20%] 2022-12-01T10:26:49.1431667Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_margin_ranking_loss_cpu PASSED [ 20%] 2022-12-01T10:26:49.1431821Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool2d_cpu PASSED [ 20%] 2022-12-01T10:26:49.1431986Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_grad_cpu PASSED [ 20%] 2022-12-01T10:26:49.1432183Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_grad_cpu PASSED [ 20%] 2022-12-01T10:26:49.1432352Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_grad_cpu PASSED [ 20%] 2022-12-01T10:26:49.1432528Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_margin_loss_cpu PASSED [ 20%] 2022-12-01T10:26:49.1432707Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_soft_margin_loss_cpu PASSED [ 20%] 2022-12-01T10:26:49.1432862Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_nll_loss_cpu PASSED [ 20%] 2022-12-01T10:26:49.1433003Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_one_hot_cpu PASSED [ 20%] 2022-12-01T10:26:49.1433164Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_circular_cpu PASSED [ 20%] 2022-12-01T10:26:49.1433325Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_reflect_cpu PASSED [ 20%] 2022-12-01T10:26:49.1433489Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pairwise_distance_cpu PASSED [ 20%] 2022-12-01T10:26:49.1433646Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pdist_cpu PASSED [ 21%] 2022-12-01T10:26:49.1433813Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_unshuffle_cpu PASSED [ 21%] 2022-12-01T10:26:49.1433966Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu6_cpu PASSED [ 21%] 2022-12-01T10:26:49.1434207Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_selu_cpu PASSED [ 21%] 2022-12-01T10:26:49.1434369Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_complex_cpu PASSED [ 21%] 2022-12-01T10:26:49.1434507Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_cpu PASSED [ 21%] 2022-12-01T10:26:49.1434668Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_smooth_l1_loss_cpu PASSED [ 21%] 2022-12-01T10:26:49.1434831Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_soft_margin_loss_cpu PASSED [ 21%] 2022-12-01T10:26:49.1434989Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softsign_cpu PASSED [ 21%] 2022-12-01T10:26:49.1435148Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_tanhshrink_cpu PASSED [ 21%] 2022-12-01T10:26:49.1435308Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_threshold_cpu PASSED [ 21%] 2022-12-01T10:26:49.1435449Z test_ops.py::TestCommonCPU::test_out_warning_ones_cpu XFAIL [ 21%] 2022-12-01T10:26:49.1435603Z test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_var_mean_cpu PASSED [ 21%] 2022-12-01T10:26:49.1435732Z test_ops.py::TestCommonCPU::test_out_warning_outer_cpu PASSED [ 21%] 2022-12-01T10:26:49.1435877Z test_ops.py::TestCommonCPU::test_out_warning_pinverse_cpu PASSED [ 21%] 2022-12-01T10:26:49.1436035Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_0_cpu PASSED [ 21%] 2022-12-01T10:26:49.1436209Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_4_cpu SKIPPED (Skipped!) [ 21%] 2022-12-01T10:26:49.1436356Z test_ops.py::TestCommonCPU::test_out_warning_positive_cpu PASSED [ 21%] 2022-12-01T10:26:49.1436496Z test_ops.py::TestCommonCPU::test_out_warning_pow_cpu PASSED [ 21%] 2022-12-01T10:26:49.1436783Z test_ops.py::TestCommonCPU::test_out_warning_put_cpu PASSED [ 21%] 2022-12-01T10:26:49.1436924Z test_ops.py::TestCommonCPU::test_out_warning_quantile_cpu PASSED [ 21%] 2022-12-01T10:26:49.1437051Z test_ops.py::TestCommonCPU::test_out_warning_rad2deg_cpu PASSED [ 21%] 2022-12-01T10:26:49.1437191Z test_ops.py::TestCommonCPU::test_out_warning_ravel_cpu PASSED [ 21%] 2022-12-01T10:26:49.1437333Z test_ops.py::TestCommonCPU::test_out_warning_renorm_cpu PASSED [ 21%] 2022-12-01T10:26:49.1437473Z test_ops.py::TestCommonCPU::test_out_warning_repeat_cpu PASSED [ 21%] 2022-12-01T10:26:49.1437610Z test_ops.py::TestCommonCPU::test_out_warning_resize__cpu PASSED [ 21%] 2022-12-01T10:26:49.1437750Z test_ops.py::TestCommonCPU::test_out_warning_resize_as__cpu PASSED [ 21%] 2022-12-01T10:26:49.1437935Z test_ops.py::TestCommonCPU::test_out_warning_resolve_conj_cpu PASSED [ 21%] 2022-12-01T10:26:49.1438082Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_0_cpu PASSED [ 21%] 2022-12-01T10:26:49.1438207Z test_ops.py::TestCommonCPU::test_out_warning_rsqrt_cpu PASSED [ 21%] 2022-12-01T10:26:49.1438345Z test_ops.py::TestCommonCPU::test_out_warning_rsub_cpu PASSED [ 21%] 2022-12-01T10:26:49.1438484Z test_ops.py::TestCommonCPU::test_out_warning_scatter_add_cpu PASSED [ 21%] 2022-12-01T10:26:49.1438641Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amin_cpu PASSED [ 21%] 2022-12-01T10:26:49.1438793Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_sum_cpu PASSED [ 21%] 2022-12-01T10:26:49.1438937Z test_ops.py::TestCommonCPU::test_out_warning_searchsorted_cpu PASSED [ 21%] 2022-12-01T10:26:49.1439094Z test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_lengths_cpu PASSED [ 21%] 2022-12-01T10:26:49.1439236Z test_ops.py::TestCommonCPU::test_out_warning_select_cpu PASSED [ 21%] 2022-12-01T10:26:49.1439366Z test_ops.py::TestCommonCPU::test_out_warning_select_scatter_cpu PASSED [ 21%] 2022-12-01T10:26:49.1439502Z test_ops.py::TestCommonCPU::test_out_warning_sgn_cpu PASSED [ 21%] 2022-12-01T10:26:49.1439640Z test_ops.py::TestCommonCPU::test_out_warning_sigmoid_cpu PASSED [ 21%] 2022-12-01T10:26:49.1439776Z test_ops.py::TestCommonCPU::test_out_warning_sign_cpu PASSED [ 21%] 2022-12-01T10:26:49.1439914Z test_ops.py::TestCommonCPU::test_out_warning_slice_cpu PASSED [ 21%] 2022-12-01T10:26:49.1440058Z test_ops.py::TestCommonCPU::test_out_warning_slice_scatter_cpu PASSED [ 21%] 2022-12-01T10:26:49.1440194Z test_ops.py::TestCommonCPU::test_out_warning_sort_cpu PASSED [ 21%] 2022-12-01T10:26:49.1440340Z test_ops.py::TestCommonCPU::test_out_warning_special_airy_ai_cpu PASSED [ 21%] 2022-12-01T10:26:49.1440494Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j0_cpu PASSED [ 21%] 2022-12-01T10:26:49.1440633Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y0_cpu PASSED [ 21%] 2022-12-01T10:26:49.1441022Z 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:26:49.1441166Z test_ops.py::TestCommonCPU::test_out_warning_special_entr_cpu PASSED [ 21%] 2022-12-01T10:26:49.1441313Z test_ops.py::TestCommonCPU::test_out_warning_special_log_ndtr_cpu PASSED [ 21%] 2022-12-01T10:26:49.1441476Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i0_cpu PASSED [ 21%] 2022-12-01T10:26:49.1441638Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k0_cpu PASSED [ 21%] 2022-12-01T10:26:49.1441800Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k1_cpu PASSED [ 21%] 2022-12-01T10:26:49.1441943Z test_ops.py::TestCommonCPU::test_out_warning_special_ndtr_cpu PASSED [ 21%] 2022-12-01T10:26:49.1442078Z test_ops.py::TestCommonCPU::test_out_warning_special_ndtri_cpu PASSED [ 21%] 2022-12-01T10:26:49.1442295Z test_ops.py::TestCommonCPU::test_out_warning_special_polygamma_special_polygamma_n_0_cpu PASSED [ 21%] 2022-12-01T10:26:49.1442466Z test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k1_cpu PASSED [ 21%] 2022-12-01T10:26:49.1442825Z 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:26:49.1443170Z 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:26:49.1443318Z test_ops.py::TestCommonCPU::test_out_warning_special_xlog1py_cpu PASSED [ 21%] 2022-12-01T10:26:49.1443465Z test_ops.py::TestCommonCPU::test_out_warning_split_with_sizes_cpu PASSED [ 21%] 2022-12-01T10:26:49.1443633Z test_ops.py::TestCommonCPU::test_out_warning_sqrt_cpu PASSED [ 21%] 2022-12-01T10:26:49.1443776Z test_ops.py::TestCommonCPU::test_out_warning_square_cpu PASSED [ 21%] 2022-12-01T10:26:49.1443905Z test_ops.py::TestCommonCPU::test_out_warning_squeeze_cpu PASSED [ 21%] 2022-12-01T10:26:49.1444046Z test_ops.py::TestCommonCPU::test_out_warning_std_mean_cpu PASSED [ 21%] 2022-12-01T10:26:49.1444185Z test_ops.py::TestCommonCPU::test_out_warning_stft_cpu PASSED [ 21%] 2022-12-01T10:26:49.1444320Z test_ops.py::TestCommonCPU::test_out_warning_sub_cpu PASSED [ 21%] 2022-12-01T10:26:49.1444458Z test_ops.py::TestCommonCPU::test_out_warning_sum_cpu PASSED [ 21%] 2022-12-01T10:26:49.1444600Z test_ops.py::TestCommonCPU::test_out_warning_sum_to_size_cpu PASSED [ 21%] 2022-12-01T10:26:49.1444738Z test_ops.py::TestCommonCPU::test_out_warning_svd_cpu PASSED [ 21%] 2022-12-01T10:26:49.1444880Z test_ops.py::TestCommonCPU::test_out_warning_svd_lowrank_cpu PASSED [ 21%] 2022-12-01T10:26:49.1445006Z test_ops.py::TestCommonCPU::test_out_warning_symeig_cpu PASSED [ 21%] 2022-12-01T10:26:49.1445145Z test_ops.py::TestCommonCPU::test_out_warning_tanh_cpu PASSED [ 21%] 2022-12-01T10:26:49.1445287Z test_ops.py::TestCommonCPU::test_out_warning_tensor_split_cpu PASSED [ 21%] 2022-12-01T10:26:49.1445426Z test_ops.py::TestCommonCPU::test_out_warning_tile_cpu PASSED [ 21%] 2022-12-01T10:26:49.1445560Z test_ops.py::TestCommonCPU::test_out_warning_to_cpu PASSED [ 21%] 2022-12-01T10:26:49.1445702Z test_ops.py::TestCommonCPU::test_out_warning_to_sparse_cpu PASSED [ 21%] 2022-12-01T10:26:49.1445838Z test_ops.py::TestCommonCPU::test_out_warning_topk_cpu PASSED [ 21%] 2022-12-01T10:26:49.1445975Z test_ops.py::TestCommonCPU::test_out_warning_trace_cpu PASSED [ 21%] 2022-12-01T10:26:49.1446103Z test_ops.py::TestCommonCPU::test_out_warning_trapezoid_cpu PASSED [ 21%] 2022-12-01T10:26:49.1446243Z test_ops.py::TestCommonCPU::test_out_warning_trapz_cpu PASSED [ 21%] 2022-12-01T10:26:49.1446385Z test_ops.py::TestCommonCPU::test_out_warning_triu_indices_cpu PASSED [ 21%] 2022-12-01T10:26:49.1446523Z test_ops.py::TestCommonCPU::test_out_warning_trunc_cpu PASSED [ 21%] 2022-12-01T10:26:49.1446660Z test_ops.py::TestCommonCPU::test_out_warning_unfold_cpu PASSED [ 21%] 2022-12-01T10:26:49.1446813Z test_ops.py::TestCommonCPU::test_out_warning_unique_consecutive_cpu PASSED [ 21%] 2022-12-01T10:26:49.1446947Z test_ops.py::TestCommonCPU::test_out_warning_var_cpu PASSED [ 21%] 2022-12-01T10:26:49.1447084Z test_ops.py::TestCommonCPU::test_out_warning_view_as_cpu PASSED [ 21%] 2022-12-01T10:26:49.1447208Z test_ops.py::TestCommonCPU::test_out_warning_vsplit_cpu PASSED [ 21%] 2022-12-01T10:26:49.1447346Z test_ops.py::TestCommonCPU::test_out_warning_xlogy_cpu PASSED [ 21%] 2022-12-01T10:26:49.1447482Z test_ops.py::TestCommonCPU::test_out_warning_zeros_cpu XFAIL [ 21%] 2022-12-01T10:26:49.1447623Z test_ops.py::TestCommonCPU::test_out_warning_zeros_like_cpu PASSED [ 21%] 2022-12-01T10:26:49.1447793Z test_ops.py::TestCommonCPU::test_out_zeros_like_cpu_float32 PASSED [ 21%] 2022-12-01T10:26:49.1447943Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_bfloat16 PASSED [ 21%] 2022-12-01T10:26:49.1448097Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex128 PASSED [ 21%] 2022-12-01T10:26:49.1448246Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex32 XFAIL [ 21%] 2022-12-01T10:26:49.1448375Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float16 PASSED [ 21%] 2022-12-01T10:26:49.1448518Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float32 PASSED [ 21%] 2022-12-01T10:26:49.1448660Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int16 PASSED [ 21%] 2022-12-01T10:26:49.1448800Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int32 PASSED [ 21%] 2022-12-01T10:26:49.1448970Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int8 PASSED [ 21%] 2022-12-01T10:26:49.1449117Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_uint8 PASSED [ 21%] 2022-12-01T10:26:49.1449267Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bfloat16 PASSED [ 21%] 2022-12-01T10:26:49.1449409Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bool PASSED [ 21%] 2022-12-01T10:26:49.1449562Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex64 PASSED [ 21%] 2022-12-01T10:26:49.1449691Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int16 PASSED [ 21%] 2022-12-01T10:26:49.1449832Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int8 PASSED [ 21%] 2022-12-01T10:26:49.1449988Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex128 PASSED [ 21%] 2022-12-01T10:26:49.1450141Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex64 PASSED [ 21%] 2022-12-01T10:26:49.1450293Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float64 PASSED [ 21%] 2022-12-01T10:26:49.1450436Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int32 PASSED [ 21%] 2022-12-01T10:26:49.1450582Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int64 PASSED [ 21%] 2022-12-01T10:26:49.1450726Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int8 PASSED [ 21%] 2022-12-01T10:26:49.1450857Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_uint8 PASSED [ 21%] 2022-12-01T10:26:49.1450998Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bool PASSED [ 21%] 2022-12-01T10:26:49.1451150Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex128 PASSED [ 21%] 2022-12-01T10:26:49.1451298Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex64 PASSED [ 21%] 2022-12-01T10:26:49.1451441Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float64 PASSED [ 21%] 2022-12-01T10:26:49.1451582Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int16 PASSED [ 21%] 2022-12-01T10:26:49.1451726Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int8 PASSED [ 21%] 2022-12-01T10:26:49.1451885Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_bfloat16 PASSED [ 21%] 2022-12-01T10:26:49.1452030Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex128 PASSED [ 21%] 2022-12-01T10:26:49.1452174Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float32 XFAIL [ 21%] 2022-12-01T10:26:49.1452317Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_uint8 XFAIL [ 21%] 2022-12-01T10:26:49.1452456Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bool PASSED [ 21%] 2022-12-01T10:26:49.1452599Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float16 PASSED [ 21%] 2022-12-01T10:26:49.1452742Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float32 PASSED [ 21%] 2022-12-01T10:26:49.1452882Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int16 PASSED [ 21%] 2022-12-01T10:26:49.1453024Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int32 PASSED [ 21%] 2022-12-01T10:26:49.1453183Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int64 PASSED [ 21%] 2022-12-01T10:26:49.1453323Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int8 PASSED [ 21%] 2022-12-01T10:26:49.1453464Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_uint8 PASSED [ 21%] 2022-12-01T10:26:49.1453618Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:26:49.1453775Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex64 PASSED [ 22%] 2022-12-01T10:26:49.1453925Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float64 PASSED [ 22%] 2022-12-01T10:26:49.1454069Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int16 PASSED [ 22%] 2022-12-01T10:26:49.1454211Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int32 PASSED [ 22%] 2022-12-01T10:26:49.1454402Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int8 PASSED [ 22%] 2022-12-01T10:26:49.1454546Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_uint8 PASSED [ 22%] 2022-12-01T10:26:49.1454699Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:26:49.1454849Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float16 PASSED [ 22%] 2022-12-01T10:26:49.1454995Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float32 PASSED [ 22%] 2022-12-01T10:26:49.1455137Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int16 PASSED [ 22%] 2022-12-01T10:26:49.1455279Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int8 PASSED [ 22%] 2022-12-01T10:26:49.1455424Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:26:49.1455553Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bool PASSED [ 22%] 2022-12-01T10:26:49.1455708Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex128 PASSED [ 22%] 2022-12-01T10:26:49.1455851Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float32 PASSED [ 22%] 2022-12-01T10:26:49.1455998Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float64 PASSED [ 22%] 2022-12-01T10:26:49.1456140Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int64 PASSED [ 22%] 2022-12-01T10:26:49.1456280Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_uint8 PASSED [ 22%] 2022-12-01T10:26:49.1456432Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float32 PASSED [ 22%] 2022-12-01T10:26:49.1456579Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float64 PASSED [ 22%] 2022-12-01T10:26:49.1456714Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int16 PASSED [ 22%] 2022-12-01T10:26:49.1456860Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int32 PASSED [ 22%] 2022-12-01T10:26:49.1457008Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int64 PASSED [ 22%] 2022-12-01T10:26:49.1457171Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex128 PASSED [ 22%] 2022-12-01T10:26:49.1457335Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex64 PASSED [ 22%] 2022-12-01T10:26:49.1457489Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float32 PASSED [ 22%] 2022-12-01T10:26:49.1457645Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float64 PASSED [ 22%] 2022-12-01T10:26:49.1457799Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int16 PASSED [ 22%] 2022-12-01T10:26:49.1457953Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int8 PASSED [ 22%] 2022-12-01T10:26:49.1458093Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_uint8 PASSED [ 22%] 2022-12-01T10:26:49.1458238Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bool PASSED [ 22%] 2022-12-01T10:26:49.1458386Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float32 PASSED [ 22%] 2022-12-01T10:26:49.1458535Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float64 PASSED [ 22%] 2022-12-01T10:26:49.1458709Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int32 PASSED [ 22%] 2022-12-01T10:26:49.1458853Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int64 PASSED [ 22%] 2022-12-01T10:26:49.1458996Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int8 PASSED [ 22%] 2022-12-01T10:26:49.1459140Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_uint8 PASSED [ 22%] 2022-12-01T10:26:49.1459270Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bool PASSED [ 22%] 2022-12-01T10:26:49.1459424Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex64 PASSED [ 22%] 2022-12-01T10:26:49.1459572Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float32 PASSED [ 22%] 2022-12-01T10:26:49.1459713Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int16 PASSED [ 22%] 2022-12-01T10:26:49.1459882Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int64 PASSED [ 22%] 2022-12-01T10:26:49.1460037Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:26:49.1460184Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bool PASSED [ 22%] 2022-12-01T10:26:49.1460334Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float32 PASSED [ 22%] 2022-12-01T10:26:49.1460463Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_uint8 PASSED [ 22%] 2022-12-01T10:26:49.1460615Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex128 PASSED [ 22%] 2022-12-01T10:26:49.1460764Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex64 PASSED [ 22%] 2022-12-01T10:26:49.1460913Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float32 PASSED [ 22%] 2022-12-01T10:26:49.1461059Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int16 PASSED [ 22%] 2022-12-01T10:26:49.1461203Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int8 PASSED [ 22%] 2022-12-01T10:26:49.1461346Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_uint8 PASSED [ 22%] 2022-12-01T10:26:49.1461501Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:26:49.1461642Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex128 PASSED [ 22%] 2022-12-01T10:26:49.1461793Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex64 PASSED [ 22%] 2022-12-01T10:26:49.1461942Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float64 PASSED [ 22%] 2022-12-01T10:26:49.1462084Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int16 PASSED [ 22%] 2022-12-01T10:26:49.1462226Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int32 PASSED [ 22%] 2022-12-01T10:26:49.1462369Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int8 PASSED [ 22%] 2022-12-01T10:26:49.1462529Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:26:49.1462679Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bool PASSED [ 22%] 2022-12-01T10:26:49.1462827Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex128 PASSED [ 22%] 2022-12-01T10:26:49.1462986Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex64 PASSED [ 22%] 2022-12-01T10:26:49.1463139Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float64 PASSED [ 22%] 2022-12-01T10:26:49.1463292Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int16 PASSED [ 22%] 2022-12-01T10:26:49.1463440Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int64 PASSED [ 22%] 2022-12-01T10:26:49.1463591Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int8 PASSED [ 22%] 2022-12-01T10:26:49.1463740Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_uint8 PASSED [ 22%] 2022-12-01T10:26:49.1463896Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:26:49.1464045Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bool PASSED [ 22%] 2022-12-01T10:26:49.1464218Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex32 PASSED [ 22%] 2022-12-01T10:26:49.1464377Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex64 PASSED [ 22%] 2022-12-01T10:26:49.1464529Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int16 PASSED [ 22%] 2022-12-01T10:26:49.1464678Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int64 PASSED [ 22%] 2022-12-01T10:26:49.1464830Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int8 PASSED [ 22%] 2022-12-01T10:26:49.1464982Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_uint8 PASSED [ 22%] 2022-12-01T10:26:49.1465136Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:26:49.1465319Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex64 PASSED [ 22%] 2022-12-01T10:26:49.1465457Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int16 PASSED [ 22%] 2022-12-01T10:26:49.1465609Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int32 PASSED [ 22%] 2022-12-01T10:26:49.1465756Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int64 PASSED [ 22%] 2022-12-01T10:26:49.1465906Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int8 PASSED [ 22%] 2022-12-01T10:26:49.1466052Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_uint8 PASSED [ 22%] 2022-12-01T10:26:49.1466199Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_bool PASSED [ 22%] 2022-12-01T10:26:49.1466352Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int16 PASSED [ 22%] 2022-12-01T10:26:49.1466506Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int32 PASSED [ 22%] 2022-12-01T10:26:49.1466644Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int64 PASSED [ 22%] 2022-12-01T10:26:49.1466792Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_uint8 PASSED [ 22%] 2022-12-01T10:26:49.1466954Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int16 PASSED [ 22%] 2022-12-01T10:26:49.1467112Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int32 PASSED [ 22%] 2022-12-01T10:26:49.1467263Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_bool PASSED [ 22%] 2022-12-01T10:26:49.1467415Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int16 PASSED [ 22%] 2022-12-01T10:26:49.1467566Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int32 PASSED [ 22%] 2022-12-01T10:26:49.1467716Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int8 PASSED [ 22%] 2022-12-01T10:26:49.1467867Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_uint8 PASSED [ 22%] 2022-12-01T10:26:49.1468004Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int16 PASSED [ 22%] 2022-12-01T10:26:49.1468155Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int64 PASSED [ 22%] 2022-12-01T10:26:49.1468307Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int8 PASSED [ 22%] 2022-12-01T10:26:49.1468456Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_uint8 PASSED [ 22%] 2022-12-01T10:26:49.1468602Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_bool PASSED [ 22%] 2022-12-01T10:26:49.1468753Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int32 PASSED [ 22%] 2022-12-01T10:26:49.1468901Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_uint8 PASSED [ 22%] 2022-12-01T10:26:49.1469065Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_shapes_cpu_float32 PASSED [ 22%] 2022-12-01T10:26:49.1469221Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:26:49.1469383Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bool PASSED [ 22%] 2022-12-01T10:26:49.1469581Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex128 PASSED [ 22%] 2022-12-01T10:26:49.1469748Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex64 PASSED [ 22%] 2022-12-01T10:26:49.1469911Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float64 PASSED [ 22%] 2022-12-01T10:26:49.1470072Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int16 PASSED [ 22%] 2022-12-01T10:26:49.1470233Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex64 PASSED [ 22%] 2022-12-01T10:26:49.1470391Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_uint8 PASSED [ 22%] 2022-12-01T10:26:49.1470527Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:26:49.1470698Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bool PASSED [ 22%] 2022-12-01T10:26:49.1470853Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex128 PASSED [ 22%] 2022-12-01T10:26:49.1471005Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex64 PASSED [ 22%] 2022-12-01T10:26:49.1471151Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float32 PASSED [ 22%] 2022-12-01T10:26:49.1471295Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float64 PASSED [ 22%] 2022-12-01T10:26:49.1471441Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int16 PASSED [ 22%] 2022-12-01T10:26:49.1471583Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int64 PASSED [ 22%] 2022-12-01T10:26:49.1471725Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_uint8 PASSED [ 22%] 2022-12-01T10:26:49.1471861Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:26:49.1472010Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float64 PASSED [ 22%] 2022-12-01T10:26:49.1472155Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int16 PASSED [ 22%] 2022-12-01T10:26:49.1472298Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int64 PASSED [ 22%] 2022-12-01T10:26:49.1472443Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int8 PASSED [ 22%] 2022-12-01T10:26:49.1472586Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_uint8 PASSED [ 22%] 2022-12-01T10:26:49.1472727Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bool PASSED [ 22%] 2022-12-01T10:26:49.1472884Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex128 PASSED [ 22%] 2022-12-01T10:26:49.1473024Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex64 PASSED [ 22%] 2022-12-01T10:26:49.1473173Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float16 PASSED [ 22%] 2022-12-01T10:26:49.1473321Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float32 PASSED [ 23%] 2022-12-01T10:26:49.1473466Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int32 PASSED [ 23%] 2022-12-01T10:26:49.1473610Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int8 PASSED [ 23%] 2022-12-01T10:26:49.1473759Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_uint8 PASSED [ 23%] 2022-12-01T10:26:49.1473907Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float64 PASSED [ 23%] 2022-12-01T10:26:49.1474124Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int16 PASSED [ 23%] 2022-12-01T10:26:49.1474258Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int64 PASSED [ 23%] 2022-12-01T10:26:49.1474401Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int8 PASSED [ 23%] 2022-12-01T10:26:49.1474553Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bool PASSED [ 23%] 2022-12-01T10:26:49.1474706Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float16 PASSED [ 23%] 2022-12-01T10:26:49.1474860Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float64 PASSED [ 23%] 2022-12-01T10:26:49.1475014Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int16 PASSED [ 23%] 2022-12-01T10:26:49.1475211Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int64 PASSED [ 23%] 2022-12-01T10:26:49.1475358Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_uint8 PASSED [ 23%] 2022-12-01T10:26:49.1475500Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:26:49.1475652Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float16 PASSED [ 23%] 2022-12-01T10:26:49.1475801Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float32 PASSED [ 23%] 2022-12-01T10:26:49.1475951Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int16 PASSED [ 23%] 2022-12-01T10:26:49.1476097Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int64 PASSED [ 23%] 2022-12-01T10:26:49.1476274Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int8 PASSED [ 23%] 2022-12-01T10:26:49.1476423Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:26:49.1476660Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bool PASSED [ 23%] 2022-12-01T10:26:49.1476799Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float32 PASSED [ 23%] 2022-12-01T10:26:49.1476947Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float64 PASSED [ 23%] 2022-12-01T10:26:49.1477091Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int32 PASSED [ 23%] 2022-12-01T10:26:49.1477236Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int64 PASSED [ 23%] 2022-12-01T10:26:49.1477380Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int8 PASSED [ 23%] 2022-12-01T10:26:49.1477525Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_uint8 PASSED [ 23%] 2022-12-01T10:26:49.1477678Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bool PASSED [ 23%] 2022-12-01T10:26:49.1477840Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex128 PASSED [ 23%] 2022-12-01T10:26:49.1478004Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex32 PASSED [ 23%] 2022-12-01T10:26:49.1478145Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int32 PASSED [ 23%] 2022-12-01T10:26:49.1478298Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int64 PASSED [ 23%] 2022-12-01T10:26:49.1478451Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int8 PASSED [ 23%] 2022-12-01T10:26:49.1478602Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex128 PASSED [ 23%] 2022-12-01T10:26:49.1478752Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex32 PASSED [ 23%] 2022-12-01T10:26:49.1478902Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float16 PASSED [ 23%] 2022-12-01T10:26:49.1479116Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int64 PASSED [ 23%] 2022-12-01T10:26:49.1479319Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bool PASSED [ 23%] 2022-12-01T10:26:49.1479537Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex128 PASSED [ 23%] 2022-12-01T10:26:49.1479760Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex32 PASSED [ 23%] 2022-12-01T10:26:49.1479923Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex64 PASSED [ 23%] 2022-12-01T10:26:49.1480080Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float64 PASSED [ 23%] 2022-12-01T10:26:49.1480235Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int32 PASSED [ 23%] 2022-12-01T10:26:49.1480389Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int8 PASSED [ 23%] 2022-12-01T10:26:49.1480549Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float16 PASSED [ 23%] 2022-12-01T10:26:49.1480709Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float32 PASSED [ 23%] 2022-12-01T10:26:49.1480854Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float64 PASSED [ 23%] 2022-12-01T10:26:49.1481073Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int16 PASSED [ 23%] 2022-12-01T10:26:49.1481230Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int64 PASSED [ 23%] 2022-12-01T10:26:49.1481388Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int8 PASSED [ 23%] 2022-12-01T10:26:49.1481544Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_uint8 PASSED [ 23%] 2022-12-01T10:26:49.1481704Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:26:49.1481861Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex128 PASSED [ 23%] 2022-12-01T10:26:49.1482015Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int16 PASSED [ 23%] 2022-12-01T10:26:49.1482200Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int32 PASSED [ 23%] 2022-12-01T10:26:49.1482344Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int8 PASSED [ 23%] 2022-12-01T10:26:49.1482496Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int32 PASSED [ 23%] 2022-12-01T10:26:49.1482643Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int64 PASSED [ 23%] 2022-12-01T10:26:49.1482792Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int8 PASSED [ 23%] 2022-12-01T10:26:49.1482944Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_uint8 PASSED [ 23%] 2022-12-01T10:26:49.1483089Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bool PASSED [ 23%] 2022-12-01T10:26:49.1483241Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex64 PASSED [ 23%] 2022-12-01T10:26:49.1483384Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float32 PASSED [ 23%] 2022-12-01T10:26:49.1483527Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int16 PASSED [ 23%] 2022-12-01T10:26:49.1483659Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int32 PASSED [ 23%] 2022-12-01T10:26:49.1483810Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_uint8 PASSED [ 23%] 2022-12-01T10:26:49.1483958Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:26:49.1484101Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bool PASSED [ 23%] 2022-12-01T10:26:49.1484253Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex128 PASSED [ 23%] 2022-12-01T10:26:49.1484404Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex64 PASSED [ 23%] 2022-12-01T10:26:49.1484552Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float32 PASSED [ 23%] 2022-12-01T10:26:49.1484694Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int16 PASSED [ 23%] 2022-12-01T10:26:49.1484826Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int32 PASSED [ 23%] 2022-12-01T10:26:49.1484970Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int8 PASSED [ 23%] 2022-12-01T10:26:49.1485113Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_uint8 PASSED [ 23%] 2022-12-01T10:26:49.1485269Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_complex128 PASSED [ 23%] 2022-12-01T10:26:49.1485420Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_float32 PASSED [ 23%] 2022-12-01T10:26:49.1485559Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_float64 PASSED [ 23%] 2022-12-01T10:26:49.1485701Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int8 PASSED [ 23%] 2022-12-01T10:26:49.1485853Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:26:49.1485994Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bool PASSED [ 23%] 2022-12-01T10:26:49.1486152Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex128 PASSED [ 23%] 2022-12-01T10:26:49.1486308Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float16 PASSED [ 23%] 2022-12-01T10:26:49.1486488Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float32 PASSED [ 23%] 2022-12-01T10:26:49.1486638Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int8 PASSED [ 23%] 2022-12-01T10:26:49.1486790Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:26:49.1486940Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bool PASSED [ 23%] 2022-12-01T10:26:49.1487096Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex128 PASSED [ 23%] 2022-12-01T10:26:49.1487238Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex32 PASSED [ 23%] 2022-12-01T10:26:49.1487391Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float64 PASSED [ 23%] 2022-12-01T10:26:49.1487581Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int16 PASSED [ 23%] 2022-12-01T10:26:49.1487729Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int64 PASSED [ 23%] 2022-12-01T10:26:49.1487878Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int8 PASSED [ 23%] 2022-12-01T10:26:49.1488031Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:26:49.1488181Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bool PASSED [ 23%] 2022-12-01T10:26:49.1488332Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float32 PASSED [ 23%] 2022-12-01T10:26:49.1488469Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int16 PASSED [ 23%] 2022-12-01T10:26:49.1488613Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int32 PASSED [ 23%] 2022-12-01T10:26:49.1488758Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int8 PASSED [ 23%] 2022-12-01T10:26:49.1488926Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float16 PASSED [ 23%] 2022-12-01T10:26:49.1489092Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float32 PASSED [ 23%] 2022-12-01T10:26:49.1489253Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int8 PASSED [ 23%] 2022-12-01T10:26:49.1489415Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_uint8 PASSED [ 23%] 2022-12-01T10:26:49.1489576Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bool PASSED [ 23%] 2022-12-01T10:26:49.1489749Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex128 PASSED [ 23%] 2022-12-01T10:26:49.1489902Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float64 PASSED [ 23%] 2022-12-01T10:26:49.1490060Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int8 PASSED [ 23%] 2022-12-01T10:26:49.1490221Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_uint8 PASSED [ 23%] 2022-12-01T10:26:49.1490386Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float16 PASSED [ 23%] 2022-12-01T10:26:49.1490553Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float32 PASSED [ 23%] 2022-12-01T10:26:49.1490714Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float64 PASSED [ 23%] 2022-12-01T10:26:49.1490874Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int16 PASSED [ 23%] 2022-12-01T10:26:49.1491033Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int32 PASSED [ 23%] 2022-12-01T10:26:49.1491189Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int8 PASSED [ 23%] 2022-12-01T10:26:49.1491325Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bool PASSED [ 23%] 2022-12-01T10:26:49.1491480Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex32 PASSED [ 23%] 2022-12-01T10:26:49.1491635Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex64 PASSED [ 23%] 2022-12-01T10:26:49.1491785Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float16 PASSED [ 23%] 2022-12-01T10:26:49.1491962Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float32 PASSED [ 23%] 2022-12-01T10:26:49.1492106Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float64 PASSED [ 23%] 2022-12-01T10:26:49.1492255Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int16 PASSED [ 23%] 2022-12-01T10:26:49.1492403Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int32 PASSED [ 23%] 2022-12-01T10:26:49.1492539Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int64 PASSED [ 23%] 2022-12-01T10:26:49.1492684Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_uint8 PASSED [ 23%] 2022-12-01T10:26:49.1492841Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex128 PASSED [ 23%] 2022-12-01T10:26:49.1493021Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex32 PASSED [ 23%] 2022-12-01T10:26:49.1493174Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex64 PASSED [ 23%] 2022-12-01T10:26:49.1493329Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float64 PASSED [ 23%] 2022-12-01T10:26:49.1493478Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int64 PASSED [ 23%] 2022-12-01T10:26:49.1493625Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int8 PASSED [ 23%] 2022-12-01T10:26:49.1493807Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:26:49.1494005Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:26:49.1494196Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:26:49.1494382Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:26:49.1494573Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:26:49.1494763Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:26:49.1494946Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:26:49.1495135Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:26:49.1495331Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:26:49.1495526Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:26:49.1495706Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:26:49.1495892Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:26:49.1496083Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:26:49.1496237Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex32 PASSED [ 24%] 2022-12-01T10:26:49.1496383Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float16 PASSED [ 24%] 2022-12-01T10:26:49.1496532Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int16 PASSED [ 24%] 2022-12-01T10:26:49.1496675Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int32 PASSED [ 24%] 2022-12-01T10:26:49.1496815Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int8 PASSED [ 24%] 2022-12-01T10:26:49.1496951Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bfloat16 PASSED [ 24%] 2022-12-01T10:26:49.1497098Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float32 PASSED [ 24%] 2022-12-01T10:26:49.1497271Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float64 PASSED [ 24%] 2022-12-01T10:26:49.1497410Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int32 PASSED [ 24%] 2022-12-01T10:26:49.1497551Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int64 PASSED [ 24%] 2022-12-01T10:26:49.1497691Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_uint8 PASSED [ 24%] 2022-12-01T10:26:49.1497831Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int32 PASSED [ 24%] 2022-12-01T10:26:49.1497974Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int8 PASSED [ 24%] 2022-12-01T10:26:49.1498115Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bfloat16 PASSED [ 24%] 2022-12-01T10:26:49.1498258Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bool PASSED [ 24%] 2022-12-01T10:26:49.1498437Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float64 PASSED [ 24%] 2022-12-01T10:26:49.1498587Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int16 PASSED [ 24%] 2022-12-01T10:26:49.1498733Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int64 PASSED [ 24%] 2022-12-01T10:26:49.1498879Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_uint8 PASSED [ 24%] 2022-12-01T10:26:49.1499022Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bool PASSED [ 24%] 2022-12-01T10:26:49.1499165Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float16 PASSED [ 24%] 2022-12-01T10:26:49.1499309Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float32 PASSED [ 24%] 2022-12-01T10:26:49.1499438Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int64 PASSED [ 24%] 2022-12-01T10:26:49.1499581Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bool PASSED [ 24%] 2022-12-01T10:26:49.1499727Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float32 PASSED [ 24%] 2022-12-01T10:26:49.1499869Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int32 PASSED [ 24%] 2022-12-01T10:26:49.1500012Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int64 PASSED [ 24%] 2022-12-01T10:26:49.1500153Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int8 PASSED [ 24%] 2022-12-01T10:26:49.1500309Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float16 PASSED [ 24%] 2022-12-01T10:26:49.1500458Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int16 PASSED [ 24%] 2022-12-01T10:26:49.1500601Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex64 PASSED [ 24%] 2022-12-01T10:26:49.1500750Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float16 PASSED [ 24%] 2022-12-01T10:26:49.1500896Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float64 PASSED [ 24%] 2022-12-01T10:26:49.1501046Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int16 PASSED [ 24%] 2022-12-01T10:26:49.1501190Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bool PASSED [ 24%] 2022-12-01T10:26:49.1501335Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int16 PASSED [ 24%] 2022-12-01T10:26:49.1501479Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int32 PASSED [ 24%] 2022-12-01T10:26:49.1501621Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int64 PASSED [ 24%] 2022-12-01T10:26:49.1501752Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_uint8 PASSED [ 24%] 2022-12-01T10:26:49.1501899Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex128 PASSED [ 24%] 2022-12-01T10:26:49.1502040Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float16 PASSED [ 24%] 2022-12-01T10:26:49.1502181Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float32 PASSED [ 24%] 2022-12-01T10:26:49.1502323Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int64 PASSED [ 24%] 2022-12-01T10:26:49.1502475Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_bool PASSED [ 24%] 2022-12-01T10:26:49.1502658Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex128 PASSED [ 24%] 2022-12-01T10:26:49.1502813Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex64 PASSED [ 24%] 2022-12-01T10:26:49.1502951Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float64 PASSED [ 24%] 2022-12-01T10:26:49.1503099Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int32 PASSED [ 24%] 2022-12-01T10:26:49.1503246Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int8 PASSED [ 24%] 2022-12-01T10:26:49.1503393Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_uint8 PASSED [ 24%] 2022-12-01T10:26:49.1503546Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex128 PASSED [ 24%] 2022-12-01T10:26:49.1503699Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex64 PASSED [ 24%] 2022-12-01T10:26:49.1503878Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float32 PASSED [ 24%] 2022-12-01T10:26:49.1504026Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float64 PASSED [ 24%] 2022-12-01T10:26:49.1504160Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int16 PASSED [ 24%] 2022-12-01T10:26:49.1504307Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int32 PASSED [ 24%] 2022-12-01T10:26:49.1504451Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int64 PASSED [ 24%] 2022-12-01T10:26:49.1504596Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_uint8 PASSED [ 24%] 2022-12-01T10:26:49.1504742Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_bool PASSED [ 24%] 2022-12-01T10:26:49.1504897Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex64 PASSED [ 24%] 2022-12-01T10:26:49.1505050Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float32 PASSED [ 24%] 2022-12-01T10:26:49.1505203Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int16 PASSED [ 24%] 2022-12-01T10:26:49.1505350Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_uint8 PASSED [ 24%] 2022-12-01T10:26:49.1505496Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bfloat16 PASSED [ 24%] 2022-12-01T10:26:49.1505649Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bool PASSED [ 24%] 2022-12-01T10:26:49.1505809Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex128 PASSED [ 24%] 2022-12-01T10:26:49.1505967Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex32 PASSED [ 24%] 2022-12-01T10:26:49.1506127Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex64 PASSED [ 24%] 2022-12-01T10:26:49.1506282Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float32 PASSED [ 24%] 2022-12-01T10:26:49.1506437Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int32 PASSED [ 24%] 2022-12-01T10:26:49.1506596Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex128 PASSED [ 24%] 2022-12-01T10:26:49.1506737Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float32 PASSED [ 24%] 2022-12-01T10:26:49.1506887Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_uint8 PASSED [ 24%] 2022-12-01T10:26:49.1507035Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_bool PASSED [ 24%] 2022-12-01T10:26:49.1507187Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float64 PASSED [ 24%] 2022-12-01T10:26:49.1507336Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int16 PASSED [ 24%] 2022-12-01T10:26:49.1507483Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int64 PASSED [ 24%] 2022-12-01T10:26:49.1507629Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_bool PASSED [ 24%] 2022-12-01T10:26:49.1507785Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex128 PASSED [ 24%] 2022-12-01T10:26:49.1507926Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float64 PASSED [ 24%] 2022-12-01T10:26:49.1508108Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_uint8 PASSED [ 24%] 2022-12-01T10:26:49.1508255Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_bool PASSED [ 24%] 2022-12-01T10:26:49.1508411Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex128 PASSED [ 24%] 2022-12-01T10:26:49.1508559Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int16 PASSED [ 24%] 2022-12-01T10:26:49.1508705Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int32 PASSED [ 24%] 2022-12-01T10:26:49.1508851Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int64 PASSED [ 24%] 2022-12-01T10:26:49.1509006Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex64 PASSED [ 24%] 2022-12-01T10:26:49.1509144Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float64 PASSED [ 24%] 2022-12-01T10:26:49.1509319Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int64 PASSED [ 24%] 2022-12-01T10:26:49.1509470Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int8 PASSED [ 24%] 2022-12-01T10:26:49.1509624Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex128 PASSED [ 24%] 2022-12-01T10:26:49.1509771Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int16 PASSED [ 24%] 2022-12-01T10:26:49.1509916Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int32 PASSED [ 24%] 2022-12-01T10:26:49.1510064Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int8 PASSED [ 24%] 2022-12-01T10:26:49.1510227Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex64 PASSED [ 24%] 2022-12-01T10:26:49.1510385Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int16 PASSED [ 24%] 2022-12-01T10:26:49.1510527Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int64 PASSED [ 24%] 2022-12-01T10:26:49.1510684Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int8 PASSED [ 24%] 2022-12-01T10:26:49.1510837Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_bool PASSED [ 24%] 2022-12-01T10:26:49.1510992Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float32 PASSED [ 24%] 2022-12-01T10:26:49.1511144Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float64 PASSED [ 24%] 2022-12-01T10:26:49.1511293Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int64 PASSED [ 24%] 2022-12-01T10:26:49.1511442Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int8 PASSED [ 24%] 2022-12-01T10:26:49.1511589Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_uint8 PASSED [ 24%] 2022-12-01T10:26:49.1511723Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int16 PASSED [ 24%] 2022-12-01T10:26:49.1511869Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int32 PASSED [ 24%] 2022-12-01T10:26:49.1512013Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int64 PASSED [ 24%] 2022-12-01T10:26:49.1512165Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int8 PASSED [ 24%] 2022-12-01T10:26:49.1512315Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int64 PASSED [ 24%] 2022-12-01T10:26:49.1512474Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex128 PASSED [ 24%] 2022-12-01T10:26:49.1512626Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float32 PASSED [ 24%] 2022-12-01T10:26:49.1512778Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int16 PASSED [ 24%] 2022-12-01T10:26:49.1512913Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int32 PASSED [ 24%] 2022-12-01T10:26:49.1513058Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int64 PASSED [ 24%] 2022-12-01T10:26:49.1513214Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex64 PASSED [ 24%] 2022-12-01T10:26:49.1513367Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float32 PASSED [ 24%] 2022-12-01T10:26:49.1513559Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float64 PASSED [ 24%] 2022-12-01T10:26:49.1513709Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int16 PASSED [ 24%] 2022-12-01T10:26:49.1513856Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int32 PASSED [ 24%] 2022-12-01T10:26:49.1514007Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int8 PASSED [ 25%] 2022-12-01T10:26:49.1514238Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_uint8 PASSED [ 25%] 2022-12-01T10:26:49.1514373Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_bool PASSED [ 25%] 2022-12-01T10:26:49.1514525Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float32 PASSED [ 25%] 2022-12-01T10:26:49.1514709Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int16 PASSED [ 25%] 2022-12-01T10:26:49.1514861Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int32 PASSED [ 25%] 2022-12-01T10:26:49.1515016Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float32 PASSED [ 25%] 2022-12-01T10:26:49.1515162Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int16 PASSED [ 25%] 2022-12-01T10:26:49.1515307Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int64 PASSED [ 25%] 2022-12-01T10:26:49.1515454Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int8 PASSED [ 25%] 2022-12-01T10:26:49.1515590Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_bool PASSED [ 25%] 2022-12-01T10:26:49.1515743Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float32 PASSED [ 25%] 2022-12-01T10:26:49.1515893Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_uint8 PASSED [ 25%] 2022-12-01T10:26:49.1516047Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float64 PASSED [ 25%] 2022-12-01T10:26:49.1516194Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int32 PASSED [ 25%] 2022-12-01T10:26:49.1516345Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_uint8 PASSED [ 25%] 2022-12-01T10:26:49.1516492Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex128 PASSED [ 25%] 2022-12-01T10:26:49.1516737Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex32 PASSED [ 25%] 2022-12-01T10:26:49.1516872Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex64 PASSED [ 25%] 2022-12-01T10:26:49.1517022Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float16 PASSED [ 25%] 2022-12-01T10:26:49.1517172Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float32 PASSED [ 25%] 2022-12-01T10:26:49.1517318Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int16 PASSED [ 25%] 2022-12-01T10:26:49.1517465Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int64 PASSED [ 25%] 2022-12-01T10:26:49.1517614Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int8 PASSED [ 25%] 2022-12-01T10:26:49.1517772Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex32 PASSED [ 25%] 2022-12-01T10:26:49.1517925Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex64 PASSED [ 25%] 2022-12-01T10:26:49.1518063Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float16 PASSED [ 25%] 2022-12-01T10:26:49.1518213Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int32 PASSED [ 25%] 2022-12-01T10:26:49.1518362Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int64 PASSED [ 25%] 2022-12-01T10:26:49.1518512Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int8 PASSED [ 25%] 2022-12-01T10:26:49.1518659Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_uint8 PASSED [ 25%] 2022-12-01T10:26:49.1518806Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bool PASSED [ 25%] 2022-12-01T10:26:49.1518959Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex64 PASSED [ 25%] 2022-12-01T10:26:49.1519155Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float32 PASSED [ 25%] 2022-12-01T10:26:49.1519301Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float64 PASSED [ 25%] 2022-12-01T10:26:49.1519431Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int8 PASSED [ 25%] 2022-12-01T10:26:49.1519579Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_uint8 PASSED [ 25%] 2022-12-01T10:26:49.1519732Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:26:49.1519879Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bool PASSED [ 25%] 2022-12-01T10:26:49.1520029Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int16 PASSED [ 25%] 2022-12-01T10:26:49.1520178Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_uint8 PASSED [ 25%] 2022-12-01T10:26:49.1520364Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:26:49.1520521Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex128 PASSED [ 25%] 2022-12-01T10:26:49.1520656Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int8 PASSED [ 25%] 2022-12-01T10:26:49.1520811Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bool PASSED [ 25%] 2022-12-01T10:26:49.1520974Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex128 PASSED [ 25%] 2022-12-01T10:26:49.1521135Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex64 PASSED [ 25%] 2022-12-01T10:26:49.1521292Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float16 PASSED [ 25%] 2022-12-01T10:26:49.1521448Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float32 PASSED [ 25%] 2022-12-01T10:26:49.1521600Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int32 PASSED [ 25%] 2022-12-01T10:26:49.1521751Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int8 PASSED [ 25%] 2022-12-01T10:26:49.1521886Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float64 PASSED [ 25%] 2022-12-01T10:26:49.1522034Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int16 PASSED [ 25%] 2022-12-01T10:26:49.1522177Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int32 PASSED [ 25%] 2022-12-01T10:26:49.1522321Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int64 PASSED [ 25%] 2022-12-01T10:26:49.1522465Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_uint8 PASSED [ 25%] 2022-12-01T10:26:49.1522641Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_bfloat16 SKIPPED (Skipped!) [ 25%] 2022-12-01T10:26:49.1522799Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float64 PASSED [ 25%] 2022-12-01T10:26:49.1522953Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int16 PASSED [ 25%] 2022-12-01T10:26:49.1523091Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:26:49.1523236Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bool PASSED [ 25%] 2022-12-01T10:26:49.1523385Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float32 PASSED [ 25%] 2022-12-01T10:26:49.1523533Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float64 PASSED [ 25%] 2022-12-01T10:26:49.1523677Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int64 PASSED [ 25%] 2022-12-01T10:26:49.1523819Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int8 PASSED [ 25%] 2022-12-01T10:26:49.1523967Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:26:49.1524115Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float16 PASSED [ 25%] 2022-12-01T10:26:49.1524249Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float64 PASSED [ 25%] 2022-12-01T10:26:49.1524393Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int64 PASSED [ 25%] 2022-12-01T10:26:49.1524537Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int8 PASSED [ 25%] 2022-12-01T10:26:49.1524710Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_uint8 PASSED [ 25%] 2022-12-01T10:26:49.1524875Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_bfloat16 SKIPPED (Skipped!) [ 25%] 2022-12-01T10:26:49.1525020Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float16 PASSED [ 25%] 2022-12-01T10:26:49.1525167Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float64 PASSED [ 25%] 2022-12-01T10:26:49.1525311Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int8 PASSED [ 25%] 2022-12-01T10:26:49.1525455Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_uint8 PASSED [ 25%] 2022-12-01T10:26:49.1525593Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:26:49.1525739Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float16 PASSED [ 25%] 2022-12-01T10:26:49.1525912Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float32 PASSED [ 25%] 2022-12-01T10:26:49.1526061Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float64 PASSED [ 25%] 2022-12-01T10:26:49.1526204Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int16 PASSED [ 25%] 2022-12-01T10:26:49.1526346Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int64 PASSED [ 25%] 2022-12-01T10:26:49.1526490Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_uint8 PASSED [ 25%] 2022-12-01T10:26:49.1526631Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bool PASSED [ 25%] 2022-12-01T10:26:49.1526760Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float16 PASSED [ 25%] 2022-12-01T10:26:49.1526904Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float32 PASSED [ 25%] 2022-12-01T10:26:49.1527043Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int64 PASSED [ 25%] 2022-12-01T10:26:49.1527185Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int8 PASSED [ 25%] 2022-12-01T10:26:49.1527329Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:26:49.1527468Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float16 PASSED [ 25%] 2022-12-01T10:26:49.1527609Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float32 PASSED [ 25%] 2022-12-01T10:26:49.1527749Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float64 PASSED [ 25%] 2022-12-01T10:26:49.1527877Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int16 PASSED [ 25%] 2022-12-01T10:26:49.1528015Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int32 PASSED [ 25%] 2022-12-01T10:26:49.1528154Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int64 PASSED [ 25%] 2022-12-01T10:26:49.1528291Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int8 PASSED [ 25%] 2022-12-01T10:26:49.1528447Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float64 PASSED [ 25%] 2022-12-01T10:26:49.1528598Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int16 PASSED [ 25%] 2022-12-01T10:26:49.1528749Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_uint8 PASSED [ 25%] 2022-12-01T10:26:49.1528902Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex128 PASSED [ 25%] 2022-12-01T10:26:49.1529045Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex32 PASSED [ 25%] 2022-12-01T10:26:49.1529197Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float16 PASSED [ 25%] 2022-12-01T10:26:49.1529345Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float64 PASSED [ 25%] 2022-12-01T10:26:49.1529493Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int16 PASSED [ 25%] 2022-12-01T10:26:49.1529638Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int64 PASSED [ 25%] 2022-12-01T10:26:49.1529784Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bool PASSED [ 25%] 2022-12-01T10:26:49.1529938Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex32 PASSED [ 25%] 2022-12-01T10:26:49.1530112Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float16 PASSED [ 25%] 2022-12-01T10:26:49.1530243Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float64 PASSED [ 25%] 2022-12-01T10:26:49.1530390Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int32 PASSED [ 25%] 2022-12-01T10:26:49.1530534Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int64 PASSED [ 25%] 2022-12-01T10:26:49.1530677Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int8 PASSED [ 25%] 2022-12-01T10:26:49.1530827Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float32 PASSED [ 25%] 2022-12-01T10:26:49.1530972Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:26:49.1531112Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bool PASSED [ 25%] 2022-12-01T10:26:49.1531283Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int16 PASSED [ 25%] 2022-12-01T10:26:49.1531416Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int32 PASSED [ 25%] 2022-12-01T10:26:49.1531558Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_uint8 PASSED [ 25%] 2022-12-01T10:26:49.1531708Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:26:49.1531861Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:26:49.1532010Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float32 PASSED [ 25%] 2022-12-01T10:26:49.1532165Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex128 XFAIL [ 25%] 2022-12-01T10:26:49.1532321Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex32 XFAIL [ 25%] 2022-12-01T10:26:49.1532471Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float16 XFAIL [ 25%] 2022-12-01T10:26:49.1532622Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int16 XFAIL [ 25%] 2022-12-01T10:26:49.1532759Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int32 XFAIL [ 25%] 2022-12-01T10:26:49.1532906Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int8 XFAIL [ 25%] 2022-12-01T10:26:49.1533062Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex128 XFAIL [ 25%] 2022-12-01T10:26:49.1533214Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float16 XFAIL [ 25%] 2022-12-01T10:26:49.1533365Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float32 XFAIL [ 25%] 2022-12-01T10:26:49.1533513Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float64 XFAIL [ 25%] 2022-12-01T10:26:49.1533663Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int16 XFAIL [ 26%] 2022-12-01T10:26:49.1533812Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int8 XFAIL [ 26%] 2022-12-01T10:26:49.1533950Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_uint8 XFAIL [ 26%] 2022-12-01T10:26:49.1534098Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bool XFAIL [ 26%] 2022-12-01T10:26:49.1534254Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex64 XFAIL [ 26%] 2022-12-01T10:26:49.1534403Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float16 XFAIL [ 26%] 2022-12-01T10:26:49.1534549Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int16 XFAIL [ 26%] 2022-12-01T10:26:49.1534692Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int64 XFAIL [ 26%] 2022-12-01T10:26:49.1534837Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int8 XFAIL [ 26%] 2022-12-01T10:26:49.1534992Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bfloat16 XFAIL [ 26%] 2022-12-01T10:26:49.1535135Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex64 XFAIL [ 26%] 2022-12-01T10:26:49.1535293Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float16 XFAIL [ 26%] 2022-12-01T10:26:49.1535475Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int32 XFAIL [ 26%] 2022-12-01T10:26:49.1535620Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int64 XFAIL [ 26%] 2022-12-01T10:26:49.1535769Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int8 XFAIL [ 26%] 2022-12-01T10:26:49.1535920Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_uint8 XFAIL [ 26%] 2022-12-01T10:26:49.1536073Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:26:49.1536223Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bool PASSED [ 26%] 2022-12-01T10:26:49.1536364Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex64 PASSED [ 26%] 2022-12-01T10:26:49.1536513Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float32 PASSED [ 26%] 2022-12-01T10:26:49.1536685Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float64 PASSED [ 26%] 2022-12-01T10:26:49.1536838Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int16 PASSED [ 26%] 2022-12-01T10:26:49.1536986Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int32 PASSED [ 26%] 2022-12-01T10:26:49.1537133Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int8 PASSED [ 26%] 2022-12-01T10:26:49.1537287Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:26:49.1537445Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex128 PASSED [ 26%] 2022-12-01T10:26:49.1537603Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex32 PASSED [ 26%] 2022-12-01T10:26:49.1537741Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float32 PASSED [ 26%] 2022-12-01T10:26:49.1537888Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float64 PASSED [ 26%] 2022-12-01T10:26:49.1538040Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int16 PASSED [ 26%] 2022-12-01T10:26:49.1538189Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_uint8 PASSED [ 26%] 2022-12-01T10:26:49.1538337Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float16 PASSED [ 26%] 2022-12-01T10:26:49.1538484Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float64 PASSED [ 26%] 2022-12-01T10:26:49.1538631Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_uint8 PASSED [ 26%] 2022-12-01T10:26:49.1538778Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:26:49.1538911Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bool PASSED [ 26%] 2022-12-01T10:26:49.1539060Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float32 PASSED [ 26%] 2022-12-01T10:26:49.1539208Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float64 PASSED [ 26%] 2022-12-01T10:26:49.1539353Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int32 PASSED [ 26%] 2022-12-01T10:26:49.1539500Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int64 PASSED [ 26%] 2022-12-01T10:26:49.1539655Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:26:49.1539803Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bool PASSED [ 26%] 2022-12-01T10:26:49.1539955Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float16 PASSED [ 26%] 2022-12-01T10:26:49.1540091Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float32 PASSED [ 26%] 2022-12-01T10:26:49.1540238Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float64 PASSED [ 26%] 2022-12-01T10:26:49.1540384Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int16 PASSED [ 26%] 2022-12-01T10:26:49.1540530Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int64 PASSED [ 26%] 2022-12-01T10:26:49.1540679Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int8 PASSED [ 26%] 2022-12-01T10:26:49.1540830Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_uint8 PASSED [ 26%] 2022-12-01T10:26:49.1541044Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float32 PASSED [ 26%] 2022-12-01T10:26:49.1541192Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int16 PASSED [ 26%] 2022-12-01T10:26:49.1541331Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:26:49.1541480Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bool PASSED [ 26%] 2022-12-01T10:26:49.1541630Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex32 PASSED [ 26%] 2022-12-01T10:26:49.1541777Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex64 PASSED [ 26%] 2022-12-01T10:26:49.1541927Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float16 PASSED [ 26%] 2022-12-01T10:26:49.1542102Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float64 PASSED [ 26%] 2022-12-01T10:26:49.1542256Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int32 PASSED [ 26%] 2022-12-01T10:26:49.1542407Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_uint8 PASSED [ 26%] 2022-12-01T10:26:49.1542551Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int64 PASSED [ 26%] 2022-12-01T10:26:49.1542683Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_uint8 PASSED [ 26%] 2022-12-01T10:26:49.1542830Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:26:49.1542976Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int32 PASSED [ 26%] 2022-12-01T10:26:49.1543129Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:26:49.1543275Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bool PASSED [ 26%] 2022-12-01T10:26:49.1543428Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float32 PASSED [ 26%] 2022-12-01T10:26:49.1543574Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float64 PASSED [ 26%] 2022-12-01T10:26:49.1543723Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_uint8 PASSED [ 26%] 2022-12-01T10:26:49.1543879Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex64 PASSED [ 26%] 2022-12-01T10:26:49.1544043Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float64 PASSED [ 26%] 2022-12-01T10:26:49.1544199Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:26:49.1544359Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex128 PASSED [ 26%] 2022-12-01T10:26:49.1544512Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float32 PASSED [ 26%] 2022-12-01T10:26:49.1544665Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float64 PASSED [ 26%] 2022-12-01T10:26:49.1544821Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex64 PASSED [ 26%] 2022-12-01T10:26:49.1544975Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float32 PASSED [ 26%] 2022-12-01T10:26:49.1545123Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float32 PASSED [ 26%] 2022-12-01T10:26:49.1545290Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex64 PASSED [ 26%] 2022-12-01T10:26:49.1545452Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float16 PASSED [ 26%] 2022-12-01T10:26:49.1545610Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float32 PASSED [ 26%] 2022-12-01T10:26:49.1545770Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float64 PASSED [ 26%] 2022-12-01T10:26:49.1545926Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:26:49.1546080Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex128 PASSED [ 26%] 2022-12-01T10:26:49.1546236Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float32 PASSED [ 26%] 2022-12-01T10:26:49.1546413Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int16 XFAIL [ 26%] 2022-12-01T10:26:49.1546553Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_uint8 PASSED [ 26%] 2022-12-01T10:26:49.1546698Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:26:49.1546843Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bool PASSED [ 26%] 2022-12-01T10:26:49.1546993Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex64 PASSED [ 26%] 2022-12-01T10:26:49.1547135Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int16 PASSED [ 26%] 2022-12-01T10:26:49.1547278Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int8 PASSED [ 26%] 2022-12-01T10:26:49.1547423Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int32 PASSED [ 26%] 2022-12-01T10:26:49.1547590Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int64 PASSED [ 26%] 2022-12-01T10:26:49.1547728Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int8 PASSED [ 26%] 2022-12-01T10:26:49.1547871Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bool PASSED [ 26%] 2022-12-01T10:26:49.1548019Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float32 PASSED [ 26%] 2022-12-01T10:26:49.1548158Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int16 PASSED [ 26%] 2022-12-01T10:26:49.1548298Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int64 PASSED [ 26%] 2022-12-01T10:26:49.1548441Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_uint8 PASSED [ 26%] 2022-12-01T10:26:49.1548590Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:26:49.1548740Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex64 PASSED [ 26%] 2022-12-01T10:26:49.1548872Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float32 PASSED [ 26%] 2022-12-01T10:26:49.1549015Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float64 PASSED [ 26%] 2022-12-01T10:26:49.1549159Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int16 PASSED [ 26%] 2022-12-01T10:26:49.1549297Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int32 PASSED [ 26%] 2022-12-01T10:26:49.1549437Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int64 PASSED [ 26%] 2022-12-01T10:26:49.1549595Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:26:49.1549750Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float32 PASSED [ 26%] 2022-12-01T10:26:49.1549900Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float64 PASSED [ 26%] 2022-12-01T10:26:49.1550044Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:26:49.1550207Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex128 PASSED [ 26%] 2022-12-01T10:26:49.1550354Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float16 PASSED [ 26%] 2022-12-01T10:26:49.1550509Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int8 PASSED [ 26%] 2022-12-01T10:26:49.1550663Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_uint8 PASSED [ 26%] 2022-12-01T10:26:49.1550813Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float16 PASSED [ 26%] 2022-12-01T10:26:49.1550967Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float64 PASSED [ 26%] 2022-12-01T10:26:49.1551118Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int64 PASSED [ 26%] 2022-12-01T10:26:49.1551269Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int8 PASSED [ 26%] 2022-12-01T10:26:49.1551408Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_uint8 PASSED [ 26%] 2022-12-01T10:26:49.1551562Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:26:49.1551714Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bool PASSED [ 26%] 2022-12-01T10:26:49.1551911Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex128 PASSED [ 26%] 2022-12-01T10:26:49.1552066Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float16 PASSED [ 26%] 2022-12-01T10:26:49.1552214Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float32 PASSED [ 26%] 2022-12-01T10:26:49.1552366Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float64 PASSED [ 26%] 2022-12-01T10:26:49.1552518Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int64 PASSED [ 26%] 2022-12-01T10:26:49.1552660Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:26:49.1552817Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex64 PASSED [ 26%] 2022-12-01T10:26:49.1552995Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float32 PASSED [ 26%] 2022-12-01T10:26:49.1553153Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float64 PASSED [ 26%] 2022-12-01T10:26:49.1553305Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int64 PASSED [ 26%] 2022-12-01T10:26:49.1553455Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_uint8 PASSED [ 27%] 2022-12-01T10:26:49.1553609Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex128 PASSED [ 27%] 2022-12-01T10:26:49.1553759Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int32 PASSED [ 27%] 2022-12-01T10:26:49.1553893Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int64 PASSED [ 27%] 2022-12-01T10:26:49.1554105Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int8 PASSED [ 27%] 2022-12-01T10:26:49.1554266Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float32 PASSED [ 27%] 2022-12-01T10:26:49.1554420Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int32 PASSED [ 27%] 2022-12-01T10:26:49.1554572Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int64 PASSED [ 27%] 2022-12-01T10:26:49.1554725Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int8 PASSED [ 27%] 2022-12-01T10:26:49.1554873Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:26:49.1555019Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float16 PASSED [ 27%] 2022-12-01T10:26:49.1555149Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int32 PASSED [ 27%] 2022-12-01T10:26:49.1555293Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_uint8 PASSED [ 27%] 2022-12-01T10:26:49.1555451Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:26:49.1555605Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bool PASSED [ 27%] 2022-12-01T10:26:49.1555766Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex128 PASSED [ 27%] 2022-12-01T10:26:49.1555925Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex32 PASSED [ 27%] 2022-12-01T10:26:49.1556083Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex64 PASSED [ 27%] 2022-12-01T10:26:49.1556239Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float32 PASSED [ 27%] 2022-12-01T10:26:49.1556392Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float64 PASSED [ 27%] 2022-12-01T10:26:49.1556631Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int8 PASSED [ 27%] 2022-12-01T10:26:49.1556784Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float16 PASSED [ 27%] 2022-12-01T10:26:49.1556932Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float32 PASSED [ 27%] 2022-12-01T10:26:49.1557076Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float64 PASSED [ 27%] 2022-12-01T10:26:49.1557227Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int32 PASSED [ 27%] 2022-12-01T10:26:49.1557429Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int64 PASSED [ 27%] 2022-12-01T10:26:49.1557581Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_uint8 PASSED [ 27%] 2022-12-01T10:26:49.1557729Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float32 PASSED [ 27%] 2022-12-01T10:26:49.1557893Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:26:49.1558070Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 27%] 2022-12-01T10:26:49.1558242Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float32 PASSED [ 27%] 2022-12-01T10:26:49.1558409Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int32 PASSED [ 27%] 2022-12-01T10:26:49.1558609Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_uint8 PASSED [ 27%] 2022-12-01T10:26:49.1558785Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:26:49.1558965Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 27%] 2022-12-01T10:26:49.1559136Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float16 PASSED [ 27%] 2022-12-01T10:26:49.1559303Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float32 PASSED [ 27%] 2022-12-01T10:26:49.1559458Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int32 PASSED [ 27%] 2022-12-01T10:26:49.1559628Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int8 PASSED [ 27%] 2022-12-01T10:26:49.1559795Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_uint8 PASSED [ 27%] 2022-12-01T10:26:49.1559948Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bool PASSED [ 27%] 2022-12-01T10:26:49.1560098Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int16 PASSED [ 27%] 2022-12-01T10:26:49.1560247Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int64 PASSED [ 27%] 2022-12-01T10:26:49.1560394Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int8 PASSED [ 27%] 2022-12-01T10:26:49.1560547Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float64 PASSED [ 27%] 2022-12-01T10:26:49.1560681Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int32 PASSED [ 27%] 2022-12-01T10:26:49.1560826Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int64 PASSED [ 27%] 2022-12-01T10:26:49.1560970Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int8 PASSED [ 27%] 2022-12-01T10:26:49.1561118Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:26:49.1561265Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bool PASSED [ 27%] 2022-12-01T10:26:49.1561410Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float16 PASSED [ 27%] 2022-12-01T10:26:49.1561555Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int16 PASSED [ 27%] 2022-12-01T10:26:49.1561696Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int64 PASSED [ 27%] 2022-12-01T10:26:49.1561839Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:26:49.1561988Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bool PASSED [ 27%] 2022-12-01T10:26:49.1562144Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float16 PASSED [ 27%] 2022-12-01T10:26:49.1562295Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float64 PASSED [ 27%] 2022-12-01T10:26:49.1562444Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int32 PASSED [ 27%] 2022-12-01T10:26:49.1562591Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int64 PASSED [ 27%] 2022-12-01T10:26:49.1562741Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int8 PASSED [ 27%] 2022-12-01T10:26:49.1562915Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_uint8 PASSED [ 27%] 2022-12-01T10:26:49.1563061Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bool PASSED [ 27%] 2022-12-01T10:26:49.1563203Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex128 PASSED [ 27%] 2022-12-01T10:26:49.1563356Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex32 PASSED [ 27%] 2022-12-01T10:26:49.1563506Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float16 PASSED [ 27%] 2022-12-01T10:26:49.1563651Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float32 PASSED [ 27%] 2022-12-01T10:26:49.1563800Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int32 PASSED [ 27%] 2022-12-01T10:26:49.1563945Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int64 PASSED [ 27%] 2022-12-01T10:26:49.1564118Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int8 PASSED [ 27%] 2022-12-01T10:26:49.1564286Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:26:49.1564420Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:26:49.1564564Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float32 PASSED [ 27%] 2022-12-01T10:26:49.1564709Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int32 PASSED [ 27%] 2022-12-01T10:26:49.1564856Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:26:49.1565007Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex128 PASSED [ 27%] 2022-12-01T10:26:49.1565158Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex32 PASSED [ 27%] 2022-12-01T10:26:49.1565304Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex64 PASSED [ 27%] 2022-12-01T10:26:49.1565453Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float16 PASSED [ 27%] 2022-12-01T10:26:49.1565588Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float32 PASSED [ 27%] 2022-12-01T10:26:49.1565730Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float64 PASSED [ 27%] 2022-12-01T10:26:49.1565870Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int64 PASSED [ 27%] 2022-12-01T10:26:49.1566013Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int8 PASSED [ 27%] 2022-12-01T10:26:49.1566152Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_uint8 PASSED [ 27%] 2022-12-01T10:26:49.1566348Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bool SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:26:49.1566546Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:26:49.1566744Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:26:49.1566937Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:26:49.1567118Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:26:49.1567332Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bfloat16 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:26:49.1567549Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex32 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:26:49.1567762Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:26:49.1567973Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float16 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:26:49.1568182Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float64 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:26:49.1568417Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int16 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:26:49.1568620Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int32 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:26:49.1568827Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int64 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:26:49.1569033Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int8 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:26:49.1569174Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:26:49.1569350Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bool PASSED [ 27%] 2022-12-01T10:26:49.1569508Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex64 PASSED [ 27%] 2022-12-01T10:26:49.1569660Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float32 PASSED [ 27%] 2022-12-01T10:26:49.1569809Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int16 PASSED [ 27%] 2022-12-01T10:26:49.1569952Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int32 PASSED [ 27%] 2022-12-01T10:26:49.1570097Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_uint8 PASSED [ 27%] 2022-12-01T10:26:49.1570252Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex128 PASSED [ 27%] 2022-12-01T10:26:49.1570406Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex32 PASSED [ 27%] 2022-12-01T10:26:49.1570546Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float32 PASSED [ 27%] 2022-12-01T10:26:49.1570694Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float64 PASSED [ 27%] 2022-12-01T10:26:49.1570843Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int32 PASSED [ 27%] 2022-12-01T10:26:49.1570990Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int64 PASSED [ 27%] 2022-12-01T10:26:49.1571137Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int8 PASSED [ 27%] 2022-12-01T10:26:49.1571290Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:26:49.1571449Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex128 PASSED [ 27%] 2022-12-01T10:26:49.1571606Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex64 PASSED [ 27%] 2022-12-01T10:26:49.1571744Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float16 PASSED [ 27%] 2022-12-01T10:26:49.1571892Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int16 PASSED [ 27%] 2022-12-01T10:26:49.1572038Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int32 PASSED [ 27%] 2022-12-01T10:26:49.1572179Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int64 PASSED [ 27%] 2022-12-01T10:26:49.1572329Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int8 PASSED [ 27%] 2022-12-01T10:26:49.1572473Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_uint8 PASSED [ 27%] 2022-12-01T10:26:49.1572637Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float32 PASSED [ 27%] 2022-12-01T10:26:49.1572845Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float64 SKIPPED (Expected: dropout is not comparable) [ 27%] 2022-12-01T10:26:49.1572996Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:26:49.1573158Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float32 PASSED [ 27%] 2022-12-01T10:26:49.1573320Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:26:49.1573478Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float32 PASSED [ 27%] 2022-12-01T10:26:49.1573680Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:26:49.1573848Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:26:49.1574013Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int16 PASSED [ 27%] 2022-12-01T10:26:49.1574178Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int8 PASSED [ 27%] 2022-12-01T10:26:49.1574350Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:26:49.1574508Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float32 PASSED [ 28%] 2022-12-01T10:26:49.1574701Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float64 PASSED [ 28%] 2022-12-01T10:26:49.1574871Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:26:49.1575037Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float16 PASSED [ 28%] 2022-12-01T10:26:49.1575208Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:26:49.1575392Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float32 SKIPPED (Skipped!) [ 28%] 2022-12-01T10:26:49.1575563Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float64 PASSED [ 28%] 2022-12-01T10:26:49.1575729Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float32 PASSED [ 28%] 2022-12-01T10:26:49.1575911Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:26:49.1576080Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 28%] 2022-12-01T10:26:49.1576258Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int64 PASSED [ 28%] 2022-12-01T10:26:49.1576434Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int8 PASSED [ 28%] 2022-12-01T10:26:49.1576596Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float32 PASSED [ 28%] 2022-12-01T10:26:49.1576776Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:26:49.1576953Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float16 PASSED [ 28%] 2022-12-01T10:26:49.1577128Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int64 PASSED [ 28%] 2022-12-01T10:26:49.1577306Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_uint8 PASSED [ 28%] 2022-12-01T10:26:49.1577470Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float64 XFAIL [ 28%] 2022-12-01T10:26:49.1577638Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:26:49.1577815Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 28%] 2022-12-01T10:26:49.1577978Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float32 PASSED [ 28%] 2022-12-01T10:26:49.1578143Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float64 PASSED [ 28%] 2022-12-01T10:26:49.1578310Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:26:49.1578474Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float32 PASSED [ 28%] 2022-12-01T10:26:49.1578633Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int32 PASSED [ 28%] 2022-12-01T10:26:49.1578796Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int64 PASSED [ 28%] 2022-12-01T10:26:49.1578986Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int8 PASSED [ 28%] 2022-12-01T10:26:49.1579138Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:26:49.1579299Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int16 PASSED [ 28%] 2022-12-01T10:26:49.1579457Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int32 PASSED [ 28%] 2022-12-01T10:26:49.1579615Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int8 PASSED [ 28%] 2022-12-01T10:26:49.1579772Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_uint8 PASSED [ 28%] 2022-12-01T10:26:49.1579942Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float32 PASSED [ 28%] 2022-12-01T10:26:49.1580142Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:26:49.1580317Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float64 PASSED [ 28%] 2022-12-01T10:26:49.1580472Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int16 PASSED [ 28%] 2022-12-01T10:26:49.1580636Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int32 PASSED [ 28%] 2022-12-01T10:26:49.1580801Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int8 PASSED [ 28%] 2022-12-01T10:26:49.1580972Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float32 PASSED [ 28%] 2022-12-01T10:26:49.1581137Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int64 PASSED [ 28%] 2022-12-01T10:26:49.1581290Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex128 PASSED [ 28%] 2022-12-01T10:26:49.1581440Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float32 PASSED [ 28%] 2022-12-01T10:26:49.1581588Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:26:49.1581736Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bool PASSED [ 28%] 2022-12-01T10:26:49.1581875Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex128 PASSED [ 28%] 2022-12-01T10:26:49.1582025Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex32 PASSED [ 28%] 2022-12-01T10:26:49.1582173Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float16 PASSED [ 28%] 2022-12-01T10:26:49.1582317Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int64 PASSED [ 28%] 2022-12-01T10:26:49.1582471Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:26:49.1582623Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float64 PASSED [ 28%] 2022-12-01T10:26:49.1582774Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int16 PASSED [ 28%] 2022-12-01T10:26:49.1582923Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int64 PASSED [ 28%] 2022-12-01T10:26:49.1583067Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:26:49.1583221Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float64 PASSED [ 28%] 2022-12-01T10:26:49.1583371Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int64 PASSED [ 28%] 2022-12-01T10:26:49.1583516Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex128 PASSED [ 28%] 2022-12-01T10:26:49.1583664Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex64 PASSED [ 28%] 2022-12-01T10:26:49.1583809Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float16 PASSED [ 28%] 2022-12-01T10:26:49.1583955Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float32 PASSED [ 28%] 2022-12-01T10:26:49.1584102Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int16 PASSED [ 28%] 2022-12-01T10:26:49.1584237Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int8 PASSED [ 28%] 2022-12-01T10:26:49.1584409Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_uint8 PASSED [ 28%] 2022-12-01T10:26:49.1584562Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex128 PASSED [ 28%] 2022-12-01T10:26:49.1584713Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex64 PASSED [ 28%] 2022-12-01T10:26:49.1584861Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float32 PASSED [ 28%] 2022-12-01T10:26:49.1585005Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int32 PASSED [ 28%] 2022-12-01T10:26:49.1585147Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int64 PASSED [ 28%] 2022-12-01T10:26:49.1585301Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex128 PASSED [ 28%] 2022-12-01T10:26:49.1585439Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex64 PASSED [ 28%] 2022-12-01T10:26:49.1585616Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:26:49.1585769Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float16 PASSED [ 28%] 2022-12-01T10:26:49.1585917Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float32 PASSED [ 28%] 2022-12-01T10:26:49.1586059Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int16 PASSED [ 28%] 2022-12-01T10:26:49.1586206Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bool PASSED [ 28%] 2022-12-01T10:26:49.1586358Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex128 PASSED [ 28%] 2022-12-01T10:26:49.1586511Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex32 PASSED [ 28%] 2022-12-01T10:26:49.1586657Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex64 PASSED [ 28%] 2022-12-01T10:26:49.1586794Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float32 PASSED [ 28%] 2022-12-01T10:26:49.1586939Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int16 PASSED [ 28%] 2022-12-01T10:26:49.1587082Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int64 PASSED [ 28%] 2022-12-01T10:26:49.1587228Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int8 PASSED [ 28%] 2022-12-01T10:26:49.1587386Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:26:49.1587549Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex64 PASSED [ 28%] 2022-12-01T10:26:49.1587703Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_uint8 PASSED [ 28%] 2022-12-01T10:26:49.1587870Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_bfloat16 SKIPPED (Skipped!) [ 28%] 2022-12-01T10:26:49.1588011Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float16 PASSED [ 28%] 2022-12-01T10:26:49.1588161Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int16 PASSED [ 28%] 2022-12-01T10:26:49.1588311Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int64 PASSED [ 28%] 2022-12-01T10:26:49.1588461Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int8 PASSED [ 28%] 2022-12-01T10:26:49.1588612Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_uint8 PASSED [ 28%] 2022-12-01T10:26:49.1588764Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex64 PASSED [ 28%] 2022-12-01T10:26:49.1588913Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float64 PASSED [ 28%] 2022-12-01T10:26:49.1589062Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int32 PASSED [ 28%] 2022-12-01T10:26:49.1589206Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:26:49.1589356Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bool PASSED [ 28%] 2022-12-01T10:26:49.1589512Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex64 PASSED [ 28%] 2022-12-01T10:26:49.1589668Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float64 PASSED [ 28%] 2022-12-01T10:26:49.1589859Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int32 PASSED [ 28%] 2022-12-01T10:26:49.1590007Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int64 PASSED [ 28%] 2022-12-01T10:26:49.1590153Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_uint8 PASSED [ 28%] 2022-12-01T10:26:49.1590302Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bool PASSED [ 28%] 2022-12-01T10:26:49.1590446Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex128 PASSED [ 28%] 2022-12-01T10:26:49.1590600Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex32 PASSED [ 28%] 2022-12-01T10:26:49.1590754Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex64 PASSED [ 28%] 2022-12-01T10:26:49.1590904Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float32 PASSED [ 28%] 2022-12-01T10:26:49.1591085Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int16 PASSED [ 28%] 2022-12-01T10:26:49.1591237Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int32 PASSED [ 28%] 2022-12-01T10:26:49.1591389Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int8 PASSED [ 28%] 2022-12-01T10:26:49.1591540Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:26:49.1591688Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float16 PASSED [ 28%] 2022-12-01T10:26:49.1591822Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float64 PASSED [ 28%] 2022-12-01T10:26:49.1591968Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int16 PASSED [ 28%] 2022-12-01T10:26:49.1592114Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int32 PASSED [ 28%] 2022-12-01T10:26:49.1592260Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int64 PASSED [ 28%] 2022-12-01T10:26:49.1592413Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:26:49.1592557Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float16 PASSED [ 28%] 2022-12-01T10:26:49.1592704Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float32 PASSED [ 28%] 2022-12-01T10:26:49.1592850Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float64 PASSED [ 28%] 2022-12-01T10:26:49.1592982Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int16 PASSED [ 28%] 2022-12-01T10:26:49.1593122Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int64 PASSED [ 28%] 2022-12-01T10:26:49.1593273Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:26:49.1593420Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float32 PASSED [ 28%] 2022-12-01T10:26:49.1593562Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int16 PASSED [ 28%] 2022-12-01T10:26:49.1593705Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int32 PASSED [ 28%] 2022-12-01T10:26:49.1593852Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_uint8 PASSED [ 28%] 2022-12-01T10:26:49.1594005Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:26:49.1594209Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex64 PASSED [ 28%] 2022-12-01T10:26:49.1594359Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int64 PASSED [ 28%] 2022-12-01T10:26:49.1594503Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_uint8 PASSED [ 28%] 2022-12-01T10:26:49.1594656Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex128 PASSED [ 28%] 2022-12-01T10:26:49.1594807Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex64 PASSED [ 28%] 2022-12-01T10:26:49.1594956Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float16 PASSED [ 28%] 2022-12-01T10:26:49.1595105Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float64 PASSED [ 29%] 2022-12-01T10:26:49.1595251Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int32 PASSED [ 29%] 2022-12-01T10:26:49.1595418Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int64 PASSED [ 29%] 2022-12-01T10:26:49.1595564Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int8 PASSED [ 29%] 2022-12-01T10:26:49.1595706Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_uint8 PASSED [ 29%] 2022-12-01T10:26:49.1595857Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex64 PASSED [ 29%] 2022-12-01T10:26:49.1596001Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float32 PASSED [ 29%] 2022-12-01T10:26:49.1596143Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int32 PASSED [ 29%] 2022-12-01T10:26:49.1596302Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex128 PASSED [ 29%] 2022-12-01T10:26:49.1596454Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float32 PASSED [ 29%] 2022-12-01T10:26:49.1596732Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int64 PASSED [ 29%] 2022-12-01T10:26:49.1596885Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int8 PASSED [ 29%] 2022-12-01T10:26:49.1597036Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_uint8 PASSED [ 29%] 2022-12-01T10:26:49.1597185Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float16 PASSED [ 29%] 2022-12-01T10:26:49.1597334Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float32 PASSED [ 29%] 2022-12-01T10:26:49.1597481Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float64 PASSED [ 29%] 2022-12-01T10:26:49.1597627Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int16 PASSED [ 29%] 2022-12-01T10:26:49.1597773Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int32 PASSED [ 29%] 2022-12-01T10:26:49.1597912Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float64 PASSED [ 29%] 2022-12-01T10:26:49.1598062Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int16 PASSED [ 29%] 2022-12-01T10:26:49.1598211Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_uint8 PASSED [ 29%] 2022-12-01T10:26:49.1598361Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:26:49.1598505Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bool PASSED [ 29%] 2022-12-01T10:26:49.1598652Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float32 PASSED [ 29%] 2022-12-01T10:26:49.1598796Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int16 PASSED [ 29%] 2022-12-01T10:26:49.1598938Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int8 PASSED [ 29%] 2022-12-01T10:26:49.1599081Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_uint8 PASSED [ 29%] 2022-12-01T10:26:49.1599217Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float32 PASSED [ 29%] 2022-12-01T10:26:49.1599362Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float64 PASSED [ 29%] 2022-12-01T10:26:49.1599505Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int16 PASSED [ 29%] 2022-12-01T10:26:49.1599648Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int32 PASSED [ 29%] 2022-12-01T10:26:49.1599789Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int64 PASSED [ 29%] 2022-12-01T10:26:49.1599937Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:26:49.1600077Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bool PASSED [ 29%] 2022-12-01T10:26:49.1600219Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int32 PASSED [ 29%] 2022-12-01T10:26:49.1600349Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_uint8 PASSED [ 29%] 2022-12-01T10:26:49.1600504Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:26:49.1600655Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float64 PASSED [ 29%] 2022-12-01T10:26:49.1600815Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_bool PASSED [ 29%] 2022-12-01T10:26:49.1601010Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int32 PASSED [ 29%] 2022-12-01T10:26:49.1601165Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int8 PASSED [ 29%] 2022-12-01T10:26:49.1601322Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_uint8 PASSED [ 29%] 2022-12-01T10:26:49.1601484Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_float64 PASSED [ 29%] 2022-12-01T10:26:49.1601629Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int32 PASSED [ 29%] 2022-12-01T10:26:49.1601783Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int64 PASSED [ 29%] 2022-12-01T10:26:49.1601941Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int8 PASSED [ 29%] 2022-12-01T10:26:49.1602124Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_uint8 PASSED [ 29%] 2022-12-01T10:26:49.1602278Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int16 PASSED [ 29%] 2022-12-01T10:26:49.1602428Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int64 PASSED [ 29%] 2022-12-01T10:26:49.1602581Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int8 PASSED [ 29%] 2022-12-01T10:26:49.1602731Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_bool PASSED [ 29%] 2022-12-01T10:26:49.1602882Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float32 PASSED [ 29%] 2022-12-01T10:26:49.1603021Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int16 PASSED [ 29%] 2022-12-01T10:26:49.1603170Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int64 PASSED [ 29%] 2022-12-01T10:26:49.1603316Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_bool PASSED [ 29%] 2022-12-01T10:26:49.1603467Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int16 PASSED [ 29%] 2022-12-01T10:26:49.1603613Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int32 PASSED [ 29%] 2022-12-01T10:26:49.1603759Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int64 PASSED [ 29%] 2022-12-01T10:26:49.1603905Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int8 PASSED [ 29%] 2022-12-01T10:26:49.1604057Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_uint8 PASSED [ 29%] 2022-12-01T10:26:49.1604199Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bool PASSED [ 29%] 2022-12-01T10:26:49.1604356Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float32 PASSED [ 29%] 2022-12-01T10:26:49.1604511Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int16 PASSED [ 29%] 2022-12-01T10:26:49.1604665Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int8 PASSED [ 29%] 2022-12-01T10:26:49.1604823Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_uint8 PASSED [ 29%] 2022-12-01T10:26:49.1605008Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:26:49.1605192Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 PASSED [ 29%] 2022-12-01T10:26:49.1605370Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 PASSED [ 29%] 2022-12-01T10:26:49.1605547Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 PASSED [ 29%] 2022-12-01T10:26:49.1605715Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 PASSED [ 29%] 2022-12-01T10:26:49.1605895Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 PASSED [ 29%] 2022-12-01T10:26:49.1606070Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 PASSED [ 29%] 2022-12-01T10:26:49.1606249Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 PASSED [ 29%] 2022-12-01T10:26:49.1606451Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 PASSED [ 29%] 2022-12-01T10:26:49.1606630Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 PASSED [ 29%] 2022-12-01T10:26:49.1606807Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 PASSED [ 29%] 2022-12-01T10:26:49.1606984Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 PASSED [ 29%] 2022-12-01T10:26:49.1607156Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_bool PASSED [ 29%] 2022-12-01T10:26:49.1607317Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_float32 PASSED [ 29%] 2022-12-01T10:26:49.1607514Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int16 PASSED [ 29%] 2022-12-01T10:26:49.1607682Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int32 PASSED [ 29%] 2022-12-01T10:26:49.1607849Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int8 PASSED [ 29%] 2022-12-01T10:26:49.1608008Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_bool PASSED [ 29%] 2022-12-01T10:26:49.1608165Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float64 PASSED [ 29%] 2022-12-01T10:26:49.1608317Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int16 PASSED [ 29%] 2022-12-01T10:26:49.1608469Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int32 PASSED [ 29%] 2022-12-01T10:26:49.1608610Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_uint8 PASSED [ 29%] 2022-12-01T10:26:49.1608761Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:26:49.1608912Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex128 PASSED [ 29%] 2022-12-01T10:26:49.1609068Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex64 PASSED [ 29%] 2022-12-01T10:26:49.1609216Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float32 PASSED [ 29%] 2022-12-01T10:26:49.1609364Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float64 PASSED [ 29%] 2022-12-01T10:26:49.1609511Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int16 PASSED [ 29%] 2022-12-01T10:26:49.1609655Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int64 PASSED [ 29%] 2022-12-01T10:26:49.1609788Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_uint8 PASSED [ 29%] 2022-12-01T10:26:49.1609939Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:26:49.1610093Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex128 PASSED [ 29%] 2022-12-01T10:26:49.1610246Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex64 PASSED [ 29%] 2022-12-01T10:26:49.1610396Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float32 PASSED [ 29%] 2022-12-01T10:26:49.1610543Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float64 PASSED [ 29%] 2022-12-01T10:26:49.1610691Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int64 PASSED [ 29%] 2022-12-01T10:26:49.1610839Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bool PASSED [ 29%] 2022-12-01T10:26:49.1610992Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex32 PASSED [ 29%] 2022-12-01T10:26:49.1611131Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float64 PASSED [ 29%] 2022-12-01T10:26:49.1611278Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_uint8 PASSED [ 29%] 2022-12-01T10:26:49.1611426Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:26:49.1611582Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex128 PASSED [ 29%] 2022-12-01T10:26:49.1611730Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float16 PASSED [ 29%] 2022-12-01T10:26:49.1611911Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float64 PASSED [ 29%] 2022-12-01T10:26:49.1612057Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int16 PASSED [ 29%] 2022-12-01T10:26:49.1612204Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int32 PASSED [ 29%] 2022-12-01T10:26:49.1612339Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:26:49.1612487Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex64 PASSED [ 29%] 2022-12-01T10:26:49.1612639Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:26:49.1612794Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex128 PASSED [ 29%] 2022-12-01T10:26:49.1612974Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float16 PASSED [ 29%] 2022-12-01T10:26:49.1613123Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float64 PASSED [ 29%] 2022-12-01T10:26:49.1613274Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:26:49.1613423Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex32 XFAIL [ 29%] 2022-12-01T10:26:49.1613556Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex64 PASSED [ 29%] 2022-12-01T10:26:49.1613702Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float32 PASSED [ 29%] 2022-12-01T10:26:49.1613847Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float64 PASSED [ 29%] 2022-12-01T10:26:49.1613992Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int16 PASSED [ 29%] 2022-12-01T10:26:49.1614136Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int64 PASSED [ 29%] 2022-12-01T10:26:49.1614276Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int8 PASSED [ 29%] 2022-12-01T10:26:49.1614424Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:26:49.1614570Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bool PASSED [ 29%] 2022-12-01T10:26:49.1614709Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex128 PASSED [ 29%] 2022-12-01T10:26:49.1614858Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex64 PASSED [ 29%] 2022-12-01T10:26:49.1615002Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float32 PASSED [ 29%] 2022-12-01T10:26:49.1615145Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int16 PASSED [ 29%] 2022-12-01T10:26:49.1615286Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int64 PASSED [ 30%] 2022-12-01T10:26:49.1615427Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_uint8 PASSED [ 30%] 2022-12-01T10:26:49.1615585Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex128 PASSED [ 30%] 2022-12-01T10:26:49.1615741Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float32 PASSED [ 30%] 2022-12-01T10:26:49.1615885Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int32 PASSED [ 30%] 2022-12-01T10:26:49.1616034Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int64 PASSED [ 30%] 2022-12-01T10:26:49.1616183Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int8 PASSED [ 30%] 2022-12-01T10:26:49.1616328Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:26:49.1616469Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bool PASSED [ 30%] 2022-12-01T10:26:49.1616610Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float32 PASSED [ 30%] 2022-12-01T10:26:49.1616759Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:26:49.1616900Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bool PASSED [ 30%] 2022-12-01T10:26:49.1617052Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex128 PASSED [ 30%] 2022-12-01T10:26:49.1617189Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex64 PASSED [ 30%] 2022-12-01T10:26:49.1617369Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float32 PASSED [ 30%] 2022-12-01T10:26:49.1617511Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float64 PASSED [ 30%] 2022-12-01T10:26:49.1617651Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int32 PASSED [ 30%] 2022-12-01T10:26:49.1617792Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_uint8 PASSED [ 30%] 2022-12-01T10:26:49.1617941Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:26:49.1618083Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int16 PASSED [ 30%] 2022-12-01T10:26:49.1618224Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int32 PASSED [ 30%] 2022-12-01T10:26:49.1618384Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int8 PASSED [ 30%] 2022-12-01T10:26:49.1618542Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bfloat16 XFAIL [ 30%] 2022-12-01T10:26:49.1618701Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bool XFAIL [ 30%] 2022-12-01T10:26:49.1618857Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex64 XFAIL [ 30%] 2022-12-01T10:26:49.1619012Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float32 XFAIL [ 30%] 2022-12-01T10:26:49.1619164Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float64 XFAIL [ 30%] 2022-12-01T10:26:49.1619317Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int32 XFAIL [ 30%] 2022-12-01T10:26:49.1619466Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex128 PASSED [ 30%] 2022-12-01T10:26:49.1619597Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float32 PASSED [ 30%] 2022-12-01T10:26:49.1619741Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int16 PASSED [ 30%] 2022-12-01T10:26:49.1619883Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_uint8 PASSED [ 30%] 2022-12-01T10:26:49.1620032Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float32 XFAIL [ 30%] 2022-12-01T10:26:49.1620178Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float64 XFAIL [ 30%] 2022-12-01T10:26:49.1620319Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int64 XFAIL [ 30%] 2022-12-01T10:26:49.1620477Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex128 PASSED [ 30%] 2022-12-01T10:26:49.1620631Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float64 PASSED [ 30%] 2022-12-01T10:26:49.1620762Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bool PASSED [ 30%] 2022-12-01T10:26:49.1620912Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex64 PASSED [ 30%] 2022-12-01T10:26:49.1621057Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float16 PASSED [ 30%] 2022-12-01T10:26:49.1621204Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float64 PASSED [ 30%] 2022-12-01T10:26:49.1621348Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int8 PASSED [ 30%] 2022-12-01T10:26:49.1621492Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_uint8 PASSED [ 30%] 2022-12-01T10:26:49.1621636Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bool PASSED [ 30%] 2022-12-01T10:26:49.1621787Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float32 PASSED [ 30%] 2022-12-01T10:26:49.1621921Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float64 PASSED [ 30%] 2022-12-01T10:26:49.1622064Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int32 PASSED [ 30%] 2022-12-01T10:26:49.1622218Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int32 PASSED [ 30%] 2022-12-01T10:26:49.1622370Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bool PASSED [ 30%] 2022-12-01T10:26:49.1622530Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex128 PASSED [ 30%] 2022-12-01T10:26:49.1622716Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex64 PASSED [ 30%] 2022-12-01T10:26:49.1622870Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float32 PASSED [ 30%] 2022-12-01T10:26:49.1623021Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int16 PASSED [ 30%] 2022-12-01T10:26:49.1623171Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int32 PASSED [ 30%] 2022-12-01T10:26:49.1623305Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int64 PASSED [ 30%] 2022-12-01T10:26:49.1623456Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int8 PASSED [ 30%] 2022-12-01T10:26:49.1623606Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:26:49.1623753Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float32 PASSED [ 30%] 2022-12-01T10:26:49.1623962Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float64 PASSED [ 30%] 2022-12-01T10:26:49.1624111Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int16 PASSED [ 30%] 2022-12-01T10:26:49.1624256Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int8 PASSED [ 30%] 2022-12-01T10:26:49.1624409Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:26:49.1624550Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex128 PASSED [ 30%] 2022-12-01T10:26:49.1624695Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int8 PASSED [ 30%] 2022-12-01T10:26:49.1624850Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bool PASSED [ 30%] 2022-12-01T10:26:49.1625007Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex64 PASSED [ 30%] 2022-12-01T10:26:49.1625159Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float32 PASSED [ 30%] 2022-12-01T10:26:49.1625310Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float64 PASSED [ 30%] 2022-12-01T10:26:49.1625464Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int16 PASSED [ 30%] 2022-12-01T10:26:49.1625611Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int32 PASSED [ 30%] 2022-12-01T10:26:49.1625749Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int64 PASSED [ 30%] 2022-12-01T10:26:49.1625900Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int8 PASSED [ 30%] 2022-12-01T10:26:49.1626049Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_uint8 PASSED [ 30%] 2022-12-01T10:26:49.1626208Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:26:49.1626369Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex128 PASSED [ 30%] 2022-12-01T10:26:49.1626527Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float16 PASSED [ 30%] 2022-12-01T10:26:49.1626685Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float32 PASSED [ 30%] 2022-12-01T10:26:49.1626839Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int64 PASSED [ 30%] 2022-12-01T10:26:49.1626987Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_uint8 PASSED [ 30%] 2022-12-01T10:26:49.1627128Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bool PASSED [ 30%] 2022-12-01T10:26:49.1627282Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex64 PASSED [ 30%] 2022-12-01T10:26:49.1627435Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float64 PASSED [ 30%] 2022-12-01T10:26:49.1627586Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int16 PASSED [ 30%] 2022-12-01T10:26:49.1627733Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int32 PASSED [ 30%] 2022-12-01T10:26:49.1627880Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int64 PASSED [ 30%] 2022-12-01T10:26:49.1628032Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int8 PASSED [ 30%] 2022-12-01T10:26:49.1628217Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:26:49.1628359Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex128 PASSED [ 30%] 2022-12-01T10:26:49.1628503Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float32 PASSED [ 30%] 2022-12-01T10:26:49.1628649Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float64 PASSED [ 30%] 2022-12-01T10:26:49.1628805Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex64 PASSED [ 30%] 2022-12-01T10:26:49.1628957Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float16 PASSED [ 30%] 2022-12-01T10:26:49.1629108Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float32 PASSED [ 30%] 2022-12-01T10:26:49.1629256Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float64 PASSED [ 30%] 2022-12-01T10:26:49.1629431Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:26:49.1629573Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex32 PASSED [ 30%] 2022-12-01T10:26:49.1629719Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex64 PASSED [ 30%] 2022-12-01T10:26:49.1629867Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float16 PASSED [ 30%] 2022-12-01T10:26:49.1630014Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int16 PASSED [ 30%] 2022-12-01T10:26:49.1630162Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int32 PASSED [ 30%] 2022-12-01T10:26:49.1630308Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_uint8 PASSED [ 30%] 2022-12-01T10:26:49.1630456Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:26:49.1630603Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float16 PASSED [ 30%] 2022-12-01T10:26:49.1630740Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float64 PASSED [ 30%] 2022-12-01T10:26:49.1630888Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int16 PASSED [ 30%] 2022-12-01T10:26:49.1631033Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int32 PASSED [ 30%] 2022-12-01T10:26:49.1631177Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int64 PASSED [ 30%] 2022-12-01T10:26:49.1631330Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex32 PASSED [ 30%] 2022-12-01T10:26:49.1631482Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex64 PASSED [ 30%] 2022-12-01T10:26:49.1631632Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float32 PASSED [ 30%] 2022-12-01T10:26:49.1631781Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float64 PASSED [ 30%] 2022-12-01T10:26:49.1631917Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int32 PASSED [ 30%] 2022-12-01T10:26:49.1632063Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int8 PASSED [ 30%] 2022-12-01T10:26:49.1632210Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_uint8 PASSED [ 30%] 2022-12-01T10:26:49.1632358Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bool PASSED [ 30%] 2022-12-01T10:26:49.1632512Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex128 PASSED [ 30%] 2022-12-01T10:26:49.1632666Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex32 PASSED [ 30%] 2022-12-01T10:26:49.1632817Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float16 PASSED [ 30%] 2022-12-01T10:26:49.1632965Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float32 PASSED [ 30%] 2022-12-01T10:26:49.1633109Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float64 PASSED [ 30%] 2022-12-01T10:26:49.1633243Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int16 PASSED [ 30%] 2022-12-01T10:26:49.1633389Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int64 PASSED [ 30%] 2022-12-01T10:26:49.1633537Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_uint8 PASSED [ 30%] 2022-12-01T10:26:49.1633714Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bool PASSED [ 30%] 2022-12-01T10:26:49.1633863Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float16 PASSED [ 30%] 2022-12-01T10:26:49.1634010Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float32 PASSED [ 30%] 2022-12-01T10:26:49.1634242Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int64 PASSED [ 30%] 2022-12-01T10:26:49.1634400Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex64 PASSED [ 30%] 2022-12-01T10:26:49.1634535Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float16 PASSED [ 30%] 2022-12-01T10:26:49.1634682Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float32 PASSED [ 30%] 2022-12-01T10:26:49.1634830Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float64 PASSED [ 30%] 2022-12-01T10:26:49.1635008Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int16 PASSED [ 31%] 2022-12-01T10:26:49.1635159Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int32 PASSED [ 31%] 2022-12-01T10:26:49.1635304Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_add_cpu PASSED [ 31%] 2022-12-01T10:26:49.1635448Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amin_cpu PASSED [ 31%] 2022-12-01T10:26:49.1635615Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_left_shift_cpu PASSED [ 31%] 2022-12-01T10:26:49.1635756Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_or_cpu PASSED [ 31%] 2022-12-01T10:26:49.1635900Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_cat_cpu XFAIL [ 31%] 2022-12-01T10:26:49.1636052Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diagonal_cpu PASSED [ 31%] 2022-12-01T10:26:49.1636216Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_no_rounding_mode_cpu PASSED [ 31%] 2022-12-01T10:26:49.1636365Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dstack_cpu PASSED [ 31%] 2022-12-01T10:26:49.1636509Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eq_cpu PASSED [ 31%] 2022-12-01T10:26:49.1636758Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eye_cpu PASSED [ 31%] 2022-12-01T10:26:49.1636911Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fliplr_cpu PASSED [ 31%] 2022-12-01T10:26:49.1637056Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_float_power_cpu PASSED [ 31%] 2022-12-01T10:26:49.1637214Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_floor_divide_cpu PASSED [ 31%] 2022-12-01T10:26:49.1637362Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmax_cpu PASSED [ 31%] 2022-12-01T10:26:49.1637508Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmin_cpu PASSED [ 31%] 2022-12-01T10:26:49.1637652Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmod_cpu PASSED [ 31%] 2022-12-01T10:26:49.1637801Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gcd_cpu PASSED [ 31%] 2022-12-01T10:26:49.1637947Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gt_cpu PASSED [ 31%] 2022-12-01T10:26:49.1638103Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_heaviside_cpu PASSED [ 31%] 2022-12-01T10:26:49.1638239Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hstack_cpu XFAIL [ 31%] 2022-12-01T10:26:49.1638395Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igammac_cpu PASSED [ 31%] 2022-12-01T10:26:49.1638549Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_index_select_cpu XFAIL [ 31%] 2022-12-01T10:26:49.1638704Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_isclose_cpu PASSED [ 31%] 2022-12-01T10:26:49.1638847Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_le_cpu PASSED [ 31%] 2022-12-01T10:26:49.1639001Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_linspace_cpu PASSED [ 31%] 2022-12-01T10:26:49.1639162Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_and_cpu PASSED [ 31%] 2022-12-01T10:26:49.1639366Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_or_cpu PASSED [ 31%] 2022-12-01T10:26:49.1639517Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logspace_cpu PASSED [ 31%] 2022-12-01T10:26:49.1639658Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_masked_fill_cpu PASSED [ 31%] 2022-12-01T10:26:49.1639807Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_minimum_cpu XFAIL [ 31%] 2022-12-01T10:26:49.1639953Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mul_cpu PASSED [ 31%] 2022-12-01T10:26:49.1640115Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_native_layer_norm_cpu PASSED [ 31%] 2022-12-01T10:26:49.1640259Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_neg_cpu PASSED [ 31%] 2022-12-01T10:26:49.1640424Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_gelu_cpu PASSED [ 31%] 2022-12-01T10:26:49.1640626Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_l1_loss_cpu PASSED [ 31%] 2022-12-01T10:26:49.1640811Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_margin_ranking_loss_cpu PASSED [ 31%] 2022-12-01T10:26:49.1640976Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_poisson_nll_loss_cpu PASSED [ 31%] 2022-12-01T10:26:49.1641142Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_prelu_cpu PASSED [ 31%] 2022-12-01T10:26:49.1641314Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_softshrink_cpu PASSED [ 31%] 2022-12-01T10:26:49.1641470Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_as_cpu PASSED [ 31%] 2022-12-01T10:26:49.1641618Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rot90_cpu PASSED [ 31%] 2022-12-01T10:26:49.1641763Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sub_cpu PASSED [ 31%] 2022-12-01T10:26:49.1641913Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_trace_cpu PASSED [ 31%] 2022-12-01T10:26:49.1642068Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_true_divide_cpu PASSED [ 31%] 2022-12-01T10:26:49.1642219Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_unbind_cpu PASSED [ 31%] 2022-12-01T10:26:49.1642354Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_cpu PASSED [ 31%] 2022-12-01T10:26:49.1642500Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vstack_cpu XFAIL [ 31%] 2022-12-01T10:26:49.1642693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1642889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1643079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1643270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1643460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1643647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1643836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1644011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1644205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1644403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1644603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1644824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1645016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1645207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1645399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1645584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1645807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1645992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1646182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1646368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1646557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1646753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1646944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1647144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1647339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1647526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1647715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1647900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1648092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1648284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1648476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1648668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1648862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1649057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1649249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1649440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1649634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1649815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1650038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1650226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1650409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1650600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1650798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1651024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1651221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1651411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1651601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1651777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1651967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1652169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1652366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1652562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1652764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1652963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1653154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1653344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1653533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1653714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1653912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1654104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1654297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1654492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1654683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1654875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1655103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1655293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1655483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1655658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1655845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1656059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1656247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1656449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1656641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1656829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1657017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1657212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1657405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1657608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1657798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1657988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1658179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1658368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:26:49.1658558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1658748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1658939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1659133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1659312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1659503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1659689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1659879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1660096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1660289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1660481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1660670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1660858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1661050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1661251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1661443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1661626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1661814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1662001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1662193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1662392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1662586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1662778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1662967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1663142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1663333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1663527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1663720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1663914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1664109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1664303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1664504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1664704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1664902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1665086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1665336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1665539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1665740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1665938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1666130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1666353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1666551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1666747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1666943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1667122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1667315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1667508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1667699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1667898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1668088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1668289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1668488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1668678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1668870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1669057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1669251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1669441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1669631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1669819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1670007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1670203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1670427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1670622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1670814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1670993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1671182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1671402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1671595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1671787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1671980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1672170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1672363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1672560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1672752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1672929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1673114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1673309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1673500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1673698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1673891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1674146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1674345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1674538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1674729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1674903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1675094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1675285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1675510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1675700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1675887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1676086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1676280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1676480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1676804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1676993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1677188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1677379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1677574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1677774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1677970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1678170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1678366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1678559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1678752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1678941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1679142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1679340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1679534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1679724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1679919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1680119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1680314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1680511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1680752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1680936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1681130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1681324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1681517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1681735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1681929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1682134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1682340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1682541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1682742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1682941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1683122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1683322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1683517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1683708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1683907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1684113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1684312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:26:49.1684511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1684706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1684901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1685081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1685273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1685481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1685679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1685901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1686091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1686287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1686484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1686679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1686902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1687091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1687282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1687481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1687679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1687871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1688071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1688270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1688472Z 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:26:49.1688679Z 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:26:49.1688887Z 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:26:49.1689082Z 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:26:49.1689280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1689474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1689672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1689864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1690057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1690251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1690447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1690640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1690869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1691061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1691240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1691435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1691633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1691856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1692066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1692276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1692483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1692685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1692881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1693085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1693275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1693490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1693696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1693911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1694123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1694332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1694542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1694752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1694961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1695164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1695360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1695552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1695751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1695977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1696173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1696366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1696572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1696779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1697010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1697218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1697418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1697607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1697799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1697991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1698185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1698371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1698554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1698743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1698940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1699138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1699333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1699513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1699706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1699893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1700080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1700270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1700465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1700661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1700851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1701079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1701264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1701445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1701644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1701838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1702058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1702255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1702442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1702643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1702840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1703033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1703232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1703411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1703609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1703798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1703987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1704174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1704368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1704564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1704758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1704950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1705146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1705326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1705517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1705708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1705902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1706167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1706364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1706568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1706765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1706961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1707184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1707367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1707561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1707755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1707956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1708152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1708352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1708552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1708752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1708944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1709141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1709316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1709513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1709705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1709901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1710101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1710298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:26:49.1710502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1710703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1710907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1711102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1711323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1711533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1711741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1711942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1712141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1712369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1712574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1712772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1712962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1713157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1713351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1713532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1713728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1713917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1714183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1714385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1714578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1714777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1714974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1715172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1715349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1715552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1715752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1715957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1716163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1716396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1716670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1716873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1717081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1717283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1717533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1717731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1717939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1718138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1718340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1718548Z 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:26:49.1718752Z 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:26:49.1718950Z 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:26:49.1719147Z 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:26:49.1719348Z 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:26:49.1719554Z 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:26:49.1719748Z 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:26:49.1719954Z 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:26:49.1720159Z 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:26:49.1720363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1720560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1720763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1720966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1721163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1721358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1721587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1721786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1721981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1722180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1722374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1722599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1722800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1722998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1723193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1723393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1723586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1723776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1723962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1724162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1724351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1724544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1724734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1724920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1725110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1725296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1725484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1725678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1725855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1726051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1726243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1726437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1726655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1726843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1727032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1727219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1727408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1727597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1727811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1728010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1728200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1728391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1728587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1728783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1728978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1729167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1729359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1729556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1729739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1729936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1730123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1730316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1730520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1730723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1730917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1731114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1731308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1731506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1731699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1731933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1732129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1732323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1732518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1732716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1732934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1733134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1733330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1733527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1733715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1733911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1734116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1734319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1734514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1734712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1734906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1735101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1735296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1735490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1735672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1735864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1736062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1736260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1736454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:26:49.1736649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1736899Z 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:26:49.1737106Z 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:26:49.1737308Z 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:26:49.1737511Z 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:26:49.1737708Z 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:26:49.1737942Z 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:26:49.1738152Z 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:26:49.1738355Z 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:26:49.1738558Z 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:26:49.1738764Z 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:26:49.1738968Z 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:26:49.1739171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex64 SKIPPED (Skipped!) [ 35%] 2022-12-01T10:26:49.1739377Z 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:26:49.1739581Z 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:26:49.1739785Z 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:26:49.1739986Z 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:26:49.1740191Z 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:26:49.1740407Z 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:26:49.1740616Z 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:26:49.1740828Z 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:26:49.1741033Z 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:26:49.1741238Z 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:26:49.1741435Z 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:26:49.1741647Z 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:26:49.1741881Z 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:26:49.1742085Z 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:26:49.1742275Z 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:26:49.1742477Z 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:26:49.1742682Z 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:26:49.1742916Z 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:26:49.1743121Z 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:26:49.1743329Z 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:26:49.1743534Z 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:26:49.1743730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1743920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1744119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1744304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1744501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1744694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1744883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1745081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1745272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1745477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1745676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1745871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1746065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1746248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1746440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1746629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1746824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1747050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1747244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1747432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1747622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1747811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1748028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1748210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1748414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1748607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1748798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1749187Z 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:26:49.1749487Z 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:26:49.1749801Z 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:26:49.1750122Z 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:26:49.1750435Z 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:26:49.1750743Z 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:26:49.1751049Z 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:26:49.1751341Z 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:26:49.1751645Z 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:26:49.1751962Z 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:26:49.1752289Z 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:26:49.1752611Z 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:26:49.1752928Z 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:26:49.1753238Z 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:26:49.1753549Z 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:26:49.1753894Z 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:26:49.1754287Z 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:26:49.1754616Z 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:26:49.1754924Z 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:26:49.1755280Z 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:26:49.1755600Z 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:26:49.1755920Z 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:26:49.1756230Z 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:26:49.1756655Z 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:26:49.1756848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1757043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1757232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1757418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1757593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1757782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1757979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1758173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1758374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1758565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1758754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1758949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1759140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1759328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1759503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1759694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1759930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1760116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1760304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1760492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1760688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1760911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1761109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1761298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1761473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1761667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1761860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1762050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1762238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1762425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1762619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1762816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1763011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1763203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1763381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1763575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1763771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1763962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1764153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1764342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1764531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1764724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1764918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1765140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1765316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1765506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:26:49.1765696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1765885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1766108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1766303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1766495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1766687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1766879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1767069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1767253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1767441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1767629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1767815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1768003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1768189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1768380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1768581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1768777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1768959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1769155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1769348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1769536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1769737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1769940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1770169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1770366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1770562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1770755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1770936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1771155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1771350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1771544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1771746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1771948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1772149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1772345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1772545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1772740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1772935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1773116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1773308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1773500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1773694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1773894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1774089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1774290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1774487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1774683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1774873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1775057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1775286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1775476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1775667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1775862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1776055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1776272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1776466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1776656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1776849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1777027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1777213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1777404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1777596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1777789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1777979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1778164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1778355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1778549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1778729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1778915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1779112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1779309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1779502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1779696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1779890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1780082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1780301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1780495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1780695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1780877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1781073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1781294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1781487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1781681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1781873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1782072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1782269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1782459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1782654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1782837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1783030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1783229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1783422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1783626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1783830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1784036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1784237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1784432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1784627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1784806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1785002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1785209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1785439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1785640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1785839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1786032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1786232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1786490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1786687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1786865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1787056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1787247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1787451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1787649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1787848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1788041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1788240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1788437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1788633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1788812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1789007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1789203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1789402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1789599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1789792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1789986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1790183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1790373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1790591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1790784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1790963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1791149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1791351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:26:49.1791574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1791774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1791964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1792156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1792349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1792549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1792743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1792925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1793115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1793311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1793502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1793697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1793892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1794154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1794353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1794553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1794747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1794930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1795122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1795326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1795563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1795760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1795952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1796147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1796343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1796684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1796885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1797067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1797262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1797455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1797660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1797860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1798056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1798265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1798466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1798664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1798858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1799049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1799260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1799469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1799668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1799867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1800064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1800258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1800456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1800655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1800885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1801079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1801258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1801452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1801649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1801872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1802072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1802267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1802461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1802653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1802846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1803038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1803220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1803419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1803609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1803803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1803993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1804189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1804381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1804576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1804767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1804963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1805145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1805343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1805535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1805758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1805960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1806157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1806354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1806554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1806773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1806967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1807150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1807354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1807551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1807746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1807937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1808132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1808329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1808520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1808720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1808916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1809096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1809292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1809487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1809692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1809892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1810086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1810278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1810468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1810656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1810892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1811087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1811265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1811456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1811647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1811869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1812068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1812263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1812453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1812642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1812841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1813039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1813220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1813412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1813606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1813797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1813989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1814178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1814378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1814575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1814776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1814969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1815150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1815345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1815538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1815729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1815949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1816137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1816325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1816520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1816710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1816935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1817123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1817317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:26:49.1817507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1817697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1817891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1818082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1818282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1818480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1818671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1818865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1819042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1819230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1819423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1819625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1819827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1820027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1820224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1820415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1820610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1820804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1821011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1821200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1821392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1821584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1821773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1821986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1822176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1822363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1822561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1822754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1822932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1823122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1823320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1823513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1823705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1823897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1824086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1824285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1824533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1824761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1824945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1825149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1825500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1825730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1860368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1860661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1861013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1861201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1861388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1861568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1861768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1862004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1862195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1862382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1862578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1862781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1862985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1863189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1863393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1863578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1863775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1863973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1864172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1864374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1864584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1864790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1864991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1865186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1865380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1865570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1865769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1865960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1866182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1866380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1866585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1866792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1866996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1867229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1867427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1867618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1867797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1867986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1868173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1868373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1868569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1868764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1868958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1869150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1869341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1869533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1869710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1869905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1870098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1870294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1870484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1870677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1870869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1871061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1871277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1871468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1871643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1871832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1872020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1872246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1872443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1872635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1872823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1873009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1873195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1873369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1873560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1873748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1873935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1874198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1874389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1874580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1874775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1874973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1875175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1875353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1875542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1875735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1875923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1876121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1876317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1876671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1876943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1877137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1877327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1877503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1877771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1877965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1878162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:26:49.1878355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1878548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1878739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1878931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1879121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1879313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1879490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1879679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1879868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1880055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1880244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1880440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1880631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1880822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1881011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1881199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1881374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1881574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1881811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1882008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1882204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1882408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1882607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1882832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1883030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1883229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1883407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1883605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1883803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1883996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1884192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1884388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1884579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1884773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1884975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1885178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1885365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1885560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1885759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1885951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1886141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1886330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1886528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1886731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1886952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1887149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1887331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1887528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1887723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1887942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1888142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1888342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1888532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1888723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1888911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1889098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1889281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1889477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1889671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1889866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1890062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1890261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1890460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1890657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1890854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1891054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1891238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1891438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1891632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1891839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1892066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1892261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1892456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1892659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1892864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1893111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1893300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1893497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1893695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1893886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1894083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1894280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1894476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1894676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1894872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1895068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1895251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1895445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1895651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1895857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1896060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1896256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1896455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1896649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1896846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1897043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1897251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1897450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1897659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1897864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1898066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1898289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1898487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1898686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1898886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1899087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1899290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1899475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1899670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1899866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1900072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1900281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1900487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1900689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1900890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1901092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1901289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1901468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1901666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1901863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1902060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1902281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1902479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1902670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1902860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1903057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1903285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1903469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1903664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1903859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1904054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:26:49.1904252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1904449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1904642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1904845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1905039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1905232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1905414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1905611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1905818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1906019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1906219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1906413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1906609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1906807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1906999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1907197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1907407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1907605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1907798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1907987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1908177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1908393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1908593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1908792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1908986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1909175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1909354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1909551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1909748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1909943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1910134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1910322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1910513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1910712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1910913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1911110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1911293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1911488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1911679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1911872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1912068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1912267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1912492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1912683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1912877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1913071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1913272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1913480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1913683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1913882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1914157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1914360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1914552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1914746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1914940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1915140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1915339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1915521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1915717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1915913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1916110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1916302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1916498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1916923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1917117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1917307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1917507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1917700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1917947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1918142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1918339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1918532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1918726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1918949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1919141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1919331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1919523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1919703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1919892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1920081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1920270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1920458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1920646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1920830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1921022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1921215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1921395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1921585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1921780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1921969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1922159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1922353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1922546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1922736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1922928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1923156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1923339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1923536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1923732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1923928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1924165Z 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:26:49.1924382Z 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:26:49.1924596Z 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:26:49.1924808Z 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:26:49.1925017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1925218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1925417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1925609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1925817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1926022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1926221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1926426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1926631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1926832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1927033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1927236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1927439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1927627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1927824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1928031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1928265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1928472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1928683Z 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:26:49.1928895Z 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:26:49.1929103Z 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:26:49.1929348Z 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:26:49.1929554Z 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:26:49.1929767Z 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:26:49.1929964Z 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:26:49.1930170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1930371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1930570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:26:49.1930768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1930962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1931156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1931352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1931555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1931758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1931945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1932141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1932337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1932535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1932731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1932929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1933122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1933342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1933531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1933721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1933897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1934083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1934278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1934496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1934703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1934898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1935092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1935283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1935479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1935670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1935849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1936041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1936239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1936438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1936629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1936825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1937017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1937208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1937400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1937590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1937778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1937974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1938165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1938354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1938570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1938755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1938950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1939147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1939342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1939570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1939753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1939942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1940127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1940316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1940505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1940696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1940899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1941093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1941287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1941478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1941655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1941855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1942056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1942260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1942467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1942668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1942872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1943072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1943269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1943467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1943678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1943878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1944082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1944283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1944491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1944719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1944927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1945124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1945319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1945517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1945701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1945908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1946110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1946312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1946512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1946705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1946896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1947094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1947289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1947494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1947681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1947876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1948068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1948268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1948471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1948699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1948894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1949094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1949288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1949479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1949697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1949881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1950078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1950276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1950471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1950673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1950871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1951070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1951266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1951460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1951665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1951853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1952048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1952248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1952443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1952641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1952838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1953035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1953230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1953430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1953625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1953840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1954117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1954321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1954516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1954706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1954927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1955122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1955314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1955502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1955696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1955874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1956068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1956263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1956455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:26:49.1956749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1956945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1957149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1957347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1957553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1957756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1957942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1958135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1958331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1958524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1958719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1958924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1959213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1959423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1959628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1959828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1960009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1960236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1960432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1960629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1960823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1961021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1961216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1961410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1961607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1961805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1961983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1962176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1962371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1962569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1962765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1962961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1963176Z 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:26:49.1963389Z 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:26:49.1963607Z 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:26:49.1963823Z 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:26:49.1964037Z 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:26:49.1964262Z 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:26:49.1964472Z 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:26:49.1964683Z 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:26:49.1964895Z 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:26:49.1965113Z 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:26:49.1965362Z 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:26:49.1965575Z 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:26:49.1965784Z 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:26:49.1966005Z 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:26:49.1966219Z 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:26:49.1966434Z 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:26:49.1966639Z 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:26:49.1966851Z 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:26:49.1967062Z 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:26:49.1967273Z 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:26:49.1967492Z 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:26:49.1967714Z 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:26:49.1967928Z 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:26:49.1968140Z 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:26:49.1968348Z 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:26:49.1968561Z 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:26:49.1968776Z 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:26:49.1968961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1969156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1969381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1969572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1969766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1969957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1970153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1970376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1970580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1970775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1970959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1971152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1971350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1971544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1971744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1971940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1972143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1972342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1972540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1972734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1972919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1973114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1973311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1973503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1973693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1973880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1974070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1974258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1974478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1974676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1974857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1975052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1975244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1975460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1975655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1975846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1976042Z 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:26:49.1976239Z 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:26:49.1976432Z 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:26:49.1976628Z 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:26:49.1976818Z 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:26:49.1977022Z 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:26:49.1977218Z 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:26:49.1977410Z 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:26:49.1977600Z 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:26:49.1977795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1977991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1978191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1978381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1978571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1978758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1978957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1979151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1979350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1979575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1979772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1979964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1980170Z 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:26:49.1980381Z 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:26:49.1980615Z 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:26:49.1980797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1980989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1981178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1981367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1981553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1981743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1981931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1982119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1982309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1982500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1982677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1982868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:26:49.1983056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1983244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1983433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1983622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1983816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1984014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1984206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1984402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1984836Z 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:26:49.1985156Z 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:26:49.1985474Z 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:26:49.1985788Z 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:26:49.1986099Z 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:26:49.1986445Z 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:26:49.1986786Z 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:26:49.1987112Z 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:26:49.1987426Z 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:26:49.1987739Z 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:26:49.1988042Z 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:26:49.1988359Z 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:26:49.1988678Z 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:26:49.1988920Z 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:26:49.1989155Z 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:26:49.1989392Z 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:26:49.1989632Z 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:26:49.1989868Z 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:26:49.1990108Z 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:26:49.1990342Z 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:26:49.1990570Z 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:26:49.1990792Z 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:26:49.1991021Z 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:26:49.1991286Z 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:26:49.1991479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1991681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1991876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1992075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1992293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1992490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1992694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1992898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1993083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1993278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1993476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1993678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1993876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1994148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1994349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1994546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1994741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1994936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1995121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1995326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1995529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1995729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1995922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1996121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1996356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1996639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1996835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1997036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1997223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1997462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1997661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1997863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1998057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1998264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1998467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1998669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1998869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1999070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1999255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1999450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1999649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:26:49.1999862Z 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:26:49.2000073Z 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:26:49.2000285Z 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:26:49.2000494Z 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:26:49.2000703Z 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:26:49.2000914Z 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:26:49.2001126Z 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:26:49.2001340Z 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:26:49.2001578Z 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:26:49.2001792Z 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:26:49.2002000Z 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:26:49.2002208Z 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:26:49.2002415Z 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:26:49.2002655Z 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:26:49.2002864Z 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:26:49.2003069Z 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:26:49.2003276Z 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:26:49.2003480Z 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:26:49.2003685Z 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:26:49.2003880Z 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:26:49.2004097Z 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:26:49.2004314Z 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:26:49.2004531Z 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:26:49.2004739Z 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:26:49.2004954Z 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:26:49.2005172Z 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:26:49.2005388Z 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:26:49.2005600Z 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:26:49.2005813Z 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:26:49.2006024Z 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:26:49.2006238Z 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:26:49.2006470Z 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:26:49.2006711Z 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:26:49.2006929Z 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:26:49.2007140Z 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:26:49.2007348Z 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:26:49.2007554Z 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:26:49.2007780Z 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:26:49.2007999Z 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:26:49.2008213Z 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:26:49.2008425Z 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:26:49.2008625Z 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:26:49.2008843Z 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:26:49.2009051Z 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:26:49.2009267Z 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:26:49.2009477Z 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:26:49.2009692Z 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:26:49.2009905Z 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:26:49.2010127Z 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:26:49.2010350Z 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:26:49.2010573Z 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:26:49.2010790Z 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:26:49.2010998Z 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:26:49.2011223Z 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:26:49.2011446Z 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:26:49.2011695Z 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:26:49.2011902Z 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:26:49.2012107Z 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:26:49.2012315Z 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:26:49.2012523Z 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:26:49.2012758Z 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:26:49.2012978Z 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:26:49.2013190Z 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:26:49.2013390Z 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:26:49.2013614Z 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:26:49.2013837Z 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:26:49.2014055Z 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:26:49.2014279Z 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:26:49.2014507Z 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:26:49.2014734Z 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:26:49.2014955Z 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:26:49.2015180Z 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:26:49.2015403Z 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:26:49.2015624Z 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:26:49.2015844Z 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:26:49.2016057Z 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:26:49.2016266Z 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:26:49.2016477Z 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:26:49.2016718Z 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:26:49.2016933Z 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:26:49.2017151Z 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:26:49.2017367Z 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:26:49.2017582Z 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:26:49.2017832Z 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:26:49.2018051Z 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:26:49.2018270Z 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:26:49.2018470Z 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:26:49.2018678Z 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:26:49.2018889Z 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:26:49.2019101Z 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:26:49.2019310Z 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:26:49.2019514Z 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:26:49.2019720Z 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:26:49.2019930Z 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:26:49.2020145Z 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:26:49.2020352Z 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:26:49.2020546Z 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:26:49.2020751Z 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:26:49.2020954Z 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:26:49.2021159Z 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:26:49.2021365Z 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:26:49.2021575Z 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:26:49.2021810Z 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:26:49.2022014Z 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:26:49.2022217Z 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:26:49.2022431Z 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:26:49.2022669Z 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:26:49.2022873Z 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:26:49.2023088Z 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:26:49.2023310Z 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:26:49.2023525Z 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:26:49.2023738Z 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:26:49.2023957Z 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:26:49.2024171Z 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:26:49.2024381Z 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:26:49.2024592Z 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:26:49.2024799Z 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:26:49.2025008Z 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:26:49.2025217Z 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:26:49.2025439Z 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:26:49.2025654Z 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:26:49.2025863Z 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:26:49.2026076Z 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:26:49.2026290Z 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:26:49.2026502Z 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:26:49.2026743Z 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:26:49.2026952Z 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:26:49.2027164Z 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:26:49.2027379Z 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:26:49.2027558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2027780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2027980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2028172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2028363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2028550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2028747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2028947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2029147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2029344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2029528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2029721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2029913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2030107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2030303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2030495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2030685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2030869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2031055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2031253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2031437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2031632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2031864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2032054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2032251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2032445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2032642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2032862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2033055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2033246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2033433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2033627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2033832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2034108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2034314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2034514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2034711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2034914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2035116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2035312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2035496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2035691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2035888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2036084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2036277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2036468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2036759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2036964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2037214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2037411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2037592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2037788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2037983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2038252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2038445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2038644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2038839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2039030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2039225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2039417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2039594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:26:49.2039792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2039995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2040194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2040390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2040586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2040778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2040976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2041340Z 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:26:49.2041670Z 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:26:49.2041982Z 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:26:49.2042312Z 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:26:49.2042652Z 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:26:49.2042985Z 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:26:49.2043211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2043413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2043604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2043802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2043995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2044221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2044421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2044600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2044794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2044986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2045177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2045371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2045559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2045750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2045942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2046145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2046342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2046521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2046716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2046909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2047112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2047308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2047508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2047704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2047903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2048100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2048323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2048517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2048729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2048937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2049140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2049371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2049575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2049771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2049971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2050166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2050363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2050548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2050746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2050947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2051147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2051347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2051540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2051734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2051927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2052128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2052321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2052510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2052709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2052905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2053103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2053325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2053521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2053714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2053919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2054122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2054318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2054528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2054727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2054923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2055117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2055311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2055506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2055712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2055913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2056113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2056309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2056510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2056692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2056891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2057084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2057279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2057481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2057673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2057865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2058060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2058253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2058477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2058664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2058866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2059067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2059264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2059483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2059685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2059884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2060081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2060277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2060467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2060649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2060847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2061044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2061236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2061425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2061613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2061803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2062003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2062197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2062393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2062573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2062765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2062954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2063151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2063343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2063562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2063750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2063938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2064124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2064313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2064499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2064718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2064916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2065107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2065299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2065490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2065679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2065880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2066071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2066266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:26:49.2066444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2066638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2066826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2067014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2067200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2067399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2067601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2067797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2067991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2068185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2068369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2068560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2068779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2068968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2069155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2069340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2069538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2069762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2069958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2070137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2070327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2070519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2070705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2070896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2071089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2071285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2071473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2071661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2071847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2072024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2072220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2072412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2072612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2072802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2072990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2073178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2073373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2073570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2073791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2073979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2074251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2074458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2074660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2074902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2075102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2075305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2075501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2075691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2075883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2076058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2076250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2076439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2076726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2076928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2077126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2077323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2077515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2077708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2077906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2078085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2078280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2078483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2078679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2078880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2079126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2079324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2079521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2079716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2079911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2080092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2080316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2080509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2080700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2080898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2081089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2081289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2081486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2081678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2081873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2082048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2082243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2082435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2082626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2082816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2083008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2083203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2083394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2083592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2083789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2083973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2084166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2084385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2084574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2084763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2084951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2085147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2085362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2085555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2085743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2085918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2086109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2086305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2086498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2086690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2086882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2087070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2087258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2087454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2087648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2087831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2088033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2088233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:26:49.2088439Z 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:26:49.2088646Z 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:26:49.2088853Z 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:26:49.2089065Z 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:26:49.2089270Z 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:26:49.2089506Z 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:26:49.2089708Z 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:26:49.2089896Z 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:26:49.2090100Z 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:26:49.2090304Z 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:26:49.2090537Z 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:26:49.2090746Z 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:26:49.2090948Z 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:26:49.2091151Z 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:26:49.2091352Z 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:26:49.2091558Z 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:26:49.2091769Z 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:26:49.2091979Z 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:26:49.2092171Z 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:26:49.2092372Z 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:26:49.2092573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2092766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2092966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2093164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2093368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2093569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2093769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2093969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2094154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2094354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2094581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2094778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2094973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2095171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2095369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2095592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2095795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2095989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2096172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2096375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2096574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2096772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2096967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2097170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2097370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2097569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2097769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2097966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2098164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2098360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2098564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2098771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2098972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2099172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2099400Z 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:26:49.2099655Z 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:26:49.2099880Z 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:26:49.2100102Z 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:26:49.2100327Z 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:26:49.2100579Z 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:26:49.2100791Z 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:26:49.2101013Z 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:26:49.2101235Z 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:26:49.2101456Z 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:26:49.2101686Z 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:26:49.2101917Z 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:26:49.2102142Z 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:26:49.2102366Z 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:26:49.2102586Z 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:26:49.2102813Z 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:26:49.2103039Z 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:26:49.2103250Z 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:26:49.2103476Z 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:26:49.2103695Z 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:26:49.2103915Z 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:26:49.2104144Z 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:26:49.2104374Z 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:26:49.2104625Z 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:26:49.2104848Z 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:26:49.2105071Z 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:26:49.2105290Z 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:26:49.2105500Z 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:26:49.2105743Z 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:26:49.2105958Z 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:26:49.2106173Z 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:26:49.2106386Z 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:26:49.2106594Z 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:26:49.2106804Z 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:26:49.2107003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2107209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2107409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2107603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2107795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2107982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2108186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2108385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2108580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2108778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2108976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2109165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2109363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2109561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2109785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2109964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2110155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2110347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2110540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2110772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2110970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2111163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2111356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2111546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2111745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2111935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2112130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2112327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2112524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2112718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2112917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2113113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2113311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2113509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2113700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2113891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2114136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2114330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2114528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2114733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2114964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2115160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2115356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2115553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2115748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2115967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2116150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2116344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2116638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2116831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2117020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2117221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2117426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2117627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2117828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2118025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2118205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2118403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2118599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2118794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2118984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2119172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:26:49.2119371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2119571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2119768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2119951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2120228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2120430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2120634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2120839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2121032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2121260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2121455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2121645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2121836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2122037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2122216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2122406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2122599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2122790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2122980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2123171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2123357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2123544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2123732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2123916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2124109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2124297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2124482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2124681Z 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:26:49.2124874Z 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:26:49.2125078Z 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:26:49.2125306Z 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:26:49.2125501Z 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:26:49.2125692Z 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:26:49.2125873Z 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:26:49.2126069Z 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:26:49.2126296Z 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:26:49.2126497Z 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:26:49.2126702Z 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:26:49.2126902Z 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:26:49.2127103Z 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:26:49.2127298Z 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:26:49.2127492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2127686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2127876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2128050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2128233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2128418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2128604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2128793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2128985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2129186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2129379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2129571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2129750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2129939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2130129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2130316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2130530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2130722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2130913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2131108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2131301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2131516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2131695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2131893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2132092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2132292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2132483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2132676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2132874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2133067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2133258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2133446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2133623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2133821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2134018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2134211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2134415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2134617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2134813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2135010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2135213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2135416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2135637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2135840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2136033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2136223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2136410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2136622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2136813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2137005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2137199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2137391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2137566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2137756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2137948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2138163Z 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:26:49.2138373Z 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:26:49.2138580Z 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:26:49.2138787Z 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:26:49.2139007Z 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:26:49.2139224Z 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:26:49.2139439Z 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:26:49.2139649Z 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:26:49.2139845Z 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:26:49.2140043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2140247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2140452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2140682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2140881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2141085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2141283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2141483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2141703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2141889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2142086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2142281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2142476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2142670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2142864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2143054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2143247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2143446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2143641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2143822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2144015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2144208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2144399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2144601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2144803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2144993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2145188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:26:49.2145382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2145575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2145780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2145968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2146166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2146359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2146557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2146791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2146990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2147186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2147377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2147574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2147764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2147961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2148165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2148367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2148560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2148754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2148953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2149157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2149360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2149566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2149762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2149965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2150166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2150364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2150558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2150751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2150973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2151164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2151363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2151558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2151739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2151960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2152159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2152350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2152543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2152736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2152937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2153134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2153328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2153522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2153700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2153902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2154189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2154391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2154593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2154792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2154990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2155185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2155388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2155586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2155784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2155969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2156202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2156407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2156705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2156908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2157106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2157345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2157549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2157755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2157956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2158138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2158336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2158536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2158733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2158936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2159145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2159349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2159553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2159754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2159956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2160141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2160341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2160536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2160731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2160924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2161132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2161370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2161571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2161768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2161966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2162148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2162368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2162566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2162761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2162952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2163141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2163340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2163536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2163733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2163929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2164112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2164306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2164504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2164706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2164910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2165106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2165301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2165491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2165681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2165870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2166057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2166253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2166485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2166684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2166880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2167073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2167269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2167490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2167685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2167881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2168063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2168255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2168443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2168629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2168824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2169023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2169219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2169411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2169600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2169790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2169965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2170160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2170353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2170542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2170730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2170928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2171128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2171326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:26:49.2171549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2171741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2171924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2172115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2172314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2172507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2172724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2172917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2173107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2173306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2173509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2173708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2173892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2174092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2174288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2174482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2174675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2174865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2175058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2175248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2175440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2175633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2175821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2176017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2176213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2176408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2176600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2176822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2177017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2177207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2177398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2177586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2177790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2177983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2178183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2178383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2178577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2178773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2178968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2179161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2179355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:26:49.2179570Z 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:26:49.2179785Z 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:26:49.2179992Z 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:26:49.2180197Z 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:26:49.2180405Z 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:26:49.2180568Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex32 PASSED [ 50%] 2022-12-01T10:26:49.2180727Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex64 PASSED [ 50%] 2022-12-01T10:26:49.2180884Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float16 PASSED [ 50%] 2022-12-01T10:26:49.2181036Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int32 PASSED [ 50%] 2022-12-01T10:26:49.2181188Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int8 PASSED [ 50%] 2022-12-01T10:26:49.2181339Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_uint8 PASSED [ 50%] 2022-12-01T10:26:49.2181484Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex128 PASSED [ 50%] 2022-12-01T10:26:49.2181644Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex64 PASSED [ 50%] 2022-12-01T10:26:49.2181798Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float32 PASSED [ 50%] 2022-12-01T10:26:49.2181977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_uint8 PASSED [ 50%] 2022-12-01T10:26:49.2182135Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex128 PASSED [ 50%] 2022-12-01T10:26:49.2182290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float32 PASSED [ 50%] 2022-12-01T10:26:49.2182442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int64 PASSED [ 50%] 2022-12-01T10:26:49.2182591Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bool PASSED [ 50%] 2022-12-01T10:26:49.2182730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float16 PASSED [ 50%] 2022-12-01T10:26:49.2182880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_uint8 PASSED [ 50%] 2022-12-01T10:26:49.2183069Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float16 PASSED [ 50%] 2022-12-01T10:26:49.2183221Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float32 PASSED [ 50%] 2022-12-01T10:26:49.2183375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int16 PASSED [ 50%] 2022-12-01T10:26:49.2183524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int64 PASSED [ 50%] 2022-12-01T10:26:49.2183671Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_uint8 PASSED [ 50%] 2022-12-01T10:26:49.2183820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:26:49.2183957Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bool PASSED [ 50%] 2022-12-01T10:26:49.2184114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex64 PASSED [ 50%] 2022-12-01T10:26:49.2184265Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float32 PASSED [ 50%] 2022-12-01T10:26:49.2184415Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float64 PASSED [ 50%] 2022-12-01T10:26:49.2184567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int16 PASSED [ 50%] 2022-12-01T10:26:49.2184714Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int64 PASSED [ 50%] 2022-12-01T10:26:49.2184866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float16 PASSED [ 50%] 2022-12-01T10:26:49.2185013Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float32 PASSED [ 50%] 2022-12-01T10:26:49.2185163Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int16 PASSED [ 50%] 2022-12-01T10:26:49.2185297Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int32 PASSED [ 50%] 2022-12-01T10:26:49.2185442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int64 PASSED [ 50%] 2022-12-01T10:26:49.2185588Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int8 PASSED [ 50%] 2022-12-01T10:26:49.2185737Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float16 PASSED [ 50%] 2022-12-01T10:26:49.2185886Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int32 PASSED [ 50%] 2022-12-01T10:26:49.2186032Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int8 PASSED [ 50%] 2022-12-01T10:26:49.2186178Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_uint8 PASSED [ 50%] 2022-12-01T10:26:49.2186326Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:26:49.2186464Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float32 PASSED [ 50%] 2022-12-01T10:26:49.2186611Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int16 PASSED [ 50%] 2022-12-01T10:26:49.2186755Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int32 PASSED [ 50%] 2022-12-01T10:26:49.2186898Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int64 PASSED [ 50%] 2022-12-01T10:26:49.2187043Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_uint8 PASSED [ 50%] 2022-12-01T10:26:49.2187201Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:26:49.2187382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int8 PASSED [ 50%] 2022-12-01T10:26:49.2187534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_uint8 PASSED [ 50%] 2022-12-01T10:26:49.2187727Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bfloat16 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:26:49.2187933Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bool SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:26:49.2188141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex128 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:26:49.2188379Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex64 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:26:49.2188586Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float32 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:26:49.2188744Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:26:49.2188896Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bool PASSED [ 50%] 2022-12-01T10:26:49.2189054Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex128 PASSED [ 50%] 2022-12-01T10:26:49.2189208Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float64 PASSED [ 50%] 2022-12-01T10:26:49.2189349Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int64 PASSED [ 50%] 2022-12-01T10:26:49.2189496Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_uint8 PASSED [ 50%] 2022-12-01T10:26:49.2189653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:26:49.2189807Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bool PASSED [ 50%] 2022-12-01T10:26:49.2189968Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex64 PASSED [ 50%] 2022-12-01T10:26:49.2190123Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float32 PASSED [ 50%] 2022-12-01T10:26:49.2190274Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int64 PASSED [ 50%] 2022-12-01T10:26:49.2190421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_uint8 PASSED [ 50%] 2022-12-01T10:26:49.2190578Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:26:49.2190715Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bool PASSED [ 50%] 2022-12-01T10:26:49.2190870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float32 PASSED [ 50%] 2022-12-01T10:26:49.2191020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int16 PASSED [ 50%] 2022-12-01T10:26:49.2191169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int32 PASSED [ 50%] 2022-12-01T10:26:49.2191317Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int64 PASSED [ 50%] 2022-12-01T10:26:49.2191466Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int8 PASSED [ 50%] 2022-12-01T10:26:49.2191617Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bool PASSED [ 50%] 2022-12-01T10:26:49.2191772Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex64 PASSED [ 50%] 2022-12-01T10:26:49.2191913Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float32 PASSED [ 50%] 2022-12-01T10:26:49.2192063Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int16 PASSED [ 50%] 2022-12-01T10:26:49.2192218Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:26:49.2192368Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bool PASSED [ 50%] 2022-12-01T10:26:49.2192528Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex128 PASSED [ 50%] 2022-12-01T10:26:49.2192711Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float64 PASSED [ 50%] 2022-12-01T10:26:49.2192862Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int8 PASSED [ 50%] 2022-12-01T10:26:49.2193019Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bool PASSED [ 50%] 2022-12-01T10:26:49.2193166Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float64 PASSED [ 50%] 2022-12-01T10:26:49.2193322Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int16 PASSED [ 50%] 2022-12-01T10:26:49.2193475Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int32 PASSED [ 50%] 2022-12-01T10:26:49.2193630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int64 PASSED [ 50%] 2022-12-01T10:26:49.2193819Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int8 PASSED [ 51%] 2022-12-01T10:26:49.2193974Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_uint8 PASSED [ 51%] 2022-12-01T10:26:49.2194209Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex32 PASSED [ 51%] 2022-12-01T10:26:49.2194378Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex64 PASSED [ 51%] 2022-12-01T10:26:49.2194543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float64 PASSED [ 51%] 2022-12-01T10:26:49.2194685Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int32 PASSED [ 51%] 2022-12-01T10:26:49.2194848Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int8 PASSED [ 51%] 2022-12-01T10:26:49.2195005Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_uint8 PASSED [ 51%] 2022-12-01T10:26:49.2195169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:26:49.2195337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex128 PASSED [ 51%] 2022-12-01T10:26:49.2195502Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex64 PASSED [ 51%] 2022-12-01T10:26:49.2195656Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int32 PASSED [ 51%] 2022-12-01T10:26:49.2195812Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int64 PASSED [ 51%] 2022-12-01T10:26:49.2195955Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int8 PASSED [ 51%] 2022-12-01T10:26:49.2196110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_uint8 PASSED [ 51%] 2022-12-01T10:26:49.2196267Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int16 PASSED [ 51%] 2022-12-01T10:26:49.2196424Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int32 PASSED [ 51%] 2022-12-01T10:26:49.2196763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int8 PASSED [ 51%] 2022-12-01T10:26:49.2196935Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int64 PASSED [ 51%] 2022-12-01T10:26:49.2197108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int8 PASSED [ 51%] 2022-12-01T10:26:49.2197267Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_bool PASSED [ 51%] 2022-12-01T10:26:49.2197426Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int16 PASSED [ 51%] 2022-12-01T10:26:49.2197568Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int16 PASSED [ 51%] 2022-12-01T10:26:49.2197727Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int8 PASSED [ 51%] 2022-12-01T10:26:49.2197887Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_uint8 PASSED [ 51%] 2022-12-01T10:26:49.2198044Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_bool PASSED [ 51%] 2022-12-01T10:26:49.2198205Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int16 PASSED [ 51%] 2022-12-01T10:26:49.2198417Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int64 PASSED [ 51%] 2022-12-01T10:26:49.2198573Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int8 PASSED [ 51%] 2022-12-01T10:26:49.2198744Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_shapes_cpu_float32 PASSED [ 51%] 2022-12-01T10:26:49.2198902Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float16 PASSED [ 51%] 2022-12-01T10:26:49.2199071Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int16 PASSED [ 51%] 2022-12-01T10:26:49.2199240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int32 PASSED [ 51%] 2022-12-01T10:26:49.2199408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int8 PASSED [ 51%] 2022-12-01T10:26:49.2199652Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:26:49.2199815Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bool PASSED [ 51%] 2022-12-01T10:26:49.2199987Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex128 PASSED [ 51%] 2022-12-01T10:26:49.2200153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex64 PASSED [ 51%] 2022-12-01T10:26:49.2200317Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float32 PASSED [ 51%] 2022-12-01T10:26:49.2200465Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float64 PASSED [ 51%] 2022-12-01T10:26:49.2200627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int16 PASSED [ 51%] 2022-12-01T10:26:49.2200788Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int32 PASSED [ 51%] 2022-12-01T10:26:49.2200944Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:26:49.2201101Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex32 PASSED [ 51%] 2022-12-01T10:26:49.2201260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex64 PASSED [ 51%] 2022-12-01T10:26:49.2201415Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float64 PASSED [ 51%] 2022-12-01T10:26:49.2201567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int32 PASSED [ 51%] 2022-12-01T10:26:49.2201702Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int64 PASSED [ 51%] 2022-12-01T10:26:49.2201849Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_uint8 PASSED [ 51%] 2022-12-01T10:26:49.2202004Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:26:49.2202159Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_uint8 PASSED [ 51%] 2022-12-01T10:26:49.2202320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex32 PASSED [ 51%] 2022-12-01T10:26:49.2202478Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex64 PASSED [ 51%] 2022-12-01T10:26:49.2202634Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float16 PASSED [ 51%] 2022-12-01T10:26:49.2202786Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float32 PASSED [ 51%] 2022-12-01T10:26:49.2202939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float64 PASSED [ 51%] 2022-12-01T10:26:49.2203080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int32 PASSED [ 51%] 2022-12-01T10:26:49.2203231Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int8 PASSED [ 51%] 2022-12-01T10:26:49.2203379Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_uint8 PASSED [ 51%] 2022-12-01T10:26:49.2203536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:26:49.2203692Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int64 PASSED [ 51%] 2022-12-01T10:26:49.2203848Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bool PASSED [ 51%] 2022-12-01T10:26:49.2204038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float64 PASSED [ 51%] 2022-12-01T10:26:49.2204194Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int32 PASSED [ 51%] 2022-12-01T10:26:49.2204338Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_uint8 PASSED [ 51%] 2022-12-01T10:26:49.2204497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:26:49.2204651Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bool PASSED [ 51%] 2022-12-01T10:26:49.2204810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float16 PASSED [ 51%] 2022-12-01T10:26:49.2204964Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int16 PASSED [ 51%] 2022-12-01T10:26:49.2205142Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int8 PASSED [ 51%] 2022-12-01T10:26:49.2205302Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_uint8 PASSED [ 51%] 2022-12-01T10:26:49.2205458Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex128 PASSED [ 51%] 2022-12-01T10:26:49.2205613Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex32 PASSED [ 51%] 2022-12-01T10:26:49.2205753Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float16 PASSED [ 51%] 2022-12-01T10:26:49.2205908Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float32 PASSED [ 51%] 2022-12-01T10:26:49.2206061Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float64 PASSED [ 51%] 2022-12-01T10:26:49.2206213Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int16 PASSED [ 51%] 2022-12-01T10:26:49.2206362Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int32 PASSED [ 51%] 2022-12-01T10:26:49.2206517Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int8 PASSED [ 51%] 2022-12-01T10:26:49.2206669Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_uint8 PASSED [ 51%] 2022-12-01T10:26:49.2206833Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex32 PASSED [ 51%] 2022-12-01T10:26:49.2206984Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float32 PASSED [ 51%] 2022-12-01T10:26:49.2207143Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int32 PASSED [ 51%] 2022-12-01T10:26:49.2207300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int64 PASSED [ 51%] 2022-12-01T10:26:49.2207456Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int8 PASSED [ 51%] 2022-12-01T10:26:49.2207606Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bool PASSED [ 51%] 2022-12-01T10:26:49.2207765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex128 PASSED [ 51%] 2022-12-01T10:26:49.2207921Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex64 PASSED [ 51%] 2022-12-01T10:26:49.2208077Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float32 PASSED [ 51%] 2022-12-01T10:26:49.2208213Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int32 PASSED [ 51%] 2022-12-01T10:26:49.2208363Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int8 PASSED [ 51%] 2022-12-01T10:26:49.2208510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_uint8 PASSED [ 51%] 2022-12-01T10:26:49.2208673Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:26:49.2208833Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bool PASSED [ 51%] 2022-12-01T10:26:49.2208997Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float16 PASSED [ 51%] 2022-12-01T10:26:49.2209164Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float64 PASSED [ 51%] 2022-12-01T10:26:49.2209326Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int64 PASSED [ 51%] 2022-12-01T10:26:49.2209514Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_uint8 PASSED [ 51%] 2022-12-01T10:26:49.2209666Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bool PASSED [ 51%] 2022-12-01T10:26:49.2209838Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex64 PASSED [ 51%] 2022-12-01T10:26:49.2210005Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float32 PASSED [ 51%] 2022-12-01T10:26:49.2210170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float64 PASSED [ 51%] 2022-12-01T10:26:49.2210329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int8 PASSED [ 51%] 2022-12-01T10:26:49.2210516Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:26:49.2210684Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex128 PASSED [ 51%] 2022-12-01T10:26:49.2210851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex64 PASSED [ 51%] 2022-12-01T10:26:49.2210998Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float32 PASSED [ 51%] 2022-12-01T10:26:49.2211154Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float32 PASSED [ 51%] 2022-12-01T10:26:49.2211310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int16 PASSED [ 51%] 2022-12-01T10:26:49.2211464Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int32 PASSED [ 51%] 2022-12-01T10:26:49.2211620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int8 PASSED [ 51%] 2022-12-01T10:26:49.2211775Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_uint8 PASSED [ 51%] 2022-12-01T10:26:49.2211932Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:26:49.2212085Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bool PASSED [ 51%] 2022-12-01T10:26:49.2212240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex64 PASSED [ 51%] 2022-12-01T10:26:49.2212379Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_uint8 PASSED [ 51%] 2022-12-01T10:26:49.2212537Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:26:49.2212687Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bool PASSED [ 51%] 2022-12-01T10:26:49.2212844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex128 PASSED [ 51%] 2022-12-01T10:26:49.2213001Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex64 PASSED [ 51%] 2022-12-01T10:26:49.2213151Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int64 PASSED [ 51%] 2022-12-01T10:26:49.2213309Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_complex64 PASSED [ 51%] 2022-12-01T10:26:49.2213466Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_float64 PASSED [ 51%] 2022-12-01T10:26:49.2213604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int64 PASSED [ 51%] 2022-12-01T10:26:49.2213755Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int8 PASSED [ 51%] 2022-12-01T10:26:49.2213904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_uint8 PASSED [ 51%] 2022-12-01T10:26:49.2214064Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:26:49.2214229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex128 PASSED [ 51%] 2022-12-01T10:26:49.2214392Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex32 PASSED [ 51%] 2022-12-01T10:26:49.2214551Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int32 PASSED [ 51%] 2022-12-01T10:26:49.2214706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int8 PASSED [ 51%] 2022-12-01T10:26:49.2214894Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:26:49.2215036Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bool PASSED [ 52%] 2022-12-01T10:26:49.2215196Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex128 PASSED [ 52%] 2022-12-01T10:26:49.2215356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex32 PASSED [ 52%] 2022-12-01T10:26:49.2215512Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float16 PASSED [ 52%] 2022-12-01T10:26:49.2215667Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float32 PASSED [ 52%] 2022-12-01T10:26:49.2215824Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float64 PASSED [ 52%] 2022-12-01T10:26:49.2216003Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int16 PASSED [ 52%] 2022-12-01T10:26:49.2216159Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int64 PASSED [ 52%] 2022-12-01T10:26:49.2216303Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int8 PASSED [ 52%] 2022-12-01T10:26:49.2216458Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_uint8 PASSED [ 52%] 2022-12-01T10:26:49.2216612Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bool PASSED [ 52%] 2022-12-01T10:26:49.2216769Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float64 PASSED [ 52%] 2022-12-01T10:26:49.2216923Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int16 PASSED [ 52%] 2022-12-01T10:26:49.2217077Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int32 PASSED [ 52%] 2022-12-01T10:26:49.2217231Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int64 PASSED [ 52%] 2022-12-01T10:26:49.2217403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float16 PASSED [ 52%] 2022-12-01T10:26:49.2217560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float64 PASSED [ 52%] 2022-12-01T10:26:49.2217728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int32 PASSED [ 52%] 2022-12-01T10:26:49.2217893Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int64 PASSED [ 52%] 2022-12-01T10:26:49.2218059Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int8 PASSED [ 52%] 2022-12-01T10:26:49.2218233Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:26:49.2218401Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bool PASSED [ 52%] 2022-12-01T10:26:49.2218576Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex64 PASSED [ 52%] 2022-12-01T10:26:49.2218749Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float16 PASSED [ 52%] 2022-12-01T10:26:49.2218918Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float32 PASSED [ 52%] 2022-12-01T10:26:49.2219068Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float64 PASSED [ 52%] 2022-12-01T10:26:49.2219236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int32 PASSED [ 52%] 2022-12-01T10:26:49.2219399Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int64 PASSED [ 52%] 2022-12-01T10:26:49.2219570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:26:49.2219732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float16 PASSED [ 52%] 2022-12-01T10:26:49.2219894Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float64 PASSED [ 52%] 2022-12-01T10:26:49.2220059Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int16 PASSED [ 52%] 2022-12-01T10:26:49.2220247Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex128 PASSED [ 52%] 2022-12-01T10:26:49.2220406Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex32 PASSED [ 52%] 2022-12-01T10:26:49.2220552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex64 PASSED [ 52%] 2022-12-01T10:26:49.2220708Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float32 PASSED [ 52%] 2022-12-01T10:26:49.2220863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float64 PASSED [ 52%] 2022-12-01T10:26:49.2221017Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int16 PASSED [ 52%] 2022-12-01T10:26:49.2221169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int32 PASSED [ 52%] 2022-12-01T10:26:49.2221367Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex128 PASSED [ 52%] 2022-12-01T10:26:49.2221523Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float32 PASSED [ 52%] 2022-12-01T10:26:49.2221676Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float64 PASSED [ 52%] 2022-12-01T10:26:49.2221815Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int32 PASSED [ 52%] 2022-12-01T10:26:49.2221962Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int64 PASSED [ 52%] 2022-12-01T10:26:49.2222117Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:26:49.2222272Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float16 PASSED [ 52%] 2022-12-01T10:26:49.2222427Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float32 PASSED [ 52%] 2022-12-01T10:26:49.2222581Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float64 PASSED [ 52%] 2022-12-01T10:26:49.2222737Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int32 PASSED [ 52%] 2022-12-01T10:26:49.2222888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int8 PASSED [ 52%] 2022-12-01T10:26:49.2223042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_uint8 PASSED [ 52%] 2022-12-01T10:26:49.2223192Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:26:49.2223349Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bool PASSED [ 52%] 2022-12-01T10:26:49.2223513Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex128 PASSED [ 52%] 2022-12-01T10:26:49.2223675Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex32 PASSED [ 52%] 2022-12-01T10:26:49.2223838Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex64 PASSED [ 52%] 2022-12-01T10:26:49.2223997Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float32 PASSED [ 52%] 2022-12-01T10:26:49.2224157Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int8 PASSED [ 52%] 2022-12-01T10:26:49.2224318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_uint8 PASSED [ 52%] 2022-12-01T10:26:49.2224455Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bool PASSED [ 52%] 2022-12-01T10:26:49.2224611Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex64 PASSED [ 52%] 2022-12-01T10:26:49.2224762Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float16 PASSED [ 52%] 2022-12-01T10:26:49.2224914Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float32 PASSED [ 52%] 2022-12-01T10:26:49.2225060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float64 PASSED [ 52%] 2022-12-01T10:26:49.2225211Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int32 PASSED [ 52%] 2022-12-01T10:26:49.2225360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int8 PASSED [ 52%] 2022-12-01T10:26:49.2225512Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_uint8 PASSED [ 52%] 2022-12-01T10:26:49.2225696Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:26:49.2225832Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bool PASSED [ 52%] 2022-12-01T10:26:49.2225985Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float32 PASSED [ 52%] 2022-12-01T10:26:49.2226136Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int16 PASSED [ 52%] 2022-12-01T10:26:49.2226282Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int64 PASSED [ 52%] 2022-12-01T10:26:49.2226427Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_uint8 PASSED [ 52%] 2022-12-01T10:26:49.2226581Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:26:49.2226731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bool PASSED [ 52%] 2022-12-01T10:26:49.2226908Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float32 PASSED [ 52%] 2022-12-01T10:26:49.2227049Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int16 PASSED [ 52%] 2022-12-01T10:26:49.2227195Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int64 PASSED [ 52%] 2022-12-01T10:26:49.2227343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int8 PASSED [ 52%] 2022-12-01T10:26:49.2227489Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_uint8 PASSED [ 52%] 2022-12-01T10:26:49.2227647Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:26:49.2227800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bool PASSED [ 52%] 2022-12-01T10:26:49.2227954Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float64 PASSED [ 52%] 2022-12-01T10:26:49.2228105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int32 PASSED [ 52%] 2022-12-01T10:26:49.2228244Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int64 PASSED [ 52%] 2022-12-01T10:26:49.2228401Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:26:49.2228552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float16 PASSED [ 52%] 2022-12-01T10:26:49.2228700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float32 PASSED [ 52%] 2022-12-01T10:26:49.2228851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int32 PASSED [ 52%] 2022-12-01T10:26:49.2229000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int8 PASSED [ 52%] 2022-12-01T10:26:49.2229147Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_uint8 PASSED [ 52%] 2022-12-01T10:26:49.2229295Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int16 PASSED [ 52%] 2022-12-01T10:26:49.2229427Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int32 PASSED [ 52%] 2022-12-01T10:26:49.2229573Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_uint8 PASSED [ 52%] 2022-12-01T10:26:49.2229730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bool PASSED [ 52%] 2022-12-01T10:26:49.2229885Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int8 PASSED [ 52%] 2022-12-01T10:26:49.2230041Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_uint8 PASSED [ 52%] 2022-12-01T10:26:49.2230197Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:26:49.2230360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex128 PASSED [ 52%] 2022-12-01T10:26:49.2230517Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex64 PASSED [ 52%] 2022-12-01T10:26:49.2230670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float16 PASSED [ 52%] 2022-12-01T10:26:49.2230815Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float32 PASSED [ 52%] 2022-12-01T10:26:49.2230968Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float64 PASSED [ 52%] 2022-12-01T10:26:49.2231150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int32 PASSED [ 52%] 2022-12-01T10:26:49.2231302Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int8 PASSED [ 52%] 2022-12-01T10:26:49.2231454Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_uint8 PASSED [ 52%] 2022-12-01T10:26:49.2231608Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:26:49.2231764Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float64 PASSED [ 52%] 2022-12-01T10:26:49.2231913Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int16 PASSED [ 52%] 2022-12-01T10:26:49.2232048Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int32 PASSED [ 52%] 2022-12-01T10:26:49.2232220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int64 PASSED [ 52%] 2022-12-01T10:26:49.2232372Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int8 PASSED [ 52%] 2022-12-01T10:26:49.2232523Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_uint8 PASSED [ 52%] 2022-12-01T10:26:49.2232673Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_bool PASSED [ 52%] 2022-12-01T10:26:49.2232830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex128 PASSED [ 52%] 2022-12-01T10:26:49.2232984Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex64 PASSED [ 52%] 2022-12-01T10:26:49.2233136Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float16 PASSED [ 52%] 2022-12-01T10:26:49.2233272Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float32 PASSED [ 52%] 2022-12-01T10:26:49.2233422Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int32 PASSED [ 52%] 2022-12-01T10:26:49.2233579Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_bool PASSED [ 52%] 2022-12-01T10:26:49.2233731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int16 PASSED [ 52%] 2022-12-01T10:26:49.2233885Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int8 PASSED [ 52%] 2022-12-01T10:26:49.2234129Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_uint8 PASSED [ 52%] 2022-12-01T10:26:49.2234291Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_bool PASSED [ 52%] 2022-12-01T10:26:49.2234453Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex128 PASSED [ 52%] 2022-12-01T10:26:49.2234605Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int16 PASSED [ 52%] 2022-12-01T10:26:49.2234745Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int8 PASSED [ 52%] 2022-12-01T10:26:49.2234900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_uint8 PASSED [ 52%] 2022-12-01T10:26:49.2235064Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex64 PASSED [ 52%] 2022-12-01T10:26:49.2235227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float32 PASSED [ 52%] 2022-12-01T10:26:49.2235383Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int16 PASSED [ 52%] 2022-12-01T10:26:49.2235537Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int64 PASSED [ 53%] 2022-12-01T10:26:49.2235691Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_uint8 PASSED [ 53%] 2022-12-01T10:26:49.2235860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:26:49.2236007Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bool PASSED [ 53%] 2022-12-01T10:26:49.2236174Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex128 PASSED [ 53%] 2022-12-01T10:26:49.2236340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float64 PASSED [ 53%] 2022-12-01T10:26:49.2236500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int16 PASSED [ 53%] 2022-12-01T10:26:49.2236792Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int32 PASSED [ 53%] 2022-12-01T10:26:49.2236949Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_uint8 PASSED [ 53%] 2022-12-01T10:26:49.2237113Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex128 PASSED [ 53%] 2022-12-01T10:26:49.2237270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int32 PASSED [ 53%] 2022-12-01T10:26:49.2237430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_uint8 PASSED [ 53%] 2022-12-01T10:26:49.2237582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex128 PASSED [ 53%] 2022-12-01T10:26:49.2237738Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float32 PASSED [ 53%] 2022-12-01T10:26:49.2237937Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int16 PASSED [ 53%] 2022-12-01T10:26:49.2238097Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_uint8 PASSED [ 53%] 2022-12-01T10:26:49.2238263Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex128 PASSED [ 53%] 2022-12-01T10:26:49.2238424Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex128 PASSED [ 53%] 2022-12-01T10:26:49.2238581Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float32 PASSED [ 53%] 2022-12-01T10:26:49.2238735Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int16 PASSED [ 53%] 2022-12-01T10:26:49.2238878Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int32 PASSED [ 53%] 2022-12-01T10:26:49.2239033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_uint8 PASSED [ 53%] 2022-12-01T10:26:49.2239189Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_bool PASSED [ 53%] 2022-12-01T10:26:49.2239355Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex128 PASSED [ 53%] 2022-12-01T10:26:49.2239519Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex64 PASSED [ 53%] 2022-12-01T10:26:49.2239675Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float32 PASSED [ 53%] 2022-12-01T10:26:49.2239830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int16 PASSED [ 53%] 2022-12-01T10:26:49.2239984Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int64 PASSED [ 53%] 2022-12-01T10:26:49.2240139Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int8 PASSED [ 53%] 2022-12-01T10:26:49.2240289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex128 PASSED [ 53%] 2022-12-01T10:26:49.2240445Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int32 PASSED [ 53%] 2022-12-01T10:26:49.2240617Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex64 PASSED [ 53%] 2022-12-01T10:26:49.2240782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float16 PASSED [ 53%] 2022-12-01T10:26:49.2240947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_uint8 PASSED [ 53%] 2022-12-01T10:26:49.2241102Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int32 PASSED [ 53%] 2022-12-01T10:26:49.2241256Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int64 PASSED [ 53%] 2022-12-01T10:26:49.2241411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int8 PASSED [ 53%] 2022-12-01T10:26:49.2241552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_bool PASSED [ 53%] 2022-12-01T10:26:49.2241711Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float32 PASSED [ 53%] 2022-12-01T10:26:49.2241868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float64 PASSED [ 53%] 2022-12-01T10:26:49.2242025Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int16 PASSED [ 53%] 2022-12-01T10:26:49.2242215Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int64 PASSED [ 53%] 2022-12-01T10:26:49.2242370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_bool PASSED [ 53%] 2022-12-01T10:26:49.2242529Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float32 PASSED [ 53%] 2022-12-01T10:26:49.2242690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float64 PASSED [ 53%] 2022-12-01T10:26:49.2242844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int64 PASSED [ 53%] 2022-12-01T10:26:49.2242987Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int8 PASSED [ 53%] 2022-12-01T10:26:49.2243143Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float64 PASSED [ 53%] 2022-12-01T10:26:49.2243320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int16 PASSED [ 53%] 2022-12-01T10:26:49.2243475Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int64 PASSED [ 53%] 2022-12-01T10:26:49.2243632Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_uint8 PASSED [ 53%] 2022-12-01T10:26:49.2243794Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex64 PASSED [ 53%] 2022-12-01T10:26:49.2243951Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float32 PASSED [ 53%] 2022-12-01T10:26:49.2244104Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int32 PASSED [ 53%] 2022-12-01T10:26:49.2244245Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int64 PASSED [ 53%] 2022-12-01T10:26:49.2244400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int8 PASSED [ 53%] 2022-12-01T10:26:49.2244552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_uint8 PASSED [ 53%] 2022-12-01T10:26:49.2244713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float32 PASSED [ 53%] 2022-12-01T10:26:49.2244873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float64 PASSED [ 53%] 2022-12-01T10:26:49.2245029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int16 PASSED [ 53%] 2022-12-01T10:26:49.2245183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int32 PASSED [ 53%] 2022-12-01T10:26:49.2245341Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int8 PASSED [ 53%] 2022-12-01T10:26:49.2245483Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float64 PASSED [ 53%] 2022-12-01T10:26:49.2245637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int16 PASSED [ 53%] 2022-12-01T10:26:49.2245787Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int32 PASSED [ 53%] 2022-12-01T10:26:49.2245938Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int64 PASSED [ 53%] 2022-12-01T10:26:49.2246094Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int8 PASSED [ 53%] 2022-12-01T10:26:49.2246251Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int16 PASSED [ 53%] 2022-12-01T10:26:49.2246405Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int64 PASSED [ 53%] 2022-12-01T10:26:49.2246557Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int16 PASSED [ 53%] 2022-12-01T10:26:49.2246710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int64 PASSED [ 53%] 2022-12-01T10:26:49.2246849Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int8 PASSED [ 53%] 2022-12-01T10:26:49.2247004Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_uint8 PASSED [ 53%] 2022-12-01T10:26:49.2247155Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bool PASSED [ 53%] 2022-12-01T10:26:49.2247310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex128 PASSED [ 53%] 2022-12-01T10:26:49.2247465Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex32 PASSED [ 53%] 2022-12-01T10:26:49.2247654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float16 PASSED [ 53%] 2022-12-01T10:26:49.2247802Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float32 PASSED [ 53%] 2022-12-01T10:26:49.2247954Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int8 PASSED [ 53%] 2022-12-01T10:26:49.2248093Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_uint8 PASSED [ 53%] 2022-12-01T10:26:49.2248248Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:26:49.2248408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex128 PASSED [ 53%] 2022-12-01T10:26:49.2248563Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float16 PASSED [ 53%] 2022-12-01T10:26:49.2248746Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int16 PASSED [ 53%] 2022-12-01T10:26:49.2248902Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int32 PASSED [ 53%] 2022-12-01T10:26:49.2249058Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int64 PASSED [ 53%] 2022-12-01T10:26:49.2249212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int8 PASSED [ 53%] 2022-12-01T10:26:49.2249365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_uint8 PASSED [ 53%] 2022-12-01T10:26:49.2249505Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:26:49.2249657Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int8 PASSED [ 53%] 2022-12-01T10:26:49.2249808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_uint8 PASSED [ 53%] 2022-12-01T10:26:49.2249967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:26:49.2250122Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bool PASSED [ 53%] 2022-12-01T10:26:49.2250277Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float32 PASSED [ 53%] 2022-12-01T10:26:49.2250431Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int32 PASSED [ 53%] 2022-12-01T10:26:49.2250580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_uint8 PASSED [ 53%] 2022-12-01T10:26:49.2250724Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:26:49.2250877Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float32 PASSED [ 53%] 2022-12-01T10:26:49.2251031Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float64 PASSED [ 53%] 2022-12-01T10:26:49.2251183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int16 PASSED [ 53%] 2022-12-01T10:26:49.2251334Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int8 PASSED [ 53%] 2022-12-01T10:26:49.2251498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:26:49.2251665Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex64 PASSED [ 53%] 2022-12-01T10:26:49.2251825Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float32 PASSED [ 53%] 2022-12-01T10:26:49.2251969Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int16 PASSED [ 53%] 2022-12-01T10:26:49.2252125Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int64 PASSED [ 53%] 2022-12-01T10:26:49.2252279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float32 PASSED [ 53%] 2022-12-01T10:26:49.2252430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int16 PASSED [ 53%] 2022-12-01T10:26:49.2252591Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float16 PASSED [ 53%] 2022-12-01T10:26:49.2252754Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float32 PASSED [ 53%] 2022-12-01T10:26:49.2252915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int16 PASSED [ 53%] 2022-12-01T10:26:49.2253097Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:26:49.2253248Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bool PASSED [ 53%] 2022-12-01T10:26:49.2253388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float64 PASSED [ 53%] 2022-12-01T10:26:49.2253538Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int16 PASSED [ 53%] 2022-12-01T10:26:49.2253687Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int8 PASSED [ 53%] 2022-12-01T10:26:49.2253841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:26:49.2253990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bool PASSED [ 53%] 2022-12-01T10:26:49.2254167Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float16 PASSED [ 53%] 2022-12-01T10:26:49.2254318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float32 PASSED [ 53%] 2022-12-01T10:26:49.2254468Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float64 PASSED [ 53%] 2022-12-01T10:26:49.2254604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int8 PASSED [ 53%] 2022-12-01T10:26:49.2254756Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_uint8 PASSED [ 53%] 2022-12-01T10:26:49.2254905Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float16 PASSED [ 53%] 2022-12-01T10:26:49.2255051Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float32 PASSED [ 53%] 2022-12-01T10:26:49.2255195Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float64 PASSED [ 53%] 2022-12-01T10:26:49.2255345Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int64 PASSED [ 53%] 2022-12-01T10:26:49.2255500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:26:49.2255652Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float16 PASSED [ 53%] 2022-12-01T10:26:49.2255791Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int16 PASSED [ 53%] 2022-12-01T10:26:49.2255939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int64 PASSED [ 53%] 2022-12-01T10:26:49.2256091Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float32 PASSED [ 54%] 2022-12-01T10:26:49.2256239Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int8 PASSED [ 54%] 2022-12-01T10:26:49.2256388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float64 PASSED [ 54%] 2022-12-01T10:26:49.2256537Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int16 PASSED [ 54%] 2022-12-01T10:26:49.2256688Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int32 PASSED [ 54%] 2022-12-01T10:26:49.2256838Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int64 PASSED [ 54%] 2022-12-01T10:26:49.2256988Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int8 PASSED [ 54%] 2022-12-01T10:26:49.2257125Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_uint8 PASSED [ 54%] 2022-12-01T10:26:49.2257286Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:26:49.2257446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float16 PASSED [ 54%] 2022-12-01T10:26:49.2257606Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float32 PASSED [ 54%] 2022-12-01T10:26:49.2257761Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float64 PASSED [ 54%] 2022-12-01T10:26:49.2257919Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int64 PASSED [ 54%] 2022-12-01T10:26:49.2258076Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int8 PASSED [ 54%] 2022-12-01T10:26:49.2258238Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:26:49.2258380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bool PASSED [ 54%] 2022-12-01T10:26:49.2258564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float32 PASSED [ 54%] 2022-12-01T10:26:49.2258719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float64 PASSED [ 54%] 2022-12-01T10:26:49.2258871Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int64 PASSED [ 54%] 2022-12-01T10:26:49.2259020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_uint8 PASSED [ 54%] 2022-12-01T10:26:49.2259179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex128 PASSED [ 54%] 2022-12-01T10:26:49.2259337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex64 PASSED [ 54%] 2022-12-01T10:26:49.2259490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int32 PASSED [ 54%] 2022-12-01T10:26:49.2259669Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int8 PASSED [ 54%] 2022-12-01T10:26:49.2259823Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bool PASSED [ 54%] 2022-12-01T10:26:49.2259973Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float32 PASSED [ 54%] 2022-12-01T10:26:49.2260120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float64 PASSED [ 54%] 2022-12-01T10:26:49.2260268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int64 PASSED [ 54%] 2022-12-01T10:26:49.2260416Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_uint8 PASSED [ 54%] 2022-12-01T10:26:49.2260572Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:26:49.2260728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float16 PASSED [ 54%] 2022-12-01T10:26:49.2260880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float32 PASSED [ 54%] 2022-12-01T10:26:49.2261027Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex128 PASSED [ 54%] 2022-12-01T10:26:49.2261183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex32 PASSED [ 54%] 2022-12-01T10:26:49.2261340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex64 PASSED [ 54%] 2022-12-01T10:26:49.2261492Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bool PASSED [ 54%] 2022-12-01T10:26:49.2261657Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex128 PASSED [ 54%] 2022-12-01T10:26:49.2261820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex32 PASSED [ 54%] 2022-12-01T10:26:49.2261983Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex64 PASSED [ 54%] 2022-12-01T10:26:49.2262139Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float32 PASSED [ 54%] 2022-12-01T10:26:49.2262281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int16 PASSED [ 54%] 2022-12-01T10:26:49.2262437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int64 PASSED [ 54%] 2022-12-01T10:26:49.2262594Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int8 PASSED [ 54%] 2022-12-01T10:26:49.2262754Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:26:49.2262908Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bool PASSED [ 54%] 2022-12-01T10:26:49.2263074Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex128 PASSED [ 54%] 2022-12-01T10:26:49.2263234Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float16 PASSED [ 54%] 2022-12-01T10:26:49.2263392Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float64 PASSED [ 54%] 2022-12-01T10:26:49.2263553Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:26:49.2263698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bool PASSED [ 54%] 2022-12-01T10:26:49.2263863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex128 PASSED [ 54%] 2022-12-01T10:26:49.2264057Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex64 PASSED [ 54%] 2022-12-01T10:26:49.2264214Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float16 PASSED [ 54%] 2022-12-01T10:26:49.2264369Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int64 PASSED [ 54%] 2022-12-01T10:26:49.2264524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int8 PASSED [ 54%] 2022-12-01T10:26:49.2264692Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex128 PASSED [ 54%] 2022-12-01T10:26:49.2264853Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float32 PASSED [ 54%] 2022-12-01T10:26:49.2265022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int8 PASSED [ 54%] 2022-12-01T10:26:49.2265185Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_uint8 PASSED [ 54%] 2022-12-01T10:26:49.2265345Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:26:49.2265498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bool PASSED [ 54%] 2022-12-01T10:26:49.2265652Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float32 PASSED [ 54%] 2022-12-01T10:26:49.2265808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float64 PASSED [ 54%] 2022-12-01T10:26:49.2265962Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int16 PASSED [ 54%] 2022-12-01T10:26:49.2266116Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int32 PASSED [ 54%] 2022-12-01T10:26:49.2266267Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_uint8 PASSED [ 54%] 2022-12-01T10:26:49.2266417Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex64 PASSED [ 54%] 2022-12-01T10:26:49.2266572Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float16 PASSED [ 54%] 2022-12-01T10:26:49.2266731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float32 PASSED [ 54%] 2022-12-01T10:26:49.2266888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int32 PASSED [ 54%] 2022-12-01T10:26:49.2267041Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bool PASSED [ 54%] 2022-12-01T10:26:49.2267198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex128 PASSED [ 54%] 2022-12-01T10:26:49.2267355Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex32 PASSED [ 54%] 2022-12-01T10:26:49.2267509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float16 PASSED [ 54%] 2022-12-01T10:26:49.2267650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float64 PASSED [ 54%] 2022-12-01T10:26:49.2267805Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int64 PASSED [ 54%] 2022-12-01T10:26:49.2267957Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int8 PASSED [ 54%] 2022-12-01T10:26:49.2268108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_uint8 PASSED [ 54%] 2022-12-01T10:26:49.2268266Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:26:49.2268420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float32 PASSED [ 54%] 2022-12-01T10:26:49.2268571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int16 PASSED [ 54%] 2022-12-01T10:26:49.2268720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int32 PASSED [ 54%] 2022-12-01T10:26:49.2268854Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int64 PASSED [ 54%] 2022-12-01T10:26:49.2269003Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int8 PASSED [ 54%] 2022-12-01T10:26:49.2269152Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_uint8 PASSED [ 54%] 2022-12-01T10:26:49.2269338Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bool PASSED [ 54%] 2022-12-01T10:26:49.2269497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float16 PASSED [ 54%] 2022-12-01T10:26:49.2269654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float32 PASSED [ 54%] 2022-12-01T10:26:49.2269810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float64 PASSED [ 54%] 2022-12-01T10:26:49.2269965Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int16 PASSED [ 54%] 2022-12-01T10:26:49.2270120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int64 PASSED [ 54%] 2022-12-01T10:26:49.2270262Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int8 PASSED [ 54%] 2022-12-01T10:26:49.2270417Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_uint8 PASSED [ 54%] 2022-12-01T10:26:49.2270596Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bool PASSED [ 54%] 2022-12-01T10:26:49.2270756Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float32 PASSED [ 54%] 2022-12-01T10:26:49.2270913Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float64 PASSED [ 54%] 2022-12-01T10:26:49.2271067Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int64 PASSED [ 54%] 2022-12-01T10:26:49.2271229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex128 PASSED [ 54%] 2022-12-01T10:26:49.2271383Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float16 PASSED [ 54%] 2022-12-01T10:26:49.2271521Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float32 PASSED [ 54%] 2022-12-01T10:26:49.2271674Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float64 PASSED [ 54%] 2022-12-01T10:26:49.2271830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int16 PASSED [ 54%] 2022-12-01T10:26:49.2271980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int64 PASSED [ 54%] 2022-12-01T10:26:49.2272131Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_uint8 PASSED [ 54%] 2022-12-01T10:26:49.2272283Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int32 PASSED [ 54%] 2022-12-01T10:26:49.2272431Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int64 PASSED [ 54%] 2022-12-01T10:26:49.2272578Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int8 PASSED [ 54%] 2022-12-01T10:26:49.2272718Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_uint8 PASSED [ 54%] 2022-12-01T10:26:49.2272867Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:26:49.2273015Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bool PASSED [ 54%] 2022-12-01T10:26:49.2273166Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float32 PASSED [ 54%] 2022-12-01T10:26:49.2273314Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float64 PASSED [ 54%] 2022-12-01T10:26:49.2273465Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int32 PASSED [ 54%] 2022-12-01T10:26:49.2273611Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int64 PASSED [ 54%] 2022-12-01T10:26:49.2273761Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int8 PASSED [ 54%] 2022-12-01T10:26:49.2273915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float32 PASSED [ 54%] 2022-12-01T10:26:49.2274123Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float64 PASSED [ 54%] 2022-12-01T10:26:49.2274282Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int32 PASSED [ 54%] 2022-12-01T10:26:49.2274432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int64 PASSED [ 54%] 2022-12-01T10:26:49.2274582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_uint8 PASSED [ 54%] 2022-12-01T10:26:49.2274755Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:26:49.2274962Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex64 PASSED [ 54%] 2022-12-01T10:26:49.2275132Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float16 PASSED [ 54%] 2022-12-01T10:26:49.2275297Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float32 PASSED [ 54%] 2022-12-01T10:26:49.2275446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:26:49.2275608Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex64 PASSED [ 54%] 2022-12-01T10:26:49.2275769Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float64 PASSED [ 54%] 2022-12-01T10:26:49.2275969Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex128 PASSED [ 54%] 2022-12-01T10:26:49.2276135Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float32 PASSED [ 54%] 2022-12-01T10:26:49.2276314Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex64 PASSED [ 54%] 2022-12-01T10:26:49.2276481Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float16 PASSED [ 54%] 2022-12-01T10:26:49.2276744Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float32 PASSED [ 55%] 2022-12-01T10:26:49.2276908Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:26:49.2277059Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex128 PASSED [ 55%] 2022-12-01T10:26:49.2277221Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex64 PASSED [ 55%] 2022-12-01T10:26:49.2277378Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int16 PASSED [ 55%] 2022-12-01T10:26:49.2277538Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int32 PASSED [ 55%] 2022-12-01T10:26:49.2277698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int8 PASSED [ 55%] 2022-12-01T10:26:49.2277850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bool PASSED [ 55%] 2022-12-01T10:26:49.2278009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex64 PASSED [ 55%] 2022-12-01T10:26:49.2278165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float64 PASSED [ 55%] 2022-12-01T10:26:49.2278304Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int16 PASSED [ 55%] 2022-12-01T10:26:49.2278453Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int32 PASSED [ 55%] 2022-12-01T10:26:49.2278598Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int64 PASSED [ 55%] 2022-12-01T10:26:49.2278745Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int64 PASSED [ 55%] 2022-12-01T10:26:49.2278900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int8 PASSED [ 55%] 2022-12-01T10:26:49.2279058Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex64 PASSED [ 55%] 2022-12-01T10:26:49.2279213Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float32 PASSED [ 55%] 2022-12-01T10:26:49.2279363Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int16 PASSED [ 55%] 2022-12-01T10:26:49.2279497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int32 PASSED [ 55%] 2022-12-01T10:26:49.2279642Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int64 PASSED [ 55%] 2022-12-01T10:26:49.2279792Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int8 PASSED [ 55%] 2022-12-01T10:26:49.2279936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_uint8 PASSED [ 55%] 2022-12-01T10:26:49.2280089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:26:49.2280241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bool PASSED [ 55%] 2022-12-01T10:26:49.2280443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex128 PASSED [ 55%] 2022-12-01T10:26:49.2280600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex64 PASSED [ 55%] 2022-12-01T10:26:49.2280757Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float32 PASSED [ 55%] 2022-12-01T10:26:49.2280894Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int64 PASSED [ 55%] 2022-12-01T10:26:49.2281055Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float32 PASSED [ 55%] 2022-12-01T10:26:49.2281214Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bool PASSED [ 55%] 2022-12-01T10:26:49.2281385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex128 PASSED [ 55%] 2022-12-01T10:26:49.2281606Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex64 PASSED [ 55%] 2022-12-01T10:26:49.2281773Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float32 PASSED [ 55%] 2022-12-01T10:26:49.2281934Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int16 PASSED [ 55%] 2022-12-01T10:26:49.2282091Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int32 PASSED [ 55%] 2022-12-01T10:26:49.2282235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int8 PASSED [ 55%] 2022-12-01T10:26:49.2282398Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:26:49.2282555Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bool PASSED [ 55%] 2022-12-01T10:26:49.2282719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex128 PASSED [ 55%] 2022-12-01T10:26:49.2282880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex64 PASSED [ 55%] 2022-12-01T10:26:49.2283042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float32 PASSED [ 55%] 2022-12-01T10:26:49.2283203Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float64 PASSED [ 55%] 2022-12-01T10:26:49.2283361Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int16 PASSED [ 55%] 2022-12-01T10:26:49.2283517Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_uint8 PASSED [ 55%] 2022-12-01T10:26:49.2283663Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:26:49.2283827Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex64 PASSED [ 55%] 2022-12-01T10:26:49.2283987Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float16 PASSED [ 55%] 2022-12-01T10:26:49.2284147Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float32 PASSED [ 55%] 2022-12-01T10:26:49.2284306Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int32 PASSED [ 55%] 2022-12-01T10:26:49.2284467Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:26:49.2284635Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex128 PASSED [ 55%] 2022-12-01T10:26:49.2284793Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int16 PASSED [ 55%] 2022-12-01T10:26:49.2284936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int64 PASSED [ 55%] 2022-12-01T10:26:49.2285092Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int8 PASSED [ 55%] 2022-12-01T10:26:49.2285249Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_uint8 PASSED [ 55%] 2022-12-01T10:26:49.2285410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:26:49.2285568Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float32 PASSED [ 55%] 2022-12-01T10:26:49.2285728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float64 PASSED [ 55%] 2022-12-01T10:26:49.2285951Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int32 PASSED [ 55%] 2022-12-01T10:26:49.2286112Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int64 PASSED [ 55%] 2022-12-01T10:26:49.2286264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:26:49.2286400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int32 PASSED [ 55%] 2022-12-01T10:26:49.2286549Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int64 PASSED [ 55%] 2022-12-01T10:26:49.2286699Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_uint8 PASSED [ 55%] 2022-12-01T10:26:49.2286863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float16 PASSED [ 55%] 2022-12-01T10:26:49.2287024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float32 PASSED [ 55%] 2022-12-01T10:26:49.2287208Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float64 PASSED [ 55%] 2022-12-01T10:26:49.2287373Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int32 PASSED [ 55%] 2022-12-01T10:26:49.2287531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int8 PASSED [ 55%] 2022-12-01T10:26:49.2287674Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_uint8 PASSED [ 55%] 2022-12-01T10:26:49.2287830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bool PASSED [ 55%] 2022-12-01T10:26:49.2287987Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float16 PASSED [ 55%] 2022-12-01T10:26:49.2288145Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float32 PASSED [ 55%] 2022-12-01T10:26:49.2288302Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float64 PASSED [ 55%] 2022-12-01T10:26:49.2288465Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex128 PASSED [ 55%] 2022-12-01T10:26:49.2288622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex64 PASSED [ 55%] 2022-12-01T10:26:49.2288779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float32 PASSED [ 55%] 2022-12-01T10:26:49.2288961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:26:49.2289124Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bool PASSED [ 55%] 2022-12-01T10:26:49.2289308Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 55%] 2022-12-01T10:26:49.2289487Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 55%] 2022-12-01T10:26:49.2289662Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float64 PASSED [ 55%] 2022-12-01T10:26:49.2289840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int64 PASSED [ 55%] 2022-12-01T10:26:49.2290014Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_uint8 PASSED [ 55%] 2022-12-01T10:26:49.2290201Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:26:49.2290382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 55%] 2022-12-01T10:26:49.2290562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 55%] 2022-12-01T10:26:49.2290728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float64 PASSED [ 55%] 2022-12-01T10:26:49.2290904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int64 PASSED [ 55%] 2022-12-01T10:26:49.2291077Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int8 PASSED [ 55%] 2022-12-01T10:26:49.2291255Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_uint8 PASSED [ 55%] 2022-12-01T10:26:49.2291441Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:26:49.2291597Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float32 PASSED [ 55%] 2022-12-01T10:26:49.2291752Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int32 PASSED [ 55%] 2022-12-01T10:26:49.2291907Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int64 PASSED [ 55%] 2022-12-01T10:26:49.2292048Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int8 PASSED [ 55%] 2022-12-01T10:26:49.2292198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bool PASSED [ 55%] 2022-12-01T10:26:49.2292357Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex32 PASSED [ 55%] 2022-12-01T10:26:49.2292544Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float32 PASSED [ 55%] 2022-12-01T10:26:49.2292700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int16 PASSED [ 55%] 2022-12-01T10:26:49.2292856Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int32 PASSED [ 55%] 2022-12-01T10:26:49.2293010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int64 PASSED [ 55%] 2022-12-01T10:26:49.2293164Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int8 PASSED [ 55%] 2022-12-01T10:26:49.2293319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex128 PASSED [ 55%] 2022-12-01T10:26:49.2293460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex64 PASSED [ 55%] 2022-12-01T10:26:49.2293611Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float16 PASSED [ 55%] 2022-12-01T10:26:49.2293760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float32 PASSED [ 55%] 2022-12-01T10:26:49.2293908Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float64 PASSED [ 55%] 2022-12-01T10:26:49.2294060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int16 PASSED [ 55%] 2022-12-01T10:26:49.2294210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_uint8 PASSED [ 55%] 2022-12-01T10:26:49.2294371Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:26:49.2294524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bool PASSED [ 55%] 2022-12-01T10:26:49.2294668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int16 PASSED [ 55%] 2022-12-01T10:26:49.2294822Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int32 PASSED [ 55%] 2022-12-01T10:26:49.2294976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int8 PASSED [ 55%] 2022-12-01T10:26:49.2295129Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bfloat16 XFAIL [ 55%] 2022-12-01T10:26:49.2295287Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex128 XFAIL [ 55%] 2022-12-01T10:26:49.2295445Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex32 XFAIL [ 55%] 2022-12-01T10:26:49.2295599Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float64 XFAIL [ 55%] 2022-12-01T10:26:49.2295749Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int16 XFAIL [ 55%] 2022-12-01T10:26:49.2295887Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int8 XFAIL [ 55%] 2022-12-01T10:26:49.2296038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_uint8 XFAIL [ 55%] 2022-12-01T10:26:49.2296206Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float32 PASSED [ 55%] 2022-12-01T10:26:49.2296354Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:26:49.2296508Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex128 PASSED [ 55%] 2022-12-01T10:26:49.2296665Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex64 PASSED [ 55%] 2022-12-01T10:26:49.2296842Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float16 PASSED [ 55%] 2022-12-01T10:26:49.2296989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float32 PASSED [ 55%] 2022-12-01T10:26:49.2297134Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float64 PASSED [ 55%] 2022-12-01T10:26:49.2297271Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int16 PASSED [ 55%] 2022-12-01T10:26:49.2297419Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int64 PASSED [ 55%] 2022-12-01T10:26:49.2297568Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int8 PASSED [ 56%] 2022-12-01T10:26:49.2297725Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex32 PASSED [ 56%] 2022-12-01T10:26:49.2297877Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float16 PASSED [ 56%] 2022-12-01T10:26:49.2298064Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float64 PASSED [ 56%] 2022-12-01T10:26:49.2298218Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int8 PASSED [ 56%] 2022-12-01T10:26:49.2298369Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_uint8 PASSED [ 56%] 2022-12-01T10:26:49.2298516Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:26:49.2298677Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex64 PASSED [ 56%] 2022-12-01T10:26:49.2298835Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float64 PASSED [ 56%] 2022-12-01T10:26:49.2298989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_uint8 PASSED [ 56%] 2022-12-01T10:26:49.2299153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bool PASSED [ 56%] 2022-12-01T10:26:49.2299328Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex128 PASSED [ 56%] 2022-12-01T10:26:49.2299500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex32 PASSED [ 56%] 2022-12-01T10:26:49.2299670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float32 PASSED [ 56%] 2022-12-01T10:26:49.2299836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int32 PASSED [ 56%] 2022-12-01T10:26:49.2299989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int64 PASSED [ 56%] 2022-12-01T10:26:49.2300153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_uint8 PASSED [ 56%] 2022-12-01T10:26:49.2300312Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:26:49.2300474Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex32 PASSED [ 56%] 2022-12-01T10:26:49.2300629Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float64 PASSED [ 56%] 2022-12-01T10:26:49.2300787Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_uint8 PASSED [ 56%] 2022-12-01T10:26:49.2300951Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex128 PASSED [ 56%] 2022-12-01T10:26:49.2301104Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int64 PASSED [ 56%] 2022-12-01T10:26:49.2301245Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int8 PASSED [ 56%] 2022-12-01T10:26:49.2301402Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:26:49.2301565Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex128 PASSED [ 56%] 2022-12-01T10:26:49.2301725Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex64 PASSED [ 56%] 2022-12-01T10:26:49.2301881Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float32 PASSED [ 56%] 2022-12-01T10:26:49.2302040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float64 PASSED [ 56%] 2022-12-01T10:26:49.2302195Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int16 PASSED [ 56%] 2022-12-01T10:26:49.2302386Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:26:49.2302544Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float64 PASSED [ 56%] 2022-12-01T10:26:49.2302703Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:26:49.2302878Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:26:49.2303054Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float32 PASSED [ 56%] 2022-12-01T10:26:49.2303223Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:26:49.2303414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float64 PASSED [ 56%] 2022-12-01T10:26:49.2303583Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float64 PASSED [ 56%] 2022-12-01T10:26:49.2303747Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:26:49.2303913Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float32 PASSED [ 56%] 2022-12-01T10:26:49.2304079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float32 PASSED [ 56%] 2022-12-01T10:26:49.2304257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float64 PASSED [ 56%] 2022-12-01T10:26:49.2304432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:26:49.2304607Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float64 PASSED [ 56%] 2022-12-01T10:26:49.2304780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int64 PASSED [ 56%] 2022-12-01T10:26:49.2304968Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 56%] 2022-12-01T10:26:49.2305144Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:26:49.2305318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_float16 PASSED [ 56%] 2022-12-01T10:26:49.2305494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_float32 PASSED [ 56%] 2022-12-01T10:26:49.2305667Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex128 PASSED [ 56%] 2022-12-01T10:26:49.2305829Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex64 PASSED [ 56%] 2022-12-01T10:26:49.2305999Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float16 PASSED [ 56%] 2022-12-01T10:26:49.2306174Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float32 PASSED [ 56%] 2022-12-01T10:26:49.2306352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:26:49.2306523Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float64 PASSED [ 56%] 2022-12-01T10:26:49.2306710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 56%] 2022-12-01T10:26:49.2306893Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int32 PASSED [ 56%] 2022-12-01T10:26:49.2307076Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int64 PASSED [ 56%] 2022-12-01T10:26:49.2307257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int8 PASSED [ 56%] 2022-12-01T10:26:49.2307415Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float32 PASSED [ 56%] 2022-12-01T10:26:49.2307627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:26:49.2307811Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float16 PASSED [ 56%] 2022-12-01T10:26:49.2307992Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float32 PASSED [ 56%] 2022-12-01T10:26:49.2308174Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int8 PASSED [ 56%] 2022-12-01T10:26:49.2308356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_uint8 PASSED [ 56%] 2022-12-01T10:26:49.2308529Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float32 PASSED [ 56%] 2022-12-01T10:26:49.2308723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float64 PASSED [ 56%] 2022-12-01T10:26:49.2308903Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int16 PASSED [ 56%] 2022-12-01T10:26:49.2309071Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int32 PASSED [ 56%] 2022-12-01T10:26:49.2309246Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int64 PASSED [ 56%] 2022-12-01T10:26:49.2309422Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_uint8 PASSED [ 56%] 2022-12-01T10:26:49.2309590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float32 PASSED [ 56%] 2022-12-01T10:26:49.2309755Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float64 PASSED [ 56%] 2022-12-01T10:26:49.2309924Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int32 PASSED [ 56%] 2022-12-01T10:26:49.2310091Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int64 PASSED [ 56%] 2022-12-01T10:26:49.2310256Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:26:49.2310423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int64 PASSED [ 56%] 2022-12-01T10:26:49.2310577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int8 PASSED [ 56%] 2022-12-01T10:26:49.2310743Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_uint8 PASSED [ 56%] 2022-12-01T10:26:49.2310914Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:26:49.2311083Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float64 PASSED [ 56%] 2022-12-01T10:26:49.2311258Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float64 PASSED [ 56%] 2022-12-01T10:26:49.2311439Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:26:49.2311616Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float32 PASSED [ 56%] 2022-12-01T10:26:49.2311792Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float64 PASSED [ 56%] 2022-12-01T10:26:49.2311967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:26:49.2312136Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex128 PASSED [ 56%] 2022-12-01T10:26:49.2312311Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float32 PASSED [ 56%] 2022-12-01T10:26:49.2312484Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int32 PASSED [ 56%] 2022-12-01T10:26:49.2312658Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int8 PASSED [ 56%] 2022-12-01T10:26:49.2312834Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_uint8 PASSED [ 56%] 2022-12-01T10:26:49.2313038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float32 PASSED [ 56%] 2022-12-01T10:26:49.2313213Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float64 PASSED [ 56%] 2022-12-01T10:26:49.2313385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int8 PASSED [ 56%] 2022-12-01T10:26:49.2313538Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float16 PASSED [ 56%] 2022-12-01T10:26:49.2313676Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float32 PASSED [ 56%] 2022-12-01T10:26:49.2313820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float64 PASSED [ 56%] 2022-12-01T10:26:49.2313978Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex128 PASSED [ 56%] 2022-12-01T10:26:49.2314246Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex32 PASSED [ 56%] 2022-12-01T10:26:49.2314408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float16 PASSED [ 56%] 2022-12-01T10:26:49.2314558Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float64 PASSED [ 56%] 2022-12-01T10:26:49.2314712Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int64 PASSED [ 56%] 2022-12-01T10:26:49.2314871Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:26:49.2315014Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bool PASSED [ 56%] 2022-12-01T10:26:49.2315178Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex32 PASSED [ 56%] 2022-12-01T10:26:49.2315339Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex64 PASSED [ 56%] 2022-12-01T10:26:49.2315498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float16 PASSED [ 56%] 2022-12-01T10:26:49.2315658Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float32 PASSED [ 56%] 2022-12-01T10:26:49.2315819Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float64 PASSED [ 56%] 2022-12-01T10:26:49.2315975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int16 PASSED [ 56%] 2022-12-01T10:26:49.2316131Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int64 PASSED [ 56%] 2022-12-01T10:26:49.2316283Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex128 PASSED [ 56%] 2022-12-01T10:26:49.2316449Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex32 PASSED [ 56%] 2022-12-01T10:26:49.2316706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex64 PASSED [ 56%] 2022-12-01T10:26:49.2316866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float16 PASSED [ 56%] 2022-12-01T10:26:49.2317030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_uint8 PASSED [ 56%] 2022-12-01T10:26:49.2317191Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex128 PASSED [ 56%] 2022-12-01T10:26:49.2317350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float16 PASSED [ 56%] 2022-12-01T10:26:49.2317504Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int16 PASSED [ 56%] 2022-12-01T10:26:49.2317653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_uint8 PASSED [ 56%] 2022-12-01T10:26:49.2317788Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_bool PASSED [ 56%] 2022-12-01T10:26:49.2317948Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex64 PASSED [ 56%] 2022-12-01T10:26:49.2318103Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int32 PASSED [ 56%] 2022-12-01T10:26:49.2318253Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int64 PASSED [ 56%] 2022-12-01T10:26:49.2318403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_uint8 PASSED [ 56%] 2022-12-01T10:26:49.2318560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float32 PASSED [ 56%] 2022-12-01T10:26:49.2318760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:26:49.2318919Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex128 PASSED [ 56%] 2022-12-01T10:26:49.2319064Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex64 PASSED [ 56%] 2022-12-01T10:26:49.2319217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int16 PASSED [ 56%] 2022-12-01T10:26:49.2319367Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int32 PASSED [ 56%] 2022-12-01T10:26:49.2319515Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int64 PASSED [ 56%] 2022-12-01T10:26:49.2319665Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int8 PASSED [ 57%] 2022-12-01T10:26:49.2319847Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_uint8 PASSED [ 57%] 2022-12-01T10:26:49.2320004Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:26:49.2320165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex128 PASSED [ 57%] 2022-12-01T10:26:49.2320308Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex32 PASSED [ 57%] 2022-12-01T10:26:49.2320466Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex64 PASSED [ 57%] 2022-12-01T10:26:49.2320621Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float16 PASSED [ 57%] 2022-12-01T10:26:49.2320770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float32 PASSED [ 57%] 2022-12-01T10:26:49.2320916Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float64 PASSED [ 57%] 2022-12-01T10:26:49.2321067Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int8 PASSED [ 57%] 2022-12-01T10:26:49.2321232Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:26:49.2321393Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bool PASSED [ 57%] 2022-12-01T10:26:49.2321559Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex128 PASSED [ 57%] 2022-12-01T10:26:49.2321712Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex64 PASSED [ 57%] 2022-12-01T10:26:49.2321873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float32 PASSED [ 57%] 2022-12-01T10:26:49.2322032Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float64 PASSED [ 57%] 2022-12-01T10:26:49.2322189Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int16 PASSED [ 57%] 2022-12-01T10:26:49.2322346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int32 PASSED [ 57%] 2022-12-01T10:26:49.2322505Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_uint8 PASSED [ 57%] 2022-12-01T10:26:49.2322666Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:26:49.2322828Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float32 PASSED [ 57%] 2022-12-01T10:26:49.2322974Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float64 PASSED [ 57%] 2022-12-01T10:26:49.2323131Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int16 PASSED [ 57%] 2022-12-01T10:26:49.2323285Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int32 PASSED [ 57%] 2022-12-01T10:26:49.2323441Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int8 PASSED [ 57%] 2022-12-01T10:26:49.2323596Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_uint8 PASSED [ 57%] 2022-12-01T10:26:49.2323750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:26:49.2323913Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex128 PASSED [ 57%] 2022-12-01T10:26:49.2324068Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float16 PASSED [ 57%] 2022-12-01T10:26:49.2324254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int16 PASSED [ 57%] 2022-12-01T10:26:49.2324392Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int64 PASSED [ 57%] 2022-12-01T10:26:49.2324545Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int8 PASSED [ 57%] 2022-12-01T10:26:49.2324711Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex128 PASSED [ 57%] 2022-12-01T10:26:49.2324869Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float16 PASSED [ 57%] 2022-12-01T10:26:49.2325028Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float32 PASSED [ 57%] 2022-12-01T10:26:49.2325184Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float64 PASSED [ 57%] 2022-12-01T10:26:49.2325364Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int16 PASSED [ 57%] 2022-12-01T10:26:49.2325525Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int32 PASSED [ 57%] 2022-12-01T10:26:49.2325669Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_uint8 PASSED [ 57%] 2022-12-01T10:26:49.2325832Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex128 PASSED [ 57%] 2022-12-01T10:26:49.2325992Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex32 PASSED [ 57%] 2022-12-01T10:26:49.2326150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex64 PASSED [ 57%] 2022-12-01T10:26:49.2326307Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float16 PASSED [ 57%] 2022-12-01T10:26:49.2326462Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float32 PASSED [ 57%] 2022-12-01T10:26:49.2326620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int32 PASSED [ 57%] 2022-12-01T10:26:49.2326776Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_uint8 PASSED [ 57%] 2022-12-01T10:26:49.2326935Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex32 PASSED [ 57%] 2022-12-01T10:26:49.2327078Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex64 PASSED [ 57%] 2022-12-01T10:26:49.2327232Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float64 PASSED [ 57%] 2022-12-01T10:26:49.2327380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int32 PASSED [ 57%] 2022-12-01T10:26:49.2327529Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int64 PASSED [ 57%] 2022-12-01T10:26:49.2327674Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_uint8 PASSED [ 57%] 2022-12-01T10:26:49.2327830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex128 PASSED [ 57%] 2022-12-01T10:26:49.2327984Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float16 PASSED [ 57%] 2022-12-01T10:26:49.2328135Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int16 PASSED [ 57%] 2022-12-01T10:26:49.2328275Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int8 PASSED [ 57%] 2022-12-01T10:26:49.2328430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:26:49.2328584Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float32 PASSED [ 57%] 2022-12-01T10:26:49.2328738Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int32 PASSED [ 57%] 2022-12-01T10:26:49.2328886Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int64 PASSED [ 57%] 2022-12-01T10:26:49.2329036Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bool PASSED [ 57%] 2022-12-01T10:26:49.2329193Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex128 PASSED [ 57%] 2022-12-01T10:26:49.2329348Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float64 PASSED [ 57%] 2022-12-01T10:26:49.2329488Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int32 PASSED [ 57%] 2022-12-01T10:26:49.2329664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int8 PASSED [ 57%] 2022-12-01T10:26:49.2329813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_uint8 PASSED [ 57%] 2022-12-01T10:26:49.2329972Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex128 PASSED [ 57%] 2022-12-01T10:26:49.2330128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex64 PASSED [ 57%] 2022-12-01T10:26:49.2330282Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float16 PASSED [ 57%] 2022-12-01T10:26:49.2330430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float32 PASSED [ 57%] 2022-12-01T10:26:49.2330578Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int16 PASSED [ 57%] 2022-12-01T10:26:49.2330751Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int32 PASSED [ 57%] 2022-12-01T10:26:49.2330892Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:26:49.2331043Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bool PASSED [ 57%] 2022-12-01T10:26:49.2331196Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex128 PASSED [ 57%] 2022-12-01T10:26:49.2331351Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex64 PASSED [ 57%] 2022-12-01T10:26:49.2331502Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float32 PASSED [ 57%] 2022-12-01T10:26:49.2331652Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int32 PASSED [ 57%] 2022-12-01T10:26:49.2331797Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int64 PASSED [ 57%] 2022-12-01T10:26:49.2331942Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_uint8 PASSED [ 57%] 2022-12-01T10:26:49.2332090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:26:49.2332247Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bool PASSED [ 57%] 2022-12-01T10:26:49.2332408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex64 PASSED [ 57%] 2022-12-01T10:26:49.2332565Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float32 PASSED [ 57%] 2022-12-01T10:26:49.2332724Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float64 PASSED [ 57%] 2022-12-01T10:26:49.2332878Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int32 PASSED [ 57%] 2022-12-01T10:26:49.2333029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int64 PASSED [ 57%] 2022-12-01T10:26:49.2333182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_uint8 PASSED [ 57%] 2022-12-01T10:26:49.2333318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bool PASSED [ 57%] 2022-12-01T10:26:49.2333470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float32 PASSED [ 57%] 2022-12-01T10:26:49.2333620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float64 PASSED [ 57%] 2022-12-01T10:26:49.2333770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int32 PASSED [ 57%] 2022-12-01T10:26:49.2333925Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:26:49.2334079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bool PASSED [ 57%] 2022-12-01T10:26:49.2334235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float32 PASSED [ 57%] 2022-12-01T10:26:49.2334391Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float64 PASSED [ 57%] 2022-12-01T10:26:49.2334545Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int8 PASSED [ 57%] 2022-12-01T10:26:49.2334686Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_uint8 PASSED [ 57%] 2022-12-01T10:26:49.2334837Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:26:49.2335023Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex128 PASSED [ 57%] 2022-12-01T10:26:49.2335179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex64 PASSED [ 57%] 2022-12-01T10:26:49.2335330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float32 PASSED [ 57%] 2022-12-01T10:26:49.2335478Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float64 PASSED [ 57%] 2022-12-01T10:26:49.2335629Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int8 PASSED [ 57%] 2022-12-01T10:26:49.2335780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_uint8 PASSED [ 57%] 2022-12-01T10:26:49.2335915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bool PASSED [ 57%] 2022-12-01T10:26:49.2336072Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex128 PASSED [ 57%] 2022-12-01T10:26:49.2342187Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex64 PASSED [ 57%] 2022-12-01T10:26:49.2342377Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float64 PASSED [ 57%] 2022-12-01T10:26:49.2342534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int32 PASSED [ 57%] 2022-12-01T10:26:49.2342686Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_uint8 PASSED [ 57%] 2022-12-01T10:26:49.2342843Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:26:49.2342994Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bool PASSED [ 57%] 2022-12-01T10:26:49.2343150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex64 PASSED [ 57%] 2022-12-01T10:26:49.2343290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int32 PASSED [ 57%] 2022-12-01T10:26:49.2343450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:26:49.2343609Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float32 PASSED [ 57%] 2022-12-01T10:26:49.2343781Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_float32 PASSED [ 57%] 2022-12-01T10:26:49.2343950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int64 PASSED [ 57%] 2022-12-01T10:26:49.2344114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_bool PASSED [ 57%] 2022-12-01T10:26:49.2344282Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_float32 PASSED [ 57%] 2022-12-01T10:26:49.2344446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int64 PASSED [ 57%] 2022-12-01T10:26:49.2344611Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_uint8 PASSED [ 57%] 2022-12-01T10:26:49.2344762Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:26:49.2344926Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float32 PASSED [ 57%] 2022-12-01T10:26:49.2345088Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float64 PASSED [ 57%] 2022-12-01T10:26:49.2345248Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int16 PASSED [ 57%] 2022-12-01T10:26:49.2345406Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int64 PASSED [ 57%] 2022-12-01T10:26:49.2345559Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_uint8 PASSED [ 57%] 2022-12-01T10:26:49.2345715Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_bool PASSED [ 57%] 2022-12-01T10:26:49.2345872Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float32 PASSED [ 57%] 2022-12-01T10:26:49.2346018Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float64 PASSED [ 58%] 2022-12-01T10:26:49.2346174Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int64 PASSED [ 58%] 2022-12-01T10:26:49.2346330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_uint8 PASSED [ 58%] 2022-12-01T10:26:49.2346525Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float32 PASSED [ 58%] 2022-12-01T10:26:49.2346683Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int16 PASSED [ 58%] 2022-12-01T10:26:49.2346839Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int32 PASSED [ 58%] 2022-12-01T10:26:49.2347003Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:26:49.2347166Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float32 PASSED [ 58%] 2022-12-01T10:26:49.2347328Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float64 PASSED [ 58%] 2022-12-01T10:26:49.2347476Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int16 PASSED [ 58%] 2022-12-01T10:26:49.2347663Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int32 PASSED [ 58%] 2022-12-01T10:26:49.2347824Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int64 PASSED [ 58%] 2022-12-01T10:26:49.2347980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_uint8 PASSED [ 58%] 2022-12-01T10:26:49.2348173Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:26:49.2348360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 PASSED [ 58%] 2022-12-01T10:26:49.2348548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 PASSED [ 58%] 2022-12-01T10:26:49.2348733Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 PASSED [ 58%] 2022-12-01T10:26:49.2348920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 PASSED [ 58%] 2022-12-01T10:26:49.2349090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 PASSED [ 58%] 2022-12-01T10:26:49.2349279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 PASSED [ 58%] 2022-12-01T10:26:49.2349462Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 PASSED [ 58%] 2022-12-01T10:26:49.2349644Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 PASSED [ 58%] 2022-12-01T10:26:49.2349824Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_float32 PASSED [ 58%] 2022-12-01T10:26:49.2350002Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int16 PASSED [ 58%] 2022-12-01T10:26:49.2350179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int64 PASSED [ 58%] 2022-12-01T10:26:49.2350356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int8 PASSED [ 58%] 2022-12-01T10:26:49.2350534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_uint8 PASSED [ 58%] 2022-12-01T10:26:49.2350681Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_bool PASSED [ 58%] 2022-12-01T10:26:49.2350842Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float32 PASSED [ 58%] 2022-12-01T10:26:49.2351002Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float64 PASSED [ 58%] 2022-12-01T10:26:49.2351159Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int16 PASSED [ 58%] 2022-12-01T10:26:49.2351316Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int32 PASSED [ 58%] 2022-12-01T10:26:49.2351474Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int8 PASSED [ 58%] 2022-12-01T10:26:49.2351627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bool PASSED [ 58%] 2022-12-01T10:26:49.2351806Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float32 PASSED [ 58%] 2022-12-01T10:26:49.2351954Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float64 PASSED [ 58%] 2022-12-01T10:26:49.2352093Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int16 PASSED [ 58%] 2022-12-01T10:26:49.2352240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_uint8 PASSED [ 58%] 2022-12-01T10:26:49.2352397Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:26:49.2352556Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex128 PASSED [ 58%] 2022-12-01T10:26:49.2352708Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float16 PASSED [ 58%] 2022-12-01T10:26:49.2352864Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float64 PASSED [ 58%] 2022-12-01T10:26:49.2353045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int32 PASSED [ 58%] 2022-12-01T10:26:49.2353201Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int8 PASSED [ 58%] 2022-12-01T10:26:49.2353340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_uint8 PASSED [ 58%] 2022-12-01T10:26:49.2353487Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bool PASSED [ 58%] 2022-12-01T10:26:49.2353649Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex128 PASSED [ 58%] 2022-12-01T10:26:49.2353808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex32 PASSED [ 58%] 2022-12-01T10:26:49.2353965Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex64 PASSED [ 58%] 2022-12-01T10:26:49.2354216Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float64 PASSED [ 58%] 2022-12-01T10:26:49.2354375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int16 PASSED [ 58%] 2022-12-01T10:26:49.2354523Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int8 PASSED [ 58%] 2022-12-01T10:26:49.2354668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_uint8 PASSED [ 58%] 2022-12-01T10:26:49.2354826Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex128 PASSED [ 58%] 2022-12-01T10:26:49.2354981Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex32 PASSED [ 58%] 2022-12-01T10:26:49.2355136Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex64 PASSED [ 58%] 2022-12-01T10:26:49.2355288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float16 PASSED [ 58%] 2022-12-01T10:26:49.2355439Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float32 PASSED [ 58%] 2022-12-01T10:26:49.2355590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int32 PASSED [ 58%] 2022-12-01T10:26:49.2355742Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_uint8 PASSED [ 58%] 2022-12-01T10:26:49.2355892Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:26:49.2356039Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex128 PASSED [ 58%] 2022-12-01T10:26:49.2356194Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex64 PASSED [ 58%] 2022-12-01T10:26:49.2356344Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float16 PASSED [ 58%] 2022-12-01T10:26:49.2356493Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float32 PASSED [ 58%] 2022-12-01T10:26:49.2356803Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float64 PASSED [ 58%] 2022-12-01T10:26:49.2356966Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex64 PASSED [ 58%] 2022-12-01T10:26:49.2357184Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float32 PASSED [ 58%] 2022-12-01T10:26:49.2357374Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:26:49.2357575Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int16 PASSED [ 58%] 2022-12-01T10:26:49.2357720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int32 PASSED [ 58%] 2022-12-01T10:26:49.2357870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:26:49.2358025Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex128 PASSED [ 58%] 2022-12-01T10:26:49.2358181Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex64 PASSED [ 58%] 2022-12-01T10:26:49.2358332Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int32 PASSED [ 58%] 2022-12-01T10:26:49.2358479Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_uint8 PASSED [ 58%] 2022-12-01T10:26:49.2358634Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bool PASSED [ 58%] 2022-12-01T10:26:49.2358820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex64 PASSED [ 58%] 2022-12-01T10:26:49.2358985Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float32 PASSED [ 58%] 2022-12-01T10:26:49.2359141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int32 PASSED [ 58%] 2022-12-01T10:26:49.2359294Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int8 PASSED [ 58%] 2022-12-01T10:26:49.2359452Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_uint8 PASSED [ 58%] 2022-12-01T10:26:49.2359603Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:26:49.2359756Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex64 PASSED [ 58%] 2022-12-01T10:26:49.2359906Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int32 PASSED [ 58%] 2022-12-01T10:26:49.2360059Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:26:49.2360198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int16 PASSED [ 58%] 2022-12-01T10:26:49.2360349Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int8 PASSED [ 58%] 2022-12-01T10:26:49.2360498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_uint8 PASSED [ 58%] 2022-12-01T10:26:49.2360648Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bool PASSED [ 58%] 2022-12-01T10:26:49.2360801Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex64 PASSED [ 58%] 2022-12-01T10:26:49.2360949Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int16 PASSED [ 58%] 2022-12-01T10:26:49.2361098Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int32 PASSED [ 58%] 2022-12-01T10:26:49.2361242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int64 PASSED [ 58%] 2022-12-01T10:26:49.2361373Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_uint8 PASSED [ 58%] 2022-12-01T10:26:49.2361537Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bfloat16 XFAIL [ 58%] 2022-12-01T10:26:49.2361695Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bool XFAIL [ 58%] 2022-12-01T10:26:49.2361853Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int16 XFAIL [ 58%] 2022-12-01T10:26:49.2362011Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int32 XFAIL [ 58%] 2022-12-01T10:26:49.2362166Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int8 XFAIL [ 58%] 2022-12-01T10:26:49.2362316Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bool PASSED [ 58%] 2022-12-01T10:26:49.2362472Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex128 PASSED [ 58%] 2022-12-01T10:26:49.2362609Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float64 PASSED [ 58%] 2022-12-01T10:26:49.2362757Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int32 PASSED [ 58%] 2022-12-01T10:26:49.2362906Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int64 PASSED [ 58%] 2022-12-01T10:26:49.2363084Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_uint8 PASSED [ 58%] 2022-12-01T10:26:49.2363278Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float32 SKIPPED (diag is not supported by meta) [ 58%] 2022-12-01T10:26:49.2363468Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int8 SKIPPED (diag is not supported by meta) [ 58%] 2022-12-01T10:26:49.2363630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:26:49.2363793Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex128 PASSED [ 58%] 2022-12-01T10:26:49.2363955Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex32 PASSED [ 58%] 2022-12-01T10:26:49.2364102Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int16 PASSED [ 58%] 2022-12-01T10:26:49.2364285Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int32 PASSED [ 58%] 2022-12-01T10:26:49.2364446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int64 PASSED [ 58%] 2022-12-01T10:26:49.2364600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int8 PASSED [ 58%] 2022-12-01T10:26:49.2364752Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_uint8 PASSED [ 58%] 2022-12-01T10:26:49.2364904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:26:49.2365058Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float64 PASSED [ 58%] 2022-12-01T10:26:49.2365208Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int16 PASSED [ 58%] 2022-12-01T10:26:49.2365344Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int64 PASSED [ 58%] 2022-12-01T10:26:49.2365494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int8 PASSED [ 58%] 2022-12-01T10:26:49.2365652Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int32 PASSED [ 58%] 2022-12-01T10:26:49.2365811Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int64 PASSED [ 58%] 2022-12-01T10:26:49.2365961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float16 PASSED [ 58%] 2022-12-01T10:26:49.2366107Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float64 PASSED [ 58%] 2022-12-01T10:26:49.2366255Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int16 PASSED [ 58%] 2022-12-01T10:26:49.2366400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int32 PASSED [ 58%] 2022-12-01T10:26:49.2366556Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int32 PASSED [ 58%] 2022-12-01T10:26:49.2366699Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int64 PASSED [ 58%] 2022-12-01T10:26:49.2366861Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float64 PASSED [ 58%] 2022-12-01T10:26:49.2367016Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int16 PASSED [ 58%] 2022-12-01T10:26:49.2367174Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_uint8 PASSED [ 59%] 2022-12-01T10:26:49.2367328Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:26:49.2367481Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float64 PASSED [ 59%] 2022-12-01T10:26:49.2367631Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int16 PASSED [ 59%] 2022-12-01T10:26:49.2367780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int32 PASSED [ 59%] 2022-12-01T10:26:49.2367914Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bool PASSED [ 59%] 2022-12-01T10:26:49.2368073Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex128 PASSED [ 59%] 2022-12-01T10:26:49.2368227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float16 PASSED [ 59%] 2022-12-01T10:26:49.2368408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int16 PASSED [ 59%] 2022-12-01T10:26:49.2368556Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int64 PASSED [ 59%] 2022-12-01T10:26:49.2368703Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_uint8 PASSED [ 59%] 2022-12-01T10:26:49.2368860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bool PASSED [ 59%] 2022-12-01T10:26:49.2369016Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex32 PASSED [ 59%] 2022-12-01T10:26:49.2369175Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex64 PASSED [ 59%] 2022-12-01T10:26:49.2369319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float16 PASSED [ 59%] 2022-12-01T10:26:49.2369474Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int8 PASSED [ 59%] 2022-12-01T10:26:49.2369663Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_uint8 PASSED [ 59%] 2022-12-01T10:26:49.2369824Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bool PASSED [ 59%] 2022-12-01T10:26:49.2369989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex32 PASSED [ 59%] 2022-12-01T10:26:49.2370145Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float16 PASSED [ 59%] 2022-12-01T10:26:49.2370304Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float32 PASSED [ 59%] 2022-12-01T10:26:49.2370460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float64 PASSED [ 59%] 2022-12-01T10:26:49.2370605Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int16 PASSED [ 59%] 2022-12-01T10:26:49.2370763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int32 PASSED [ 59%] 2022-12-01T10:26:49.2370917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int64 PASSED [ 59%] 2022-12-01T10:26:49.2371070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_uint8 PASSED [ 59%] 2022-12-01T10:26:49.2371226Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bool PASSED [ 59%] 2022-12-01T10:26:49.2371388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex32 PASSED [ 59%] 2022-12-01T10:26:49.2371550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex64 PASSED [ 59%] 2022-12-01T10:26:49.2371707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float16 PASSED [ 59%] 2022-12-01T10:26:49.2371863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float32 PASSED [ 59%] 2022-12-01T10:26:49.2372006Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float64 PASSED [ 59%] 2022-12-01T10:26:49.2372163Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int8 PASSED [ 59%] 2022-12-01T10:26:49.2372318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_uint8 PASSED [ 59%] 2022-12-01T10:26:49.2372475Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex128 PASSED [ 59%] 2022-12-01T10:26:49.2372630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex64 PASSED [ 59%] 2022-12-01T10:26:49.2372782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float16 PASSED [ 59%] 2022-12-01T10:26:49.2372932Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float32 PASSED [ 59%] 2022-12-01T10:26:49.2373079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float64 PASSED [ 59%] 2022-12-01T10:26:49.2373223Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float64 PASSED [ 59%] 2022-12-01T10:26:49.2373373Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bool PASSED [ 59%] 2022-12-01T10:26:49.2373533Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex128 PASSED [ 59%] 2022-12-01T10:26:49.2373687Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float32 PASSED [ 59%] 2022-12-01T10:26:49.2373870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int64 PASSED [ 59%] 2022-12-01T10:26:49.2374020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int8 PASSED [ 59%] 2022-12-01T10:26:49.2374172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_uint8 PASSED [ 59%] 2022-12-01T10:26:49.2374328Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:26:49.2374467Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bool PASSED [ 59%] 2022-12-01T10:26:49.2374625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex64 PASSED [ 59%] 2022-12-01T10:26:49.2374776Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float16 PASSED [ 59%] 2022-12-01T10:26:49.2374979Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float64 PASSED [ 59%] 2022-12-01T10:26:49.2375131Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int64 PASSED [ 59%] 2022-12-01T10:26:49.2375288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:26:49.2375445Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex128 PASSED [ 59%] 2022-12-01T10:26:49.2375601Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex32 PASSED [ 59%] 2022-12-01T10:26:49.2375753Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float16 PASSED [ 59%] 2022-12-01T10:26:49.2375894Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float32 PASSED [ 59%] 2022-12-01T10:26:49.2376046Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int16 PASSED [ 59%] 2022-12-01T10:26:49.2376195Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int32 PASSED [ 59%] 2022-12-01T10:26:49.2376349Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int8 PASSED [ 59%] 2022-12-01T10:26:49.2376499Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_uint8 PASSED [ 59%] 2022-12-01T10:26:49.2376654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bool PASSED [ 59%] 2022-12-01T10:26:49.2376813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex128 PASSED [ 59%] 2022-12-01T10:26:49.2376966Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex32 PASSED [ 59%] 2022-12-01T10:26:49.2377111Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex64 PASSED [ 59%] 2022-12-01T10:26:49.2377256Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int32 PASSED [ 59%] 2022-12-01T10:26:49.2377403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_uint8 PASSED [ 59%] 2022-12-01T10:26:49.2377560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex128 PASSED [ 59%] 2022-12-01T10:26:49.2377717Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex32 PASSED [ 59%] 2022-12-01T10:26:49.2377875Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex64 PASSED [ 59%] 2022-12-01T10:26:49.2378028Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float32 PASSED [ 59%] 2022-12-01T10:26:49.2378184Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float64 PASSED [ 59%] 2022-12-01T10:26:49.2378324Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int64 PASSED [ 59%] 2022-12-01T10:26:49.2378477Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int8 PASSED [ 59%] 2022-12-01T10:26:49.2378624Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_uint8 PASSED [ 59%] 2022-12-01T10:26:49.2378770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bool PASSED [ 59%] 2022-12-01T10:26:49.2378924Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex32 PASSED [ 59%] 2022-12-01T10:26:49.2379081Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex64 PASSED [ 59%] 2022-12-01T10:26:49.2379276Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float32 PASSED [ 59%] 2022-12-01T10:26:49.2379429Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float64 PASSED [ 59%] 2022-12-01T10:26:49.2379576Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int32 PASSED [ 59%] 2022-12-01T10:26:49.2379734Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:26:49.2379900Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float16 PASSED [ 59%] 2022-12-01T10:26:49.2380066Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float64 PASSED [ 59%] 2022-12-01T10:26:49.2380234Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_native_batch_norm_cpu_float64 XFAIL [ 59%] 2022-12-01T10:26:49.2380434Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:26:49.2380598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float32 PASSED [ 59%] 2022-12-01T10:26:49.2380763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float64 PASSED [ 59%] 2022-12-01T10:26:49.2380924Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int16 PASSED [ 59%] 2022-12-01T10:26:49.2381072Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int32 PASSED [ 59%] 2022-12-01T10:26:49.2381228Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_uint8 PASSED [ 59%] 2022-12-01T10:26:49.2381390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:26:49.2381560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex128 PASSED [ 59%] 2022-12-01T10:26:49.2381729Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex64 PASSED [ 59%] 2022-12-01T10:26:49.2381892Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float64 PASSED [ 59%] 2022-12-01T10:26:49.2382055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int16 PASSED [ 59%] 2022-12-01T10:26:49.2382215Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int32 PASSED [ 59%] 2022-12-01T10:26:49.2382371Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int64 PASSED [ 59%] 2022-12-01T10:26:49.2382517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bool PASSED [ 59%] 2022-12-01T10:26:49.2382680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int16 PASSED [ 59%] 2022-12-01T10:26:49.2382841Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int32 PASSED [ 59%] 2022-12-01T10:26:49.2383002Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int64 PASSED [ 59%] 2022-12-01T10:26:49.2383162Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bool PASSED [ 59%] 2022-12-01T10:26:49.2383323Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float16 PASSED [ 59%] 2022-12-01T10:26:49.2383481Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float32 PASSED [ 59%] 2022-12-01T10:26:49.2383639Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int32 PASSED [ 59%] 2022-12-01T10:26:49.2383796Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int64 PASSED [ 59%] 2022-12-01T10:26:49.2383940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int8 PASSED [ 59%] 2022-12-01T10:26:49.2384109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float32 PASSED [ 59%] 2022-12-01T10:26:49.2384274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float64 PASSED [ 59%] 2022-12-01T10:26:49.2384434Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bool PASSED [ 59%] 2022-12-01T10:26:49.2384627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float16 PASSED [ 59%] 2022-12-01T10:26:49.2384791Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float32 PASSED [ 59%] 2022-12-01T10:26:49.2384956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float64 PASSED [ 59%] 2022-12-01T10:26:49.2385115Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int16 PASSED [ 59%] 2022-12-01T10:26:49.2385264Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int32 PASSED [ 59%] 2022-12-01T10:26:49.2385427Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bool PASSED [ 59%] 2022-12-01T10:26:49.2385592Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex128 PASSED [ 59%] 2022-12-01T10:26:49.2385785Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex64 PASSED [ 59%] 2022-12-01T10:26:49.2385952Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float32 PASSED [ 59%] 2022-12-01T10:26:49.2386112Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float64 PASSED [ 59%] 2022-12-01T10:26:49.2386273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int32 PASSED [ 59%] 2022-12-01T10:26:49.2386431Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int64 PASSED [ 59%] 2022-12-01T10:26:49.2386587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_uint8 PASSED [ 59%] 2022-12-01T10:26:49.2386748Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:26:49.2386924Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex128 PASSED [ 59%] 2022-12-01T10:26:49.2387096Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex64 PASSED [ 59%] 2022-12-01T10:26:49.2387264Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float16 PASSED [ 59%] 2022-12-01T10:26:49.2387434Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float32 PASSED [ 59%] 2022-12-01T10:26:49.2387595Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float64 PASSED [ 59%] 2022-12-01T10:26:49.2387756Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float32 PASSED [ 59%] 2022-12-01T10:26:49.2387917Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int32 PASSED [ 60%] 2022-12-01T10:26:49.2388072Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int8 PASSED [ 60%] 2022-12-01T10:26:49.2388226Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:26:49.2388387Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bool PASSED [ 60%] 2022-12-01T10:26:49.2388545Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float16 PASSED [ 60%] 2022-12-01T10:26:49.2388710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float64 PASSED [ 60%] 2022-12-01T10:26:49.2388868Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int8 PASSED [ 60%] 2022-12-01T10:26:49.2389028Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_uint8 PASSED [ 60%] 2022-12-01T10:26:49.2389186Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bool PASSED [ 60%] 2022-12-01T10:26:49.2389353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex128 PASSED [ 60%] 2022-12-01T10:26:49.2389507Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex64 PASSED [ 60%] 2022-12-01T10:26:49.2389668Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float16 PASSED [ 60%] 2022-12-01T10:26:49.2389827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_uint8 PASSED [ 60%] 2022-12-01T10:26:49.2390020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float16 PASSED [ 60%] 2022-12-01T10:26:49.2390185Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float64 PASSED [ 60%] 2022-12-01T10:26:49.2390347Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int16 PASSED [ 60%] 2022-12-01T10:26:49.2390509Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int32 PASSED [ 60%] 2022-12-01T10:26:49.2390672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_uint8 PASSED [ 60%] 2022-12-01T10:26:49.2390844Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:26:49.2391001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bool PASSED [ 60%] 2022-12-01T10:26:49.2391201Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float64 PASSED [ 60%] 2022-12-01T10:26:49.2391374Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int16 PASSED [ 60%] 2022-12-01T10:26:49.2391538Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int32 PASSED [ 60%] 2022-12-01T10:26:49.2391701Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_uint8 PASSED [ 60%] 2022-12-01T10:26:49.2391865Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:26:49.2392030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bool PASSED [ 60%] 2022-12-01T10:26:49.2392195Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex64 PASSED [ 60%] 2022-12-01T10:26:49.2392358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float32 PASSED [ 60%] 2022-12-01T10:26:49.2392508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int16 PASSED [ 60%] 2022-12-01T10:26:49.2392672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int32 PASSED [ 60%] 2022-12-01T10:26:49.2392828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int8 PASSED [ 60%] 2022-12-01T10:26:49.2392993Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float64 PASSED [ 60%] 2022-12-01T10:26:49.2393156Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int16 PASSED [ 60%] 2022-12-01T10:26:49.2393316Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int64 PASSED [ 60%] 2022-12-01T10:26:49.2393475Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int8 PASSED [ 60%] 2022-12-01T10:26:49.2393634Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bool PASSED [ 60%] 2022-12-01T10:26:49.2393785Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int16 PASSED [ 60%] 2022-12-01T10:26:49.2393947Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int32 PASSED [ 60%] 2022-12-01T10:26:49.2394195Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bool PASSED [ 60%] 2022-12-01T10:26:49.2394365Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float32 PASSED [ 60%] 2022-12-01T10:26:49.2394525Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int32 PASSED [ 60%] 2022-12-01T10:26:49.2394684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bool PASSED [ 60%] 2022-12-01T10:26:49.2394855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex128 PASSED [ 60%] 2022-12-01T10:26:49.2395023Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex64 PASSED [ 60%] 2022-12-01T10:26:49.2395189Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int16 PASSED [ 60%] 2022-12-01T10:26:49.2395339Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int64 PASSED [ 60%] 2022-12-01T10:26:49.2395544Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:26:49.2395712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bool PASSED [ 60%] 2022-12-01T10:26:49.2395889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex128 PASSED [ 60%] 2022-12-01T10:26:49.2396061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float32 PASSED [ 60%] 2022-12-01T10:26:49.2396226Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float64 PASSED [ 60%] 2022-12-01T10:26:49.2396392Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int32 PASSED [ 60%] 2022-12-01T10:26:49.2396705Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int64 PASSED [ 60%] 2022-12-01T10:26:49.2396880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:26:49.2397049Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex128 PASSED [ 60%] 2022-12-01T10:26:49.2397222Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex64 PASSED [ 60%] 2022-12-01T10:26:49.2397393Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float16 PASSED [ 60%] 2022-12-01T10:26:49.2397557Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float32 PASSED [ 60%] 2022-12-01T10:26:49.2397725Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bool PASSED [ 60%] 2022-12-01T10:26:49.2397902Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex128 PASSED [ 60%] 2022-12-01T10:26:49.2398077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex32 PASSED [ 60%] 2022-12-01T10:26:49.2398250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float16 PASSED [ 60%] 2022-12-01T10:26:49.2398419Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int16 PASSED [ 60%] 2022-12-01T10:26:49.2398569Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int64 PASSED [ 60%] 2022-12-01T10:26:49.2398740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int16 PASSED [ 60%] 2022-12-01T10:26:49.2398904Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int32 PASSED [ 60%] 2022-12-01T10:26:49.2399062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int64 PASSED [ 60%] 2022-12-01T10:26:49.2399241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int32 PASSED [ 60%] 2022-12-01T10:26:49.2399422Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int64 PASSED [ 60%] 2022-12-01T10:26:49.2399591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_bool PASSED [ 60%] 2022-12-01T10:26:49.2399759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int64 PASSED [ 60%] 2022-12-01T10:26:49.2399921Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int32 PASSED [ 60%] 2022-12-01T10:26:49.2400072Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_bool PASSED [ 60%] 2022-12-01T10:26:49.2400236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int16 PASSED [ 60%] 2022-12-01T10:26:49.2400399Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int64 PASSED [ 60%] 2022-12-01T10:26:49.2400577Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_shapes_cpu_float32 PASSED [ 60%] 2022-12-01T10:26:49.2400760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:26:49.2400979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex128 PASSED [ 60%] 2022-12-01T10:26:49.2401157Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float16 PASSED [ 60%] 2022-12-01T10:26:49.2401337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float32 PASSED [ 60%] 2022-12-01T10:26:49.2401515Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int16 PASSED [ 60%] 2022-12-01T10:26:49.2401680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int64 PASSED [ 60%] 2022-12-01T10:26:49.2401854Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_uint8 PASSED [ 60%] 2022-12-01T10:26:49.2402056Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:26:49.2402239Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex64 PASSED [ 60%] 2022-12-01T10:26:49.2402411Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float32 PASSED [ 60%] 2022-12-01T10:26:49.2402583Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float64 PASSED [ 60%] 2022-12-01T10:26:49.2402751Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int32 PASSED [ 60%] 2022-12-01T10:26:49.2402916Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int64 PASSED [ 60%] 2022-12-01T10:26:49.2403079Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_uint8 PASSED [ 60%] 2022-12-01T10:26:49.2403231Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:26:49.2403397Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float16 PASSED [ 60%] 2022-12-01T10:26:49.2403559Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int32 PASSED [ 60%] 2022-12-01T10:26:49.2403718Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int64 PASSED [ 60%] 2022-12-01T10:26:49.2403877Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int8 PASSED [ 60%] 2022-12-01T10:26:49.2404042Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:26:49.2404205Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float64 PASSED [ 60%] 2022-12-01T10:26:49.2404363Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int16 PASSED [ 60%] 2022-12-01T10:26:49.2404511Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int32 PASSED [ 60%] 2022-12-01T10:26:49.2404670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int8 PASSED [ 60%] 2022-12-01T10:26:49.2404826Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bool PASSED [ 60%] 2022-12-01T10:26:49.2404999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex128 PASSED [ 60%] 2022-12-01T10:26:49.2405163Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float16 PASSED [ 60%] 2022-12-01T10:26:49.2405328Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float32 PASSED [ 60%] 2022-12-01T10:26:49.2405491Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int16 PASSED [ 60%] 2022-12-01T10:26:49.2405649Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int64 PASSED [ 60%] 2022-12-01T10:26:49.2405817Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:26:49.2405971Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float32 PASSED [ 60%] 2022-12-01T10:26:49.2406128Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int8 PASSED [ 60%] 2022-12-01T10:26:49.2406327Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:26:49.2406496Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float32 PASSED [ 60%] 2022-12-01T10:26:49.2406662Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float64 PASSED [ 60%] 2022-12-01T10:26:49.2406826Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int16 PASSED [ 60%] 2022-12-01T10:26:49.2406987Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int64 PASSED [ 60%] 2022-12-01T10:26:49.2407155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:26:49.2407346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bool PASSED [ 60%] 2022-12-01T10:26:49.2407506Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float32 PASSED [ 60%] 2022-12-01T10:26:49.2407676Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float64 PASSED [ 60%] 2022-12-01T10:26:49.2407842Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int32 PASSED [ 60%] 2022-12-01T10:26:49.2408003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int64 PASSED [ 60%] 2022-12-01T10:26:49.2408171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int8 PASSED [ 60%] 2022-12-01T10:26:49.2408337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_uint8 PASSED [ 60%] 2022-12-01T10:26:49.2408502Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:26:49.2408673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex128 PASSED [ 60%] 2022-12-01T10:26:49.2408837Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float16 PASSED [ 60%] 2022-12-01T10:26:49.2408992Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float32 PASSED [ 60%] 2022-12-01T10:26:49.2409154Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float64 PASSED [ 60%] 2022-12-01T10:26:49.2409316Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int16 PASSED [ 60%] 2022-12-01T10:26:49.2409476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int32 PASSED [ 60%] 2022-12-01T10:26:49.2409635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int64 PASSED [ 60%] 2022-12-01T10:26:49.2409797Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int8 PASSED [ 60%] 2022-12-01T10:26:49.2409978Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex128 PASSED [ 60%] 2022-12-01T10:26:49.2410156Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex32 PASSED [ 61%] 2022-12-01T10:26:49.2410323Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex64 PASSED [ 61%] 2022-12-01T10:26:49.2410497Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float16 PASSED [ 61%] 2022-12-01T10:26:49.2410669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float64 PASSED [ 61%] 2022-12-01T10:26:49.2410839Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int8 PASSED [ 61%] 2022-12-01T10:26:49.2410998Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bool PASSED [ 61%] 2022-12-01T10:26:49.2411162Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex32 PASSED [ 61%] 2022-12-01T10:26:49.2411326Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex64 PASSED [ 61%] 2022-12-01T10:26:49.2411486Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int64 PASSED [ 61%] 2022-12-01T10:26:49.2411693Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex32 PASSED [ 61%] 2022-12-01T10:26:49.2411861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex64 PASSED [ 61%] 2022-12-01T10:26:49.2412035Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int64 PASSED [ 61%] 2022-12-01T10:26:49.2412204Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int8 PASSED [ 61%] 2022-12-01T10:26:49.2412372Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_uint8 PASSED [ 61%] 2022-12-01T10:26:49.2412553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex64 PASSED [ 61%] 2022-12-01T10:26:49.2412752Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float32 PASSED [ 61%] 2022-12-01T10:26:49.2412932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float64 PASSED [ 61%] 2022-12-01T10:26:49.2413104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int8 PASSED [ 61%] 2022-12-01T10:26:49.2413277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_uint8 PASSED [ 61%] 2022-12-01T10:26:49.2413435Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bool PASSED [ 61%] 2022-12-01T10:26:49.2413611Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex32 PASSED [ 61%] 2022-12-01T10:26:49.2413785Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex64 PASSED [ 61%] 2022-12-01T10:26:49.2413953Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int32 PASSED [ 61%] 2022-12-01T10:26:49.2414120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int64 PASSED [ 61%] 2022-12-01T10:26:49.2414293Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:26:49.2414459Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float32 PASSED [ 61%] 2022-12-01T10:26:49.2414621Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int32 PASSED [ 61%] 2022-12-01T10:26:49.2414783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:26:49.2414939Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex128 PASSED [ 61%] 2022-12-01T10:26:49.2415100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float32 PASSED [ 61%] 2022-12-01T10:26:49.2415262Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_uint8 PASSED [ 61%] 2022-12-01T10:26:49.2415430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:26:49.2415590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bool PASSED [ 61%] 2022-12-01T10:26:49.2415758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex128 PASSED [ 61%] 2022-12-01T10:26:49.2415925Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex64 PASSED [ 61%] 2022-12-01T10:26:49.2416086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float32 PASSED [ 61%] 2022-12-01T10:26:49.2416245Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int16 PASSED [ 61%] 2022-12-01T10:26:49.2416394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int64 PASSED [ 61%] 2022-12-01T10:26:49.2416550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int8 PASSED [ 61%] 2022-12-01T10:26:49.2416705Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_uint8 PASSED [ 61%] 2022-12-01T10:26:49.2416872Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_float64 PASSED [ 61%] 2022-12-01T10:26:49.2417066Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int16 PASSED [ 61%] 2022-12-01T10:26:49.2417227Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int32 PASSED [ 61%] 2022-12-01T10:26:49.2417388Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int64 PASSED [ 61%] 2022-12-01T10:26:49.2417561Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:26:49.2417719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bool PASSED [ 61%] 2022-12-01T10:26:49.2417891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex64 PASSED [ 61%] 2022-12-01T10:26:49.2418098Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float16 PASSED [ 61%] 2022-12-01T10:26:49.2418265Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float64 PASSED [ 61%] 2022-12-01T10:26:49.2418430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int32 PASSED [ 61%] 2022-12-01T10:26:49.2418593Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int64 PASSED [ 61%] 2022-12-01T10:26:49.2418761Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bool PASSED [ 61%] 2022-12-01T10:26:49.2418931Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex32 PASSED [ 61%] 2022-12-01T10:26:49.2419099Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int16 PASSED [ 61%] 2022-12-01T10:26:49.2419252Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int32 PASSED [ 61%] 2022-12-01T10:26:49.2419417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int64 PASSED [ 61%] 2022-12-01T10:26:49.2419583Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:26:49.2419749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float64 PASSED [ 61%] 2022-12-01T10:26:49.2419913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int16 PASSED [ 61%] 2022-12-01T10:26:49.2420073Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int8 PASSED [ 61%] 2022-12-01T10:26:49.2420235Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_uint8 PASSED [ 61%] 2022-12-01T10:26:49.2420417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float32 PASSED [ 61%] 2022-12-01T10:26:49.2420597Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float64 PASSED [ 61%] 2022-12-01T10:26:49.2420765Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int16 PASSED [ 61%] 2022-12-01T10:26:49.2420948Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_uint8 PASSED [ 61%] 2022-12-01T10:26:49.2421128Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:26:49.2421309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bool PASSED [ 61%] 2022-12-01T10:26:49.2421491Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex64 PASSED [ 61%] 2022-12-01T10:26:49.2421675Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float16 PASSED [ 61%] 2022-12-01T10:26:49.2421853Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float32 PASSED [ 61%] 2022-12-01T10:26:49.2422035Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float64 PASSED [ 61%] 2022-12-01T10:26:49.2422213Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int16 PASSED [ 61%] 2022-12-01T10:26:49.2422406Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int32 PASSED [ 61%] 2022-12-01T10:26:49.2422580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int64 PASSED [ 61%] 2022-12-01T10:26:49.2422756Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float16 PASSED [ 61%] 2022-12-01T10:26:49.2422931Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float32 PASSED [ 61%] 2022-12-01T10:26:49.2423102Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float64 PASSED [ 61%] 2022-12-01T10:26:49.2423276Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int16 PASSED [ 61%] 2022-12-01T10:26:49.2423477Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int64 PASSED [ 61%] 2022-12-01T10:26:49.2423655Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int8 PASSED [ 61%] 2022-12-01T10:26:49.2423827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_uint8 PASSED [ 61%] 2022-12-01T10:26:49.2423994Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bool PASSED [ 61%] 2022-12-01T10:26:49.2424154Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex32 PASSED [ 61%] 2022-12-01T10:26:49.2424321Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex64 PASSED [ 61%] 2022-12-01T10:26:49.2424486Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float64 PASSED [ 61%] 2022-12-01T10:26:49.2424654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int8 PASSED [ 61%] 2022-12-01T10:26:49.2424820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_uint8 PASSED [ 61%] 2022-12-01T10:26:49.2424988Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:26:49.2425147Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bool PASSED [ 61%] 2022-12-01T10:26:49.2425320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex128 PASSED [ 61%] 2022-12-01T10:26:49.2425477Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex32 PASSED [ 61%] 2022-12-01T10:26:49.2425640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex64 PASSED [ 61%] 2022-12-01T10:26:49.2425804Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float16 PASSED [ 61%] 2022-12-01T10:26:49.2425971Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float64 PASSED [ 61%] 2022-12-01T10:26:49.2426134Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int16 PASSED [ 61%] 2022-12-01T10:26:49.2426296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int64 PASSED [ 61%] 2022-12-01T10:26:49.2426458Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int8 PASSED [ 61%] 2022-12-01T10:26:49.2426665Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bool SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:26:49.2426874Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:26:49.2427075Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:26:49.2427287Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:26:49.2427490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:26:49.2427718Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:26:49.2427925Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bool SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:26:49.2428136Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:26:49.2428346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:26:49.2428551Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:26:49.2428747Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:26:49.2428916Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex64 PASSED [ 61%] 2022-12-01T10:26:49.2429066Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float16 PASSED [ 61%] 2022-12-01T10:26:49.2429223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int16 PASSED [ 61%] 2022-12-01T10:26:49.2429377Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int32 PASSED [ 61%] 2022-12-01T10:26:49.2429532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int8 PASSED [ 61%] 2022-12-01T10:26:49.2429690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bool PASSED [ 61%] 2022-12-01T10:26:49.2429849Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float32 PASSED [ 61%] 2022-12-01T10:26:49.2430014Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float64 PASSED [ 61%] 2022-12-01T10:26:49.2430173Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int16 PASSED [ 61%] 2022-12-01T10:26:49.2430335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int8 PASSED [ 61%] 2022-12-01T10:26:49.2430480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_uint8 PASSED [ 61%] 2022-12-01T10:26:49.2430639Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bool PASSED [ 61%] 2022-12-01T10:26:49.2430804Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float32 PASSED [ 61%] 2022-12-01T10:26:49.2430963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int16 PASSED [ 61%] 2022-12-01T10:26:49.2431121Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int64 PASSED [ 61%] 2022-12-01T10:26:49.2431284Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_uint8 PASSED [ 61%] 2022-12-01T10:26:49.2431445Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bool PASSED [ 61%] 2022-12-01T10:26:49.2431610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int16 PASSED [ 61%] 2022-12-01T10:26:49.2431770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int32 PASSED [ 61%] 2022-12-01T10:26:49.2431921Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_uint8 PASSED [ 61%] 2022-12-01T10:26:49.2432078Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bool PASSED [ 61%] 2022-12-01T10:26:49.2432238Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float16 PASSED [ 61%] 2022-12-01T10:26:49.2432396Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float64 PASSED [ 61%] 2022-12-01T10:26:49.2432555Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:26:49.2432722Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex64 PASSED [ 62%] 2022-12-01T10:26:49.2432911Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int16 PASSED [ 62%] 2022-12-01T10:26:49.2433066Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int64 PASSED [ 62%] 2022-12-01T10:26:49.2433226Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:26:49.2433393Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bool PASSED [ 62%] 2022-12-01T10:26:49.2433563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float32 PASSED [ 62%] 2022-12-01T10:26:49.2433730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int16 PASSED [ 62%] 2022-12-01T10:26:49.2433891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int32 PASSED [ 62%] 2022-12-01T10:26:49.2434158Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int8 PASSED [ 62%] 2022-12-01T10:26:49.2434329Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bool PASSED [ 62%] 2022-12-01T10:26:49.2434501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex128 PASSED [ 62%] 2022-12-01T10:26:49.2434668Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float64 PASSED [ 62%] 2022-12-01T10:26:49.2434819Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int16 PASSED [ 62%] 2022-12-01T10:26:49.2434983Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int64 PASSED [ 62%] 2022-12-01T10:26:49.2435145Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_uint8 PASSED [ 62%] 2022-12-01T10:26:49.2435308Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:26:49.2435470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int16 PASSED [ 62%] 2022-12-01T10:26:49.2435635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int64 PASSED [ 62%] 2022-12-01T10:26:49.2435795Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_uint8 PASSED [ 62%] 2022-12-01T10:26:49.2435957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_bool PASSED [ 62%] 2022-12-01T10:26:49.2436114Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float32 PASSED [ 62%] 2022-12-01T10:26:49.2436261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int16 PASSED [ 62%] 2022-12-01T10:26:49.2436421Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int64 PASSED [ 62%] 2022-12-01T10:26:49.2436713Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_uint8 PASSED [ 62%] 2022-12-01T10:26:49.2436934Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex64 PASSED [ 62%] 2022-12-01T10:26:49.2437104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float32 PASSED [ 62%] 2022-12-01T10:26:49.2437275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float64 PASSED [ 62%] 2022-12-01T10:26:49.2437441Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int32 PASSED [ 62%] 2022-12-01T10:26:49.2437604Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int64 PASSED [ 62%] 2022-12-01T10:26:49.2437758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_uint8 PASSED [ 62%] 2022-12-01T10:26:49.2437919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int64 PASSED [ 62%] 2022-12-01T10:26:49.2438088Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex64 PASSED [ 62%] 2022-12-01T10:26:49.2438253Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float32 PASSED [ 62%] 2022-12-01T10:26:49.2438413Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float64 PASSED [ 62%] 2022-12-01T10:26:49.2438627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int64 PASSED [ 62%] 2022-12-01T10:26:49.2438790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_uint8 PASSED [ 62%] 2022-12-01T10:26:49.2438966Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:26:49.2439139Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bool PASSED [ 62%] 2022-12-01T10:26:49.2439307Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex32 PASSED [ 62%] 2022-12-01T10:26:49.2439486Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex64 PASSED [ 62%] 2022-12-01T10:26:49.2439695Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float32 PASSED [ 62%] 2022-12-01T10:26:49.2439870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int32 PASSED [ 62%] 2022-12-01T10:26:49.2440035Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_uint8 PASSED [ 62%] 2022-12-01T10:26:49.2440209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex128 PASSED [ 62%] 2022-12-01T10:26:49.2440383Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex64 PASSED [ 62%] 2022-12-01T10:26:49.2440553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float32 PASSED [ 62%] 2022-12-01T10:26:49.2440716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float64 PASSED [ 62%] 2022-12-01T10:26:49.2440871Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int16 PASSED [ 62%] 2022-12-01T10:26:49.2441033Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int32 PASSED [ 62%] 2022-12-01T10:26:49.2441195Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int64 PASSED [ 62%] 2022-12-01T10:26:49.2441356Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_uint8 PASSED [ 62%] 2022-12-01T10:26:49.2441520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_bool PASSED [ 62%] 2022-12-01T10:26:49.2441691Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex128 PASSED [ 62%] 2022-12-01T10:26:49.2441856Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float32 PASSED [ 62%] 2022-12-01T10:26:49.2442020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int32 PASSED [ 62%] 2022-12-01T10:26:49.2442183Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int64 PASSED [ 62%] 2022-12-01T10:26:49.2442338Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_uint8 PASSED [ 62%] 2022-12-01T10:26:49.2442505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_bool PASSED [ 62%] 2022-12-01T10:26:49.2442679Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex128 PASSED [ 62%] 2022-12-01T10:26:49.2442852Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex64 PASSED [ 62%] 2022-12-01T10:26:49.2443021Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float32 PASSED [ 62%] 2022-12-01T10:26:49.2443184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int32 PASSED [ 62%] 2022-12-01T10:26:49.2443345Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int8 PASSED [ 62%] 2022-12-01T10:26:49.2443511Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_uint8 PASSED [ 62%] 2022-12-01T10:26:49.2443674Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_bool PASSED [ 62%] 2022-12-01T10:26:49.2443862Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex64 PASSED [ 62%] 2022-12-01T10:26:49.2444025Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int16 PASSED [ 62%] 2022-12-01T10:26:49.2444185Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int32 PASSED [ 62%] 2022-12-01T10:26:49.2444343Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int64 PASSED [ 62%] 2022-12-01T10:26:49.2444508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_bool PASSED [ 62%] 2022-12-01T10:26:49.2444672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float64 PASSED [ 62%] 2022-12-01T10:26:49.2444833Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int16 PASSED [ 62%] 2022-12-01T10:26:49.2445024Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int8 PASSED [ 62%] 2022-12-01T10:26:49.2445179Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_uint8 PASSED [ 62%] 2022-12-01T10:26:49.2445341Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_bool PASSED [ 62%] 2022-12-01T10:26:49.2445515Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex128 PASSED [ 62%] 2022-12-01T10:26:49.2445688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex64 PASSED [ 62%] 2022-12-01T10:26:49.2445856Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float32 PASSED [ 62%] 2022-12-01T10:26:49.2446020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float64 PASSED [ 62%] 2022-12-01T10:26:49.2446184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int16 PASSED [ 62%] 2022-12-01T10:26:49.2446346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int64 PASSED [ 62%] 2022-12-01T10:26:49.2446508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int8 PASSED [ 62%] 2022-12-01T10:26:49.2446661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_uint8 PASSED [ 62%] 2022-12-01T10:26:49.2446835Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex64 PASSED [ 62%] 2022-12-01T10:26:49.2447008Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float64 PASSED [ 62%] 2022-12-01T10:26:49.2447179Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int16 PASSED [ 62%] 2022-12-01T10:26:49.2447348Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int64 PASSED [ 62%] 2022-12-01T10:26:49.2447517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_uint8 PASSED [ 62%] 2022-12-01T10:26:49.2447684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int16 PASSED [ 62%] 2022-12-01T10:26:49.2447856Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_uint8 PASSED [ 62%] 2022-12-01T10:26:49.2448014Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float32 PASSED [ 62%] 2022-12-01T10:26:49.2448178Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float64 PASSED [ 62%] 2022-12-01T10:26:49.2448344Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int16 PASSED [ 62%] 2022-12-01T10:26:49.2448507Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int8 PASSED [ 62%] 2022-12-01T10:26:49.2448671Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_uint8 PASSED [ 62%] 2022-12-01T10:26:49.2448842Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float32 PASSED [ 62%] 2022-12-01T10:26:49.2449010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int16 PASSED [ 62%] 2022-12-01T10:26:49.2449203Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int32 PASSED [ 62%] 2022-12-01T10:26:49.2449368Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int8 PASSED [ 62%] 2022-12-01T10:26:49.2449518Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_uint8 PASSED [ 62%] 2022-12-01T10:26:49.2449678Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_bool PASSED [ 62%] 2022-12-01T10:26:49.2449851Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex128 PASSED [ 62%] 2022-12-01T10:26:49.2450024Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float32 PASSED [ 62%] 2022-12-01T10:26:49.2450214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float64 PASSED [ 62%] 2022-12-01T10:26:49.2450382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int64 PASSED [ 62%] 2022-12-01T10:26:49.2450545Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_uint8 PASSED [ 62%] 2022-12-01T10:26:49.2450709Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_bool PASSED [ 62%] 2022-12-01T10:26:49.2450880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex64 PASSED [ 62%] 2022-12-01T10:26:49.2451038Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float32 PASSED [ 62%] 2022-12-01T10:26:49.2451202Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float64 PASSED [ 62%] 2022-12-01T10:26:49.2451369Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_uint8 PASSED [ 62%] 2022-12-01T10:26:49.2451536Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_bool PASSED [ 62%] 2022-12-01T10:26:49.2451711Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex128 PASSED [ 62%] 2022-12-01T10:26:49.2451883Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float32 PASSED [ 62%] 2022-12-01T10:26:49.2452050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int32 PASSED [ 62%] 2022-12-01T10:26:49.2452214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int64 PASSED [ 62%] 2022-12-01T10:26:49.2452381Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int8 PASSED [ 62%] 2022-12-01T10:26:49.2452532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_uint8 PASSED [ 62%] 2022-12-01T10:26:49.2452701Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_bool PASSED [ 62%] 2022-12-01T10:26:49.2452870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float64 PASSED [ 62%] 2022-12-01T10:26:49.2453033Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int8 PASSED [ 62%] 2022-12-01T10:26:49.2453198Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_uint8 PASSED [ 62%] 2022-12-01T10:26:49.2453363Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float32 PASSED [ 62%] 2022-12-01T10:26:49.2453524Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int32 PASSED [ 62%] 2022-12-01T10:26:49.2453686Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int64 PASSED [ 62%] 2022-12-01T10:26:49.2453845Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_uint8 PASSED [ 62%] 2022-12-01T10:26:49.2454002Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float64 PASSED [ 62%] 2022-12-01T10:26:49.2454167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int16 PASSED [ 62%] 2022-12-01T10:26:49.2454330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int32 PASSED [ 62%] 2022-12-01T10:26:49.2454518Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int64 PASSED [ 62%] 2022-12-01T10:26:49.2454677Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_uint8 PASSED [ 63%] 2022-12-01T10:26:49.2454843Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:26:49.2455006Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bool PASSED [ 63%] 2022-12-01T10:26:49.2455171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex128 PASSED [ 63%] 2022-12-01T10:26:49.2455324Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float32 PASSED [ 63%] 2022-12-01T10:26:49.2455527Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float64 PASSED [ 63%] 2022-12-01T10:26:49.2455690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int16 PASSED [ 63%] 2022-12-01T10:26:49.2455853Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int32 PASSED [ 63%] 2022-12-01T10:26:49.2456019Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bool PASSED [ 63%] 2022-12-01T10:26:49.2456192Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex128 PASSED [ 63%] 2022-12-01T10:26:49.2456364Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex32 PASSED [ 63%] 2022-12-01T10:26:49.2456530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex64 PASSED [ 63%] 2022-12-01T10:26:49.2456697Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float64 PASSED [ 63%] 2022-12-01T10:26:49.2456853Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int64 PASSED [ 63%] 2022-12-01T10:26:49.2457016Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int8 PASSED [ 63%] 2022-12-01T10:26:49.2457182Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:26:49.2457343Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bool PASSED [ 63%] 2022-12-01T10:26:49.2457513Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex128 PASSED [ 63%] 2022-12-01T10:26:49.2457675Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float16 PASSED [ 63%] 2022-12-01T10:26:49.2457839Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float32 PASSED [ 63%] 2022-12-01T10:26:49.2458001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float64 PASSED [ 63%] 2022-12-01T10:26:49.2458166Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int8 PASSED [ 63%] 2022-12-01T10:26:49.2458320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bool PASSED [ 63%] 2022-12-01T10:26:49.2458495Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex128 PASSED [ 63%] 2022-12-01T10:26:49.2458660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float16 PASSED [ 63%] 2022-12-01T10:26:49.2458824Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float32 PASSED [ 63%] 2022-12-01T10:26:49.2458983Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int32 PASSED [ 63%] 2022-12-01T10:26:49.2459142Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int64 PASSED [ 63%] 2022-12-01T10:26:49.2459304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int8 PASSED [ 63%] 2022-12-01T10:26:49.2459467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_uint8 PASSED [ 63%] 2022-12-01T10:26:49.2459625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:26:49.2459858Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bool PASSED [ 63%] 2022-12-01T10:26:49.2460029Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex64 PASSED [ 63%] 2022-12-01T10:26:49.2460193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float32 PASSED [ 63%] 2022-12-01T10:26:49.2460354Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int16 PASSED [ 63%] 2022-12-01T10:26:49.2460517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int8 PASSED [ 63%] 2022-12-01T10:26:49.2460678Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_uint8 PASSED [ 63%] 2022-12-01T10:26:49.2460852Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:26:49.2461050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float32 PASSED [ 63%] 2022-12-01T10:26:49.2461213Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float64 PASSED [ 63%] 2022-12-01T10:26:49.2461384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int32 PASSED [ 63%] 2022-12-01T10:26:49.2461550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int64 PASSED [ 63%] 2022-12-01T10:26:49.2461721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int8 PASSED [ 63%] 2022-12-01T10:26:49.2461889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:26:49.2462057Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float32 PASSED [ 63%] 2022-12-01T10:26:49.2462219Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int32 PASSED [ 63%] 2022-12-01T10:26:49.2462382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int64 PASSED [ 63%] 2022-12-01T10:26:49.2462546Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_uint8 PASSED [ 63%] 2022-12-01T10:26:49.2462726Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_bfloat16 SKIPPED (Skipped!) [ 63%] 2022-12-01T10:26:49.2462897Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int32 PASSED [ 63%] 2022-12-01T10:26:49.2463063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_uint8 PASSED [ 63%] 2022-12-01T10:26:49.2463226Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:26:49.2463390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bool PASSED [ 63%] 2022-12-01T10:26:49.2463554Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float32 PASSED [ 63%] 2022-12-01T10:26:49.2463719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float64 PASSED [ 63%] 2022-12-01T10:26:49.2463879Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int64 PASSED [ 63%] 2022-12-01T10:26:49.2464040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_uint8 PASSED [ 63%] 2022-12-01T10:26:49.2464193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:26:49.2464355Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float16 PASSED [ 63%] 2022-12-01T10:26:49.2464515Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float32 PASSED [ 63%] 2022-12-01T10:26:49.2464673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float64 PASSED [ 63%] 2022-12-01T10:26:49.2464837Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float32 PASSED [ 63%] 2022-12-01T10:26:49.2464998Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int16 PASSED [ 63%] 2022-12-01T10:26:49.2465191Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int64 PASSED [ 63%] 2022-12-01T10:26:49.2465353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int8 PASSED [ 63%] 2022-12-01T10:26:49.2465501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_uint8 PASSED [ 63%] 2022-12-01T10:26:49.2465668Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:26:49.2465830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float16 PASSED [ 63%] 2022-12-01T10:26:49.2465991Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float32 PASSED [ 63%] 2022-12-01T10:26:49.2466151Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float64 PASSED [ 63%] 2022-12-01T10:26:49.2466334Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int16 PASSED [ 63%] 2022-12-01T10:26:49.2466496Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int32 PASSED [ 63%] 2022-12-01T10:26:49.2466655Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int8 PASSED [ 63%] 2022-12-01T10:26:49.2466813Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int32 PASSED [ 63%] 2022-12-01T10:26:49.2466956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int64 PASSED [ 63%] 2022-12-01T10:26:49.2467115Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int8 PASSED [ 63%] 2022-12-01T10:26:49.2467274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_uint8 PASSED [ 63%] 2022-12-01T10:26:49.2467429Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bool PASSED [ 63%] 2022-12-01T10:26:49.2467591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float16 PASSED [ 63%] 2022-12-01T10:26:49.2467753Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float64 PASSED [ 63%] 2022-12-01T10:26:49.2467909Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int16 PASSED [ 63%] 2022-12-01T10:26:49.2468062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int8 PASSED [ 63%] 2022-12-01T10:26:49.2468225Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:26:49.2468399Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float32 PASSED [ 63%] 2022-12-01T10:26:49.2468568Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int32 PASSED [ 63%] 2022-12-01T10:26:49.2468733Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int64 PASSED [ 63%] 2022-12-01T10:26:49.2468895Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_uint8 PASSED [ 63%] 2022-12-01T10:26:49.2469061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:26:49.2469229Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bool PASSED [ 63%] 2022-12-01T10:26:49.2469405Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex128 PASSED [ 63%] 2022-12-01T10:26:49.2469572Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex64 PASSED [ 63%] 2022-12-01T10:26:49.2469721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int16 PASSED [ 63%] 2022-12-01T10:26:49.2469883Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int64 PASSED [ 63%] 2022-12-01T10:26:49.2470044Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int8 PASSED [ 63%] 2022-12-01T10:26:49.2470215Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex64 PASSED [ 63%] 2022-12-01T10:26:49.2470380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float16 PASSED [ 63%] 2022-12-01T10:26:49.2470570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float32 PASSED [ 63%] 2022-12-01T10:26:49.2470731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int32 PASSED [ 63%] 2022-12-01T10:26:49.2470892Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int8 PASSED [ 63%] 2022-12-01T10:26:49.2471057Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_uint8 PASSED [ 63%] 2022-12-01T10:26:49.2471209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:26:49.2471375Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float64 PASSED [ 63%] 2022-12-01T10:26:49.2471533Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bool PASSED [ 63%] 2022-12-01T10:26:49.2471718Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float64 PASSED [ 63%] 2022-12-01T10:26:49.2471878Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int32 PASSED [ 63%] 2022-12-01T10:26:49.2472031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int64 PASSED [ 63%] 2022-12-01T10:26:49.2472185Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int8 PASSED [ 63%] 2022-12-01T10:26:49.2472337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_uint8 PASSED [ 63%] 2022-12-01T10:26:49.2472505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:26:49.2472661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float64 PASSED [ 63%] 2022-12-01T10:26:49.2472829Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float32 PASSED [ 63%] 2022-12-01T10:26:49.2472994Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float64 PASSED [ 63%] 2022-12-01T10:26:49.2473157Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex128 PASSED [ 63%] 2022-12-01T10:26:49.2473326Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bool PASSED [ 63%] 2022-12-01T10:26:49.2473501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex32 PASSED [ 63%] 2022-12-01T10:26:49.2473676Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex64 PASSED [ 63%] 2022-12-01T10:26:49.2473846Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float32 PASSED [ 63%] 2022-12-01T10:26:49.2474000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int32 PASSED [ 63%] 2022-12-01T10:26:49.2474229Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int64 PASSED [ 63%] 2022-12-01T10:26:49.2474396Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_uint8 PASSED [ 63%] 2022-12-01T10:26:49.2474571Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:26:49.2474743Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bool PASSED [ 63%] 2022-12-01T10:26:49.2474915Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float64 PASSED [ 63%] 2022-12-01T10:26:49.2475082Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int16 PASSED [ 63%] 2022-12-01T10:26:49.2475249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int8 PASSED [ 63%] 2022-12-01T10:26:49.2475412Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bool PASSED [ 63%] 2022-12-01T10:26:49.2475577Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex128 PASSED [ 63%] 2022-12-01T10:26:49.2475752Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex64 PASSED [ 63%] 2022-12-01T10:26:49.2475956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float16 PASSED [ 63%] 2022-12-01T10:26:49.2476125Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int32 PASSED [ 63%] 2022-12-01T10:26:49.2476288Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int64 PASSED [ 63%] 2022-12-01T10:26:49.2476451Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_uint8 PASSED [ 64%] 2022-12-01T10:26:49.2476720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:26:49.2476892Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bool PASSED [ 64%] 2022-12-01T10:26:49.2477070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex32 PASSED [ 64%] 2022-12-01T10:26:49.2477273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float16 PASSED [ 64%] 2022-12-01T10:26:49.2477447Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int16 PASSED [ 64%] 2022-12-01T10:26:49.2477614Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int8 PASSED [ 64%] 2022-12-01T10:26:49.2477783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_uint8 PASSED [ 64%] 2022-12-01T10:26:49.2477950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:26:49.2478115Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bool PASSED [ 64%] 2022-12-01T10:26:49.2478342Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex128 PASSED [ 64%] 2022-12-01T10:26:49.2478512Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float16 PASSED [ 64%] 2022-12-01T10:26:49.2478679Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int16 PASSED [ 64%] 2022-12-01T10:26:49.2478835Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int64 PASSED [ 64%] 2022-12-01T10:26:49.2479003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_uint8 PASSED [ 64%] 2022-12-01T10:26:49.2479174Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex32 PASSED [ 64%] 2022-12-01T10:26:49.2479339Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float16 PASSED [ 64%] 2022-12-01T10:26:49.2479503Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int16 PASSED [ 64%] 2022-12-01T10:26:49.2479668Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int8 PASSED [ 64%] 2022-12-01T10:26:49.2479832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:26:49.2479998Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bool PASSED [ 64%] 2022-12-01T10:26:49.2480167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex64 PASSED [ 64%] 2022-12-01T10:26:49.2480319Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float16 PASSED [ 64%] 2022-12-01T10:26:49.2480484Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float32 PASSED [ 64%] 2022-12-01T10:26:49.2480682Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float64 PASSED [ 64%] 2022-12-01T10:26:49.2480897Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int16 PASSED [ 64%] 2022-12-01T10:26:49.2481117Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int8 PASSED [ 64%] 2022-12-01T10:26:49.2481344Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex64 PASSED [ 64%] 2022-12-01T10:26:49.2481511Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float16 PASSED [ 64%] 2022-12-01T10:26:49.2481734Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float32 PASSED [ 64%] 2022-12-01T10:26:49.2481885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int16 PASSED [ 64%] 2022-12-01T10:26:49.2482046Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int32 PASSED [ 64%] 2022-12-01T10:26:49.2482207Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int8 PASSED [ 64%] 2022-12-01T10:26:49.2482381Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:26:49.2482553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float16 PASSED [ 64%] 2022-12-01T10:26:49.2482716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float64 PASSED [ 64%] 2022-12-01T10:26:49.2482910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int16 PASSED [ 64%] 2022-12-01T10:26:49.2483082Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int32 PASSED [ 64%] 2022-12-01T10:26:49.2483249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_uint8 PASSED [ 64%] 2022-12-01T10:26:49.2483402Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bool PASSED [ 64%] 2022-12-01T10:26:49.2483567Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float16 PASSED [ 64%] 2022-12-01T10:26:49.2483731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float64 PASSED [ 64%] 2022-12-01T10:26:49.2483897Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int8 PASSED [ 64%] 2022-12-01T10:26:49.2484063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_uint8 PASSED [ 64%] 2022-12-01T10:26:49.2484231Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bool PASSED [ 64%] 2022-12-01T10:26:49.2484403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex128 PASSED [ 64%] 2022-12-01T10:26:49.2484571Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex32 PASSED [ 64%] 2022-12-01T10:26:49.2484734Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex64 PASSED [ 64%] 2022-12-01T10:26:49.2484887Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float64 PASSED [ 64%] 2022-12-01T10:26:49.2485050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int32 PASSED [ 64%] 2022-12-01T10:26:49.2485211Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int8 PASSED [ 64%] 2022-12-01T10:26:49.2485368Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int32 PASSED [ 64%] 2022-12-01T10:26:49.2485529Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int64 PASSED [ 64%] 2022-12-01T10:26:49.2485690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int8 PASSED [ 64%] 2022-12-01T10:26:49.2485849Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bool PASSED [ 64%] 2022-12-01T10:26:49.2486011Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float16 PASSED [ 64%] 2022-12-01T10:26:49.2486171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float64 PASSED [ 64%] 2022-12-01T10:26:49.2486315Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int16 PASSED [ 64%] 2022-12-01T10:26:49.2486470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int8 PASSED [ 64%] 2022-12-01T10:26:49.2486622Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_uint8 PASSED [ 64%] 2022-12-01T10:26:49.2486788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:26:49.2486951Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bool PASSED [ 64%] 2022-12-01T10:26:49.2487142Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int64 PASSED [ 64%] 2022-12-01T10:26:49.2487323Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:26:49.2487507Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex128 PASSED [ 64%] 2022-12-01T10:26:49.2487679Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex64 PASSED [ 64%] 2022-12-01T10:26:49.2487856Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex64 PASSED [ 64%] 2022-12-01T10:26:49.2488027Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float16 PASSED [ 64%] 2022-12-01T10:26:49.2488222Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float32 PASSED [ 64%] 2022-12-01T10:26:49.2488395Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float32 PASSED [ 64%] 2022-12-01T10:26:49.2488578Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex64 PASSED [ 64%] 2022-12-01T10:26:49.2488760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:26:49.2488944Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex64 PASSED [ 64%] 2022-12-01T10:26:49.2489126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float32 PASSED [ 64%] 2022-12-01T10:26:49.2489289Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex128 PASSED [ 64%] 2022-12-01T10:26:49.2489461Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex64 PASSED [ 64%] 2022-12-01T10:26:49.2489626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int32 XFAIL [ 64%] 2022-12-01T10:26:49.2489790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int64 PASSED [ 64%] 2022-12-01T10:26:49.2489950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int8 PASSED [ 64%] 2022-12-01T10:26:49.2490112Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float32 PASSED [ 64%] 2022-12-01T10:26:49.2490278Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float64 PASSED [ 64%] 2022-12-01T10:26:49.2490441Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int32 PASSED [ 64%] 2022-12-01T10:26:49.2490600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_uint8 PASSED [ 64%] 2022-12-01T10:26:49.2490748Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bool PASSED [ 64%] 2022-12-01T10:26:49.2490915Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex64 PASSED [ 64%] 2022-12-01T10:26:49.2491079Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int16 PASSED [ 64%] 2022-12-01T10:26:49.2491238Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int64 PASSED [ 64%] 2022-12-01T10:26:49.2491397Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float64 PASSED [ 64%] 2022-12-01T10:26:49.2491553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int32 PASSED [ 64%] 2022-12-01T10:26:49.2491709Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int64 PASSED [ 64%] 2022-12-01T10:26:49.2491865Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int8 PASSED [ 64%] 2022-12-01T10:26:49.2492037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float64 PASSED [ 64%] 2022-12-01T10:26:49.2492200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float16 PASSED [ 64%] 2022-12-01T10:26:49.2492370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int32 PASSED [ 64%] 2022-12-01T10:26:49.2492562Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_uint8 PASSED [ 64%] 2022-12-01T10:26:49.2492736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:26:49.2492907Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bool PASSED [ 64%] 2022-12-01T10:26:49.2493083Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex64 PASSED [ 64%] 2022-12-01T10:26:49.2493252Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float16 PASSED [ 64%] 2022-12-01T10:26:49.2493421Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int32 PASSED [ 64%] 2022-12-01T10:26:49.2493623Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_uint8 PASSED [ 64%] 2022-12-01T10:26:49.2493786Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:26:49.2493953Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bool PASSED [ 64%] 2022-12-01T10:26:49.2494126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex64 PASSED [ 64%] 2022-12-01T10:26:49.2494297Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float16 PASSED [ 64%] 2022-12-01T10:26:49.2494464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float64 PASSED [ 64%] 2022-12-01T10:26:49.2494631Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int16 PASSED [ 64%] 2022-12-01T10:26:49.2494797Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int8 PASSED [ 64%] 2022-12-01T10:26:49.2494964Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_uint8 PASSED [ 64%] 2022-12-01T10:26:49.2495132Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex128 PASSED [ 64%] 2022-12-01T10:26:49.2495301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float64 PASSED [ 64%] 2022-12-01T10:26:49.2495468Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int32 PASSED [ 64%] 2022-12-01T10:26:49.2495633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_uint8 PASSED [ 64%] 2022-12-01T10:26:49.2495804Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex128 PASSED [ 64%] 2022-12-01T10:26:49.2495977Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex64 PASSED [ 64%] 2022-12-01T10:26:49.2496147Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float64 PASSED [ 64%] 2022-12-01T10:26:49.2496315Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int16 PASSED [ 64%] 2022-12-01T10:26:49.2496488Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int32 PASSED [ 64%] 2022-12-01T10:26:49.2496650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:26:49.2496823Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float64 PASSED [ 64%] 2022-12-01T10:26:49.2496991Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int16 PASSED [ 64%] 2022-12-01T10:26:49.2497159Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_uint8 PASSED [ 64%] 2022-12-01T10:26:49.2497320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:26:49.2497482Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float16 PASSED [ 64%] 2022-12-01T10:26:49.2497645Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float64 PASSED [ 64%] 2022-12-01T10:26:49.2497832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int16 PASSED [ 64%] 2022-12-01T10:26:49.2497992Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int64 PASSED [ 64%] 2022-12-01T10:26:49.2498138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int8 PASSED [ 64%] 2022-12-01T10:26:49.2498291Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_uint8 PASSED [ 64%] 2022-12-01T10:26:49.2498466Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:26:49.2498633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bool PASSED [ 64%] 2022-12-01T10:26:49.2498805Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex32 PASSED [ 64%] 2022-12-01T10:26:49.2499004Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float16 PASSED [ 65%] 2022-12-01T10:26:49.2499179Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float32 PASSED [ 65%] 2022-12-01T10:26:49.2499346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int32 PASSED [ 65%] 2022-12-01T10:26:49.2499514Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:26:49.2499670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float32 PASSED [ 65%] 2022-12-01T10:26:49.2499835Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int32 PASSED [ 65%] 2022-12-01T10:26:49.2499999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int64 PASSED [ 65%] 2022-12-01T10:26:49.2500163Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_uint8 PASSED [ 65%] 2022-12-01T10:26:49.2500332Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex128 PASSED [ 65%] 2022-12-01T10:26:49.2500498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex64 PASSED [ 65%] 2022-12-01T10:26:49.2500661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float16 PASSED [ 65%] 2022-12-01T10:26:49.2500823Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float32 PASSED [ 65%] 2022-12-01T10:26:49.2500988Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float64 PASSED [ 65%] 2022-12-01T10:26:49.2501164Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:26:49.2501349Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bool PASSED [ 65%] 2022-12-01T10:26:49.2501541Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 65%] 2022-12-01T10:26:49.2501725Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int16 PASSED [ 65%] 2022-12-01T10:26:49.2501910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int32 PASSED [ 65%] 2022-12-01T10:26:49.2502091Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_uint8 PASSED [ 65%] 2022-12-01T10:26:49.2502284Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 65%] 2022-12-01T10:26:49.2502470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float32 PASSED [ 65%] 2022-12-01T10:26:49.2502651Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int16 PASSED [ 65%] 2022-12-01T10:26:49.2502807Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:26:49.2502970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bool PASSED [ 65%] 2022-12-01T10:26:49.2503166Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float16 PASSED [ 65%] 2022-12-01T10:26:49.2503330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int16 PASSED [ 65%] 2022-12-01T10:26:49.2503495Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_uint8 PASSED [ 65%] 2022-12-01T10:26:49.2503659Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bool PASSED [ 65%] 2022-12-01T10:26:49.2503827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex128 PASSED [ 65%] 2022-12-01T10:26:49.2503997Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex64 PASSED [ 65%] 2022-12-01T10:26:49.2504160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float16 PASSED [ 65%] 2022-12-01T10:26:49.2504337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float64 PASSED [ 65%] 2022-12-01T10:26:49.2504505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int32 PASSED [ 65%] 2022-12-01T10:26:49.2504667Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int8 PASSED [ 65%] 2022-12-01T10:26:49.2504829Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:26:49.2504995Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex128 PASSED [ 65%] 2022-12-01T10:26:49.2505159Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex64 PASSED [ 65%] 2022-12-01T10:26:49.2505322Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float16 PASSED [ 65%] 2022-12-01T10:26:49.2505485Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float32 PASSED [ 65%] 2022-12-01T10:26:49.2505637Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float64 PASSED [ 65%] 2022-12-01T10:26:49.2505798Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int32 PASSED [ 65%] 2022-12-01T10:26:49.2505957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int64 PASSED [ 65%] 2022-12-01T10:26:49.2506114Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int8 PASSED [ 65%] 2022-12-01T10:26:49.2506269Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_uint8 PASSED [ 65%] 2022-12-01T10:26:49.2506441Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:26:49.2506611Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float16 PASSED [ 65%] 2022-12-01T10:26:49.2506780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float32 PASSED [ 65%] 2022-12-01T10:26:49.2506943Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float64 PASSED [ 65%] 2022-12-01T10:26:49.2507100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int32 PASSED [ 65%] 2022-12-01T10:26:49.2507262Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int64 PASSED [ 65%] 2022-12-01T10:26:49.2507429Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:26:49.2507594Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bool PASSED [ 65%] 2022-12-01T10:26:49.2507763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex128 PASSED [ 65%] 2022-12-01T10:26:49.2507929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex64 PASSED [ 65%] 2022-12-01T10:26:49.2508091Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float16 PASSED [ 65%] 2022-12-01T10:26:49.2508261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float64 PASSED [ 65%] 2022-12-01T10:26:49.2508423Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int8 PASSED [ 65%] 2022-12-01T10:26:49.2508602Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_uint8 PASSED [ 65%] 2022-12-01T10:26:49.2508781Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float64 PASSED [ 65%] 2022-12-01T10:26:49.2508940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:26:49.2509099Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bool PASSED [ 65%] 2022-12-01T10:26:49.2509262Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex128 PASSED [ 65%] 2022-12-01T10:26:49.2509418Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float16 PASSED [ 65%] 2022-12-01T10:26:49.2509603Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float32 PASSED [ 65%] 2022-12-01T10:26:49.2509760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float64 PASSED [ 65%] 2022-12-01T10:26:49.2509919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int32 PASSED [ 65%] 2022-12-01T10:26:49.2510075Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex128 PASSED [ 65%] 2022-12-01T10:26:49.2510241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex64 PASSED [ 65%] 2022-12-01T10:26:49.2510401Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float16 PASSED [ 65%] 2022-12-01T10:26:49.2510559Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int16 PASSED [ 65%] 2022-12-01T10:26:49.2510719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int32 PASSED [ 65%] 2022-12-01T10:26:49.2510872Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int64 PASSED [ 65%] 2022-12-01T10:26:49.2511030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int8 PASSED [ 65%] 2022-12-01T10:26:49.2511245Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:26:49.2511446Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bool SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:26:49.2511656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:26:49.2511865Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:26:49.2512072Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:26:49.2512280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:26:49.2512487Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:26:49.2512719Z 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:26:49.2512947Z 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:26:49.2513169Z 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:26:49.2513392Z 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:26:49.2513616Z 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:26:49.2513859Z 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:26:49.2514154Z 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:26:49.2514330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float32 PASSED [ 65%] 2022-12-01T10:26:49.2514498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int32 PASSED [ 65%] 2022-12-01T10:26:49.2514670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:26:49.2514835Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bool PASSED [ 65%] 2022-12-01T10:26:49.2515038Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex64 PASSED [ 65%] 2022-12-01T10:26:49.2515208Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int32 PASSED [ 65%] 2022-12-01T10:26:49.2515376Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_uint8 PASSED [ 65%] 2022-12-01T10:26:49.2515544Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bool PASSED [ 65%] 2022-12-01T10:26:49.2515706Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex64 PASSED [ 65%] 2022-12-01T10:26:49.2515877Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float16 PASSED [ 65%] 2022-12-01T10:26:49.2516043Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int32 PASSED [ 65%] 2022-12-01T10:26:49.2516204Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int8 PASSED [ 65%] 2022-12-01T10:26:49.2516378Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:26:49.2516636Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float32 PASSED [ 65%] 2022-12-01T10:26:49.2516804Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float64 PASSED [ 65%] 2022-12-01T10:26:49.2516986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float32 PASSED [ 65%] 2022-12-01T10:26:49.2517215Z 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:26:49.2517383Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float32 PASSED [ 65%] 2022-12-01T10:26:49.2517564Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float64 PASSED [ 65%] 2022-12-01T10:26:49.2517749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float32 PASSED [ 65%] 2022-12-01T10:26:49.2517932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float64 PASSED [ 65%] 2022-12-01T10:26:49.2518121Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float64 PASSED [ 65%] 2022-12-01T10:26:49.2518307Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:26:49.2518491Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float32 PASSED [ 65%] 2022-12-01T10:26:49.2518677Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int16 PASSED [ 65%] 2022-12-01T10:26:49.2518859Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int64 PASSED [ 65%] 2022-12-01T10:26:49.2519050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:26:49.2519277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float64 PASSED [ 65%] 2022-12-01T10:26:49.2519457Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex128 PASSED [ 65%] 2022-12-01T10:26:49.2519639Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float64 PASSED [ 65%] 2022-12-01T10:26:49.2519824Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float32 PASSED [ 65%] 2022-12-01T10:26:49.2520006Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float64 PASSED [ 65%] 2022-12-01T10:26:49.2520186Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float32 PASSED [ 65%] 2022-12-01T10:26:49.2520399Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float64 PASSED [ 65%] 2022-12-01T10:26:49.2520596Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int16 PASSED [ 65%] 2022-12-01T10:26:49.2520788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int32 PASSED [ 65%] 2022-12-01T10:26:49.2520969Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int8 PASSED [ 65%] 2022-12-01T10:26:49.2521157Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_uint8 PASSED [ 65%] 2022-12-01T10:26:49.2521350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float32 PASSED [ 65%] 2022-12-01T10:26:49.2521540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float64 PASSED [ 65%] 2022-12-01T10:26:49.2521732Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int16 PASSED [ 65%] 2022-12-01T10:26:49.2521927Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int8 PASSED [ 65%] 2022-12-01T10:26:49.2522108Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float32 PASSED [ 65%] 2022-12-01T10:26:49.2522291Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float64 PASSED [ 65%] 2022-12-01T10:26:49.2522477Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:26:49.2522657Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 66%] 2022-12-01T10:26:49.2522846Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int16 PASSED [ 66%] 2022-12-01T10:26:49.2523036Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int64 PASSED [ 66%] 2022-12-01T10:26:49.2523228Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_uint8 PASSED [ 66%] 2022-12-01T10:26:49.2523410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:26:49.2523593Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float32 PASSED [ 66%] 2022-12-01T10:26:49.2523775Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float64 PASSED [ 66%] 2022-12-01T10:26:49.2523958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:26:49.2524136Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int16 PASSED [ 66%] 2022-12-01T10:26:49.2524314Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int32 PASSED [ 66%] 2022-12-01T10:26:49.2524509Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int8 PASSED [ 66%] 2022-12-01T10:26:49.2524684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_uint8 PASSED [ 66%] 2022-12-01T10:26:49.2524861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int8 PASSED [ 66%] 2022-12-01T10:26:49.2525046Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float32 PASSED [ 66%] 2022-12-01T10:26:49.2525232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float64 PASSED [ 66%] 2022-12-01T10:26:49.2525417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:26:49.2525626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float32 PASSED [ 66%] 2022-12-01T10:26:49.2525809Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float64 PASSED [ 66%] 2022-12-01T10:26:49.2526000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex128 PASSED [ 66%] 2022-12-01T10:26:49.2526176Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float32 PASSED [ 66%] 2022-12-01T10:26:49.2526359Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float64 PASSED [ 66%] 2022-12-01T10:26:49.2526542Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int16 PASSED [ 66%] 2022-12-01T10:26:49.2526722Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int32 PASSED [ 66%] 2022-12-01T10:26:49.2526908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_uint8 PASSED [ 66%] 2022-12-01T10:26:49.2527095Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:26:49.2527281Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float32 PASSED [ 66%] 2022-12-01T10:26:49.2527465Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int16 PASSED [ 66%] 2022-12-01T10:26:49.2527648Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int32 PASSED [ 66%] 2022-12-01T10:26:49.2527820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int64 PASSED [ 66%] 2022-12-01T10:26:49.2527986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:26:49.2528151Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex128 PASSED [ 66%] 2022-12-01T10:26:49.2528316Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex64 PASSED [ 66%] 2022-12-01T10:26:49.2528483Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:26:49.2528650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex64 PASSED [ 66%] 2022-12-01T10:26:49.2528815Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float16 PASSED [ 66%] 2022-12-01T10:26:49.2528977Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float32 PASSED [ 66%] 2022-12-01T10:26:49.2529140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float64 PASSED [ 66%] 2022-12-01T10:26:49.2529289Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int16 PASSED [ 66%] 2022-12-01T10:26:49.2529447Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int32 PASSED [ 66%] 2022-12-01T10:26:49.2529606Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int64 PASSED [ 66%] 2022-12-01T10:26:49.2529791Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_uint8 PASSED [ 66%] 2022-12-01T10:26:49.2529960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:26:49.2530126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float16 PASSED [ 66%] 2022-12-01T10:26:49.2530292Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float32 PASSED [ 66%] 2022-12-01T10:26:49.2530454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float64 PASSED [ 66%] 2022-12-01T10:26:49.2530619Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int16 PASSED [ 66%] 2022-12-01T10:26:49.2530774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int32 PASSED [ 66%] 2022-12-01T10:26:49.2530974Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int64 PASSED [ 66%] 2022-12-01T10:26:49.2531150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:26:49.2531322Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex64 PASSED [ 66%] 2022-12-01T10:26:49.2531488Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float16 PASSED [ 66%] 2022-12-01T10:26:49.2531651Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float64 PASSED [ 66%] 2022-12-01T10:26:49.2531816Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int16 PASSED [ 66%] 2022-12-01T10:26:49.2531981Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int64 PASSED [ 66%] 2022-12-01T10:26:49.2532145Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:26:49.2532299Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float64 PASSED [ 66%] 2022-12-01T10:26:49.2532462Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int16 PASSED [ 66%] 2022-12-01T10:26:49.2532621Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int64 PASSED [ 66%] 2022-12-01T10:26:49.2532780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int8 PASSED [ 66%] 2022-12-01T10:26:49.2532937Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_uint8 PASSED [ 66%] 2022-12-01T10:26:49.2533106Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex128 PASSED [ 66%] 2022-12-01T10:26:49.2533269Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float32 PASSED [ 66%] 2022-12-01T10:26:49.2533427Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int32 PASSED [ 66%] 2022-12-01T10:26:49.2533576Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_uint8 PASSED [ 66%] 2022-12-01T10:26:49.2533743Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex64 PASSED [ 66%] 2022-12-01T10:26:49.2533910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float64 PASSED [ 66%] 2022-12-01T10:26:49.2534076Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:26:49.2534242Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex64 PASSED [ 66%] 2022-12-01T10:26:49.2534401Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int16 PASSED [ 66%] 2022-12-01T10:26:49.2534560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int32 PASSED [ 66%] 2022-12-01T10:26:49.2534719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_uint8 PASSED [ 66%] 2022-12-01T10:26:49.2534885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:26:49.2535039Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex128 PASSED [ 66%] 2022-12-01T10:26:49.2535230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex32 PASSED [ 66%] 2022-12-01T10:26:49.2535393Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float16 PASSED [ 66%] 2022-12-01T10:26:49.2535557Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float32 PASSED [ 66%] 2022-12-01T10:26:49.2535735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex64 PASSED [ 66%] 2022-12-01T10:26:49.2535908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float32 PASSED [ 66%] 2022-12-01T10:26:49.2536074Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float64 PASSED [ 66%] 2022-12-01T10:26:49.2536267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int64 PASSED [ 66%] 2022-12-01T10:26:49.2536436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int8 PASSED [ 66%] 2022-12-01T10:26:49.2536598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float16 PASSED [ 66%] 2022-12-01T10:26:49.2536762Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float32 PASSED [ 66%] 2022-12-01T10:26:49.2536925Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float64 PASSED [ 66%] 2022-12-01T10:26:49.2537088Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int16 PASSED [ 66%] 2022-12-01T10:26:49.2537248Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int64 PASSED [ 66%] 2022-12-01T10:26:49.2537413Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int8 PASSED [ 66%] 2022-12-01T10:26:49.2537587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_uint8 PASSED [ 66%] 2022-12-01T10:26:49.2537753Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float16 PASSED [ 66%] 2022-12-01T10:26:49.2537921Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float32 PASSED [ 66%] 2022-12-01T10:26:49.2538071Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int16 PASSED [ 66%] 2022-12-01T10:26:49.2538231Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int32 PASSED [ 66%] 2022-12-01T10:26:49.2538394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int64 PASSED [ 66%] 2022-12-01T10:26:49.2538554Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_uint8 PASSED [ 66%] 2022-12-01T10:26:49.2538728Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:26:49.2538903Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex64 PASSED [ 66%] 2022-12-01T10:26:49.2539073Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float16 PASSED [ 66%] 2022-12-01T10:26:49.2539243Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float32 PASSED [ 66%] 2022-12-01T10:26:49.2539402Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int8 PASSED [ 66%] 2022-12-01T10:26:49.2539570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_uint8 PASSED [ 66%] 2022-12-01T10:26:49.2539734Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:26:49.2539904Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex32 PASSED [ 66%] 2022-12-01T10:26:49.2540068Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int16 PASSED [ 66%] 2022-12-01T10:26:49.2540232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int32 PASSED [ 66%] 2022-12-01T10:26:49.2540395Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int8 PASSED [ 66%] 2022-12-01T10:26:49.2540587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:26:49.2540748Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bool PASSED [ 66%] 2022-12-01T10:26:49.2540905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex128 PASSED [ 66%] 2022-12-01T10:26:49.2541070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex32 PASSED [ 66%] 2022-12-01T10:26:49.2541233Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex64 PASSED [ 66%] 2022-12-01T10:26:49.2541394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float32 PASSED [ 66%] 2022-12-01T10:26:49.2541553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int16 PASSED [ 66%] 2022-12-01T10:26:49.2541773Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int32 PASSED [ 66%] 2022-12-01T10:26:49.2541935Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bool PASSED [ 66%] 2022-12-01T10:26:49.2542103Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex64 PASSED [ 66%] 2022-12-01T10:26:49.2542267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float16 PASSED [ 66%] 2022-12-01T10:26:49.2542417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int64 PASSED [ 66%] 2022-12-01T10:26:49.2542576Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int8 PASSED [ 66%] 2022-12-01T10:26:49.2542737Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_uint8 PASSED [ 66%] 2022-12-01T10:26:49.2542903Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:26:49.2543069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float64 PASSED [ 66%] 2022-12-01T10:26:49.2543235Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int64 PASSED [ 66%] 2022-12-01T10:26:49.2543396Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_uint8 PASSED [ 66%] 2022-12-01T10:26:49.2543566Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex64 PASSED [ 66%] 2022-12-01T10:26:49.2543718Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float64 PASSED [ 66%] 2022-12-01T10:26:49.2543876Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int8 PASSED [ 66%] 2022-12-01T10:26:49.2544031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_uint8 PASSED [ 66%] 2022-12-01T10:26:49.2544199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex64 PASSED [ 66%] 2022-12-01T10:26:49.2544366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float32 PASSED [ 66%] 2022-12-01T10:26:49.2544532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float64 PASSED [ 66%] 2022-12-01T10:26:49.2544696Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int64 PASSED [ 67%] 2022-12-01T10:26:49.2544860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int8 PASSED [ 67%] 2022-12-01T10:26:49.2545024Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:26:49.2545172Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bool PASSED [ 67%] 2022-12-01T10:26:49.2545332Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float32 PASSED [ 67%] 2022-12-01T10:26:49.2545492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float64 PASSED [ 67%] 2022-12-01T10:26:49.2545654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int32 PASSED [ 67%] 2022-12-01T10:26:49.2545822Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:26:49.2546029Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex128 PASSED [ 67%] 2022-12-01T10:26:49.2546196Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float32 PASSED [ 67%] 2022-12-01T10:26:49.2546361Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int16 PASSED [ 67%] 2022-12-01T10:26:49.2546524Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int64 PASSED [ 67%] 2022-12-01T10:26:49.2546677Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int8 PASSED [ 67%] 2022-12-01T10:26:49.2546841Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_uint8 PASSED [ 67%] 2022-12-01T10:26:49.2547037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:26:49.2547200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float16 PASSED [ 67%] 2022-12-01T10:26:49.2547365Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int16 PASSED [ 67%] 2022-12-01T10:26:49.2547526Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int64 PASSED [ 67%] 2022-12-01T10:26:49.2547683Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_uint8 PASSED [ 67%] 2022-12-01T10:26:49.2547844Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bool PASSED [ 67%] 2022-12-01T10:26:49.2547999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float16 PASSED [ 67%] 2022-12-01T10:26:49.2548163Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float32 PASSED [ 67%] 2022-12-01T10:26:49.2548325Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float64 PASSED [ 67%] 2022-12-01T10:26:49.2548490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int16 PASSED [ 67%] 2022-12-01T10:26:49.2548656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int8 PASSED [ 67%] 2022-12-01T10:26:49.2548821Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_uint8 PASSED [ 67%] 2022-12-01T10:26:49.2548981Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:26:49.2549141Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bool PASSED [ 67%] 2022-12-01T10:26:49.2549300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float32 PASSED [ 67%] 2022-12-01T10:26:49.2549447Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int16 PASSED [ 67%] 2022-12-01T10:26:49.2549604Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int32 PASSED [ 67%] 2022-12-01T10:26:49.2549759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int64 PASSED [ 67%] 2022-12-01T10:26:49.2549920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_uint8 PASSED [ 67%] 2022-12-01T10:26:49.2550077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bool PASSED [ 67%] 2022-12-01T10:26:49.2550248Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex128 PASSED [ 67%] 2022-12-01T10:26:49.2550416Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex64 PASSED [ 67%] 2022-12-01T10:26:49.2550580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float32 PASSED [ 67%] 2022-12-01T10:26:49.2550742Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float64 PASSED [ 67%] 2022-12-01T10:26:49.2550890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int16 PASSED [ 67%] 2022-12-01T10:26:49.2551048Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int32 PASSED [ 67%] 2022-12-01T10:26:49.2551235Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int8 PASSED [ 67%] 2022-12-01T10:26:49.2551388Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_uint8 PASSED [ 67%] 2022-12-01T10:26:49.2551555Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex128 PASSED [ 67%] 2022-12-01T10:26:49.2551720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex64 PASSED [ 67%] 2022-12-01T10:26:49.2551881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float32 PASSED [ 67%] 2022-12-01T10:26:49.2552042Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float64 PASSED [ 67%] 2022-12-01T10:26:49.2552191Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int32 PASSED [ 67%] 2022-12-01T10:26:49.2552385Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:26:49.2552564Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_bool PASSED [ 67%] 2022-12-01T10:26:49.2552745Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_float32 PASSED [ 67%] 2022-12-01T10:26:49.2552919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int16 PASSED [ 67%] 2022-12-01T10:26:49.2553097Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_float64 PASSED [ 67%] 2022-12-01T10:26:49.2553269Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int16 PASSED [ 67%] 2022-12-01T10:26:49.2553446Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_uint8 PASSED [ 67%] 2022-12-01T10:26:49.2553617Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float32 PASSED [ 67%] 2022-12-01T10:26:49.2553781Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float64 PASSED [ 67%] 2022-12-01T10:26:49.2553954Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int8 PASSED [ 67%] 2022-12-01T10:26:49.2554193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_uint8 PASSED [ 67%] 2022-12-01T10:26:49.2554365Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float64 PASSED [ 67%] 2022-12-01T10:26:49.2554532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int32 PASSED [ 67%] 2022-12-01T10:26:49.2554694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int64 PASSED [ 67%] 2022-12-01T10:26:49.2554865Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float32 PASSED [ 67%] 2022-12-01T10:26:49.2555037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int32 PASSED [ 67%] 2022-12-01T10:26:49.2555207Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int8 PASSED [ 67%] 2022-12-01T10:26:49.2555366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_uint8 PASSED [ 67%] 2022-12-01T10:26:49.2555548Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:26:49.2555718Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int8 PASSED [ 67%] 2022-12-01T10:26:49.2555889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_uint8 PASSED [ 67%] 2022-12-01T10:26:49.2556086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 PASSED [ 67%] 2022-12-01T10:26:49.2556281Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 PASSED [ 67%] 2022-12-01T10:26:49.2556482Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 PASSED [ 67%] 2022-12-01T10:26:49.2556810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 PASSED [ 67%] 2022-12-01T10:26:49.2557005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 PASSED [ 67%] 2022-12-01T10:26:49.2557197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 PASSED [ 67%] 2022-12-01T10:26:49.2557377Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 PASSED [ 67%] 2022-12-01T10:26:49.2557574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:26:49.2557773Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 PASSED [ 67%] 2022-12-01T10:26:49.2558008Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 PASSED [ 67%] 2022-12-01T10:26:49.2558201Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_float32 PASSED [ 67%] 2022-12-01T10:26:49.2558389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_float64 PASSED [ 67%] 2022-12-01T10:26:49.2558574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int16 PASSED [ 67%] 2022-12-01T10:26:49.2558756Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int64 PASSED [ 67%] 2022-12-01T10:26:49.2558934Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float64 PASSED [ 67%] 2022-12-01T10:26:49.2559094Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int64 PASSED [ 67%] 2022-12-01T10:26:49.2559269Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int8 PASSED [ 67%] 2022-12-01T10:26:49.2559436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:26:49.2559600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float32 PASSED [ 67%] 2022-12-01T10:26:49.2559764Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int32 PASSED [ 67%] 2022-12-01T10:26:49.2559925Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int64 PASSED [ 67%] 2022-12-01T10:26:49.2560084Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int8 PASSED [ 67%] 2022-12-01T10:26:49.2560242Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_uint8 PASSED [ 67%] 2022-12-01T10:26:49.2560403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bool PASSED [ 67%] 2022-12-01T10:26:49.2560564Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex128 PASSED [ 67%] 2022-12-01T10:26:49.2560731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float32 PASSED [ 67%] 2022-12-01T10:26:49.2560900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int64 PASSED [ 67%] 2022-12-01T10:26:49.2561064Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int8 PASSED [ 67%] 2022-12-01T10:26:49.2561232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:26:49.2561393Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bool PASSED [ 67%] 2022-12-01T10:26:49.2561564Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex128 PASSED [ 67%] 2022-12-01T10:26:49.2561732Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex64 PASSED [ 67%] 2022-12-01T10:26:49.2561899Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float32 PASSED [ 67%] 2022-12-01T10:26:49.2562052Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int32 PASSED [ 67%] 2022-12-01T10:26:49.2562252Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int64 PASSED [ 67%] 2022-12-01T10:26:49.2562417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int8 PASSED [ 67%] 2022-12-01T10:26:49.2562583Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_uint8 PASSED [ 67%] 2022-12-01T10:26:49.2562751Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex128 PASSED [ 67%] 2022-12-01T10:26:49.2562917Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex64 PASSED [ 67%] 2022-12-01T10:26:49.2563079Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float16 PASSED [ 67%] 2022-12-01T10:26:49.2563267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int32 PASSED [ 67%] 2022-12-01T10:26:49.2563417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int64 PASSED [ 67%] 2022-12-01T10:26:49.2563579Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int8 PASSED [ 67%] 2022-12-01T10:26:49.2563737Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_uint8 PASSED [ 67%] 2022-12-01T10:26:49.2563902Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex64 PASSED [ 67%] 2022-12-01T10:26:49.2564065Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float16 PASSED [ 67%] 2022-12-01T10:26:49.2564227Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float32 PASSED [ 67%] 2022-12-01T10:26:49.2564384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float64 PASSED [ 67%] 2022-12-01T10:26:49.2564556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:26:49.2564724Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float16 PASSED [ 67%] 2022-12-01T10:26:49.2564878Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float32 PASSED [ 67%] 2022-12-01T10:26:49.2565043Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:26:49.2565207Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex128 PASSED [ 67%] 2022-12-01T10:26:49.2565368Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float64 PASSED [ 67%] 2022-12-01T10:26:49.2565529Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int16 PASSED [ 67%] 2022-12-01T10:26:49.2565689Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int32 PASSED [ 67%] 2022-12-01T10:26:49.2565846Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int64 PASSED [ 67%] 2022-12-01T10:26:49.2566004Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_uint8 PASSED [ 67%] 2022-12-01T10:26:49.2566169Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:26:49.2566318Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bool PASSED [ 67%] 2022-12-01T10:26:49.2566482Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex64 PASSED [ 67%] 2022-12-01T10:26:49.2566643Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float16 PASSED [ 67%] 2022-12-01T10:26:49.2566799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int32 PASSED [ 67%] 2022-12-01T10:26:49.2566959Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int8 PASSED [ 68%] 2022-12-01T10:26:49.2567112Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_uint8 PASSED [ 68%] 2022-12-01T10:26:49.2567287Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:26:49.2567482Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bool PASSED [ 68%] 2022-12-01T10:26:49.2567646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex128 PASSED [ 68%] 2022-12-01T10:26:49.2567815Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float16 PASSED [ 68%] 2022-12-01T10:26:49.2567986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float64 PASSED [ 68%] 2022-12-01T10:26:49.2568153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int16 PASSED [ 68%] 2022-12-01T10:26:49.2568317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int64 PASSED [ 68%] 2022-12-01T10:26:49.2568475Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float64 PASSED [ 68%] 2022-12-01T10:26:49.2568669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int16 PASSED [ 68%] 2022-12-01T10:26:49.2568828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int64 PASSED [ 68%] 2022-12-01T10:26:49.2568986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int8 PASSED [ 68%] 2022-12-01T10:26:49.2569141Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex128 PASSED [ 68%] 2022-12-01T10:26:49.2569301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float64 PASSED [ 68%] 2022-12-01T10:26:49.2569463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int8 PASSED [ 68%] 2022-12-01T10:26:49.2569622Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_uint8 PASSED [ 68%] 2022-12-01T10:26:49.2569791Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex128 PASSED [ 68%] 2022-12-01T10:26:49.2569955Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float32 PASSED [ 68%] 2022-12-01T10:26:49.2570114Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int16 PASSED [ 68%] 2022-12-01T10:26:49.2570273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int32 PASSED [ 68%] 2022-12-01T10:26:49.2570428Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_uint8 PASSED [ 68%] 2022-12-01T10:26:49.2570587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int16 PASSED [ 68%] 2022-12-01T10:26:49.2570753Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int32 PASSED [ 68%] 2022-12-01T10:26:49.2570917Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int64 PASSED [ 68%] 2022-12-01T10:26:49.2571083Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex128 PASSED [ 68%] 2022-12-01T10:26:49.2571246Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float32 PASSED [ 68%] 2022-12-01T10:26:49.2571406Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float64 PASSED [ 68%] 2022-12-01T10:26:49.2571565Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int32 PASSED [ 68%] 2022-12-01T10:26:49.2571729Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float32 PASSED [ 68%] 2022-12-01T10:26:49.2571879Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int16 PASSED [ 68%] 2022-12-01T10:26:49.2572040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int32 PASSED [ 68%] 2022-12-01T10:26:49.2572197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int8 PASSED [ 68%] 2022-12-01T10:26:49.2572366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bool PASSED [ 68%] 2022-12-01T10:26:49.2572541Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float16 PASSED [ 68%] 2022-12-01T10:26:49.2572708Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int16 PASSED [ 68%] 2022-12-01T10:26:49.2572900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int32 PASSED [ 68%] 2022-12-01T10:26:49.2573061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int64 PASSED [ 68%] 2022-12-01T10:26:49.2573225Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int8 PASSED [ 68%] 2022-12-01T10:26:49.2573377Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:26:49.2573536Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bool PASSED [ 68%] 2022-12-01T10:26:49.2573696Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex128 PASSED [ 68%] 2022-12-01T10:26:49.2573858Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float32 PASSED [ 68%] 2022-12-01T10:26:49.2574044Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int16 PASSED [ 68%] 2022-12-01T10:26:49.2574208Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int64 PASSED [ 68%] 2022-12-01T10:26:49.2574378Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int64 PASSED [ 68%] 2022-12-01T10:26:49.2574543Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex128 PASSED [ 68%] 2022-12-01T10:26:49.2574708Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex64 PASSED [ 68%] 2022-12-01T10:26:49.2574858Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float32 PASSED [ 68%] 2022-12-01T10:26:49.2575020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float64 PASSED [ 68%] 2022-12-01T10:26:49.2575181Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int32 PASSED [ 68%] 2022-12-01T10:26:49.2575341Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int8 PASSED [ 68%] 2022-12-01T10:26:49.2575499Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_uint8 PASSED [ 68%] 2022-12-01T10:26:49.2575670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int32 PASSED [ 68%] 2022-12-01T10:26:49.2575838Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int64 PASSED [ 68%] 2022-12-01T10:26:49.2576012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:26:49.2576180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bool PASSED [ 68%] 2022-12-01T10:26:49.2576344Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex128 PASSED [ 68%] 2022-12-01T10:26:49.2576521Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex64 PASSED [ 68%] 2022-12-01T10:26:49.2576692Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float32 PASSED [ 68%] 2022-12-01T10:26:49.2576864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int64 PASSED [ 68%] 2022-12-01T10:26:49.2577031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int8 PASSED [ 68%] 2022-12-01T10:26:49.2577196Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_uint8 PASSED [ 68%] 2022-12-01T10:26:49.2577361Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:26:49.2577526Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float64 PASSED [ 68%] 2022-12-01T10:26:49.2577690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int64 PASSED [ 68%] 2022-12-01T10:26:49.2577841Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bool PASSED [ 68%] 2022-12-01T10:26:49.2578013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex128 PASSED [ 68%] 2022-12-01T10:26:49.2578207Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex64 PASSED [ 68%] 2022-12-01T10:26:49.2578370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float16 PASSED [ 68%] 2022-12-01T10:26:49.2578534Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float64 PASSED [ 68%] 2022-12-01T10:26:49.2578694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int16 PASSED [ 68%] 2022-12-01T10:26:49.2578855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int32 PASSED [ 68%] 2022-12-01T10:26:49.2579016Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int64 PASSED [ 68%] 2022-12-01T10:26:49.2579165Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int8 PASSED [ 68%] 2022-12-01T10:26:49.2579350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_uint8 PASSED [ 68%] 2022-12-01T10:26:49.2579521Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bool PASSED [ 68%] 2022-12-01T10:26:49.2579697Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex32 PASSED [ 68%] 2022-12-01T10:26:49.2579870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex64 PASSED [ 68%] 2022-12-01T10:26:49.2580042Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float16 PASSED [ 68%] 2022-12-01T10:26:49.2580210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float64 PASSED [ 68%] 2022-12-01T10:26:49.2580378Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int16 PASSED [ 68%] 2022-12-01T10:26:49.2580543Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int8 PASSED [ 68%] 2022-12-01T10:26:49.2580700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_uint8 PASSED [ 68%] 2022-12-01T10:26:49.2580870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bool PASSED [ 68%] 2022-12-01T10:26:49.2581044Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex64 PASSED [ 68%] 2022-12-01T10:26:49.2581213Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int64 PASSED [ 68%] 2022-12-01T10:26:49.2581389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex128 PASSED [ 68%] 2022-12-01T10:26:49.2581563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex32 PASSED [ 68%] 2022-12-01T10:26:49.2581735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float32 PASSED [ 68%] 2022-12-01T10:26:49.2581906Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float64 PASSED [ 68%] 2022-12-01T10:26:49.2582073Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_uint8 PASSED [ 68%] 2022-12-01T10:26:49.2582229Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:26:49.2582396Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex128 PASSED [ 68%] 2022-12-01T10:26:49.2582562Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float16 PASSED [ 68%] 2022-12-01T10:26:49.2582734Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex128 PASSED [ 68%] 2022-12-01T10:26:49.2582903Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex32 PASSED [ 68%] 2022-12-01T10:26:49.2583069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex64 PASSED [ 68%] 2022-12-01T10:26:49.2583237Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float16 PASSED [ 68%] 2022-12-01T10:26:49.2583401Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int16 PASSED [ 68%] 2022-12-01T10:26:49.2583587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int32 PASSED [ 68%] 2022-12-01T10:26:49.2583738Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int8 PASSED [ 68%] 2022-12-01T10:26:49.2583901Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex64 PASSED [ 68%] 2022-12-01T10:26:49.2584059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int16 PASSED [ 68%] 2022-12-01T10:26:49.2584218Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int32 PASSED [ 68%] 2022-12-01T10:26:49.2584374Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int64 PASSED [ 68%] 2022-12-01T10:26:49.2584544Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:26:49.2584739Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex32 PASSED [ 68%] 2022-12-01T10:26:49.2584908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex64 PASSED [ 68%] 2022-12-01T10:26:49.2585062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float16 PASSED [ 68%] 2022-12-01T10:26:49.2585226Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float64 PASSED [ 68%] 2022-12-01T10:26:49.2585388Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int16 PASSED [ 68%] 2022-12-01T10:26:49.2585550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int32 PASSED [ 68%] 2022-12-01T10:26:49.2585709Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int64 PASSED [ 68%] 2022-12-01T10:26:49.2585869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int8 PASSED [ 68%] 2022-12-01T10:26:49.2586034Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_uint8 PASSED [ 68%] 2022-12-01T10:26:49.2586206Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:26:49.2586375Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex32 PASSED [ 68%] 2022-12-01T10:26:49.2586523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int32 PASSED [ 68%] 2022-12-01T10:26:49.2586684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_uint8 PASSED [ 68%] 2022-12-01T10:26:49.2586844Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bool PASSED [ 68%] 2022-12-01T10:26:49.2587009Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex64 PASSED [ 68%] 2022-12-01T10:26:49.2587172Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float16 PASSED [ 68%] 2022-12-01T10:26:49.2587334Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int16 PASSED [ 68%] 2022-12-01T10:26:49.2587498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int32 PASSED [ 68%] 2022-12-01T10:26:49.2587659Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int8 PASSED [ 68%] 2022-12-01T10:26:49.2587819Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_uint8 PASSED [ 68%] 2022-12-01T10:26:49.2587976Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex32 PASSED [ 68%] 2022-12-01T10:26:49.2588142Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float16 PASSED [ 68%] 2022-12-01T10:26:49.2588307Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float64 PASSED [ 68%] 2022-12-01T10:26:49.2588468Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_uint8 PASSED [ 68%] 2022-12-01T10:26:49.2588658Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cpu_float32 PASSED [ 68%] 2022-12-01T10:26:49.2588867Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cpu_float64 PASSED [ 69%] 2022-12-01T10:26:49.2589025Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2589185Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2589351Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2589507Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2589671Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2589835Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2590027Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2590192Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmod___cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2590351Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2590511Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2590669Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2590822Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2590983Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2591144Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2591307Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2591489Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_complex64 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:26:49.2591669Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:26:49.2591835Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_complex64 XFAIL [ 69%] 2022-12-01T10:26:49.2591996Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_complex64 XFAIL [ 69%] 2022-12-01T10:26:49.2592154Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2592306Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2592463Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2592643Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_complex64 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:26:49.2592820Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:26:49.2592991Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2593154Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2593314Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_amax_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2593478Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_aminmax_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2593638Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2593785Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2593944Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_arange_cpu_float32 XFAIL [ 69%] 2022-12-01T10:26:49.2594192Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2594397Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2594615Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_complex64 SKIPPED (Errors when storage_offset is included) [ 69%] 2022-12-01T10:26:49.2594782Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2594944Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan2_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2595104Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2595256Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2595414Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2595615Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2595791Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2595961Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2596128Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2596290Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2596457Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bernoulli_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2596708Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2596867Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2597036Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2597194Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2597359Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2597526Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bucketize_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2597702Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2597875Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2598033Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2598194Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cdist_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2598341Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_float32 XFAIL [ 69%] 2022-12-01T10:26:49.2598512Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2598680Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2598859Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2599035Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2599206Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2599370Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2599528Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2599677Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2599843Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_min_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2600048Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2600218Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2600395Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2600563Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2600725Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2600881Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2601053Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2601239Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_copysign_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2601408Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2601566Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2601731Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2601905Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2602078Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2602238Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2602400Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2602552Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummin_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2602718Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2602887Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2603046Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2603230Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2603401Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2603564Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2603728Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2603904Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_scatter_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2604055Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2604222Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_digamma_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2604381Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2604540Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2604699Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2604856Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2605020Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2605201Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_complex64 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:26:49.2605379Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:26:49.2605569Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2605736Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2605895Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2606058Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2606214Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2606373Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfinv_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2606531Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2606727Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2606883Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2607048Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2607216Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2607388Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2607555Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2607724Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2607885Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2608054Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2608221Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2608377Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2608547Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2608711Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2608874Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft2_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2609037Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2609208Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_complex64 PASSED [ 69%] 2022-12-01T10:26:49.2609376Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2609540Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2609708Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2609860Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2610019Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfftn_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2610183Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2610343Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2610508Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2610667Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_float32 PASSED [ 69%] 2022-12-01T10:26:49.2610841Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2611035Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2611183Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2611339Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_frac_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2611495Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_frexp_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2611662Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2611825Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2611985Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2612169Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ge_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2612332Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2612501Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2612654Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2612815Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2612979Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogram_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2613142Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2613303Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hypot_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2613466Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2613640Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2613805Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2613961Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2614129Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_reduce_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2614303Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2614469Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2614631Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2614790Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2614961Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2615127Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2615287Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isin_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2615436Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2615599Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2615762Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2615921Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2616136Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_complex64 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:26:49.2616357Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_complex64 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:26:49.2616597Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:26:49.2616795Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_complex64 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:26:49.2617001Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_complex64 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:26:49.2617207Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:26:49.2617393Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_complex64 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:26:49.2617610Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:26:49.2617780Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2617940Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2618104Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_complex64 XFAIL [ 70%] 2022-12-01T10:26:49.2618263Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_float32 XFAIL [ 70%] 2022-12-01T10:26:49.2618426Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2618584Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lgamma_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2618755Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2618913Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2619085Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2619254Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2619425Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2619599Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2619774Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2619947Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2620111Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2620275Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2620457Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2620633Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2620802Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2620991Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2621155Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2621333Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2621504Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2621685Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2621882Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2622056Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2622234Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2622410Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2622588Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2622778Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2622961Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2623164Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2623338Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2623494Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2623690Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2623856Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2624042Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2624288Z 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:26:49.2624464Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2624639Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2624810Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2624978Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2625145Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2625312Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2625488Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2625656Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2625836Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2626004Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_complex64 XFAIL [ 70%] 2022-12-01T10:26:49.2626167Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2626324Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2626494Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2626662Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2626831Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2626996Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2627163Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2627399Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2627581Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_float32 SKIPPED (Skipped!) [ 70%] 2022-12-01T10:26:49.2627751Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2627925Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2628088Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logit_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2628243Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logsumexp_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2628407Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2628602Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2628766Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2628927Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2629087Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2629255Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_amax_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2629425Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_amin_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2629595Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_argmin_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2629758Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumprod_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2629928Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2630102Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_logsumexp_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2630272Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_mean_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2630444Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_median_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2630609Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_norm_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2630787Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_normalize_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2630961Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_normalize_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2631122Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_softmin_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2631289Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_sum_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2631459Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_var_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2631626Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_var_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2631788Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2631955Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2632134Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_no_dim_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2632295Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2632478Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2632656Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 70%] 2022-12-01T10:26:49.2632833Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_no_dim_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2633039Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_with_dim_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2633200Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_minimum_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2633355Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_float32 PASSED [ 70%] 2022-12-01T10:26:49.2633518Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2633675Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2633832Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_complex64 PASSED [ 71%] 2022-12-01T10:26:49.2634137Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2634314Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2634483Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nan_to_num_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2634645Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmean_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2634811Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_complex64 PASSED [ 71%] 2022-12-01T10:26:49.2634972Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2635149Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_batch_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2635306Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2635490Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:26:49.2635725Z 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:26:49.2635945Z 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:26:49.2636116Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_complex64 PASSED [ 71%] 2022-12-01T10:26:49.2636283Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2636452Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nextafter_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2636731Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2636931Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2637124Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2637320Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2637507Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2637679Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2637859Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_batch_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2638039Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_celu_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2638220Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_complex64 PASSED [ 71%] 2022-12-01T10:26:49.2638400Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2638626Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2638819Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_complex64 PASSED [ 71%] 2022-12-01T10:26:49.2639010Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2639197Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_similarity_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2639376Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2639539Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_elu_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2639756Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2639976Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 PASSED [ 71%] 2022-12-01T10:26:49.2640190Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2640389Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2640583Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2640763Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gelu_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2640937Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_glu_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2641126Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardsigmoid_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2641300Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardswish_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2641492Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2641680Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_instance_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2641872Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2642065Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_linear_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2642259Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2642437Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_kl_div_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2642616Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2642799Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_layer_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2642970Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_leaky_relu_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2643148Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2643339Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_local_response_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2643516Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2643698Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2643873Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2644093Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2644275Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2644461Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2644649Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2644831Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2645069Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2645259Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_complex64 PASSED [ 71%] 2022-12-01T10:26:49.2645447Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2645637Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_complex64 PASSED [ 71%] 2022-12-01T10:26:49.2645830Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 71%] 2022-12-01T10:26:49.2646023Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2646213Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_complex64 PASSED [ 71%] 2022-12-01T10:26:49.2646402Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2646576Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2646756Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_prelu_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2646932Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu6_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2647108Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_rrelu_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2647284Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_selu_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2647459Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2647642Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2647839Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_complex64 PASSED [ 71%] 2022-12-01T10:26:49.2648032Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2648202Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softplus_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2648384Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2648568Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_threshold_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2648760Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2648968Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2649150Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_complex64 PASSED [ 71%] 2022-12-01T10:26:49.2649355Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2649547Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2649738Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_nearest_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2649906Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_complex64 PASSED [ 71%] 2022-12-01T10:26:49.2650062Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_complex64 PASSED [ 71%] 2022-12-01T10:26:49.2650224Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2650391Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_complex64 PASSED [ 71%] 2022-12-01T10:26:49.2650578Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2650742Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2650903Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_complex64 XFAIL [ 71%] 2022-12-01T10:26:49.2651075Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_complex64 PASSED [ 71%] 2022-12-01T10:26:49.2651240Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_complex64 PASSED [ 71%] 2022-12-01T10:26:49.2651390Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2651583Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:26:49.2651779Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:26:49.2651939Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_complex64 PASSED [ 71%] 2022-12-01T10:26:49.2652100Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2652264Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_complex64 PASSED [ 71%] 2022-12-01T10:26:49.2652425Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2652583Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2652748Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_quantile_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2652905Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_complex64 PASSED [ 71%] 2022-12-01T10:26:49.2653071Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2653241Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randint_like_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2653406Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_complex64 XFAIL [ 71%] 2022-12-01T10:26:49.2653572Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_complex64 PASSED [ 71%] 2022-12-01T10:26:49.2653747Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_complex64 PASSED [ 71%] 2022-12-01T10:26:49.2653916Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2654084Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_remainder_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2654247Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_complex64 PASSED [ 71%] 2022-12-01T10:26:49.2654416Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_complex64 PASSED [ 71%] 2022-12-01T10:26:49.2654582Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2654742Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2654943Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2655114Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_complex64 PASSED [ 71%] 2022-12-01T10:26:49.2655283Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2655442Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2655602Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2655748Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2655927Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amax_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2656127Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amin_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2656313Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_lengths_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2656495Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_offsets_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2656655Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2656816Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_complex64 PASSED [ 71%] 2022-12-01T10:26:49.2656973Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2657136Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_float32 PASSED [ 71%] 2022-12-01T10:26:49.2657284Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sign_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2657440Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2657604Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_complex64 PASSED [ 72%] 2022-12-01T10:26:49.2657766Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_complex64 PASSED [ 72%] 2022-12-01T10:26:49.2657937Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_scatter_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2658099Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2658281Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_complex64 PASSED [ 72%] 2022-12-01T10:26:49.2658441Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sort_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2658617Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y1_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2658799Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2659270Z 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:26:49.2659650Z 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:26:49.2659820Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i0e_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2659991Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2660162Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1e_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2660540Z 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:26:49.2660759Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i1_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2660947Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k1_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2661116Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtr_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2661276Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtri_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2661473Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2661663Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2662083Z 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:26:49.2662478Z 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:26:49.2662862Z 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:26:49.2663037Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_xlog1py_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2663212Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_complex64 PASSED [ 72%] 2022-12-01T10:26:49.2663388Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_complex64 PASSED [ 72%] 2022-12-01T10:26:49.2663563Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2663715Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_complex64 PASSED [ 72%] 2022-12-01T10:26:49.2663884Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_complex64 PASSED [ 72%] 2022-12-01T10:26:49.2664048Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2664206Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2664365Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2664527Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_complex64 PASSED [ 72%] 2022-12-01T10:26:49.2664682Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2664834Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2664982Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2665158Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_complex64 PASSED [ 72%] 2022-12-01T10:26:49.2665322Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_complex64 PASSED [ 72%] 2022-12-01T10:26:49.2665483Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2665644Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_complex64 PASSED [ 72%] 2022-12-01T10:26:49.2665799Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2665962Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_complex64 PASSED [ 72%] 2022-12-01T10:26:49.2666136Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_complex64 PASSED [ 72%] 2022-12-01T10:26:49.2666306Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2666466Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_complex64 PASSED [ 72%] 2022-12-01T10:26:49.2666654Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2666814Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_complex64 PASSED [ 72%] 2022-12-01T10:26:49.2666970Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2667139Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_complex64 PASSED [ 72%] 2022-12-01T10:26:49.2667301Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_complex64 PASSED [ 72%] 2022-12-01T10:26:49.2667471Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_complex64 PASSED [ 72%] 2022-12-01T10:26:49.2667634Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_complex64 PASSED [ 72%] 2022-12-01T10:26:49.2667813Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_complex64 PASSED [ 72%] 2022-12-01T10:26:49.2667978Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2668142Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_complex64 PASSED [ 72%] 2022-12-01T10:26:49.2668302Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2668475Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_complex64 PASSED [ 72%] 2022-12-01T10:26:49.2668643Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2668807Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_complex64 PASSED [ 72%] 2022-12-01T10:26:49.2668974Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_complex64 PASSED [ 72%] 2022-12-01T10:26:49.2669139Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2669289Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_float32 XFAIL [ 72%] 2022-12-01T10:26:49.2669467Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_consecutive_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2669627Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2669799Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_complex64 PASSED [ 72%] 2022-12-01T10:26:49.2669967Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_complex64 PASSED [ 72%] 2022-12-01T10:26:49.2670126Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_complex64 PASSED [ 72%] 2022-12-01T10:26:49.2670297Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_complex_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2670460Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2670618Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2670769Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2670929Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2671085Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_complex64 XFAIL [ 72%] 2022-12-01T10:26:49.2671242Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_float32 XFAIL [ 72%] 2022-12-01T10:26:49.2671411Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_complex64 PASSED [ 72%] 2022-12-01T10:26:49.2671576Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2671741Z test_ops.py::TestCompositeComplianceCPU::test_backward_T_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2671916Z test_ops.py::TestCompositeComplianceCPU::test_backward___getitem___cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2672102Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmatmul___cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2672268Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmod___cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2672435Z test_ops.py::TestCompositeComplianceCPU::test_backward___rsub___cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2672596Z test_ops.py::TestCompositeComplianceCPU::test_backward_abs_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2672759Z test_ops.py::TestCompositeComplianceCPU::test_backward_acos_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2672925Z test_ops.py::TestCompositeComplianceCPU::test_backward_acosh_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2673093Z test_ops.py::TestCompositeComplianceCPU::test_backward_addbmm_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2673292Z test_ops.py::TestCompositeComplianceCPU::test_backward_addcmul_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2673477Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_decomposed_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2673633Z test_ops.py::TestCompositeComplianceCPU::test_backward_amax_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2673793Z test_ops.py::TestCompositeComplianceCPU::test_backward_amin_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2673961Z test_ops.py::TestCompositeComplianceCPU::test_backward_angle_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2674221Z test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2674467Z test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_scatter_cpu_float32 SKIPPED (Only fails for LAZY, passes on everything else) [ 72%] 2022-12-01T10:26:49.2674638Z test_ops.py::TestCompositeComplianceCPU::test_backward_asinh_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2674805Z test_ops.py::TestCompositeComplianceCPU::test_backward_atan_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2674973Z test_ops.py::TestCompositeComplianceCPU::test_backward_atanh_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2675135Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_3d_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2675310Z test_ops.py::TestCompositeComplianceCPU::test_backward_bernoulli_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2675481Z test_ops.py::TestCompositeComplianceCPU::test_backward_bfloat16_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2675654Z test_ops.py::TestCompositeComplianceCPU::test_backward_block_diag_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2675834Z test_ops.py::TestCompositeComplianceCPU::test_backward_cartesian_prod_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2676003Z test_ops.py::TestCompositeComplianceCPU::test_backward_chalf_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2676174Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2676362Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_inverse_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2676645Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_solve_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2676812Z test_ops.py::TestCompositeComplianceCPU::test_backward_column_stack_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2676992Z test_ops.py::TestCompositeComplianceCPU::test_backward_combinations_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2677164Z test_ops.py::TestCompositeComplianceCPU::test_backward_complex_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2677331Z test_ops.py::TestCompositeComplianceCPU::test_backward_conj_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2677512Z test_ops.py::TestCompositeComplianceCPU::test_backward_conj_physical_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2677686Z test_ops.py::TestCompositeComplianceCPU::test_backward_contiguous_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2677860Z test_ops.py::TestCompositeComplianceCPU::test_backward_cos_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2678029Z test_ops.py::TestCompositeComplianceCPU::test_backward_cosh_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2678236Z test_ops.py::TestCompositeComplianceCPU::test_backward_cov_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2678406Z test_ops.py::TestCompositeComplianceCPU::test_backward_cross_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2678576Z test_ops.py::TestCompositeComplianceCPU::test_backward_cummax_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2678746Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumprod_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2678917Z test_ops.py::TestCompositeComplianceCPU::test_backward_deg2rad_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2679086Z test_ops.py::TestCompositeComplianceCPU::test_backward_diag_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2679258Z test_ops.py::TestCompositeComplianceCPU::test_backward_diag_embed_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2679478Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_scatter_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2679648Z test_ops.py::TestCompositeComplianceCPU::test_backward_diff_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2679808Z test_ops.py::TestCompositeComplianceCPU::test_backward_digamma_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2679991Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_floor_rounding_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2680179Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_no_rounding_mode_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2680363Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_trunc_rounding_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2680535Z test_ops.py::TestCompositeComplianceCPU::test_backward_dsplit_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2680702Z test_ops.py::TestCompositeComplianceCPU::test_backward_dstack_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2680868Z test_ops.py::TestCompositeComplianceCPU::test_backward_erf_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2681037Z test_ops.py::TestCompositeComplianceCPU::test_backward_erfc_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2681191Z test_ops.py::TestCompositeComplianceCPU::test_backward_exp2_cpu_float32 PASSED [ 72%] 2022-12-01T10:26:49.2681356Z test_ops.py::TestCompositeComplianceCPU::test_backward_exp_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2681529Z test_ops.py::TestCompositeComplianceCPU::test_backward_expand_as_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2681700Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftn_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2681870Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfftn_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2682040Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2682210Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftn_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2682392Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftshift_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2682562Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2682725Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfftn_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2682897Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft2_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2683066Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft2_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2683235Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2683400Z test_ops.py::TestCompositeComplianceCPU::test_backward_fill_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2683565Z test_ops.py::TestCompositeComplianceCPU::test_backward_flip_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2683724Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmin_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2683885Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmod_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2684062Z test_ops.py::TestCompositeComplianceCPU::test_backward_frac_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2684235Z test_ops.py::TestCompositeComplianceCPU::test_backward_frexp_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2684403Z test_ops.py::TestCompositeComplianceCPU::test_backward_gather_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2684573Z test_ops.py::TestCompositeComplianceCPU::test_backward_gradient_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2684738Z test_ops.py::TestCompositeComplianceCPU::test_backward_half_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2684906Z test_ops.py::TestCompositeComplianceCPU::test_backward_hstack_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2685076Z test_ops.py::TestCompositeComplianceCPU::test_backward_hypot_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2685247Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_put_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2685449Z test_ops.py::TestCompositeComplianceCPU::test_backward_istft_cpu_float32 XFAIL [ 73%] 2022-12-01T10:26:49.2685604Z test_ops.py::TestCompositeComplianceCPU::test_backward_kron_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2685770Z test_ops.py::TestCompositeComplianceCPU::test_backward_ldexp_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2685940Z test_ops.py::TestCompositeComplianceCPU::test_backward_lgamma_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2686126Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_singular_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2686303Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigh_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2686483Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvalsh_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2686681Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_householder_product_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2686858Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2687024Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_ex_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2687203Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2687395Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2687567Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2687750Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_ex_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2687928Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_solve_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2688102Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2688295Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_hermitian_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2688467Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_qr_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2688636Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_slogdet_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2688814Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2688996Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorinv_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2689163Z test_ops.py::TestCompositeComplianceCPU::test_backward_log10_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2689329Z test_ops.py::TestCompositeComplianceCPU::test_backward_log2_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2689506Z test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp2_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2689676Z test_ops.py::TestCompositeComplianceCPU::test_backward_logdet_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2689851Z test_ops.py::TestCompositeComplianceCPU::test_backward_logsumexp_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2690042Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_solve_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2690204Z test_ops.py::TestCompositeComplianceCPU::test_backward_mT_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2690377Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_amax_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2690557Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_logsumexp_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2690734Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_median_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2690911Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_select_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2691089Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_softmax_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2691294Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_softmin_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2691471Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_binary_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2691646Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_no_dim_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2691831Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_with_dim_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2692003Z test_ops.py::TestCompositeComplianceCPU::test_backward_maximum_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2692187Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_no_dim_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2692350Z test_ops.py::TestCompositeComplianceCPU::test_backward_mm_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2692515Z test_ops.py::TestCompositeComplianceCPU::test_backward_mode_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2692689Z test_ops.py::TestCompositeComplianceCPU::test_backward_movedim_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2692858Z test_ops.py::TestCompositeComplianceCPU::test_backward_msort_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2693014Z test_ops.py::TestCompositeComplianceCPU::test_backward_mv_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2693200Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2693387Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2693558Z test_ops.py::TestCompositeComplianceCPU::test_backward_nan_to_num_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2693729Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanmedian_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2693896Z test_ops.py::TestCompositeComplianceCPU::test_backward_nansum_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2694065Z test_ops.py::TestCompositeComplianceCPU::test_backward_neg_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2694270Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2694473Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2694656Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2694849Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2695041Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool3d_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2695243Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2695458Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2695643Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_celu_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2695860Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv1d_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2696047Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_ctc_loss_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2696235Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2696415Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2696634Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2696838Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2697062Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2697260Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 73%] 2022-12-01T10:26:49.2697446Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gelu_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2697642Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardsigmoid_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2697834Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardswish_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2698032Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_instance_norm_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2698235Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2698424Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2698626Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2698810Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_kl_div_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2699000Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_layer_norm_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2699185Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_linear_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2699384Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2699574Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool3d_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2699775Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2699968Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2700149Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2700349Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2700543Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2700749Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2700937Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_nll_loss_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2701127Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_reflect_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2701313Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pdist_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2701511Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2701734Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2701906Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_silu_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2702092Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2702293Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2702486Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softshrink_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2702677Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_tanhshrink_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2702889Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_unfold_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2703060Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_inf_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2703233Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_nuc_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2703402Z test_ops.py::TestCompositeComplianceCPU::test_backward_outer_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2703634Z 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:26:49.2703803Z test_ops.py::TestCompositeComplianceCPU::test_backward_polar_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2703971Z test_ops.py::TestCompositeComplianceCPU::test_backward_pow_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2704136Z test_ops.py::TestCompositeComplianceCPU::test_backward_qr_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2704308Z test_ops.py::TestCompositeComplianceCPU::test_backward_rad2deg_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2704478Z test_ops.py::TestCompositeComplianceCPU::test_backward_ravel_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2704647Z test_ops.py::TestCompositeComplianceCPU::test_backward_real_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2704822Z test_ops.py::TestCompositeComplianceCPU::test_backward_reciprocal_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2704993Z test_ops.py::TestCompositeComplianceCPU::test_backward_remainder_cpu_float32 PASSED [ 73%] 2022-12-01T10:26:49.2705165Z test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_interleave_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2705338Z test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_as_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2705506Z test_ops.py::TestCompositeComplianceCPU::test_backward_rot90_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2705686Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_3_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2705875Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_neg_3_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2706044Z test_ops.py::TestCompositeComplianceCPU::test_backward_rsqrt_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2706210Z test_ops.py::TestCompositeComplianceCPU::test_backward_rsub_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2706395Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amax_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2706565Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amin_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2706745Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_mean_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2706934Z test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_offsets_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2707105Z test_ops.py::TestCompositeComplianceCPU::test_backward_select_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2707278Z test_ops.py::TestCompositeComplianceCPU::test_backward_sigmoid_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2707472Z test_ops.py::TestCompositeComplianceCPU::test_backward_sign_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2707636Z test_ops.py::TestCompositeComplianceCPU::test_backward_sinc_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2707804Z test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2707987Z test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_with_dtype_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2708142Z test_ops.py::TestCompositeComplianceCPU::test_backward_sort_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2708318Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_entr_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2708495Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_erfcx_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2708704Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i0e_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2708877Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2709053Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtr_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2709262Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2709433Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2709601Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_list_args_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2709779Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_with_sizes_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2709946Z test_ops.py::TestCompositeComplianceCPU::test_backward_sqrt_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2710116Z test_ops.py::TestCompositeComplianceCPU::test_backward_square_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2710289Z test_ops.py::TestCompositeComplianceCPU::test_backward_std_mean_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2710457Z test_ops.py::TestCompositeComplianceCPU::test_backward_sub_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2710621Z test_ops.py::TestCompositeComplianceCPU::test_backward_sum_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2710788Z test_ops.py::TestCompositeComplianceCPU::test_backward_symeig_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2710953Z test_ops.py::TestCompositeComplianceCPU::test_backward_t_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2711118Z test_ops.py::TestCompositeComplianceCPU::test_backward_take_along_dim_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2711295Z test_ops.py::TestCompositeComplianceCPU::test_backward_tensordot_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2711459Z test_ops.py::TestCompositeComplianceCPU::test_backward_to_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2711631Z test_ops.py::TestCompositeComplianceCPU::test_backward_trace_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2711806Z test_ops.py::TestCompositeComplianceCPU::test_backward_transpose_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2711990Z test_ops.py::TestCompositeComplianceCPU::test_backward_triangular_solve_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2712155Z test_ops.py::TestCompositeComplianceCPU::test_backward_tril_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2712327Z test_ops.py::TestCompositeComplianceCPU::test_backward_true_divide_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2712487Z test_ops.py::TestCompositeComplianceCPU::test_backward_unflatten_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2712655Z test_ops.py::TestCompositeComplianceCPU::test_backward_unfold_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2712826Z test_ops.py::TestCompositeComplianceCPU::test_backward_var_mean_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2712990Z test_ops.py::TestCompositeComplianceCPU::test_backward_vdot_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2713170Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_complex_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2713363Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_T_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2713538Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___getitem___cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2713714Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmatmul___cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2713885Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmul___cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2714118Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rsub___cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2714294Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_abs_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2714463Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addbmm_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2714636Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcdiv_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2714870Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcmul_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2715059Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_decomposed_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2715229Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmv_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2715398Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addr_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2715589Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_all_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:26:49.2715759Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amax_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2715966Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_aminmax_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:26:49.2716171Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_any_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:26:49.2716379Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_arange_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:26:49.2716671Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmax_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:26:49.2716877Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmin_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:26:49.2717085Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argwhere_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:26:49.2717263Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2717449Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_scatter_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2717607Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asinh_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2717778Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan2_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2717955Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2718163Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bfloat16_cpu_float32 SKIPPED (Does not support forward_ad) [ 74%] 2022-12-01T10:26:49.2718332Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bmm_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2718550Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_shapes_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:26:49.2718731Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_to_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2718943Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bucketize_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:26:49.2719147Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_byte_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:26:49.2719316Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cartesian_prod_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2719528Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cat_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2719731Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cdist_cpu_float32 SKIPPED (Does not support forward_ad) [ 74%] 2022-12-01T10:26:49.2719936Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_cpu_float32 SKIPPED (Does not support forward_ad) [ 74%] 2022-12-01T10:26:49.2720120Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_inverse_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2720299Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_solve_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2720470Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chunk_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2720676Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_max_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2720848Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clone_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2721015Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_column_stack_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2721188Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_complex_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2721355Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2721524Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cosh_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2721690Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cov_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2721860Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cross_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2722031Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummin_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2722207Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumprod_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2722367Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumsum_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2722536Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_deg2rad_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2722702Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2722874Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagflat_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2723047Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2723229Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_scatter_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2723417Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_no_rounding_mode_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2723603Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_trunc_rounding_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2723811Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_like_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:26:49.2724001Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eq_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:26:49.2724167Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfc_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2724333Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp2_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2724502Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft2_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2724675Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft2_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2724846Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2725018Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftn_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2725201Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftshift_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2725390Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2725563Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfftn_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2725730Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft2_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2725902Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfftn_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2726069Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fill_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2726239Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flatten_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2726408Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fliplr_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2726624Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_power_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2726796Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2726950Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmax_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2727155Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_full_like_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:26:49.2727358Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_geqrf_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:26:49.2727530Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gradient_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2727739Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogram_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:26:49.2727913Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hsplit_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2728084Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hypot_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2728291Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igammac_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:26:49.2728467Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_copy_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2728629Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_fill_cpu_float32 PASSED [ 74%] 2022-12-01T10:26:49.2728799Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_put_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2728975Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_select_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2729141Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_inner_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2729343Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_int_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:26:49.2729548Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isclose_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:26:49.2729752Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isinf_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:26:49.2729954Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isreal_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:26:49.2730170Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 75%] 2022-12-01T10:26:49.2730376Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 75%] 2022-12-01T10:26:49.2730581Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 75%] 2022-12-01T10:26:49.2730760Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kthvalue_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2730948Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_singular_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2731160Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2731376Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:26:49.2731591Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_solve_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:26:49.2731784Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2731958Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2732128Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2732338Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_norm_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2732570Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:26:49.2732748Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2733000Z 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:26:49.2733180Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_ex_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2733372Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_triangular_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2733545Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svd_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2733725Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svdvals_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2733914Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorinv_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2734089Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorsolve_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2734270Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vander_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2734444Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log1p_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2734614Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log2_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2734781Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2734958Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp2_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2735135Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2735347Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_and_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:26:49.2735547Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_not_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:26:49.2735754Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_or_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:26:49.2735924Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logit_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2736131Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logspace_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:26:49.2736307Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logsumexp_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2736510Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_long_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:26:49.2736709Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lt_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:26:49.2736904Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mH_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2737115Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_argmax_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:26:49.2737313Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_argmin_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:26:49.2737493Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_cumsum_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2737678Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_logsumexp_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2737855Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_mean_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2738060Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_median_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2738238Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_norm_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2738424Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_normalize_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2738603Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_scatter_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2738782Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_softmin_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2738945Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_std_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2739120Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_sum_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2739291Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_var_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2739463Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matmul_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2739648Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_no_dim_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2739821Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_median_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2740014Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_variadic_tensors_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2740187Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_binary_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2740372Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_no_dim_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2740525Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mm_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2740694Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_msort_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2740861Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mul_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2741052Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2741241Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2741412Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmean_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2741594Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_batch_norm_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2741759Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_neg_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2741963Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_full_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:26:49.2742161Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nextafter_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:26:49.2742405Z 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:26:49.2742637Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2742834Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2743024Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool1d_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2743214Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_batch_norm_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2743403Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_bilinear_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2743592Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv2d_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2743820Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2744014Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2744213Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cross_entropy_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2744434Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_ctc_loss_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:26:49.2744627Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2744841Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2745062Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2745269Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2745473Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2745672Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 75%] 2022-12-01T10:26:49.2745855Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_glu_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2746069Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_grid_sample_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:26:49.2746264Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardsigmoid_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2746455Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardswish_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2746647Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardtanh_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2746852Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2747048Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_huber_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2747243Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_instance_norm_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2747441Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_area_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2747645Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_linear_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2747836Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2748040Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2748227Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_linear_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2748455Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2748646Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool1d_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2748838Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool2d_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2749032Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_cpu_float32 XFAIL [ 75%] 2022-12-01T10:26:49.2749235Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2749469Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Skipped!) [ 75%] 2022-12-01T10:26:49.2749667Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2749843Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mish_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2750073Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:26:49.2750282Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2750475Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_normalize_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2750670Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_circular_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2750863Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_constant_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2751062Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2751252Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_prelu_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2751438Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_rrelu_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2751610Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_selu_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2751789Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_silu_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2751986Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2752174Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2752369Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softshrink_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2752558Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softsign_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2752752Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_threshold_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2752954Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2753142Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_unfold_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2753331Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2753528Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_nearest_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2753698Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_cpu_float32 PASSED [ 75%] 2022-12-01T10:26:49.2753902Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ormqr_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:26:49.2754241Z 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:26:49.2754420Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_permute_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2754613Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_2_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2754806Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_4_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2754985Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_positive_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2755145Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rad2deg_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2755348Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ravel_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2755516Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_real_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2755690Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2755876Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_interleave_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2756080Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize__cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:26:49.2756288Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize_as__cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:26:49.2756465Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_conj_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2756745Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_neg_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2756905Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rot90_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2757075Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2757259Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_0_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2757439Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_3_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2757626Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_neg_3_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2757799Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsqrt_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2757972Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsub_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2758147Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_add_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2758322Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2758497Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amax_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2758684Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_mean_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2758869Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_sum_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2759084Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_searchsorted_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:26:49.2759256Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2759423Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sgn_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2759625Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_short_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:26:49.2759798Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sigmoid_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2759963Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sign_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2760199Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signbit_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:26:49.2760368Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sin_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2760539Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinc_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2760708Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2760888Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_scatter_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2761064Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2761285Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_with_dtype_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2761504Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_airy_ai_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:26:49.2761710Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j0_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:26:49.2761925Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j1_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:26:49.2762141Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y1_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:26:49.2762373Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:26:49.2762554Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_erfcx_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2762786Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_he_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:26:49.2762964Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2763141Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1e_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2763371Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:26:49.2763817Z 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:26:49.2764032Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i1_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:26:49.2764214Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtr_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2764397Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtri_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2764612Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2764847Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:26:49.2765248Z 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:26:49.2765643Z 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:26:49.2766042Z 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:26:49.2766253Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_zeta_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:26:49.2766466Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_with_sizes_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2766638Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_squeeze_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2766794Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stack_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2766962Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2767134Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_mean_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2767300Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stft_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2767499Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2767708Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_symeig_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:26:49.2767877Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_t_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2768053Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensor_split_cpu_float32 XFAIL [ 76%] 2022-12-01T10:26:49.2768216Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensordot_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2768382Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tile_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2768554Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_transpose_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2768730Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapezoid_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2768897Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triu_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2769069Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trunc_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2769241Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unbind_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2769411Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unfold_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2769585Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unsqueeze_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2769744Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_mean_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2769926Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_complex_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2770095Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2770261Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vstack_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2770433Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_where_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2770602Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_xlogy_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2770808Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:26:49.2771015Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_like_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:26:49.2771181Z test_ops.py::TestCompositeComplianceCPU::test_operator_T_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2771338Z test_ops.py::TestCompositeComplianceCPU::test_operator___rdiv___cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2771507Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmul___cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2771675Z test_ops.py::TestCompositeComplianceCPU::test_operator___rpow___cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2771841Z test_ops.py::TestCompositeComplianceCPU::test_operator_acos_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2772012Z test_ops.py::TestCompositeComplianceCPU::test_operator_addcdiv_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2772210Z test_ops.py::TestCompositeComplianceCPU::test_operator_addcmul_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2772381Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmv_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2772550Z test_ops.py::TestCompositeComplianceCPU::test_operator_allclose_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2772702Z test_ops.py::TestCompositeComplianceCPU::test_operator_amin_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2772872Z test_ops.py::TestCompositeComplianceCPU::test_operator_aminmax_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2773040Z test_ops.py::TestCompositeComplianceCPU::test_operator_angle_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2773204Z test_ops.py::TestCompositeComplianceCPU::test_operator_any_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2773399Z test_ops.py::TestCompositeComplianceCPU::test_operator_argmax_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2773572Z test_ops.py::TestCompositeComplianceCPU::test_operator_argmin_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2773746Z test_ops.py::TestCompositeComplianceCPU::test_operator_argwhere_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2773921Z test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2774077Z test_ops.py::TestCompositeComplianceCPU::test_operator_atan_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2774247Z test_ops.py::TestCompositeComplianceCPU::test_operator_atanh_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2774420Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_3d_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2774590Z test_ops.py::TestCompositeComplianceCPU::test_operator_baddbmm_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2774765Z test_ops.py::TestCompositeComplianceCPU::test_operator_bernoulli_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2774938Z test_ops.py::TestCompositeComplianceCPU::test_operator_bucketize_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2775108Z test_ops.py::TestCompositeComplianceCPU::test_operator_cat_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2775278Z test_ops.py::TestCompositeComplianceCPU::test_operator_cdist_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2775445Z test_ops.py::TestCompositeComplianceCPU::test_operator_char_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2775604Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2775775Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2775948Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_min_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2776118Z test_ops.py::TestCompositeComplianceCPU::test_operator_complex_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2776288Z test_ops.py::TestCompositeComplianceCPU::test_operator_conj_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2776461Z test_ops.py::TestCompositeComplianceCPU::test_operator_copysign_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2776634Z test_ops.py::TestCompositeComplianceCPU::test_operator_corrcoef_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2776802Z test_ops.py::TestCompositeComplianceCPU::test_operator_cos_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2776957Z test_ops.py::TestCompositeComplianceCPU::test_operator_cosh_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2777121Z test_ops.py::TestCompositeComplianceCPU::test_operator_cov_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2777290Z test_ops.py::TestCompositeComplianceCPU::test_operator_cummax_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2777480Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumulative_trapezoid_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2777650Z test_ops.py::TestCompositeComplianceCPU::test_operator_deg2rad_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2777822Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2778005Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_scatter_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2778204Z test_ops.py::TestCompositeComplianceCPU::test_operator_digamma_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2778370Z test_ops.py::TestCompositeComplianceCPU::test_operator_dist_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2778540Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_trunc_rounding_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2778706Z test_ops.py::TestCompositeComplianceCPU::test_operator_dot_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2778875Z test_ops.py::TestCompositeComplianceCPU::test_operator_double_cpu_float32 PASSED [ 76%] 2022-12-01T10:26:49.2779042Z test_ops.py::TestCompositeComplianceCPU::test_operator_einsum_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2779282Z test_ops.py::TestCompositeComplianceCPU::test_operator_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 77%] 2022-12-01T10:26:49.2779449Z test_ops.py::TestCompositeComplianceCPU::test_operator_eq_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2779618Z test_ops.py::TestCompositeComplianceCPU::test_operator_equal_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2779785Z test_ops.py::TestCompositeComplianceCPU::test_operator_erfc_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2779937Z test_ops.py::TestCompositeComplianceCPU::test_operator_exp2_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2780102Z test_ops.py::TestCompositeComplianceCPU::test_operator_exp_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2780271Z test_ops.py::TestCompositeComplianceCPU::test_operator_expand_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2780439Z test_ops.py::TestCompositeComplianceCPU::test_operator_expm1_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2780604Z test_ops.py::TestCompositeComplianceCPU::test_operator_eye_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2780774Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft2_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2780945Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2781117Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft2_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2781289Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfftn_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2781447Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft2_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2781615Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftn_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2781794Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftshift_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2781964Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2782139Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfftn_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2782313Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft2_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2782484Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfftn_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2782653Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft2_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2782810Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2782977Z test_ops.py::TestCompositeComplianceCPU::test_operator_fill_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2783148Z test_ops.py::TestCompositeComplianceCPU::test_operator_flipud_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2783325Z test_ops.py::TestCompositeComplianceCPU::test_operator_float_power_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2783493Z test_ops.py::TestCompositeComplianceCPU::test_operator_floor_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2783673Z test_ops.py::TestCompositeComplianceCPU::test_operator_floor_divide_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2783839Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmin_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2784032Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmod_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2784194Z test_ops.py::TestCompositeComplianceCPU::test_operator_frac_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2784354Z test_ops.py::TestCompositeComplianceCPU::test_operator_full_like_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2784521Z test_ops.py::TestCompositeComplianceCPU::test_operator_gather_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2784692Z test_ops.py::TestCompositeComplianceCPU::test_operator_gradient_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2784862Z test_ops.py::TestCompositeComplianceCPU::test_operator_heaviside_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2785034Z test_ops.py::TestCompositeComplianceCPU::test_operator_histc_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2785236Z test_ops.py::TestCompositeComplianceCPU::test_operator_histogramdd_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2785408Z test_ops.py::TestCompositeComplianceCPU::test_operator_hsplit_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2785578Z test_ops.py::TestCompositeComplianceCPU::test_operator_hypot_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2785729Z test_ops.py::TestCompositeComplianceCPU::test_operator_i0_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2785900Z test_ops.py::TestCompositeComplianceCPU::test_operator_igamma_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2786072Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_add_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2786247Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_copy_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2786421Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_fill_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2786592Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_put_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2786770Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_reduce_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2786948Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_select_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2787110Z test_ops.py::TestCompositeComplianceCPU::test_operator_isclose_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2787277Z test_ops.py::TestCompositeComplianceCPU::test_operator_isin_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2787443Z test_ops.py::TestCompositeComplianceCPU::test_operator_isinf_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2787612Z test_ops.py::TestCompositeComplianceCPU::test_operator_isnan_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2787816Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (skip) [ 77%] 2022-12-01T10:26:49.2788009Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_cpu_float32 SKIPPED (skip) [ 77%] 2022-12-01T10:26:49.2788178Z test_ops.py::TestCompositeComplianceCPU::test_operator_kron_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2788345Z test_ops.py::TestCompositeComplianceCPU::test_operator_le_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2788535Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_singular_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2788695Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eig_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2788871Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigh_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2789059Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_ex_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2789254Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2789426Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2789608Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2789791Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_solve_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2795425Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_norm_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2795663Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_power_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2795853Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2796043Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2796229Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_multi_dot_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2796408Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2796772Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_qr_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2796954Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2797150Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_triangular_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2797325Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svd_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2797506Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svdvals_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2797687Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorinv_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2797862Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorsolve_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2798038Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vecdot_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2798212Z test_ops.py::TestCompositeComplianceCPU::test_operator_linspace_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2798382Z test_ops.py::TestCompositeComplianceCPU::test_operator_log1p_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2798549Z test_ops.py::TestCompositeComplianceCPU::test_operator_log2_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2798715Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2798889Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_not_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2799061Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_or_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2799217Z test_ops.py::TestCompositeComplianceCPU::test_operator_logit_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2799390Z test_ops.py::TestCompositeComplianceCPU::test_operator_logsumexp_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2799554Z test_ops.py::TestCompositeComplianceCPU::test_operator_lt_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2799727Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_unpack_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2799892Z test_ops.py::TestCompositeComplianceCPU::test_operator_mT_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2800068Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_amax_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2800243Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_amin_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2800423Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_cumprod_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2800598Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_cumsum_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2800758Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_fill_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2800941Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_log_softmax_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2801121Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_logaddexp_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2801297Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_mean_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2801514Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_norm_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2801694Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_normalize_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2801878Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_scatter_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2802055Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_select_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2802221Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_softmax_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2802400Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_softmin_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2802573Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_std_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2802773Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_sum_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2802947Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_binary_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2803119Z test_ops.py::TestCompositeComplianceCPU::test_operator_maximum_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2803289Z test_ops.py::TestCompositeComplianceCPU::test_operator_median_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2803483Z test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_list_of_tensors_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2803669Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_no_dim_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2803827Z test_ops.py::TestCompositeComplianceCPU::test_operator_minimum_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2803998Z test_ops.py::TestCompositeComplianceCPU::test_operator_movedim_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2804170Z test_ops.py::TestCompositeComplianceCPU::test_operator_msort_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2804335Z test_ops.py::TestCompositeComplianceCPU::test_operator_mv_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2804526Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2804715Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2804901Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2805073Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanmean_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2805238Z test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_copy_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2805409Z test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_cpu_float32 XFAIL [ 77%] 2022-12-01T10:26:49.2805573Z test_ops.py::TestCompositeComplianceCPU::test_operator_ne_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2805740Z test_ops.py::TestCompositeComplianceCPU::test_operator_neg_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2805963Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_cpu_float32 SKIPPED (Expected: new_empty is not comparable) [ 77%] 2022-12-01T10:26:49.2806134Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_ones_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2806305Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_zeros_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2806510Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2806710Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2806893Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2807088Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2807279Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool2d_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2807500Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool3d_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2807689Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_batch_norm_cpu_float32 PASSED [ 77%] 2022-12-01T10:26:49.2807877Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_bilinear_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2808061Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_celu_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2808248Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2808448Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2808658Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cross_entropy_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2808851Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2809069Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_cpu_float32 SKIPPED (Allowed exemption) [ 78%] 2022-12-01T10:26:49.2809284Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2809501Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2809703Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2809900Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2810097Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 78%] 2022-12-01T10:26:49.2810283Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_glu_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2810476Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardshrink_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2810656Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardsigmoid_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2810847Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardswish_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2811034Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_huber_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2811236Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2811435Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_linear_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2811635Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2811821Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_kl_div_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2812007Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_layer_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2812194Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_logsigmoid_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2812377Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2812573Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2812770Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2812969Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2813222Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mse_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2813417Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2813620Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2813811Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_circular_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2814005Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2814177Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_prelu_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2814422Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu6_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2814704Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_silu_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2814907Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2815098Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softsign_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2815288Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_tanhshrink_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2815480Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_threshold_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2815669Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_unfold_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2815870Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2816059Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_nearest_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2816234Z test_ops.py::TestCompositeComplianceCPU::test_operator_nonzero_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2816402Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2816573Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_fro_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2816743Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_nuc_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2816913Z test_ops.py::TestCompositeComplianceCPU::test_operator_normal_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2817094Z test_ops.py::TestCompositeComplianceCPU::test_operator_normal_number_mean_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2817260Z test_ops.py::TestCompositeComplianceCPU::test_operator_ones_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2817434Z test_ops.py::TestCompositeComplianceCPU::test_operator_ones_like_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2817593Z test_ops.py::TestCompositeComplianceCPU::test_operator_outer_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2817768Z test_ops.py::TestCompositeComplianceCPU::test_operator_pca_lowrank_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2817940Z test_ops.py::TestCompositeComplianceCPU::test_operator_permute_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2818112Z test_ops.py::TestCompositeComplianceCPU::test_operator_positive_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2818279Z test_ops.py::TestCompositeComplianceCPU::test_operator_pow_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2818445Z test_ops.py::TestCompositeComplianceCPU::test_operator_prod_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2818611Z test_ops.py::TestCompositeComplianceCPU::test_operator_put_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2818782Z test_ops.py::TestCompositeComplianceCPU::test_operator_quantile_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2818942Z test_ops.py::TestCompositeComplianceCPU::test_operator_rad2deg_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2819149Z test_ops.py::TestCompositeComplianceCPU::test_operator_rand_like_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2819325Z test_ops.py::TestCompositeComplianceCPU::test_operator_randint_like_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2819494Z test_ops.py::TestCompositeComplianceCPU::test_operator_randn_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2819669Z test_ops.py::TestCompositeComplianceCPU::test_operator_reciprocal_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2819840Z test_ops.py::TestCompositeComplianceCPU::test_operator_remainder_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2820010Z test_ops.py::TestCompositeComplianceCPU::test_operator_renorm_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2820182Z test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_as_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2820413Z test_ops.py::TestCompositeComplianceCPU::test_operator_resize__cpu_float32 SKIPPED (Allowed exception) [ 78%] 2022-12-01T10:26:49.2820602Z test_ops.py::TestCompositeComplianceCPU::test_operator_resize_as__cpu_float32 SKIPPED (Allowed exemption) [ 78%] 2022-12-01T10:26:49.2820780Z test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_conj_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2820949Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2821128Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_3_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2821297Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2821480Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amin_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2821662Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_sum_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2821841Z test_ops.py::TestCompositeComplianceCPU::test_operator_searchsorted_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2822018Z test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_lengths_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2822207Z test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_offsets_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2822380Z test_ops.py::TestCompositeComplianceCPU::test_operator_sigmoid_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2822552Z test_ops.py::TestCompositeComplianceCPU::test_operator_signbit_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2822717Z test_ops.py::TestCompositeComplianceCPU::test_operator_sin_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2822900Z test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_with_dtype_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2823066Z test_ops.py::TestCompositeComplianceCPU::test_operator_sort_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2823246Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y0_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2823427Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y1_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2823594Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_entr_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2823771Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_erfcx_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2823968Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_he_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2824142Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1e_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2824323Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_log_ndtr_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2824513Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i1_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2824968Z 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:26:49.2825386Z 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:26:49.2825569Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_xlog1py_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2825742Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2825897Z test_ops.py::TestCompositeComplianceCPU::test_operator_sqrt_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2826070Z test_ops.py::TestCompositeComplianceCPU::test_operator_square_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2826239Z test_ops.py::TestCompositeComplianceCPU::test_operator_stack_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2826411Z test_ops.py::TestCompositeComplianceCPU::test_operator_std_mean_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2826605Z test_ops.py::TestCompositeComplianceCPU::test_operator_sub_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2826772Z test_ops.py::TestCompositeComplianceCPU::test_operator_sum_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2826949Z test_ops.py::TestCompositeComplianceCPU::test_operator_svd_lowrank_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2827118Z test_ops.py::TestCompositeComplianceCPU::test_operator_symeig_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2827283Z test_ops.py::TestCompositeComplianceCPU::test_operator_take_along_dim_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2827449Z test_ops.py::TestCompositeComplianceCPU::test_operator_tan_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2827621Z test_ops.py::TestCompositeComplianceCPU::test_operator_tensor_split_cpu_float32 XFAIL [ 78%] 2022-12-01T10:26:49.2827787Z test_ops.py::TestCompositeComplianceCPU::test_operator_tile_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2827953Z test_ops.py::TestCompositeComplianceCPU::test_operator_to_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2828122Z test_ops.py::TestCompositeComplianceCPU::test_operator_trace_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2828298Z test_ops.py::TestCompositeComplianceCPU::test_operator_transpose_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2828480Z test_ops.py::TestCompositeComplianceCPU::test_operator_triangular_solve_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2828642Z test_ops.py::TestCompositeComplianceCPU::test_operator_true_divide_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2828826Z test_ops.py::TestCompositeComplianceCPU::test_operator_unique_consecutive_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2828990Z test_ops.py::TestCompositeComplianceCPU::test_operator_var_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2829156Z test_ops.py::TestCompositeComplianceCPU::test_operator_vdot_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2829325Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2829492Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2829664Z test_ops.py::TestCompositeComplianceCPU::test_operator_vsplit_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2829831Z test_ops.py::TestCompositeComplianceCPU::test_operator_where_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2829999Z test_ops.py::TestCompositeComplianceCPU::test_operator_zero__cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2830161Z test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_like_cpu_float32 PASSED [ 78%] 2022-12-01T10:26:49.2830308Z test_ops.py::TestMathBitsCPU::test_conj_view_T_cpu_complex64 PASSED [ 78%] 2022-12-01T10:26:49.2830460Z test_ops.py::TestMathBitsCPU::test_conj_view___radd___cpu_complex64 PASSED [ 78%] 2022-12-01T10:26:49.2830610Z test_ops.py::TestMathBitsCPU::test_conj_view___rdiv___cpu_complex64 PASSED [ 78%] 2022-12-01T10:26:49.2830763Z test_ops.py::TestMathBitsCPU::test_conj_view___rmatmul___cpu_complex64 PASSED [ 78%] 2022-12-01T10:26:49.2830913Z test_ops.py::TestMathBitsCPU::test_conj_view___rmul___cpu_complex64 PASSED [ 78%] 2022-12-01T10:26:49.2831088Z test_ops.py::TestMathBitsCPU::test_conj_view___rsub___cpu_complex64 PASSED [ 78%] 2022-12-01T10:26:49.2831242Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_add_cpu_complex64 PASSED [ 78%] 2022-12-01T10:26:49.2831388Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_allclose_cpu_complex64 PASSED [ 78%] 2022-12-01T10:26:49.2831539Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_any_cpu_complex64 PASSED [ 78%] 2022-12-01T10:26:49.2831693Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_asinh_cpu_complex64 PASSED [ 78%] 2022-12-01T10:26:49.2831852Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_1d_cpu_complex64 PASSED [ 78%] 2022-12-01T10:26:49.2832009Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_2d_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2832167Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_3d_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2832358Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_to_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2832514Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_chunk_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2832653Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_clone_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2832814Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_column_stack_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2832964Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2833126Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_physical_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2833283Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_contiguous_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2833432Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cos_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2833590Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_diag_embed_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2833747Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_diagonal_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2833905Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_dstack_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2834167Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 79%] 2022-12-01T10:26:49.2834332Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_as_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2834488Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2834642Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftn_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2834804Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftshift_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2834962Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2835116Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2835280Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftshift_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2835425Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2835583Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2835741Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfftn_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2835899Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flatten_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2836055Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flipud_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2836209Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_hstack_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2836366Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_add_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2836525Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_copy_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2836827Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isclose_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2836974Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isfinite_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2837131Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isinf_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2837284Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isreal_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2837452Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_matrix_norm_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2837612Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_norm_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2837778Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svdvals_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2837979Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_vector_norm_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2838135Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2838284Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_or_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2838442Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_xor_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2838599Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_movedim_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2838800Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 79%] 2022-12-01T10:26:49.2839020Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_strided_cpu_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 79%] 2022-12-01T10:26:49.2839177Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_full_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2839363Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2839540Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_tanhshrink_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2839693Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ones_cpu_complex64 XFAIL [ 79%] 2022-12-01T10:26:49.2839838Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_permute_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2839996Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_positive_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2840148Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_pow_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2840301Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_prod_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2840453Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ravel_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2840603Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_real_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2840761Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_repeat_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2840915Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rot90_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2841052Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsqrt_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2841202Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsub_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2841348Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2841492Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sqrt_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2841649Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_squeeze_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2841801Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_stack_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2841953Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2842110Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_mean_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2842301Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tensor_split_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2842440Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_to_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2842593Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tril_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2842751Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unflatten_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2842908Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unsqueeze_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2843058Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2843211Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_mean_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2843366Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_as_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2843548Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_vstack_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2843693Z test_ops.py::TestMathBitsCPU::test_conj_view_addcdiv_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2843844Z test_ops.py::TestMathBitsCPU::test_conj_view_addcmul_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2843994Z test_ops.py::TestMathBitsCPU::test_conj_view_addr_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2844140Z test_ops.py::TestMathBitsCPU::test_conj_view_all_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2844292Z test_ops.py::TestMathBitsCPU::test_conj_view_allclose_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2844440Z test_ops.py::TestMathBitsCPU::test_conj_view_asinh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2844585Z test_ops.py::TestMathBitsCPU::test_conj_view_atan_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2844737Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_1d_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2844880Z test_ops.py::TestMathBitsCPU::test_conj_view_block_diag_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2845027Z test_ops.py::TestMathBitsCPU::test_conj_view_bmm_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2845174Z test_ops.py::TestMathBitsCPU::test_conj_view_byte_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2845330Z test_ops.py::TestMathBitsCPU::test_conj_view_cartesian_prod_cpu_complex64 XFAIL [ 79%] 2022-12-01T10:26:49.2845474Z test_ops.py::TestMathBitsCPU::test_conj_view_cat_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2845627Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2845792Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_inverse_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2845950Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_solve_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2846082Z test_ops.py::TestMathBitsCPU::test_conj_view_chunk_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2846229Z test_ops.py::TestMathBitsCPU::test_conj_view_clone_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2846387Z test_ops.py::TestMathBitsCPU::test_conj_view_combinations_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2846541Z test_ops.py::TestMathBitsCPU::test_conj_view_corrcoef_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2846687Z test_ops.py::TestMathBitsCPU::test_conj_view_cos_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2846830Z test_ops.py::TestMathBitsCPU::test_conj_view_cosh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2846988Z test_ops.py::TestMathBitsCPU::test_conj_view_count_nonzero_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2847132Z test_ops.py::TestMathBitsCPU::test_conj_view_diag_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2847281Z test_ops.py::TestMathBitsCPU::test_conj_view_diagflat_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2847416Z test_ops.py::TestMathBitsCPU::test_conj_view_diff_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2847584Z test_ops.py::TestMathBitsCPU::test_conj_view_div_no_rounding_mode_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2847730Z test_ops.py::TestMathBitsCPU::test_conj_view_double_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2847910Z test_ops.py::TestMathBitsCPU::test_conj_view_dsplit_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2848072Z test_ops.py::TestMathBitsCPU::test_conj_view_empty_cpu_complex64 SKIPPED (Skipped!) [ 79%] 2022-12-01T10:26:49.2848216Z test_ops.py::TestMathBitsCPU::test_conj_view_equal_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2848359Z test_ops.py::TestMathBitsCPU::test_conj_view_exp_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2848515Z test_ops.py::TestMathBitsCPU::test_conj_view_expand_as_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2848651Z test_ops.py::TestMathBitsCPU::test_conj_view_expand_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2848800Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftn_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2848977Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2849133Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2849287Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfftn_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2849439Z test_ops.py::TestMathBitsCPU::test_conj_view_flatten_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2849587Z test_ops.py::TestMathBitsCPU::test_conj_view_flipud_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2849733Z test_ops.py::TestMathBitsCPU::test_conj_view_float_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2849869Z test_ops.py::TestMathBitsCPU::test_conj_view_gather_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2850013Z test_ops.py::TestMathBitsCPU::test_conj_view_geqrf_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2850157Z test_ops.py::TestMathBitsCPU::test_conj_view_half_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2850302Z test_ops.py::TestMathBitsCPU::test_conj_view_hsplit_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2850450Z test_ops.py::TestMathBitsCPU::test_conj_view_hstack_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2850602Z test_ops.py::TestMathBitsCPU::test_conj_view_index_fill_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2850746Z test_ops.py::TestMathBitsCPU::test_conj_view_inner_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2850897Z test_ops.py::TestMathBitsCPU::test_conj_view_isclose_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2851030Z test_ops.py::TestMathBitsCPU::test_conj_view_isreal_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2851232Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_4inputs_with_extra_args_cpu_complex64 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:26:49.2851377Z test_ops.py::TestMathBitsCPU::test_conj_view_kron_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2851532Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cond_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2851688Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cross_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2851842Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2851995Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eig_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2852150Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2852307Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvals_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2852455Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvalsh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:26:49.2852633Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_householder_product_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2852785Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2852941Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_ex_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2853105Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2853269Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_ex_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2853458Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_solve_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2853621Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_norm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2853763Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2853943Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_subgradients_at_zero_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2854109Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_hermitian_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2854339Z 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:26:49.2854539Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_slogdet_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2854701Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_ex_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2854874Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_triangular_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2855030Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svd_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2855188Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svdvals_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2855340Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorsolve_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2855502Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vector_norm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2855648Z test_ops.py::TestMathBitsCPU::test_conj_view_log10_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2855797Z test_ops.py::TestMathBitsCPU::test_conj_view_log2_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2855944Z test_ops.py::TestMathBitsCPU::test_conj_view_log_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2856111Z test_ops.py::TestMathBitsCPU::test_conj_view_log_softmax_dtype_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2856259Z test_ops.py::TestMathBitsCPU::test_conj_view_logdet_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2856414Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_not_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2856554Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_xor_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2856706Z test_ops.py::TestMathBitsCPU::test_conj_view_logspace_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:26:49.2856859Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_unpack_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2857006Z test_ops.py::TestMathBitsCPU::test_conj_view_mT_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2857166Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_cumprod_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2857324Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_mean_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2857487Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_normalize_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2857647Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_scatter_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2857795Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_select_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2857947Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_sum_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2858096Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_var_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2858242Z test_ops.py::TestMathBitsCPU::test_conj_view_mean_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2858415Z test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2858562Z test_ops.py::TestMathBitsCPU::test_conj_view_mul_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2858724Z test_ops.py::TestMathBitsCPU::test_conj_view_narrow_copy_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2858906Z test_ops.py::TestMathBitsCPU::test_conj_view_narrow_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:26:49.2859051Z test_ops.py::TestMathBitsCPU::test_conj_view_neg_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2859206Z test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_cpu_complex64 SKIPPED (Skipped!) [ 80%] 2022-12-01T10:26:49.2859427Z test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_strided_cpu_complex64 SKIPPED (Expected: new_empty_strided is not comparable) [ 80%] 2022-12-01T10:26:49.2859579Z test_ops.py::TestMathBitsCPU::test_conj_view_new_full_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2859730Z test_ops.py::TestMathBitsCPU::test_conj_view_new_zeros_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2859896Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv2d_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2860118Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2860286Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_l1_loss_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2860462Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_constant_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2860621Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_reflect_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2860802Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2860975Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_shuffle_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2861146Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_silu_complex_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2861325Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_loss_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2861493Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_unfold_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2861647Z test_ops.py::TestMathBitsCPU::test_conj_view_ones_like_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2861794Z test_ops.py::TestMathBitsCPU::test_conj_view_ormqr_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2861943Z test_ops.py::TestMathBitsCPU::test_conj_view_outer_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2862082Z test_ops.py::TestMathBitsCPU::test_conj_view_permute_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2862236Z test_ops.py::TestMathBitsCPU::test_conj_view_pinverse_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2862388Z test_ops.py::TestMathBitsCPU::test_conj_view_positive_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2862535Z test_ops.py::TestMathBitsCPU::test_conj_view_prod_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2862686Z test_ops.py::TestMathBitsCPU::test_conj_view_put_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2862835Z test_ops.py::TestMathBitsCPU::test_conj_view_qr_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2862979Z test_ops.py::TestMathBitsCPU::test_conj_view_randn_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:26:49.2863130Z test_ops.py::TestMathBitsCPU::test_conj_view_repeat_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2863282Z test_ops.py::TestMathBitsCPU::test_conj_view_repeat_interleave_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2863436Z test_ops.py::TestMathBitsCPU::test_conj_view_reshape_as_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2863586Z test_ops.py::TestMathBitsCPU::test_conj_view_reshape_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2863742Z test_ops.py::TestMathBitsCPU::test_conj_view_resolve_neg_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2863888Z test_ops.py::TestMathBitsCPU::test_conj_view_rsqrt_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2864034Z test_ops.py::TestMathBitsCPU::test_conj_view_rsub_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2864192Z test_ops.py::TestMathBitsCPU::test_conj_view_scatter_add_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2864344Z test_ops.py::TestMathBitsCPU::test_conj_view_scatter_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2864508Z test_ops.py::TestMathBitsCPU::test_conj_view_select_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2864651Z test_ops.py::TestMathBitsCPU::test_conj_view_sgn_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2864796Z test_ops.py::TestMathBitsCPU::test_conj_view_short_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2864941Z test_ops.py::TestMathBitsCPU::test_conj_view_sin_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2865084Z test_ops.py::TestMathBitsCPU::test_conj_view_sinc_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2865225Z test_ops.py::TestMathBitsCPU::test_conj_view_slice_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2865408Z test_ops.py::TestMathBitsCPU::test_conj_view_sparse_sampled_addmm_cpu_complex64 SKIPPED (Skipped!) [ 80%] 2022-12-01T10:26:49.2865552Z test_ops.py::TestMathBitsCPU::test_conj_view_split_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2865737Z test_ops.py::TestMathBitsCPU::test_conj_view_split_with_sizes_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2865870Z test_ops.py::TestMathBitsCPU::test_conj_view_sqrt_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2866020Z test_ops.py::TestMathBitsCPU::test_conj_view_square_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2866172Z test_ops.py::TestMathBitsCPU::test_conj_view_squeeze_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2866314Z test_ops.py::TestMathBitsCPU::test_conj_view_stack_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:26:49.2866464Z test_ops.py::TestMathBitsCPU::test_conj_view_std_mean_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2866606Z test_ops.py::TestMathBitsCPU::test_conj_view_sub_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2866760Z test_ops.py::TestMathBitsCPU::test_conj_view_sum_to_size_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:26:49.2866906Z test_ops.py::TestMathBitsCPU::test_conj_view_svd_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2867055Z test_ops.py::TestMathBitsCPU::test_conj_view_take_along_dim_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2867201Z test_ops.py::TestMathBitsCPU::test_conj_view_take_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2867344Z test_ops.py::TestMathBitsCPU::test_conj_view_tan_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2867488Z test_ops.py::TestMathBitsCPU::test_conj_view_tanh_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2867630Z test_ops.py::TestMathBitsCPU::test_conj_view_to_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2867773Z test_ops.py::TestMathBitsCPU::test_conj_view_trace_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2867927Z test_ops.py::TestMathBitsCPU::test_conj_view_transpose_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2868073Z test_ops.py::TestMathBitsCPU::test_conj_view_trapz_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2868227Z test_ops.py::TestMathBitsCPU::test_conj_view_triangular_solve_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2868374Z test_ops.py::TestMathBitsCPU::test_conj_view_unfold_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2868532Z test_ops.py::TestMathBitsCPU::test_conj_view_unsqueeze_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2868674Z test_ops.py::TestMathBitsCPU::test_conj_view_var_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2868828Z test_ops.py::TestMathBitsCPU::test_conj_view_var_mean_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2869173Z test_ops.py::TestMathBitsCPU::test_conj_view_view_as_real_cpu_complex64 SKIPPED (Operation doesn't support conjugated inputs.) [ 80%] 2022-12-01T10:26:49.2869323Z test_ops.py::TestMathBitsCPU::test_conj_view_vstack_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2869467Z test_ops.py::TestMathBitsCPU::test_conj_view_where_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2869599Z test_ops.py::TestMathBitsCPU::test_conj_view_zeros_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:26:49.2869753Z test_ops.py::TestMathBitsCPU::test_conj_view_zeros_like_cpu_complex64 PASSED [ 80%] 2022-12-01T10:26:49.2869914Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___getitem___cpu_complex128 PASSED [ 80%] 2022-12-01T10:26:49.2870103Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rpow___cpu_complex128 PASSED [ 80%] 2022-12-01T10:26:49.2870263Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acos_cpu_complex128 PASSED [ 80%] 2022-12-01T10:26:49.2870421Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acosh_cpu_complex128 PASSED [ 80%] 2022-12-01T10:26:49.2870585Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addcdiv_cpu_complex128 PASSED [ 80%] 2022-12-01T10:26:49.2870741Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_all_cpu_complex128 PASSED [ 80%] 2022-12-01T10:26:49.2870955Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_as_strided_cpu_complex128 SKIPPED (Errors when storage_offset is included) [ 80%] 2022-12-01T10:26:49.2871101Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atanh_cpu_complex128 PASSED [ 80%] 2022-12-01T10:26:49.2871294Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_2d_cpu_complex128 PASSED [ 80%] 2022-12-01T10:26:49.2871466Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_to_cpu_complex128 PASSED [ 80%] 2022-12-01T10:26:49.2871638Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_constant_pad_nd_cpu_complex128 PASSED [ 80%] 2022-12-01T10:26:49.2871801Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_contiguous_cpu_complex128 PASSED [ 80%] 2022-12-01T10:26:49.2871956Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cosh_cpu_complex128 PASSED [ 80%] 2022-12-01T10:26:49.2872118Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diagonal_cpu_complex128 PASSED [ 80%] 2022-12-01T10:26:49.2872294Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_div_no_rounding_mode_cpu_complex128 PASSED [ 80%] 2022-12-01T10:26:49.2872452Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dstack_cpu_complex128 PASSED [ 80%] 2022-12-01T10:26:49.2872597Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eq_cpu_complex128 PASSED [ 80%] 2022-12-01T10:26:49.2872760Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_as_cpu_complex128 PASSED [ 80%] 2022-12-01T10:26:49.2872921Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_cpu_complex128 PASSED [ 80%] 2022-12-01T10:26:49.2873092Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eye_cpu_complex128 SKIPPED (Skipped!) [ 80%] 2022-12-01T10:26:49.2873252Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftn_cpu_complex128 PASSED [ 80%] 2022-12-01T10:26:49.2873415Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft2_cpu_complex128 PASSED [ 80%] 2022-12-01T10:26:49.2873571Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft_cpu_complex128 PASSED [ 80%] 2022-12-01T10:26:49.2873730Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftn_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2873882Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfftn_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2874130Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flatten_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2874294Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flip_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2874455Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hsplit_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2874612Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_imag_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2874776Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_copy_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2874943Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_select_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2875106Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isfinite_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2875263Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isinf_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2875411Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isnan_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2875571Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isreal_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2875768Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svd_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2875939Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svdvals_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2876115Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_vector_norm_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2876271Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log10_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2876428Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log2_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2876707Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_not_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2876898Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mean_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2877081Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2877245Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_movedim_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2877401Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mul_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2877556Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ne_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2877713Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_neg_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2877940Z 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:26:49.2878105Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_full_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2878271Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_ones_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2878422Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_zeros_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2878601Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_l1_loss_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2878755Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ones_cpu_complex128 XFAIL [ 81%] 2022-12-01T10:26:49.2878917Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_permute_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2879080Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_positive_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2879239Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ravel_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2879399Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_repeat_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2879558Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2879717Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_roll_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2879865Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsqrt_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2880021Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsub_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2880178Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sgn_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2880338Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sigmoid_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2880492Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sin_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2880650Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinc_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2880803Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinh_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2880966Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_square_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2881108Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2881299Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2881455Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tan_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2881610Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tanh_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2881778Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tensor_split_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2881937Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_trace_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2882093Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tril_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2882258Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_true_divide_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2882433Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unbind_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2882600Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unflatten_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2882763Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unsqueeze_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2882919Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2883078Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vsplit_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2883231Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_abs_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2883384Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_acos_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2883537Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_acosh_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2883693Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcmul_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2883851Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_decomposed_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2884007Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmv_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2884158Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_all_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2884310Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_angle_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2884460Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_any_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2884617Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_argwhere_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2884770Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_asin_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2884926Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_1d_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2885071Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_2d_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2885230Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bfloat16_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2885389Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_block_diag_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2885539Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bmm_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2885705Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_tensors_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2885859Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_byte_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2886023Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cartesian_prod_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2886171Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cat_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2886312Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_chalf_cpu_complex128 XFAIL [ 81%] 2022-12-01T10:26:49.2886479Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_inverse_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2886641Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_solve_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2886832Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_column_stack_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2886992Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_combinations_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2887144Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2887301Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_corrcoef_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2887451Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cos_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2887600Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cosh_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2887737Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cov_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2887915Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cross_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2888090Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumulative_trapezoid_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2888242Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2888396Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagflat_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2888553Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagonal_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2888704Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diff_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2888874Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_div_no_rounding_mode_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2889011Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dot_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2889167Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_double_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2889324Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dsplit_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2889476Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dstack_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2889626Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_einsum_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2889794Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_cpu_complex128 SKIPPED (Skipped!) [ 81%] 2022-12-01T10:26:49.2889973Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_like_cpu_complex128 SKIPPED (Skipped!) [ 81%] 2022-12-01T10:26:49.2890123Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_eq_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2890279Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_equal_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2890422Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2890600Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_eye_cpu_complex128 SKIPPED (Skipped!) [ 81%] 2022-12-01T10:26:49.2890838Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2891063Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftn_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2891277Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2891518Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2892178Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft2_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2892647Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fill_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2892993Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flatten_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2893331Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flipud_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2893662Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_power_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2894007Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_full_like_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2894387Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_gather_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2894715Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_half_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2895031Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_hsplit_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2895358Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_hstack_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2895686Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_imag_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2896006Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_copy_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2896347Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_fill_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2896726Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_select_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2897075Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_inner_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2897394Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_int_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2897718Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isinf_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2898040Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isnan_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2898351Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_istft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2898742Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 81%] 2022-12-01T10:26:49.2899153Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 81%] 2022-12-01T10:26:49.2899525Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_kron_cpu_complex128 PASSED [ 81%] 2022-12-01T10:26:49.2899851Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lerp_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2900189Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cond_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2900516Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2900862Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_singular_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2901205Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eig_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2901562Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_householder_product_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2901904Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2902245Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_ex_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2902595Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2903150Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_ex_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2903501Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_solve_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2903850Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2904212Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_grad_oriented_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2904561Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2904912Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_solve_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2905263Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_power_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2905614Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2905967Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_subgradients_at_zero_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2906383Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_hermitian_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2906736Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_qr_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2907085Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_slogdet_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2907435Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2907799Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorinv_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2908153Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorsolve_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2908569Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vander_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2908895Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linspace_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:26:49.2909224Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log10_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2909544Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log2_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2909864Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2910188Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_softmax_dtype_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2910528Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_and_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2910867Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_or_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2911190Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_xor_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2911526Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logspace_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:26:49.2911853Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_long_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2912254Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2912569Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_unpack_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2912896Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mT_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2913223Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_mean_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2913567Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_normalize_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2913903Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_scatter_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2914316Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_std_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2914649Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mean_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2914958Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2915310Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mul_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2915683Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2916014Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_full_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2916348Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv2d_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2916839Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2917247Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2917683Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_l1_loss_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2918044Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_linear_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2918471Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_circular_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2918842Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_constant_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2919199Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_reflect_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2919576Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_replicate_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2919954Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2920333Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_shuffle_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2920738Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2921152Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2921552Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2921934Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_unfold_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2922270Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nonzero_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2922606Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2922942Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_fro_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2923290Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:26:49.2923670Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ormqr_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2924129Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_permute_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2924608Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_pinverse_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2925078Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_put_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2925518Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_qr_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2925997Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_real_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2926517Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reciprocal_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2927010Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_interleave_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2927486Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_as_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2927833Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2928233Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize__cpu_complex128 SKIPPED (Operation not tested with tensors with negative bit.) [ 82%] 2022-12-01T10:26:49.2928609Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize_as__cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2928949Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_conj_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2929285Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rot90_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2929595Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sgn_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2929918Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sin_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2930241Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinh_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2930567Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_slice_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2930897Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_softmax_with_dtype_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2931324Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sqrt_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2931653Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_square_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2931969Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_squeeze_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2932299Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_stack_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2932624Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2932949Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_symeig_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2933259Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_t_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2933620Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2933945Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tan_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2934269Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensor_split_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2934604Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trace_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2934961Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapezoid_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2935318Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapz_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2935654Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tril_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2935962Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_triu_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2936291Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unflatten_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2936621Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unfold_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2936952Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unsqueeze_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2937271Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2937590Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vdot_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2937915Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2938438Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_real_cpu_complex128 SKIPPED (Operation doesn't support conjugated inputs.) [ 82%] 2022-12-01T10:26:49.2938821Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2939149Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vsplit_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2939475Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vstack_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2939791Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_where_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2940116Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zero__cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2940451Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_like_cpu_complex128 PASSED [ 82%] 2022-12-01T10:26:49.2940759Z test_ops.py::TestMathBitsCPU::test_neg_view_H_cpu_float64 PASSED [ 82%] 2022-12-01T10:26:49.2941067Z test_ops.py::TestMathBitsCPU::test_neg_view_T_cpu_float64 PASSED [ 82%] 2022-12-01T10:26:49.2941373Z test_ops.py::TestMathBitsCPU::test_neg_view___radd___cpu_float64 PASSED [ 82%] 2022-12-01T10:26:49.2941684Z test_ops.py::TestMathBitsCPU::test_neg_view___rmod___cpu_float64 PASSED [ 82%] 2022-12-01T10:26:49.2941977Z test_ops.py::TestMathBitsCPU::test_neg_view___rmul___cpu_float64 PASSED [ 82%] 2022-12-01T10:26:49.2942277Z test_ops.py::TestMathBitsCPU::test_neg_view___rpow___cpu_float64 PASSED [ 82%] 2022-12-01T10:26:49.2942592Z test_ops.py::TestMathBitsCPU::test_neg_view___rsub___cpu_float64 PASSED [ 82%] 2022-12-01T10:26:49.2942889Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_acosh_cpu_float64 PASSED [ 82%] 2022-12-01T10:26:49.2943242Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_addcdiv_cpu_float64 PASSED [ 82%] 2022-12-01T10:26:49.2943559Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_any_cpu_float64 PASSED [ 82%] 2022-12-01T10:26:49.2943874Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_asinh_cpu_float64 PASSED [ 82%] 2022-12-01T10:26:49.2944181Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan2_cpu_float64 PASSED [ 82%] 2022-12-01T10:26:49.2944501Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan_cpu_float64 PASSED [ 82%] 2022-12-01T10:26:49.2944824Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_2d_cpu_float64 PASSED [ 82%] 2022-12-01T10:26:49.2945136Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ceil_cpu_float64 PASSED [ 82%] 2022-12-01T10:26:49.2945505Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_chunk_cpu_float64 PASSED [ 82%] 2022-12-01T10:26:49.2945835Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clone_cpu_float64 PASSED [ 82%] 2022-12-01T10:26:49.2946177Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_column_stack_cpu_float64 PASSED [ 82%] 2022-12-01T10:26:49.2946513Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2946837Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_physical_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2947201Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_constant_pad_nd_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2947539Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cumsum_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2947856Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_dsplit_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2948208Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 83%] 2022-12-01T10:26:49.2948627Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_like_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 83%] 2022-12-01T10:26:49.2949003Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_eq_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2949598Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfinv_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2950087Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_as_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2950593Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_eye_cpu_float64 SKIPPED (Skipped!) [ 83%] 2022-12-01T10:26:49.2951145Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft2_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2951560Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2951892Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2952358Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2952819Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftshift_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2953385Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2953946Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2954427Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfftn_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2954760Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft2_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2955078Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2955409Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fliplr_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2955739Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_float_power_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2956053Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmod_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2956375Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_frac_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2956909Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hstack_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2957234Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hypot_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2957546Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_i0_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2957872Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_fill_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2958209Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_select_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2958527Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isclose_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2958854Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isfinite_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2959179Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isinf_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2959564Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isneginf_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2959878Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_le_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2960208Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svdvals_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2960544Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linspace_cpu_float64 XFAIL [ 83%] 2022-12-01T10:26:49.2960856Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log1p_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2961188Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_and_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2961522Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_or_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2961854Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_xor_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2962176Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logspace_cpu_float64 XFAIL [ 83%] 2022-12-01T10:26:49.2962504Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_lt_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2962826Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_masked_fill_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2963139Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_mean_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2963481Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_list_of_tensors_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2963817Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_mul_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2964146Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_native_layer_norm_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2964465Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_neg_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2964832Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 83%] 2022-12-01T10:26:49.2965198Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_ones_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2965511Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_zeros_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2965848Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_celu_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2966194Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_glu_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2966547Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_huber_loss_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2966889Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_l1_loss_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2967246Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_leaky_relu_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2967592Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mish_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2967943Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mse_loss_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2968283Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_prelu_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2968679Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_selu_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2969035Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_threshold_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2969371Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_permute_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2969731Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_randn_cpu_float64 SKIPPED (Test expects tensor input) [ 83%] 2022-12-01T10:26:49.2970080Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ravel_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2970403Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_real_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2970718Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reciprocal_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2971079Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_as_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2971412Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_round_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2971721Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_signbit_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2972039Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinc_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2972369Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_softmax_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2972739Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_bessel_j0_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2973071Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_bessel_j1_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2973405Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1e_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2973743Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_logit_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2974110Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2974482Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2974849Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_spherical_bessel_j0_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2975197Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_zeta_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2975515Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_square_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2975840Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_squeeze_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2976160Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_stack_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2976479Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2976795Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_to_size_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2977115Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_t_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2977428Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tan_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2977738Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tensor_split_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2978063Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_to_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2978382Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_true_divide_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2978714Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unfold_copy_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2979023Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2979337Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_vsplit_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2979664Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_vstack_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2979970Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_where_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2980319Z test_ops.py::TestMathBitsCPU::test_neg_view_acos_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2980630Z test_ops.py::TestMathBitsCPU::test_neg_view_add_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2980943Z test_ops.py::TestMathBitsCPU::test_neg_view_addcdiv_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2981241Z test_ops.py::TestMathBitsCPU::test_neg_view_addmm_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2981545Z test_ops.py::TestMathBitsCPU::test_neg_view_all_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2981850Z test_ops.py::TestMathBitsCPU::test_neg_view_amax_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2982145Z test_ops.py::TestMathBitsCPU::test_neg_view_arange_cpu_float64 XFAIL [ 83%] 2022-12-01T10:26:49.2982552Z test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_cpu_float64 SKIPPED (Errors when storage_offset is included) [ 83%] 2022-12-01T10:26:49.2982975Z test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_scatter_cpu_float64 SKIPPED (Works for float64, fails for everything else) [ 83%] 2022-12-01T10:26:49.2983343Z test_ops.py::TestMathBitsCPU::test_neg_view_asin_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2983645Z test_ops.py::TestMathBitsCPU::test_neg_view_atan2_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2983955Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_2d_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2984276Z test_ops.py::TestMathBitsCPU::test_neg_view_block_diag_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2984695Z test_ops.py::TestMathBitsCPU::test_neg_view_bmm_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2985011Z test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_tensors_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2985336Z test_ops.py::TestMathBitsCPU::test_neg_view_bucketize_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2985653Z test_ops.py::TestMathBitsCPU::test_neg_view_byte_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2985962Z test_ops.py::TestMathBitsCPU::test_neg_view_cartesian_prod_cpu_float64 XFAIL [ 83%] 2022-12-01T10:26:49.2986282Z test_ops.py::TestMathBitsCPU::test_neg_view_ceil_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2986592Z test_ops.py::TestMathBitsCPU::test_neg_view_chalf_cpu_float64 XFAIL [ 83%] 2022-12-01T10:26:49.2986911Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_solve_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2987219Z test_ops.py::TestMathBitsCPU::test_neg_view_chunk_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2987532Z test_ops.py::TestMathBitsCPU::test_neg_view_clone_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2987846Z test_ops.py::TestMathBitsCPU::test_neg_view_complex_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2988139Z test_ops.py::TestMathBitsCPU::test_neg_view_conj_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2988457Z test_ops.py::TestMathBitsCPU::test_neg_view_constant_pad_nd_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2988780Z test_ops.py::TestMathBitsCPU::test_neg_view_copysign_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2989091Z test_ops.py::TestMathBitsCPU::test_neg_view_cos_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2989393Z test_ops.py::TestMathBitsCPU::test_neg_view_count_nonzero_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2989707Z test_ops.py::TestMathBitsCPU::test_neg_view_cummin_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2990010Z test_ops.py::TestMathBitsCPU::test_neg_view_cumsum_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2990324Z test_ops.py::TestMathBitsCPU::test_neg_view_cumulative_trapezoid_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2990651Z test_ops.py::TestMathBitsCPU::test_neg_view_deg2rad_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2990958Z test_ops.py::TestMathBitsCPU::test_neg_view_diag_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2991281Z test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_scatter_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2991588Z test_ops.py::TestMathBitsCPU::test_neg_view_dist_cpu_float64 PASSED [ 83%] 2022-12-01T10:26:49.2991947Z test_ops.py::TestMathBitsCPU::test_neg_view_div_no_rounding_mode_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.2992284Z test_ops.py::TestMathBitsCPU::test_neg_view_div_trunc_rounding_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.2992596Z test_ops.py::TestMathBitsCPU::test_neg_view_double_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.2992916Z test_ops.py::TestMathBitsCPU::test_neg_view_empty_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T10:26:49.2993237Z test_ops.py::TestMathBitsCPU::test_neg_view_equal_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.2993543Z test_ops.py::TestMathBitsCPU::test_neg_view_erf_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.2993834Z test_ops.py::TestMathBitsCPU::test_neg_view_erfc_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.2994234Z test_ops.py::TestMathBitsCPU::test_neg_view_exp2_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.2994578Z test_ops.py::TestMathBitsCPU::test_neg_view_exp_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.2994884Z test_ops.py::TestMathBitsCPU::test_neg_view_expand_as_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.2995197Z test_ops.py::TestMathBitsCPU::test_neg_view_expm1_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.2995519Z test_ops.py::TestMathBitsCPU::test_neg_view_eye_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T10:26:49.2995842Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft2_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.2996136Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.2996448Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftn_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.2996967Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftshift_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.2997393Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.2997980Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfftn_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.2998577Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft2_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.2999147Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.2999702Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftshift_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3000025Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3000345Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft2_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3000650Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfftn_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3000964Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft2_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3001276Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3001590Z test_ops.py::TestMathBitsCPU::test_neg_view_flip_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3001888Z test_ops.py::TestMathBitsCPU::test_neg_view_fliplr_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3002206Z test_ops.py::TestMathBitsCPU::test_neg_view_flipud_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3002516Z test_ops.py::TestMathBitsCPU::test_neg_view_float_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3002824Z test_ops.py::TestMathBitsCPU::test_neg_view_float_power_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3003138Z test_ops.py::TestMathBitsCPU::test_neg_view_floor_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3003444Z test_ops.py::TestMathBitsCPU::test_neg_view_fmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3003750Z test_ops.py::TestMathBitsCPU::test_neg_view_fmod_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3004047Z test_ops.py::TestMathBitsCPU::test_neg_view_full_like_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3004355Z test_ops.py::TestMathBitsCPU::test_neg_view_gather_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3004665Z test_ops.py::TestMathBitsCPU::test_neg_view_ge_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3005043Z test_ops.py::TestMathBitsCPU::test_neg_view_half_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3005348Z test_ops.py::TestMathBitsCPU::test_neg_view_histc_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3005665Z test_ops.py::TestMathBitsCPU::test_neg_view_histogramdd_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3005985Z test_ops.py::TestMathBitsCPU::test_neg_view_hypot_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3006279Z test_ops.py::TestMathBitsCPU::test_neg_view_i0_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3006591Z test_ops.py::TestMathBitsCPU::test_neg_view_index_fill_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3006905Z test_ops.py::TestMathBitsCPU::test_neg_view_inner_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3007202Z test_ops.py::TestMathBitsCPU::test_neg_view_isfinite_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3007545Z test_ops.py::TestMathBitsCPU::test_neg_view_isneginf_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3007861Z test_ops.py::TestMathBitsCPU::test_neg_view_isposinf_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3008176Z test_ops.py::TestMathBitsCPU::test_neg_view_isreal_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3008472Z test_ops.py::TestMathBitsCPU::test_neg_view_istft_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3008828Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 84%] 2022-12-01T10:26:49.3009178Z test_ops.py::TestMathBitsCPU::test_neg_view_le_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3009478Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cond_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3009796Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3010128Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_singular_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3010459Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eig_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3010771Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigh_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3011097Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvals_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3011427Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_solve_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3011802Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3012135Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_solve_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3012466Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_power_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3012805Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3013143Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_hermitian_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3013480Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3013826Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_subgradients_at_zero_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3014157Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3014482Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_slogdet_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3014809Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3015144Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_triangular_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3015469Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vander_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3015795Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vecdot_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3016129Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vector_norm_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3016445Z test_ops.py::TestMathBitsCPU::test_neg_view_linspace_cpu_float64 XFAIL [ 84%] 2022-12-01T10:26:49.3016789Z test_ops.py::TestMathBitsCPU::test_neg_view_log2_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3017103Z test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3017431Z test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_dtype_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3017745Z test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp2_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3018167Z test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3018495Z test_ops.py::TestMathBitsCPU::test_neg_view_logcumsumexp_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3018805Z test_ops.py::TestMathBitsCPU::test_neg_view_logdet_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3019120Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_not_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3019466Z test_ops.py::TestMathBitsCPU::test_neg_view_logit_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3019786Z test_ops.py::TestMathBitsCPU::test_neg_view_logspace_cpu_float64 XFAIL [ 84%] 2022-12-01T10:26:49.3020085Z test_ops.py::TestMathBitsCPU::test_neg_view_logsumexp_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3020392Z test_ops.py::TestMathBitsCPU::test_neg_view_lt_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3020696Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3020992Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_solve_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3021303Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_unpack_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3021607Z test_ops.py::TestMathBitsCPU::test_neg_view_mH_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3021922Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_amax_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3022238Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_argmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3022567Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_cumprod_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3022958Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_fill_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3023517Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_log_softmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3024132Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_logaddexp_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3024763Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_logsumexp_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3025380Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_norm_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3025897Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_prod_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3026227Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_scatter_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3026555Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_softmin_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3026865Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_std_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3027183Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_sum_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3027497Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_var_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3027825Z test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_no_dim_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3028158Z test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_with_dim_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3028482Z test_ops.py::TestMathBitsCPU::test_neg_view_mean_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3028795Z test_ops.py::TestMathBitsCPU::test_neg_view_median_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3029126Z test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_list_of_tensors_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3029468Z test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_variadic_tensors_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3029868Z test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_no_dim_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3030200Z test_ops.py::TestMathBitsCPU::test_neg_view_minimum_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3030504Z test_ops.py::TestMathBitsCPU::test_neg_view_movedim_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3030817Z test_ops.py::TestMathBitsCPU::test_neg_view_msort_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3031124Z test_ops.py::TestMathBitsCPU::test_neg_view_mul_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3031446Z test_ops.py::TestMathBitsCPU::test_neg_view_multinomial_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3031746Z test_ops.py::TestMathBitsCPU::test_neg_view_mv_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3032069Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3032441Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3032759Z test_ops.py::TestMathBitsCPU::test_neg_view_nan_to_num_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3033076Z test_ops.py::TestMathBitsCPU::test_neg_view_nanquantile_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3033393Z test_ops.py::TestMathBitsCPU::test_neg_view_nansum_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3033709Z test_ops.py::TestMathBitsCPU::test_neg_view_narrow_copy_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3034009Z test_ops.py::TestMathBitsCPU::test_neg_view_narrow_cpu_float64 XFAIL [ 84%] 2022-12-01T10:26:49.3034397Z test_ops.py::TestMathBitsCPU::test_neg_view_native_batch_norm_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3034720Z test_ops.py::TestMathBitsCPU::test_neg_view_neg_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3035031Z test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T10:26:49.3035366Z test_ops.py::TestMathBitsCPU::test_neg_view_new_full_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3035678Z test_ops.py::TestMathBitsCPU::test_neg_view_new_ones_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3036022Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3036378Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3036922Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3037302Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED [ 84%] 2022-12-01T10:26:49.3037652Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool1d_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3038003Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3038365Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3038717Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv1d_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3039064Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3039427Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose3d_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3039800Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_similarity_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3040153Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3040484Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout3d_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3040836Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_bag_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3041258Z 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:26:49.3041744Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gaussian_nll_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3042089Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_grid_sample_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3042454Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3042812Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_huber_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3043151Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_instance_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3043521Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_linear_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3043894Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_nearest_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3044303Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_trilinear_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3044650Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_kl_div_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3044987Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_l1_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3045328Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_leaky_relu_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3045683Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_local_response_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3046023Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_logsigmoid_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3046377Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3046729Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool3d_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3047068Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3047426Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3047774Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3048133Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_grad_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3048472Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mse_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3048839Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3049206Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_constant_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3049560Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_reflect_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3049893Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pdist_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3050244Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_shuffle_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3050603Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_unshuffle_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3050934Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3051271Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_rrelu_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3051605Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_selu_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3051954Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3052296Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softsign_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3052673Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3053088Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_bilinear_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3053437Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_nearest_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3053773Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3054090Z test_ops.py::TestMathBitsCPU::test_neg_view_normal_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3054400Z test_ops.py::TestMathBitsCPU::test_neg_view_ones_cpu_float64 XFAIL [ 85%] 2022-12-01T10:26:49.3054721Z test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_native_batch_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3055067Z test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_var_mean_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3055391Z test_ops.py::TestMathBitsCPU::test_neg_view_ormqr_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3055731Z test_ops.py::TestMathBitsCPU::test_neg_view_outer_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3056041Z test_ops.py::TestMathBitsCPU::test_neg_view_pca_lowrank_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3056362Z test_ops.py::TestMathBitsCPU::test_neg_view_permute_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3056675Z test_ops.py::TestMathBitsCPU::test_neg_view_pinverse_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3056994Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_1_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3057342Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_3_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3057690Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_4_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3058018Z test_ops.py::TestMathBitsCPU::test_neg_view_rand_like_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3058328Z test_ops.py::TestMathBitsCPU::test_neg_view_randint_like_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3058653Z test_ops.py::TestMathBitsCPU::test_neg_view_randn_like_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3058975Z test_ops.py::TestMathBitsCPU::test_neg_view_ravel_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3059277Z test_ops.py::TestMathBitsCPU::test_neg_view_renorm_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3059587Z test_ops.py::TestMathBitsCPU::test_neg_view_repeat_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3059916Z test_ops.py::TestMathBitsCPU::test_neg_view_repeat_interleave_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3060246Z test_ops.py::TestMathBitsCPU::test_neg_view_reshape_as_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3060550Z test_ops.py::TestMathBitsCPU::test_neg_view_resize_as__cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3060865Z test_ops.py::TestMathBitsCPU::test_neg_view_resolve_neg_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3061210Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 85%] 2022-12-01T10:26:49.3061538Z test_ops.py::TestMathBitsCPU::test_neg_view_rsub_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3061866Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amin_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3062208Z test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_offsets_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3062534Z test_ops.py::TestMathBitsCPU::test_neg_view_sgn_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3062831Z test_ops.py::TestMathBitsCPU::test_neg_view_sinh_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3063146Z test_ops.py::TestMathBitsCPU::test_neg_view_slice_scatter_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3063467Z test_ops.py::TestMathBitsCPU::test_neg_view_softmax_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3063777Z test_ops.py::TestMathBitsCPU::test_neg_view_softmax_with_dtype_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3064134Z test_ops.py::TestMathBitsCPU::test_neg_view_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) [ 85%] 2022-12-01T10:26:49.3064485Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j0_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3064852Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j1_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3065172Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y0_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3065503Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y1_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3065857Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_u_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3066454Z 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:26:49.3067055Z 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:26:49.3067253Z test_ops.py::TestMathBitsCPU::test_neg_view_special_erfcx_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3067409Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i0e_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3067557Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i1e_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3067730Z test_ops.py::TestMathBitsCPU::test_neg_view_special_laguerre_polynomial_l_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3068081Z 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:26:49.3068271Z test_ops.py::TestMathBitsCPU::test_neg_view_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3068449Z test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k0_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3068619Z test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k1_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3068988Z 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:26:49.3069357Z 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:26:49.3069713Z 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:26:49.3069870Z test_ops.py::TestMathBitsCPU::test_neg_view_special_zeta_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3070017Z test_ops.py::TestMathBitsCPU::test_neg_view_split_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3070175Z test_ops.py::TestMathBitsCPU::test_neg_view_split_with_sizes_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3070319Z test_ops.py::TestMathBitsCPU::test_neg_view_sqrt_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3070465Z test_ops.py::TestMathBitsCPU::test_neg_view_stack_cpu_float64 XFAIL [ 85%] 2022-12-01T10:26:49.3070599Z test_ops.py::TestMathBitsCPU::test_neg_view_stft_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3070742Z test_ops.py::TestMathBitsCPU::test_neg_view_sum_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3070885Z test_ops.py::TestMathBitsCPU::test_neg_view_symeig_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3071026Z test_ops.py::TestMathBitsCPU::test_neg_view_tan_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3071170Z test_ops.py::TestMathBitsCPU::test_neg_view_tanh_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3071315Z test_ops.py::TestMathBitsCPU::test_neg_view_tensordot_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3071453Z test_ops.py::TestMathBitsCPU::test_neg_view_to_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3071597Z test_ops.py::TestMathBitsCPU::test_neg_view_to_sparse_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3071727Z test_ops.py::TestMathBitsCPU::test_neg_view_topk_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3071905Z test_ops.py::TestMathBitsCPU::test_neg_view_trace_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3072049Z test_ops.py::TestMathBitsCPU::test_neg_view_transpose_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3072192Z test_ops.py::TestMathBitsCPU::test_neg_view_trapezoid_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3072335Z test_ops.py::TestMathBitsCPU::test_neg_view_trapz_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3072494Z test_ops.py::TestMathBitsCPU::test_neg_view_triangular_solve_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3072632Z test_ops.py::TestMathBitsCPU::test_neg_view_triu_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3072773Z test_ops.py::TestMathBitsCPU::test_neg_view_trunc_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3072903Z test_ops.py::TestMathBitsCPU::test_neg_view_unbind_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3073071Z test_ops.py::TestMathBitsCPU::test_neg_view_var_mean_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3073213Z test_ops.py::TestMathBitsCPU::test_neg_view_vdot_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3073432Z 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:26:49.3073577Z test_ops.py::TestMathBitsCPU::test_neg_view_view_as_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3073718Z test_ops.py::TestMathBitsCPU::test_neg_view_view_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3073861Z test_ops.py::TestMathBitsCPU::test_neg_view_vsplit_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3074003Z test_ops.py::TestMathBitsCPU::test_neg_view_where_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3074210Z test_ops.py::TestMathBitsCPU::test_neg_view_xlogy_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3074354Z test_ops.py::TestMathBitsCPU::test_neg_view_zero__cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3074507Z test_ops.py::TestMathBitsCPU::test_neg_view_zeros_like_cpu_float64 PASSED [ 85%] 2022-12-01T10:26:49.3074679Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_add_cpu PASSED [ 85%] 2022-12-01T10:26:49.3074855Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcdiv_cpu PASSED [ 85%] 2022-12-01T10:26:49.3075020Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_all_cpu PASSED [ 85%] 2022-12-01T10:26:49.3075185Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_any_cpu PASSED [ 86%] 2022-12-01T10:26:49.3075357Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_arange_cpu PASSED [ 86%] 2022-12-01T10:26:49.3075526Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asinh_cpu PASSED [ 86%] 2022-12-01T10:26:49.3075679Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan2_cpu PASSED [ 86%] 2022-12-01T10:26:49.3075849Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atanh_cpu PASSED [ 86%] 2022-12-01T10:26:49.3076023Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_3d_cpu PASSED [ 86%] 2022-12-01T10:26:49.3076208Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_left_shift_cpu PASSED [ 86%] 2022-12-01T10:26:49.3076383Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_or_cpu PASSED [ 86%] 2022-12-01T10:26:49.3076690Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_shapes_cpu PASSED [ 86%] 2022-12-01T10:26:49.3076862Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cat_cpu PASSED [ 86%] 2022-12-01T10:26:49.3077029Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ceil_cpu PASSED [ 86%] 2022-12-01T10:26:49.3077197Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clone_cpu PASSED [ 86%] 2022-12-01T10:26:49.3077363Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_column_stack_cpu PASSED [ 86%] 2022-12-01T10:26:49.3077580Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_cpu PASSED [ 86%] 2022-12-01T10:26:49.3077757Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_constant_pad_nd_cpu PASSED [ 86%] 2022-12-01T10:26:49.3077934Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_contiguous_cpu PASSED [ 86%] 2022-12-01T10:26:49.3078106Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copy_to_cpu PASSED [ 86%] 2022-12-01T10:26:49.3078272Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cos_cpu PASSED [ 86%] 2022-12-01T10:26:49.3078442Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_digamma_cpu PASSED [ 86%] 2022-12-01T10:26:49.3078611Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_div_cpu PASSED [ 86%] 2022-12-01T10:26:49.3078815Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dstack_cpu PASSED [ 86%] 2022-12-01T10:26:49.3078977Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_like_cpu PASSED [ 86%] 2022-12-01T10:26:49.3079157Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_strided_cpu PASSED [ 86%] 2022-12-01T10:26:49.3079327Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_equal_cpu PASSED [ 86%] 2022-12-01T10:26:49.3079490Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfc_cpu PASSED [ 86%] 2022-12-01T10:26:49.3079658Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfinv_cpu PASSED [ 86%] 2022-12-01T10:26:49.3079820Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp_cpu PASSED [ 86%] 2022-12-01T10:26:49.3079991Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_as_cpu PASSED [ 86%] 2022-12-01T10:26:49.3080156Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eye_cpu PASSED [ 86%] 2022-12-01T10:26:49.3080314Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft2_cpu PASSED [ 86%] 2022-12-01T10:26:49.3080482Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft_cpu PASSED [ 86%] 2022-12-01T10:26:49.3080654Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft2_cpu PASSED [ 86%] 2022-12-01T10:26:49.3080821Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfftn_cpu PASSED [ 86%] 2022-12-01T10:26:49.3080985Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft2_cpu PASSED [ 86%] 2022-12-01T10:26:49.3081157Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfftn_cpu PASSED [ 86%] 2022-12-01T10:26:49.3081322Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft_cpu PASSED [ 86%] 2022-12-01T10:26:49.3081495Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfftn_cpu PASSED [ 86%] 2022-12-01T10:26:49.3081658Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft2_cpu PASSED [ 86%] 2022-12-01T10:26:49.3081815Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fill_cpu PASSED [ 86%] 2022-12-01T10:26:49.3081983Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flatten_cpu PASSED [ 86%] 2022-12-01T10:26:49.3082150Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flip_cpu PASSED [ 86%] 2022-12-01T10:26:49.3082318Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fliplr_cpu PASSED [ 86%] 2022-12-01T10:26:49.3082487Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flipud_cpu PASSED [ 86%] 2022-12-01T10:26:49.3082652Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_cpu PASSED [ 86%] 2022-12-01T10:26:49.3082831Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_divide_cpu PASSED [ 86%] 2022-12-01T10:26:49.3082998Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmin_cpu PASSED [ 86%] 2022-12-01T10:26:49.3083225Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmod_cpu PASSED [ 86%] 2022-12-01T10:26:49.3083376Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gcd_cpu PASSED [ 86%] 2022-12-01T10:26:49.3083540Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gt_cpu PASSED [ 86%] 2022-12-01T10:26:49.3083714Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_heaviside_cpu PASSED [ 86%] 2022-12-01T10:26:49.3083882Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hsplit_cpu PASSED [ 86%] 2022-12-01T10:26:49.3084050Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igamma_cpu PASSED [ 86%] 2022-12-01T10:26:49.3084243Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_imag_cpu PASSED [ 86%] 2022-12-01T10:26:49.3084419Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add_cpu PASSED [ 86%] 2022-12-01T10:26:49.3084597Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy__cpu PASSED [ 86%] 2022-12-01T10:26:49.3084770Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill_cpu PASSED [ 86%] 2022-12-01T10:26:49.3084932Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_select_cpu PASSED [ 86%] 2022-12-01T10:26:49.3085100Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isinf_cpu PASSED [ 86%] 2022-12-01T10:26:49.3085266Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_le_cpu PASSED [ 86%] 2022-12-01T10:26:49.3085432Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lgamma_cpu PASSED [ 86%] 2022-12-01T10:26:49.3085597Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log10_cpu PASSED [ 86%] 2022-12-01T10:26:49.3085765Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log1p_cpu PASSED [ 86%] 2022-12-01T10:26:49.3085931Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log2_cpu PASSED [ 86%] 2022-12-01T10:26:49.3086095Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log_cpu PASSED [ 86%] 2022-12-01T10:26:49.3086257Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_not_cpu PASSED [ 86%] 2022-12-01T10:26:49.3086429Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logspace_cpu PASSED [ 86%] 2022-12-01T10:26:49.3086597Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_movedim_cpu PASSED [ 86%] 2022-12-01T10:26:49.3086759Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_neg_cpu PASSED [ 86%] 2022-12-01T10:26:49.3086931Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nextafter_cpu PASSED [ 86%] 2022-12-01T10:26:49.3087116Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_celu_cpu PASSED [ 86%] 2022-12-01T10:26:49.3087312Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardshrink_cpu PASSED [ 86%] 2022-12-01T10:26:49.3087510Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hinge_embedding_loss_cpu PASSED [ 86%] 2022-12-01T10:26:49.3087697Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pdist_cpu PASSED [ 86%] 2022-12-01T10:26:49.3087878Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_poisson_nll_loss_cpu PASSED [ 86%] 2022-12-01T10:26:49.3088062Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_prelu_cpu PASSED [ 86%] 2022-12-01T10:26:49.3088246Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu_cpu PASSED [ 86%] 2022-12-01T10:26:49.3088420Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_positive_cpu PASSED [ 86%] 2022-12-01T10:26:49.3088617Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_pow_cpu PASSED [ 86%] 2022-12-01T10:26:49.3088786Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_prod_cpu PASSED [ 86%] 2022-12-01T10:26:49.3088952Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_randn_cpu PASSED [ 86%] 2022-12-01T10:26:49.3089118Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_real_cpu PASSED [ 86%] 2022-12-01T10:26:49.3089294Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reciprocal_cpu PASSED [ 86%] 2022-12-01T10:26:49.3089453Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_remainder_cpu PASSED [ 86%] 2022-12-01T10:26:49.3089622Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_repeat_cpu PASSED [ 86%] 2022-12-01T10:26:49.3089819Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rfloordiv_cpu PASSED [ 86%] 2022-12-01T10:26:49.3089991Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsqrt_cpu PASSED [ 86%] 2022-12-01T10:26:49.3090155Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsub_cpu PASSED [ 86%] 2022-12-01T10:26:49.3090332Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_scalar_tensor_cpu PASSED [ 86%] 2022-12-01T10:26:49.3090492Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sign_cpu PASSED [ 86%] 2022-12-01T10:26:49.3090662Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_signbit_cpu PASSED [ 86%] 2022-12-01T10:26:49.3090826Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sin_cpu PASSED [ 86%] 2022-12-01T10:26:49.3090973Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinc_cpu PASSED [ 86%] 2022-12-01T10:26:49.3091155Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_bessel_j0_cpu PASSED [ 86%] 2022-12-01T10:26:49.3091337Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_bessel_j1_cpu PASSED [ 86%] 2022-12-01T10:26:49.3091511Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i0e_cpu PASSED [ 86%] 2022-12-01T10:26:49.3091682Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1_cpu PASSED [ 86%] 2022-12-01T10:26:49.3091853Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1e_cpu PASSED [ 86%] 2022-12-01T10:26:49.3092030Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_logit_cpu PASSED [ 86%] 2022-12-01T10:26:49.3092219Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_multigammaln_cpu PASSED [ 86%] 2022-12-01T10:26:49.3092414Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_spherical_bessel_j0_cpu PASSED [ 86%] 2022-12-01T10:26:49.3092571Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_square_cpu PASSED [ 86%] 2022-12-01T10:26:49.3092738Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_cpu PASSED [ 86%] 2022-12-01T10:26:49.3092910Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_to_size_cpu PASSED [ 86%] 2022-12-01T10:26:49.3093073Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_to_cpu PASSED [ 86%] 2022-12-01T10:26:49.3093237Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_cpu PASSED [ 86%] 2022-12-01T10:26:49.3093410Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_true_divide_cpu PASSED [ 86%] 2022-12-01T10:26:49.3093575Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_cpu PASSED [ 86%] 2022-12-01T10:26:49.3093751Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unsqueeze_cpu PASSED [ 86%] 2022-12-01T10:26:49.3093917Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_cpu PASSED [ 86%] 2022-12-01T10:26:49.3094099Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_cpu PASSED [ 86%] 2022-12-01T10:26:49.3094267Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_abs_cpu PASSED [ 86%] 2022-12-01T10:26:49.3094437Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcdiv_cpu PASSED [ 86%] 2022-12-01T10:26:49.3094599Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_all_cpu PASSED [ 86%] 2022-12-01T10:26:49.3094766Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amax_cpu PASSED [ 86%] 2022-12-01T10:26:49.3094928Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amin_cpu PASSED [ 86%] 2022-12-01T10:26:49.3095094Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asin_cpu PASSED [ 86%] 2022-12-01T10:26:49.3095293Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan_cpu PASSED [ 86%] 2022-12-01T10:26:49.3095458Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_1d_cpu PASSED [ 86%] 2022-12-01T10:26:49.3095629Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_2d_cpu PASSED [ 86%] 2022-12-01T10:26:49.3095794Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_3d_cpu PASSED [ 86%] 2022-12-01T10:26:49.3095968Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_and_cpu PASSED [ 86%] 2022-12-01T10:26:49.3096220Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_or_cpu PASSED [ 86%] 2022-12-01T10:26:49.3096399Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_xor_cpu PASSED [ 86%] 2022-12-01T10:26:49.3096584Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_shapes_cpu PASSED [ 86%] 2022-12-01T10:26:49.3096764Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_to_cpu PASSED [ 86%] 2022-12-01T10:26:49.3096930Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cat_cpu PASSED [ 86%] 2022-12-01T10:26:49.3097086Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_cpu PASSED [ 86%] 2022-12-01T10:26:49.3097252Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_cpu PASSED [ 86%] 2022-12-01T10:26:49.3097426Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_contiguous_cpu PASSED [ 86%] 2022-12-01T10:26:49.3097657Z 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:26:49.3097830Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diag_embed_cpu PASSED [ 86%] 2022-12-01T10:26:49.3098006Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diagonal_cpu PASSED [ 87%] 2022-12-01T10:26:49.3098176Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dstack_cpu PASSED [ 87%] 2022-12-01T10:26:49.3098421Z 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:26:49.3098648Z 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:26:49.3098815Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfc_cpu PASSED [ 87%] 2022-12-01T10:26:49.3098970Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfinv_cpu PASSED [ 87%] 2022-12-01T10:26:49.3099136Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp_cpu PASSED [ 87%] 2022-12-01T10:26:49.3099311Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_as_cpu PASSED [ 87%] 2022-12-01T10:26:49.3099478Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eye_cpu PASSED [ 87%] 2022-12-01T10:26:49.3099679Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft2_cpu PASSED [ 87%] 2022-12-01T10:26:49.3099848Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft_cpu PASSED [ 87%] 2022-12-01T10:26:49.3100017Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfftn_cpu PASSED [ 87%] 2022-12-01T10:26:49.3100184Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft2_cpu PASSED [ 87%] 2022-12-01T10:26:49.3100352Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft_cpu PASSED [ 87%] 2022-12-01T10:26:49.3100504Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftn_cpu PASSED [ 87%] 2022-12-01T10:26:49.3100708Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftshift_cpu PASSED [ 87%] 2022-12-01T10:26:49.3100883Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft2_cpu PASSED [ 87%] 2022-12-01T10:26:49.3101055Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft_cpu PASSED [ 87%] 2022-12-01T10:26:49.3101225Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft2_cpu PASSED [ 87%] 2022-12-01T10:26:49.3101393Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft_cpu PASSED [ 87%] 2022-12-01T10:26:49.3101561Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfftn_cpu PASSED [ 87%] 2022-12-01T10:26:49.3101727Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flip_cpu PASSED [ 87%] 2022-12-01T10:26:49.3101883Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flipud_cpu PASSED [ 87%] 2022-12-01T10:26:49.3102061Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_float_power_cpu PASSED [ 87%] 2022-12-01T10:26:49.3102241Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_divide_cpu PASSED [ 87%] 2022-12-01T10:26:49.3102406Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmax_cpu PASSED [ 87%] 2022-12-01T10:26:49.3102571Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmin_cpu PASSED [ 87%] 2022-12-01T10:26:49.3102736Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmod_cpu PASSED [ 87%] 2022-12-01T10:26:49.3102900Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_frac_cpu PASSED [ 87%] 2022-12-01T10:26:49.3103130Z 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:26:49.3103295Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ge_cpu PASSED [ 87%] 2022-12-01T10:26:49.3103451Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hypot_cpu PASSED [ 87%] 2022-12-01T10:26:49.3103621Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igamma_cpu PASSED [ 87%] 2022-12-01T10:26:49.3103790Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igammac_cpu PASSED [ 87%] 2022-12-01T10:26:49.3103961Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_add_cpu PASSED [ 87%] 2022-12-01T10:26:49.3104197Z 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:26:49.3104426Z 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:26:49.3104601Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill_cpu PASSED [ 87%] 2022-12-01T10:26:49.3104779Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_select_cpu PASSED [ 87%] 2022-12-01T10:26:49.3104982Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isclose_cpu PASSED [ 87%] 2022-12-01T10:26:49.3105150Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isinf_cpu PASSED [ 87%] 2022-12-01T10:26:49.3105301Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lcm_cpu PASSED [ 87%] 2022-12-01T10:26:49.3105471Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lgamma_cpu PASSED [ 87%] 2022-12-01T10:26:49.3105636Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log2_cpu PASSED [ 87%] 2022-12-01T10:26:49.3105812Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_and_cpu PASSED [ 87%] 2022-12-01T10:26:49.3105986Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_or_cpu PASSED [ 87%] 2022-12-01T10:26:49.3106198Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_xor_cpu PASSED [ 87%] 2022-12-01T10:26:49.3106375Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_masked_fill_cpu PASSED [ 87%] 2022-12-01T10:26:49.3106544Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_maximum_cpu PASSED [ 87%] 2022-12-01T10:26:49.3106709Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mul_cpu PASSED [ 87%] 2022-12-01T10:26:49.3106868Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nan_to_num_cpu PASSED [ 87%] 2022-12-01T10:26:49.3107052Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_native_layer_norm_cpu PASSED [ 87%] 2022-12-01T10:26:49.3107218Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_neg_cpu PASSED [ 87%] 2022-12-01T10:26:49.3107409Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_dropout_cpu PASSED [ 87%] 2022-12-01T10:26:49.3107590Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_elu_cpu PASSED [ 87%] 2022-12-01T10:26:49.3107774Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_glu_cpu PASSED [ 87%] 2022-12-01T10:26:49.3107967Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardshrink_cpu PASSED [ 87%] 2022-12-01T10:26:49.3108151Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_huber_loss_cpu PASSED [ 87%] 2022-12-01T10:26:49.3108350Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_margin_ranking_loss_cpu PASSED [ 87%] 2022-12-01T10:26:49.3108527Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mish_cpu PASSED [ 87%] 2022-12-01T10:26:49.3108773Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_prelu_cpu PASSED [ 87%] 2022-12-01T10:26:49.3108961Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu_cpu PASSED [ 87%] 2022-12-01T10:26:49.3109142Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_selu_cpu PASSED [ 87%] 2022-12-01T10:26:49.3109330Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softplus_cpu PASSED [ 87%] 2022-12-01T10:26:49.3109521Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_threshold_cpu PASSED [ 87%] 2022-12-01T10:26:49.3109741Z 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:26:49.3109969Z 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:26:49.3110142Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_permute_cpu PASSED [ 87%] 2022-12-01T10:26:49.3110301Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_positive_cpu PASSED [ 87%] 2022-12-01T10:26:49.3110504Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_pow_cpu PASSED [ 87%] 2022-12-01T10:26:49.3110675Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_prod_cpu PASSED [ 87%] 2022-12-01T10:26:49.3110843Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_randn_cpu PASSED [ 87%] 2022-12-01T10:26:49.3111012Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ravel_cpu PASSED [ 87%] 2022-12-01T10:26:49.3111177Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_real_cpu PASSED [ 87%] 2022-12-01T10:26:49.3111354Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reciprocal_cpu PASSED [ 87%] 2022-12-01T10:26:49.3111557Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_remainder_cpu PASSED [ 87%] 2022-12-01T10:26:49.3111728Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_repeat_cpu PASSED [ 87%] 2022-12-01T10:26:49.3111889Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reshape_cpu PASSED [ 87%] 2022-12-01T10:26:49.3112124Z 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:26:49.3112291Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rot90_cpu PASSED [ 87%] 2022-12-01T10:26:49.3112458Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_round_cpu PASSED [ 87%] 2022-12-01T10:26:49.3112680Z 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:26:49.3112852Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsqrt_cpu PASSED [ 87%] 2022-12-01T10:26:49.3113020Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsub_cpu PASSED [ 87%] 2022-12-01T10:26:49.3113262Z 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:26:49.3113427Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sgn_cpu PASSED [ 87%] 2022-12-01T10:26:49.3113599Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sigmoid_cpu PASSED [ 87%] 2022-12-01T10:26:49.3113753Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sign_cpu PASSED [ 87%] 2022-12-01T10:26:49.3113922Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_signbit_cpu PASSED [ 87%] 2022-12-01T10:26:49.3114144Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sin_cpu PASSED [ 87%] 2022-12-01T10:26:49.3114318Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinc_cpu PASSED [ 87%] 2022-12-01T10:26:49.3114483Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinh_cpu PASSED [ 87%] 2022-12-01T10:26:49.3114667Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_bessel_j0_cpu PASSED [ 87%] 2022-12-01T10:26:49.3114850Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_bessel_j1_cpu PASSED [ 87%] 2022-12-01T10:26:49.3115024Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1_cpu PASSED [ 87%] 2022-12-01T10:26:49.3115201Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1e_cpu PASSED [ 87%] 2022-12-01T10:26:49.3115377Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_multigammaln_cpu PASSED [ 87%] 2022-12-01T10:26:49.3115547Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_square_cpu PASSED [ 87%] 2022-12-01T10:26:49.3115716Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_cpu PASSED [ 87%] 2022-12-01T10:26:49.3115931Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_to_size_cpu PASSED [ 87%] 2022-12-01T10:26:49.3116095Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_t_cpu PASSED [ 87%] 2022-12-01T10:26:49.3116259Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tan_cpu PASSED [ 87%] 2022-12-01T10:26:49.3116429Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trace_cpu PASSED [ 87%] 2022-12-01T10:26:49.3116743Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_transpose_cpu PASSED [ 87%] 2022-12-01T10:26:49.3116948Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_cpu PASSED [ 87%] 2022-12-01T10:26:49.3117130Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_indices_cpu PASSED [ 87%] 2022-12-01T10:26:49.3117358Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_true_divide_cpu PASSED [ 87%] 2022-12-01T10:26:49.3117531Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_cpu PASSED [ 87%] 2022-12-01T10:26:49.3117772Z 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:26:49.3117941Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unbind_cpu PASSED [ 87%] 2022-12-01T10:26:49.3118118Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unflatten_cpu PASSED [ 87%] 2022-12-01T10:26:49.3118293Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unfold_copy_cpu PASSED [ 87%] 2022-12-01T10:26:49.3118459Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_cpu PASSED [ 87%] 2022-12-01T10:26:49.3118620Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_mean_cpu PASSED [ 87%] 2022-12-01T10:26:49.3118790Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vstack_cpu PASSED [ 87%] 2022-12-01T10:26:49.3119019Z 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:26:49.3119256Z 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:26:49.3119403Z test_ops.py::TestFakeTensorCPU::test_fake_H_cpu_float32 PASSED [ 87%] 2022-12-01T10:26:49.3119548Z test_ops.py::TestFakeTensorCPU::test_fake_T_cpu_float32 PASSED [ 87%] 2022-12-01T10:26:49.3119693Z test_ops.py::TestFakeTensorCPU::test_fake___radd___cpu_float32 PASSED [ 87%] 2022-12-01T10:26:49.3119841Z test_ops.py::TestFakeTensorCPU::test_fake___rmatmul___cpu_float32 PASSED [ 87%] 2022-12-01T10:26:49.3119985Z test_ops.py::TestFakeTensorCPU::test_fake___ror___cpu_int64 PASSED [ 87%] 2022-12-01T10:26:49.3120116Z test_ops.py::TestFakeTensorCPU::test_fake___rpow___cpu_float32 PASSED [ 87%] 2022-12-01T10:26:49.3120259Z test_ops.py::TestFakeTensorCPU::test_fake___rsub___cpu_float32 PASSED [ 87%] 2022-12-01T10:26:49.3120399Z test_ops.py::TestFakeTensorCPU::test_fake___rxor___cpu_int64 PASSED [ 87%] 2022-12-01T10:26:49.3120539Z test_ops.py::TestFakeTensorCPU::test_fake_acosh_cpu_float32 PASSED [ 87%] 2022-12-01T10:26:49.3120680Z test_ops.py::TestFakeTensorCPU::test_fake_add_cpu_float32 PASSED [ 87%] 2022-12-01T10:26:49.3120821Z test_ops.py::TestFakeTensorCPU::test_fake_addcmul_cpu_float32 PASSED [ 87%] 2022-12-01T10:26:49.3120963Z test_ops.py::TestFakeTensorCPU::test_fake_addmm_cpu_float32 PASSED [ 87%] 2022-12-01T10:26:49.3121120Z test_ops.py::TestFakeTensorCPU::test_fake_addmm_decomposed_cpu_float32 PASSED [ 87%] 2022-12-01T10:26:49.3121252Z test_ops.py::TestFakeTensorCPU::test_fake_addmv_cpu_float32 PASSED [ 87%] 2022-12-01T10:26:49.3121392Z test_ops.py::TestFakeTensorCPU::test_fake_addr_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3121568Z test_ops.py::TestFakeTensorCPU::test_fake_amin_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3121737Z test_ops.py::TestFakeTensorCPU::test_fake_aminmax_cpu_float32 SKIPPED (Skip failing test) [ 88%] 2022-12-01T10:26:49.3121879Z test_ops.py::TestFakeTensorCPU::test_fake_argmin_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3122022Z test_ops.py::TestFakeTensorCPU::test_fake_argsort_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3122166Z test_ops.py::TestFakeTensorCPU::test_fake_argwhere_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3122307Z test_ops.py::TestFakeTensorCPU::test_fake_asin_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3122509Z test_ops.py::TestFakeTensorCPU::test_fake_atan_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3122717Z test_ops.py::TestFakeTensorCPU::test_fake_atleast_1d_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3122971Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_H_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3123261Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___getitem___cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3123551Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___radd___cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3123832Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rand___cpu_int64 PASSED [ 88%] 2022-12-01T10:26:49.3124027Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rdiv___cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3124187Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmatmul___cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3124340Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmod___cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3124479Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmul___cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3124628Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___ror___cpu_int64 PASSED [ 88%] 2022-12-01T10:26:49.3124782Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rxor___cpu_int64 PASSED [ 88%] 2022-12-01T10:26:49.3124937Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_acos_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3125089Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_acosh_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3125241Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_add_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3125396Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addbmm_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3125553Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addcmul_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3125693Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmm_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3125844Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_all_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3126000Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_allclose_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3126155Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_amax_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3126307Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_amin_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3126490Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_aminmax_cpu_float32 SKIPPED (Skip failing test) [ 88%] 2022-12-01T10:26:49.3126672Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_angle_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3126891Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_arange_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3127086Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_argsort_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3127319Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_as_strided_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3127541Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_asin_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3127788Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_asinh_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3128044Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_1d_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3128357Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_2d_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3128602Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bernoulli_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3128848Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_and_cpu_int64 PASSED [ 88%] 2022-12-01T10:26:49.3129112Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_left_shift_cpu_int64 PASSED [ 88%] 2022-12-01T10:26:49.3129350Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_block_diag_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3129614Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_shapes_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3129888Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_tensors_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3130200Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_to_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3130457Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cartesian_prod_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3130698Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cat_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3130954Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cdist_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3131201Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ceil_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3131424Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_chalf_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3131669Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_char_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3131954Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_cpu_float32 SKIPPED (Skip failing test) [ 88%] 2022-12-01T10:26:49.3132242Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_inverse_cpu_float32 SKIPPED (Skip failing test) [ 88%] 2022-12-01T10:26:49.3132490Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_chunk_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3132759Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_min_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3133032Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_combinations_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3133300Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_complex_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3133571Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_contiguous_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3133807Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_copysign_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3134047Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_corrcoef_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3134299Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cos_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3134544Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cosh_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3134830Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_count_nonzero_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3135101Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cummin_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3135342Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diag_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3135597Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diff_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3135870Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_dist_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3136136Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_floor_rounding_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3136397Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_no_rounding_mode_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3136635Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_dot_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3136902Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_double_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3137145Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_dsplit_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3137493Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_dstack_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3137733Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_einsum_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3138000Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_empty_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3138256Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_empty_like_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3138502Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_eq_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3138757Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_erfc_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3139010Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_exp_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3139275Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_expand_as_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3139613Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_expand_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3139892Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_expm1_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3140158Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_eye_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3140407Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fftn_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3140681Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fftshift_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3140960Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfftn_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3141236Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifft2_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3141519Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifft_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3141799Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_irfftn_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3142056Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfft_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3142313Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fill_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3142588Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_flip_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3142865Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_float_power_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3143133Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_floor_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3143406Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fmin_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3143684Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_frexp_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3143945Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_geqrf_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3144232Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_gradient_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3144496Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_gt_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3144794Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_heaviside_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3145054Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_histc_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3145324Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_histogram_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3145591Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_histogramdd_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3145853Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_hsplit_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3146093Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_hypot_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3146329Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_i0_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3146611Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_igammac_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3146868Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_imag_cpu_complex64 PASSED [ 88%] 2022-12-01T10:26:49.3147227Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_add_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3147507Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_fill_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3147798Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_put_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3148039Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_reduce_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3148284Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_select_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3148536Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_inner_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3148786Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isclose_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3149047Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isfinite_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3149377Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isinf_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3149638Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isneginf_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3149910Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isposinf_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3150179Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isreal_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3150489Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_istft_cpu_float32 SKIPPED (Skip failing test) [ 88%] 2022-12-01T10:26:49.3150836Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 88%] 2022-12-01T10:26:49.3151202Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 88%] 2022-12-01T10:26:49.3151539Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 88%] 2022-12-01T10:26:49.3151866Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 88%] 2022-12-01T10:26:49.3152152Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_kthvalue_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3152396Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lcm_cpu_int64 PASSED [ 88%] 2022-12-01T10:26:49.3152678Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ldexp_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3152964Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cond_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3153252Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_det_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3153560Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_det_singular_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3153846Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eig_cpu_float32 PASSED [ 88%] 2022-12-01T10:26:49.3154282Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eigvals_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:26:49.3154633Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eigvalsh_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:26:49.3154967Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_householder_product_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3155257Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_factor_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3155549Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_factor_ex_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3155818Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lstsq_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3156083Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3156388Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_factor_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3156778Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_factor_ex_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3157224Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_power_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:26:49.3157569Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:26:49.3157868Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_multi_dot_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3158190Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3158522Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_pinv_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:26:49.3158950Z 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:26:49.3159335Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_qr_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3159641Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_slogdet_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3159945Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_solve_ex_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3160272Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_solve_triangular_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3160567Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_svdvals_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3160870Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vector_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3161124Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linspace_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3161397Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log10_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3161656Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log1p_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3161950Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_softmax_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3162247Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logaddexp_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3162543Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logcumsumexp_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3162830Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logdet_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3163117Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_and_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3163396Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_not_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3163690Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_xor_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3163966Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logit_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3164251Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logsumexp_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3164526Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3164866Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_solve_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:26:49.3165143Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mT_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3165439Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_amin_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3165707Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_argmax_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3165993Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_log_softmax_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3166296Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_logsumexp_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3166592Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3166899Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_normalize_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3167264Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_prod_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3167540Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_softmax_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3167816Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_std_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3168096Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_binary_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3168392Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_reduction_with_dim_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3168671Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_maximum_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3168951Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mean_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3169334Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_meshgrid_list_of_tensors_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3169672Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_meshgrid_variadic_tensors_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3169988Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_reduction_no_dim_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3170290Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_reduction_with_dim_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3170543Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mm_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3170824Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_movedim_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3171081Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mv_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3171442Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mvlgamma_mvlgamma_p_1_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:26:49.3171735Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nan_to_num_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3172039Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nanmean_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:26:49.3172332Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nanmedian_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3172659Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nanquantile_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:26:49.3172911Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nansum_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3173202Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_native_batch_norm_cpu_float32 SKIPPED (Skipped!) [ 89%] 2022-12-01T10:26:49.3173480Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_native_layer_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3173719Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_neg_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3173974Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_empty_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3174235Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_full_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3174554Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3174883Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3175196Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_avg_pool2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3175501Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_bilinear_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3175829Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3176170Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3176449Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_celu_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3176753Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv1d_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3177194Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3177532Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_cosine_similarity_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3177881Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:26:49.3178205Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_dropout2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3178520Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_dropout_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3178820Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_elu_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3179248Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:26:49.3179591Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3179920Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3180222Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_gelu_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3180513Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_glu_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3180829Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardsigmoid_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3181141Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardtanh_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3181479Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3181817Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_instance_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3182163Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_area_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3182491Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3182837Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3183184Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_linear_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3183533Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3183850Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_kl_div_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3184169Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_layer_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3184517Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_pool1d_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:26:49.3184850Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool1d_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3185188Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3185499Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3185865Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3186223Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_nll_loss_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:26:49.3186542Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_normalize_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3186902Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_one_hot_cpu_int64 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:26:49.3187328Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_constant_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3187662Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_replicate_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3187987Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pairwise_distance_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3188318Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3188652Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3188943Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_relu6_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3189324Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_relu_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3189639Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_rrelu_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3189955Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_selu_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3190265Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_silu_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3190591Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3190913Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softplus_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3191227Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softsign_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3191515Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_threshold_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3191842Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3192129Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_upsample_nearest_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3192381Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nonzero_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3192644Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_fro_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3192912Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_normal_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3193178Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ones_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3193465Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ones_like_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3193737Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_permute_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3194117Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_1_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3194433Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_2_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3194741Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_4_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3195014Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_positive_cpu_float32 PASSED [ 89%] 2022-12-01T10:26:49.3195281Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_pow_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3195553Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_put_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3195872Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_quantile_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-12-01T10:26:49.3196151Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rad2deg_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3196426Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_randint_like_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3196901Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_randn_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3197173Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_real_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3197576Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_remainder_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3197919Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_repeat_interleave_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-12-01T10:26:49.3198206Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_reshape_as_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3198484Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_reshape_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3198767Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_resize_as__cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3199021Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_resolve_conj_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3199237Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_roll_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3199629Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3199921Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_decimals_0_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3200206Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_decimals_3_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3200498Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_decimals_neg_3_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3200771Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rsqrt_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3201051Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rsub_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3201356Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_amin_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3201669Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_mean_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3201953Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_sum_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3202303Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_segment_reduce_lengths_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-12-01T10:26:49.3202585Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_short_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3202852Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sign_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3203117Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_signbit_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3203389Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sin_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3203658Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sinh_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3203927Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_slice_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3204187Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_softmax_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3204496Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_softmax_with_dtype_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3204858Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sparse_sampled_addmm_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-12-01T10:26:49.3205163Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_airy_ai_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3205467Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_j1_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3205764Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_y0_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3206089Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3206839Z 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:26:49.3207530Z 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:26:49.3207933Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_entr_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3208207Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_i0e_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3208496Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_i1e_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3208791Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_log_ndtr_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3209123Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_i1_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3209453Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_k1_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3209748Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_ndtr_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3210529Z 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:26:49.3211186Z 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:26:49.3211856Z 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:26:49.3212184Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_spherical_bessel_j0_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3212461Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_xlog1py_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3212749Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_zeta_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3213039Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_split_list_args_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3213339Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_split_with_sizes_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3213613Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_stack_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3213876Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_std_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3214141Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sum_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3214428Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sum_to_size_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3214679Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_symeig_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3214943Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tan_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3215193Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tanh_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3215450Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tensordot_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3215700Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tile_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3216016Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_to_sparse_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-12-01T10:26:49.3216286Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_topk_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3216552Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_trapz_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3216831Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_triangular_solve_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3217102Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tril_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3217384Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unbind_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3217659Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unflatten_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3217916Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unfold_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3218176Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_uniform_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3218544Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_var_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3218814Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_as_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3219103Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_as_real_cpu_complex64 PASSED [ 90%] 2022-12-01T10:26:49.3219364Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_vsplit_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3219630Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_vstack_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3219881Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_where_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3220133Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_zeros_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3220461Z test_ops.py::TestFakeTensorCPU::test_fake_bernoulli_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3220715Z test_ops.py::TestFakeTensorCPU::test_fake_bfloat16_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3220961Z test_ops.py::TestFakeTensorCPU::test_fake_bincount_cpu_int64 PASSED [ 90%] 2022-12-01T10:26:49.3221229Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_left_shift_cpu_int64 PASSED [ 90%] 2022-12-01T10:26:49.3221459Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_or_cpu_int64 PASSED [ 90%] 2022-12-01T10:26:49.3221691Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_xor_cpu_int64 PASSED [ 90%] 2022-12-01T10:26:49.3221951Z test_ops.py::TestFakeTensorCPU::test_fake_block_diag_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3222198Z test_ops.py::TestFakeTensorCPU::test_fake_bmm_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3222476Z test_ops.py::TestFakeTensorCPU::test_fake_broadcast_shapes_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3222749Z test_ops.py::TestFakeTensorCPU::test_fake_broadcast_tensors_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3223014Z test_ops.py::TestFakeTensorCPU::test_fake_bucketize_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3223274Z test_ops.py::TestFakeTensorCPU::test_fake_byte_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3223531Z test_ops.py::TestFakeTensorCPU::test_fake_cartesian_prod_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3223795Z test_ops.py::TestFakeTensorCPU::test_fake_ceil_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3224046Z test_ops.py::TestFakeTensorCPU::test_fake_chalf_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3224311Z test_ops.py::TestFakeTensorCPU::test_fake_cholesky_solve_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3224556Z test_ops.py::TestFakeTensorCPU::test_fake_clamp_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3224791Z test_ops.py::TestFakeTensorCPU::test_fake_clamp_max_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3225054Z test_ops.py::TestFakeTensorCPU::test_fake_clamp_min_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3225299Z test_ops.py::TestFakeTensorCPU::test_fake_clone_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3225579Z test_ops.py::TestFakeTensorCPU::test_fake_column_stack_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3225840Z test_ops.py::TestFakeTensorCPU::test_fake_combinations_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3226094Z test_ops.py::TestFakeTensorCPU::test_fake_conj_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3226364Z test_ops.py::TestFakeTensorCPU::test_fake_conj_physical_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3226644Z test_ops.py::TestFakeTensorCPU::test_fake_constant_pad_nd_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3226906Z test_ops.py::TestFakeTensorCPU::test_fake_corrcoef_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3227172Z test_ops.py::TestFakeTensorCPU::test_fake_cosh_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3227449Z test_ops.py::TestFakeTensorCPU::test_fake_count_nonzero_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3227710Z test_ops.py::TestFakeTensorCPU::test_fake_cross_cpu_float32 PASSED [ 90%] 2022-12-01T10:26:49.3228131Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_H_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:26:49.3228472Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___radd___cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:26:49.3228823Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rdiv___cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:26:49.3229162Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rmod___cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:26:49.3229513Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rmul___cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:26:49.3229855Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rpow___cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:26:49.3230300Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_acosh_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:26:49.3230647Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_add_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:26:49.3230995Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:26:49.3231342Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addmm_decomposed_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:26:49.3231686Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:26:49.3232035Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_angle_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:26:49.3232358Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_asin_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:26:49.3232683Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atan2_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:26:49.3233005Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atanh_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:26:49.3233361Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atleast_2d_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:26:49.3233715Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_baddbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:26:49.3234155Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_bernoulli_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:26:49.3234497Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_bfloat16_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:26:49.3234845Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_block_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:26:49.3235208Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_broadcast_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:26:49.3235575Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_broadcast_to_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:26:49.3235943Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cartesian_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:26:49.3236297Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cdist_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3236775Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_chalf_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3237118Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3237484Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cholesky_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3237844Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_chunk_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3238325Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clamp_max_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3238670Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clamp_min_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3239017Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clone_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3239351Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3239714Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_conj_physical_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3240074Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_copysign_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3240509Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cov_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3240867Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3241225Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cummax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3241581Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3241933Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3242301Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cumulative_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3242657Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3243016Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagflat_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3243401Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagonal_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3243731Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diff_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3244085Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_digamma_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3244465Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_no_rounding_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3244832Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_trunc_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3245180Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3245541Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_einsum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3245867Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_erfc_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3246209Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_erfinv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3246555Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_exp2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3246904Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3247269Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_hfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3247634Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3247987Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3248421Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ihfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3248766Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_rfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3249103Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_rfft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3249459Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3249787Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_flatten_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3250210Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fliplr_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3250552Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_flipud_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3250863Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_float_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3251176Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_floor_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3251498Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3251820Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmin_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3252158Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_frexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3252476Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_gather_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3252824Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_gradient_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3253160Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_half_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3253497Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_hypot_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3253826Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_i0_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3254183Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_add_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3254542Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3254905Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_put_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3255259Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_reduce_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3255601Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_inner_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3255922Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_istft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3256256Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_kron_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3256597Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_kthvalue_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3256939Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lgamma_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3257308Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cond_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3257756Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_det_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3258113Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eig_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3258477Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eigvals_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3258833Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_inv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3259160Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_inv_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3259522Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lstsq_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3259961Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_factor_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3260338Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3260704Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_matrix_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3261067Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3261466Z 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:26:49.3261828Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_pinv_hermitian_cpu_float32 SKIPPED (Skipped!) [ 91%] 2022-12-01T10:26:49.3262197Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_pinv_singular_cpu_float32 SKIPPED (Skipped!) [ 91%] 2022-12-01T10:26:49.3262552Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3262922Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_solve_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3263294Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_solve_triangular_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3275698Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3276129Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_svdvals_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3276491Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_tensorinv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3276978Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_vander_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3277336Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_vecdot_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3277698Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_vector_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3278035Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log10_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3278356Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3278687Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3279038Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3279396Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log_softmax_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3279878Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3280212Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logdet_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3280551Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logit_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3280896Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3281220Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mT_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3281629Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3281950Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3282273Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3282594Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3282916Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3283271Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3283564Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3283897Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3284238Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3284601Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_select_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3284930Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_var_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3285266Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_matmul_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3285612Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3285960Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3286300Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3286631Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_median_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3286999Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_meshgrid_list_of_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3287380Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3287745Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_min_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3288082Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3288438Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_movedim_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3288788Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_msort_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3289214Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mul_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3289529Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3289919Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3290270Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nan_to_num_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3290619Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_narrow_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3291082Z 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:26:49.3291494Z 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:26:49.3291886Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3292273Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3292643Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3293010Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3293410Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_binary_cross_entropy_cpu_float32 SKIPPED (Skipped!) [ 91%] 2022-12-01T10:26:49.3293830Z 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:26:49.3294206Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_celu_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3294591Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv2d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3294984Z 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:26:49.3295366Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:26:49.3295712Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_elu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3296088Z 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:26:49.3296457Z 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:26:49.3296817Z 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:26:49.3297149Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_glu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3297508Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_group_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3297862Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3298227Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardtanh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3298698Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_huber_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3299083Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_instance_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3299468Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3299842Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_l1_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3300294Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3300676Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_logsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3301087Z 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:26:49.3301446Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3301819Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3302191Z 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:26:49.3302538Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3302902Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3303282Z 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:26:49.3303634Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_mish_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3304023Z 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:26:49.3304392Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_reflect_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3304771Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pairwise_distance_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3305158Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pixel_shuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3305530Z 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:26:49.3305870Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_relu6_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3306204Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3306553Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_silu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3306920Z 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:26:49.3307264Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3307727Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_tanhshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3308078Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_threshold_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3308458Z 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:26:49.3308838Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_upsample_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3309187Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_upsample_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3309572Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_fro_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3309919Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_normal_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3310258Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_outer_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3310627Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3310994Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3311344Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_positive_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3311683Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3312011Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_real_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3312325Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_reshape_as_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3312672Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_decimals_0_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3313000Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_decimals_3_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3313369Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_decimals_neg_3_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3313711Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rsqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3314139Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rsub_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3314493Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_add_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3314846Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3315193Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3315555Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3315900Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_select_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3316225Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sgn_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3316517Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3316944Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3317394Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sinc_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3317738Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_slice_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3318037Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3318357Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sort_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3318705Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 92%] 2022-12-01T10:26:49.3319147Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_erfcx_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3319511Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_i1e_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3319859Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3320196Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_ndtri_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3320541Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_xlog1py_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3320911Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_list_args_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3321249Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_square_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3321597Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_squeeze_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3321940Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3322283Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_std_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3322623Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sub_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3322953Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3323280Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sum_to_size_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3323593Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3323913Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_svd_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3324250Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tensor_split_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3324566Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tile_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3324886Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_to_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3325229Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_to_sparse_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3325584Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_transpose_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3325921Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trapz_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3326290Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_triangular_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3326699Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tril_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3327022Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_true_divide_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3327340Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unbind_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3327654Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unflatten_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3327977Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_var_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3328316Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_var_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3328730Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3329074Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_vsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3329383Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_H_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3329730Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___getitem___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3330050Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rdiv___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3330397Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rmatmul___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3330740Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rmod___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3331079Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_abs_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3331413Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_add_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3331742Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3332054Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addcmul_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3332374Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addmm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3332697Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addmv_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3333019Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addr_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3333354Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3333702Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_as_strided_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3334041Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_asin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3334353Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_asinh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3334654Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atanh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3334990Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atleast_1d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3335317Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atleast_2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3335752Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atleast_3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3336089Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_bernoulli_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3336416Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_bfloat16_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3336752Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_bmm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3337114Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_broadcast_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3337448Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cat_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3337868Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cdist_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3338209Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_chalf_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3338581Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cholesky_inverse_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3338914Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clamp_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3339264Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clamp_max_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3339617Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clamp_min_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3339942Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clone_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3340287Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3340648Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_conj_physical_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3341002Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_copysign_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3341344Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3341677Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cummax_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3341986Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:26:49.3342310Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_deg2rad_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3342657Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diag_embed_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3343004Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagonal_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3343323Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diff_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3343687Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_div_floor_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3344028Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3344366Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dstack_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3344714Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_erfinv_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3345155Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3345509Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_expand_as_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3345850Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_expand_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3346194Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_expm1_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3346518Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3346864Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3347291Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3347641Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3347958Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ihfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3348278Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_irfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3348607Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_irfft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3348929Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_irfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3349254Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_rfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3349585Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3349913Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_flip_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3350260Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fliplr_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3350603Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_flipud_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3350942Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_float_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3351278Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_floor_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3351624Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fmax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3351960Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fmod_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3352315Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_frexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3352654Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_hsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3352998Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_hypot_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3353335Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_add_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3353687Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3354138Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_put_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3354501Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_select_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3354958Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_istft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3355311Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_kron_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3355662Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cond_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3356022Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3356427Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_det_singular_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3356981Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eigvalsh_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3357456Z 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:26:49.3357868Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3358218Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_factor_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3358553Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3358914Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_matrix_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3359254Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_multi_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3359570Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3359940Z 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:26:49.3360300Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_pinv_hermitian_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3360738Z 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:26:49.3361061Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3361423Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_slogdet_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3361770Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3362121Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_svdvals_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3362463Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_tensorsolve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3362791Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3363144Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logcumsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3363485Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3363825Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mH_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3364330Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mT_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3364661Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3365011Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3365379Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3365746Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3366184Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3366521Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3366837Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3367176Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3367513Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_matrix_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3367838Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3368147Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_median_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3368504Z 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:26:49.3368844Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_min_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3369211Z 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:26:49.3369484Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_minimum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3369809Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_movedim_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3370138Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_msort_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3370502Z 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:26:49.3370840Z 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:26:49.3371193Z 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:26:49.3371506Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nan_to_num_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3371833Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nanmean_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3372163Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nanmedian_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3372484Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_native_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3372872Z 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:26:49.3373377Z 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:26:49.3373753Z 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:26:49.3374125Z 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:26:49.3374524Z 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:26:49.3374902Z 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:26:49.3375371Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv1d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3375746Z 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:26:49.3376139Z 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:26:49.3376505Z 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:26:49.3376876Z 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:26:49.3377234Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skipped!) [ 93%] 2022-12-01T10:26:49.3377615Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_dropout3d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3377973Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_embedding_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3378357Z 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:26:49.3378715Z 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:26:49.3379083Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_gelu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3379467Z 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:26:49.3379844Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3380235Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3380605Z 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:26:49.3380964Z 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:26:49.3381335Z 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:26:49.3381712Z 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:26:49.3382114Z 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:26:49.3382604Z 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:26:49.3382965Z 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:26:49.3383346Z 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:26:49.3383714Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3384066Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_logsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3384528Z 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:26:49.3384906Z 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:26:49.3385288Z 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:26:49.3385699Z 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:26:49.3386077Z 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:26:49.3386466Z 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:26:49.3386861Z 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:26:49.3387256Z 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:26:49.3387637Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pdist_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3387993Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_relu6_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3388370Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3388738Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_rrelu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3389109Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_selu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3389476Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_silu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3389853Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:26:49.3390257Z 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:26:49.3390642Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softplus_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3391028Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3391401Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_tanhshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3391890Z 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:26:49.3392293Z 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:26:49.3392661Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3393048Z 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:26:49.3393390Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3393819Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_fro_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3394263Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_inf_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3394609Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_nuc_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3394955Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_normal_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3395292Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_outer_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3395649Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pca_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3395986Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_permute_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3396343Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pinverse_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3396855Z 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:26:49.3397241Z 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:26:49.3397626Z 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:26:49.3397976Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_positive_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3398318Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3398663Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_put_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3399013Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_quantile_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3399360Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rad2deg_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3399688Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_renorm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3400054Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_repeat_interleave_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3400400Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_resolve_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3400745Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3401107Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_decimals_0_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3401598Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_decimals_3_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3401971Z 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:26:49.3402315Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rsqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3402651Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rsub_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3403008Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_add_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3403339Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3403797Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3404163Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3404520Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3404878Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3405213Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sgn_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3405556Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3405886Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sinc_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3406225Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sinh_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3406568Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_slice_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3406923Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3407271Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sort_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3407653Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sparse_sampled_addmm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3408006Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_erfcx_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3408352Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_log_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3408716Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3409058Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_ndtri_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3409473Z 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:26:49.3409812Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_split_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3410142Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_split_with_sizes_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3410466Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3410812Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_square_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3411262Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_squeeze_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3411625Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3411982Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sub_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3412346Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sum_to_size_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3412700Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_svd_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3413090Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_t_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3413438Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tan_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3413784Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tanh_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3414134Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tensor_split_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3414474Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tensordot_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3414815Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_topk_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3415170Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trace_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3415524Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trapz_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3415888Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_true_divide_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3416235Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trunc_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3416585Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unflatten_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3416925Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3417254Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_var_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3417577Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_vdot_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3417936Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_vsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3418289Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_where_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:26:49.3418551Z test_ops.py::TestFakeTensorCPU::test_fake_cummax_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3418818Z test_ops.py::TestFakeTensorCPU::test_fake_cumprod_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3419078Z test_ops.py::TestFakeTensorCPU::test_fake_cumsum_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3419376Z test_ops.py::TestFakeTensorCPU::test_fake_cumulative_trapezoid_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3419643Z test_ops.py::TestFakeTensorCPU::test_fake_diagflat_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3419892Z test_ops.py::TestFakeTensorCPU::test_fake_diff_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3420161Z test_ops.py::TestFakeTensorCPU::test_fake_digamma_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3420424Z test_ops.py::TestFakeTensorCPU::test_fake_dist_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3420797Z test_ops.py::TestFakeTensorCPU::test_fake_div_no_rounding_mode_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3421063Z test_ops.py::TestFakeTensorCPU::test_fake_dot_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3421329Z test_ops.py::TestFakeTensorCPU::test_fake_double_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3421594Z test_ops.py::TestFakeTensorCPU::test_fake_dstack_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3421844Z test_ops.py::TestFakeTensorCPU::test_fake_einsum_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3422081Z test_ops.py::TestFakeTensorCPU::test_fake_eq_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3422337Z test_ops.py::TestFakeTensorCPU::test_fake_equal_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3422595Z test_ops.py::TestFakeTensorCPU::test_fake_erf_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3422910Z test_ops.py::TestFakeTensorCPU::test_fake_erfc_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3423172Z test_ops.py::TestFakeTensorCPU::test_fake_erfinv_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3423438Z test_ops.py::TestFakeTensorCPU::test_fake_exp2_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3423698Z test_ops.py::TestFakeTensorCPU::test_fake_exp_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3423967Z test_ops.py::TestFakeTensorCPU::test_fake_expand_as_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3424219Z test_ops.py::TestFakeTensorCPU::test_fake_expand_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3424488Z test_ops.py::TestFakeTensorCPU::test_fake_fft_fft_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3424767Z test_ops.py::TestFakeTensorCPU::test_fake_fft_fftshift_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3425032Z test_ops.py::TestFakeTensorCPU::test_fake_fft_hfftn_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3425305Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ifft_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3425562Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ifftn_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3425844Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ifftshift_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3426104Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ihfftn_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3426369Z test_ops.py::TestFakeTensorCPU::test_fake_fft_irfft_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3426622Z test_ops.py::TestFakeTensorCPU::test_fake_fft_rfft2_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3426881Z test_ops.py::TestFakeTensorCPU::test_fake_fft_rfft_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3427131Z test_ops.py::TestFakeTensorCPU::test_fake_fft_rfftn_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3427389Z test_ops.py::TestFakeTensorCPU::test_fake_fill_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3427659Z test_ops.py::TestFakeTensorCPU::test_fake_fliplr_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3427918Z test_ops.py::TestFakeTensorCPU::test_fake_flipud_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3428166Z test_ops.py::TestFakeTensorCPU::test_fake_float_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3428440Z test_ops.py::TestFakeTensorCPU::test_fake_float_power_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3428681Z test_ops.py::TestFakeTensorCPU::test_fake_floor_divide_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3428933Z test_ops.py::TestFakeTensorCPU::test_fake_fmax_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3429190Z test_ops.py::TestFakeTensorCPU::test_fake_frac_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3429451Z test_ops.py::TestFakeTensorCPU::test_fake_gather_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3429707Z test_ops.py::TestFakeTensorCPU::test_fake_gcd_cpu_int64 PASSED [ 94%] 2022-12-01T10:26:49.3429963Z test_ops.py::TestFakeTensorCPU::test_fake_ge_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3430219Z test_ops.py::TestFakeTensorCPU::test_fake_geqrf_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3430558Z test_ops.py::TestFakeTensorCPU::test_fake_gradient_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3430805Z test_ops.py::TestFakeTensorCPU::test_fake_gt_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3431064Z test_ops.py::TestFakeTensorCPU::test_fake_heaviside_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3431328Z test_ops.py::TestFakeTensorCPU::test_fake_histogram_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3431593Z test_ops.py::TestFakeTensorCPU::test_fake_hsplit_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3431852Z test_ops.py::TestFakeTensorCPU::test_fake_hypot_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3432111Z test_ops.py::TestFakeTensorCPU::test_fake_i0_cpu_float32 PASSED [ 94%] 2022-12-01T10:26:49.3432371Z test_ops.py::TestFakeTensorCPU::test_fake_imag_cpu_complex64 PASSED [ 94%] 2022-12-01T10:26:49.3432707Z test_ops.py::TestFakeTensorCPU::test_fake_index_add_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3432958Z test_ops.py::TestFakeTensorCPU::test_fake_index_put_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3433247Z test_ops.py::TestFakeTensorCPU::test_fake_index_select_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3433517Z test_ops.py::TestFakeTensorCPU::test_fake_isfinite_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3433777Z test_ops.py::TestFakeTensorCPU::test_fake_isin_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3434122Z test_ops.py::TestFakeTensorCPU::test_fake_isinf_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3434386Z test_ops.py::TestFakeTensorCPU::test_fake_isneginf_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3434638Z test_ops.py::TestFakeTensorCPU::test_fake_isreal_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3434941Z test_ops.py::TestFakeTensorCPU::test_fake_istft_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:26:49.3435270Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-12-01T10:26:49.3435630Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-12-01T10:26:49.3435961Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-12-01T10:26:49.3436317Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-12-01T10:26:49.3436759Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-12-01T10:26:49.3437029Z test_ops.py::TestFakeTensorCPU::test_fake_kthvalue_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3437283Z test_ops.py::TestFakeTensorCPU::test_fake_le_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3437550Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_cross_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3437818Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_eig_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3438118Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_eigvals_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:26:49.3438437Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_eigvalsh_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:26:49.3438699Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_inv_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3438968Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_inv_ex_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3439242Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_ldl_factor_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3439517Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_ldl_factor_ex_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3439780Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lstsq_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3440056Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3440313Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_rank_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3440716Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3440972Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_pinv_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3441297Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_pinv_hermitian_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:26:49.3441551Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_qr_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3441800Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_slogdet_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3442101Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:26:49.3442370Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_ex_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3442711Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_svdvals_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3443025Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_tensorsolve_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:26:49.3443306Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_vander_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3443579Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_vecdot_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3443839Z test_ops.py::TestFakeTensorCPU::test_fake_log10_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3444097Z test_ops.py::TestFakeTensorCPU::test_fake_log2_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3444376Z test_ops.py::TestFakeTensorCPU::test_fake_log_softmax_dtype_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3444643Z test_ops.py::TestFakeTensorCPU::test_fake_logaddexp_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3444899Z test_ops.py::TestFakeTensorCPU::test_fake_logdet_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3445144Z test_ops.py::TestFakeTensorCPU::test_fake_logical_and_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3445411Z test_ops.py::TestFakeTensorCPU::test_fake_logical_or_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3445671Z test_ops.py::TestFakeTensorCPU::test_fake_logical_xor_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3445919Z test_ops.py::TestFakeTensorCPU::test_fake_logit_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3446172Z test_ops.py::TestFakeTensorCPU::test_fake_logspace_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3446425Z test_ops.py::TestFakeTensorCPU::test_fake_lt_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3446675Z test_ops.py::TestFakeTensorCPU::test_fake_lu_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3446981Z test_ops.py::TestFakeTensorCPU::test_fake_lu_solve_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:26:49.3447231Z test_ops.py::TestFakeTensorCPU::test_fake_lu_unpack_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3447476Z test_ops.py::TestFakeTensorCPU::test_fake_mH_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3447734Z test_ops.py::TestFakeTensorCPU::test_fake_masked_amax_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3447987Z test_ops.py::TestFakeTensorCPU::test_fake_masked_amin_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3448231Z test_ops.py::TestFakeTensorCPU::test_fake_masked_cumprod_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3448499Z test_ops.py::TestFakeTensorCPU::test_fake_masked_fill_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3448772Z test_ops.py::TestFakeTensorCPU::test_fake_masked_median_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3449039Z test_ops.py::TestFakeTensorCPU::test_fake_masked_prod_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3449306Z test_ops.py::TestFakeTensorCPU::test_fake_masked_softmax_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3449579Z test_ops.py::TestFakeTensorCPU::test_fake_masked_std_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3449845Z test_ops.py::TestFakeTensorCPU::test_fake_masked_var_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3450122Z test_ops.py::TestFakeTensorCPU::test_fake_matrix_exp_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3450417Z test_ops.py::TestFakeTensorCPU::test_fake_max_reduction_with_dim_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3450792Z test_ops.py::TestFakeTensorCPU::test_fake_meshgrid_list_of_tensors_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3451059Z test_ops.py::TestFakeTensorCPU::test_fake_min_binary_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3451348Z test_ops.py::TestFakeTensorCPU::test_fake_min_reduction_no_dim_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3451597Z test_ops.py::TestFakeTensorCPU::test_fake_mm_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3451840Z test_ops.py::TestFakeTensorCPU::test_fake_mode_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3452102Z test_ops.py::TestFakeTensorCPU::test_fake_msort_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3452429Z test_ops.py::TestFakeTensorCPU::test_fake_multinomial_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:26:49.3452749Z test_ops.py::TestFakeTensorCPU::test_fake_mv_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3453022Z test_ops.py::TestFakeTensorCPU::test_fake_nan_to_num_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3453303Z test_ops.py::TestFakeTensorCPU::test_fake_nanmedian_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3453626Z test_ops.py::TestFakeTensorCPU::test_fake_nanquantile_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:26:49.3453881Z test_ops.py::TestFakeTensorCPU::test_fake_nansum_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3454155Z test_ops.py::TestFakeTensorCPU::test_fake_narrow_copy_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3454460Z test_ops.py::TestFakeTensorCPU::test_fake_narrow_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:26:49.3454759Z test_ops.py::TestFakeTensorCPU::test_fake_native_batch_norm_cpu_float32 SKIPPED (Skipped!) [ 95%] 2022-12-01T10:26:49.3455008Z test_ops.py::TestFakeTensorCPU::test_fake_ne_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3455268Z test_ops.py::TestFakeTensorCPU::test_fake_neg_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3455564Z test_ops.py::TestFakeTensorCPU::test_fake_new_empty_strided_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3455838Z test_ops.py::TestFakeTensorCPU::test_fake_new_zeros_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3456094Z test_ops.py::TestFakeTensorCPU::test_fake_nextafter_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3456411Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3456704Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3457028Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3457334Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3457643Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_batch_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3457944Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_bilinear_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3458288Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3458575Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_celu_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3458850Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv1d_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3459143Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3459463Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3459773Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3460124Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:26:49.3460434Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3460807Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3461090Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_elu_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3461447Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:26:49.3461744Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_embedding_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3462111Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3462482Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3462842Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_gelu_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3463151Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardshrink_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3463444Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardsigmoid_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3463738Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardswish_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3464059Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_area_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3464381Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3464680Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_linear_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3465010Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3465311Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_kl_div_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3465621Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_leaky_relu_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3465925Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_linear_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3466275Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_pool1d_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:26:49.3466591Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3466903Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3467158Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_mish_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3467437Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_mse_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3467747Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3468067Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3468414Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3468678Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_one_hot_cpu_int64 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:26:49.3468962Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_constant_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3469255Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_reflect_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3469531Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3469822Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3470115Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3470398Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_prelu_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3470768Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_relu6_cpu_float32 PASSED [ 95%] 2022-12-01T10:26:49.3471053Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_relu_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3471336Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_rrelu_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3471618Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_selu_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3471937Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_silu_complex_cpu_complex64 PASSED [ 96%] 2022-12-01T10:26:49.3472237Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softplus_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3472545Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softshrink_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3472869Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softsign_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3473156Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_tanhshrink_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3473448Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3473764Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_upsample_nearest_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3474106Z test_ops.py::TestFakeTensorCPU::test_fake_nonzero_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3474374Z test_ops.py::TestFakeTensorCPU::test_fake_norm_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3474642Z test_ops.py::TestFakeTensorCPU::test_fake_norm_fro_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3474911Z test_ops.py::TestFakeTensorCPU::test_fake_norm_inf_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3475161Z test_ops.py::TestFakeTensorCPU::test_fake_ones_like_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3475442Z test_ops.py::TestFakeTensorCPU::test_fake_pca_lowrank_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3475713Z test_ops.py::TestFakeTensorCPU::test_fake_permute_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3476015Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_1_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3476322Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_2_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3476700Z test_ops.py::TestFakeTensorCPU::test_fake_positive_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3476967Z test_ops.py::TestFakeTensorCPU::test_fake_prod_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3477232Z test_ops.py::TestFakeTensorCPU::test_fake_qr_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3477546Z test_ops.py::TestFakeTensorCPU::test_fake_quantile_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-12-01T10:26:49.3477791Z test_ops.py::TestFakeTensorCPU::test_fake_randn_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3478070Z test_ops.py::TestFakeTensorCPU::test_fake_randn_like_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3478339Z test_ops.py::TestFakeTensorCPU::test_fake_ravel_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3478606Z test_ops.py::TestFakeTensorCPU::test_fake_reciprocal_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3478868Z test_ops.py::TestFakeTensorCPU::test_fake_repeat_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3479131Z test_ops.py::TestFakeTensorCPU::test_fake_resize__cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3479388Z test_ops.py::TestFakeTensorCPU::test_fake_resize_as__cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3479665Z test_ops.py::TestFakeTensorCPU::test_fake_resolve_conj_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3479920Z test_ops.py::TestFakeTensorCPU::test_fake_resolve_neg_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3480170Z test_ops.py::TestFakeTensorCPU::test_fake_roll_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3480435Z test_ops.py::TestFakeTensorCPU::test_fake_round_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3480671Z test_ops.py::TestFakeTensorCPU::test_fake_rsqrt_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3481081Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_amax_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3481376Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_mean_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3481674Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_prod_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3481953Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_sum_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3482229Z test_ops.py::TestFakeTensorCPU::test_fake_segment_reduce_offsets_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3482488Z test_ops.py::TestFakeTensorCPU::test_fake_select_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3482774Z test_ops.py::TestFakeTensorCPU::test_fake_select_scatter_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3483121Z test_ops.py::TestFakeTensorCPU::test_fake_short_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3483395Z test_ops.py::TestFakeTensorCPU::test_fake_sigmoid_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3483662Z test_ops.py::TestFakeTensorCPU::test_fake_sign_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3483935Z test_ops.py::TestFakeTensorCPU::test_fake_signbit_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3484206Z test_ops.py::TestFakeTensorCPU::test_fake_sin_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3484454Z test_ops.py::TestFakeTensorCPU::test_fake_sinc_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3484708Z test_ops.py::TestFakeTensorCPU::test_fake_sinh_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3484973Z test_ops.py::TestFakeTensorCPU::test_fake_slice_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3485250Z test_ops.py::TestFakeTensorCPU::test_fake_slice_scatter_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3485502Z test_ops.py::TestFakeTensorCPU::test_fake_sort_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3485831Z test_ops.py::TestFakeTensorCPU::test_fake_sparse_sampled_addmm_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-12-01T10:26:49.3486095Z test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_j0_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3486377Z test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_j1_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3486641Z test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_y0_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3486922Z test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_y1_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3487248Z test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3488003Z 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:26:49.3488283Z test_ops.py::TestFakeTensorCPU::test_fake_special_erfcx_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3488565Z test_ops.py::TestFakeTensorCPU::test_fake_special_i0e_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3489212Z 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:26:49.3489490Z test_ops.py::TestFakeTensorCPU::test_fake_special_ndtri_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3490168Z 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:26:49.3490480Z test_ops.py::TestFakeTensorCPU::test_fake_special_spherical_bessel_j0_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3490738Z test_ops.py::TestFakeTensorCPU::test_fake_square_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3491003Z test_ops.py::TestFakeTensorCPU::test_fake_stack_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3491279Z test_ops.py::TestFakeTensorCPU::test_fake_std_mean_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3491502Z test_ops.py::TestFakeTensorCPU::test_fake_stft_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3491802Z test_ops.py::TestFakeTensorCPU::test_fake_sub_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3492029Z test_ops.py::TestFakeTensorCPU::test_fake_svd_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3492265Z test_ops.py::TestFakeTensorCPU::test_fake_take_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3492486Z test_ops.py::TestFakeTensorCPU::test_fake_to_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3492741Z test_ops.py::TestFakeTensorCPU::test_fake_to_sparse_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-12-01T10:26:49.3492976Z test_ops.py::TestFakeTensorCPU::test_fake_topk_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3493218Z test_ops.py::TestFakeTensorCPU::test_fake_trace_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3493474Z test_ops.py::TestFakeTensorCPU::test_fake_trapezoid_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3493795Z test_ops.py::TestFakeTensorCPU::test_fake_tril_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3494057Z test_ops.py::TestFakeTensorCPU::test_fake_tril_indices_cpu_int64 PASSED [ 96%] 2022-12-01T10:26:49.3494304Z test_ops.py::TestFakeTensorCPU::test_fake_triu_indices_cpu_int64 PASSED [ 96%] 2022-12-01T10:26:49.3494541Z test_ops.py::TestFakeTensorCPU::test_fake_true_divide_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3494778Z test_ops.py::TestFakeTensorCPU::test_fake_unbind_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3495028Z test_ops.py::TestFakeTensorCPU::test_fake_unflatten_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3495282Z test_ops.py::TestFakeTensorCPU::test_fake_unfold_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3495542Z test_ops.py::TestFakeTensorCPU::test_fake_uniform_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3495816Z test_ops.py::TestFakeTensorCPU::test_fake_unique_consecutive_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3496064Z test_ops.py::TestFakeTensorCPU::test_fake_unique_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3496306Z test_ops.py::TestFakeTensorCPU::test_fake_unsqueeze_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3496545Z test_ops.py::TestFakeTensorCPU::test_fake_vdot_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3496788Z test_ops.py::TestFakeTensorCPU::test_fake_view_as_real_cpu_complex64 PASSED [ 96%] 2022-12-01T10:26:49.3497038Z test_ops.py::TestFakeTensorCPU::test_fake_where_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3497270Z test_ops.py::TestFakeTensorCPU::test_fake_zero__cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3497498Z test_ops.py::TestFakeTensorCPU::test_fake_zeros_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3497712Z test_ops.py::TestTagsCPU::test_tags_H_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3497955Z test_ops.py::TestTagsCPU::test_tags___getitem___cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3498194Z test_ops.py::TestTagsCPU::test_tags___rpow___cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3498414Z test_ops.py::TestTagsCPU::test_tags___rsub___cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3498628Z test_ops.py::TestTagsCPU::test_tags__refs_abs_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3498870Z test_ops.py::TestTagsCPU::test_tags__refs_acos_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3499118Z test_ops.py::TestTagsCPU::test_tags__refs_acosh_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3499369Z test_ops.py::TestTagsCPU::test_tags__refs_addcdiv_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3499608Z test_ops.py::TestTagsCPU::test_tags__refs_all_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3499856Z test_ops.py::TestTagsCPU::test_tags__refs_amax_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3500102Z test_ops.py::TestTagsCPU::test_tags__refs_amin_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3500348Z test_ops.py::TestTagsCPU::test_tags__refs_arange_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3500593Z test_ops.py::TestTagsCPU::test_tags__refs_as_strided_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3500945Z test_ops.py::TestTagsCPU::test_tags__refs_asinh_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3501207Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_xor_cpu_int64 PASSED [ 96%] 2022-12-01T10:26:49.3501474Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_tensors_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3501723Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_to_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3501949Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_min_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3502178Z test_ops.py::TestTagsCPU::test_tags__refs_clone_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3502412Z test_ops.py::TestTagsCPU::test_tags__refs_conj_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3503815Z 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:26:49.3504067Z test_ops.py::TestTagsCPU::test_tags__refs_copysign_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3504287Z test_ops.py::TestTagsCPU::test_tags__refs_cos_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3504524Z test_ops.py::TestTagsCPU::test_tags__refs_cosh_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3504760Z test_ops.py::TestTagsCPU::test_tags__refs_cumsum_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3505011Z test_ops.py::TestTagsCPU::test_tags__refs_diagonal_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3505263Z test_ops.py::TestTagsCPU::test_tags__refs_digamma_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3505530Z test_ops.py::TestTagsCPU::test_tags__refs_div_floor_rounding_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3505782Z test_ops.py::TestTagsCPU::test_tags__refs_dsplit_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3506030Z test_ops.py::TestTagsCPU::test_tags__refs_dstack_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3506269Z test_ops.py::TestTagsCPU::test_tags__refs_erfc_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3506506Z test_ops.py::TestTagsCPU::test_tags__refs_exp2_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3506726Z test_ops.py::TestTagsCPU::test_tags__refs_exp_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3506956Z test_ops.py::TestTagsCPU::test_tags__refs_expand_as_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3507188Z test_ops.py::TestTagsCPU::test_tags__refs_expm1_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3507427Z test_ops.py::TestTagsCPU::test_tags__refs_eye_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3507689Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fftshift_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3507944Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3508178Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftn_cpu_float32 PASSED [ 96%] 2022-12-01T10:26:49.3508430Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfftn_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3508683Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfftn_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3508929Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft2_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3509180Z test_ops.py::TestTagsCPU::test_tags__refs_fill_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3509423Z test_ops.py::TestTagsCPU::test_tags__refs_flatten_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3509668Z test_ops.py::TestTagsCPU::test_tags__refs_flip_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3509893Z test_ops.py::TestTagsCPU::test_tags__refs_flipud_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3510110Z test_ops.py::TestTagsCPU::test_tags__refs_floor_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3510359Z test_ops.py::TestTagsCPU::test_tags__refs_floor_divide_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3510705Z test_ops.py::TestTagsCPU::test_tags__refs_fmax_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3510941Z test_ops.py::TestTagsCPU::test_tags__refs_fmod_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3511183Z test_ops.py::TestTagsCPU::test_tags__refs_frac_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3511421Z test_ops.py::TestTagsCPU::test_tags__refs_gt_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3511669Z test_ops.py::TestTagsCPU::test_tags__refs_hsplit_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3511902Z test_ops.py::TestTagsCPU::test_tags__refs_igamma_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3512127Z test_ops.py::TestTagsCPU::test_tags__refs_index_add_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3512356Z test_ops.py::TestTagsCPU::test_tags__refs_index_copy_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3512740Z test_ops.py::TestTagsCPU::test_tags__refs_isclose_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3512990Z test_ops.py::TestTagsCPU::test_tags__refs_isinf_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3513231Z test_ops.py::TestTagsCPU::test_tags__refs_isnan_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3513478Z test_ops.py::TestTagsCPU::test_tags__refs_isneginf_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3513718Z test_ops.py::TestTagsCPU::test_tags__refs_isreal_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3513955Z test_ops.py::TestTagsCPU::test_tags__refs_lcm_cpu_int64 PASSED [ 97%] 2022-12-01T10:26:49.3514261Z test_ops.py::TestTagsCPU::test_tags__refs_le_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3514515Z test_ops.py::TestTagsCPU::test_tags__refs_lgamma_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3514757Z test_ops.py::TestTagsCPU::test_tags__refs_linspace_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3514980Z test_ops.py::TestTagsCPU::test_tags__refs_log10_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3515211Z test_ops.py::TestTagsCPU::test_tags__refs_log1p_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3515448Z test_ops.py::TestTagsCPU::test_tags__refs_log2_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3515686Z test_ops.py::TestTagsCPU::test_tags__refs_log_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3515930Z test_ops.py::TestTagsCPU::test_tags__refs_logspace_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3516166Z test_ops.py::TestTagsCPU::test_tags__refs_masked_fill_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3516455Z test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_list_of_tensors_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3516877Z test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_variadic_tensors_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3517130Z test_ops.py::TestTagsCPU::test_tags__refs_minimum_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3517388Z test_ops.py::TestTagsCPU::test_tags__refs_nan_to_num_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3517630Z test_ops.py::TestTagsCPU::test_tags__refs_narrow_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3517905Z test_ops.py::TestTagsCPU::test_tags__refs_native_layer_norm_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3518151Z test_ops.py::TestTagsCPU::test_tags__refs_ne_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3518389Z test_ops.py::TestTagsCPU::test_tags__refs_neg_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3518613Z test_ops.py::TestTagsCPU::test_tags__refs_new_zeros_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3518840Z test_ops.py::TestTagsCPU::test_tags__refs_nextafter_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3519082Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_elu_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3519336Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_glu_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3519625Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardshrink_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3519907Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_huber_loss_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3520310Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_layer_norm_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3520617Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3520879Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mse_loss_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3521184Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3521453Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_prelu_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3521696Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_selu_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3521962Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softplus_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3522343Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softshrink_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3522633Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_tanhshrink_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3522881Z test_ops.py::TestTagsCPU::test_tags__refs_norm_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3523115Z test_ops.py::TestTagsCPU::test_tags__refs_ones_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3523354Z test_ops.py::TestTagsCPU::test_tags__refs_positive_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3523584Z test_ops.py::TestTagsCPU::test_tags__refs_pow_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3523809Z test_ops.py::TestTagsCPU::test_tags__refs_real_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3524055Z test_ops.py::TestTagsCPU::test_tags__refs_remainder_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3524290Z test_ops.py::TestTagsCPU::test_tags__refs_repeat_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3524541Z test_ops.py::TestTagsCPU::test_tags__refs_reshape_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3524788Z test_ops.py::TestTagsCPU::test_tags__refs_round_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3525015Z test_ops.py::TestTagsCPU::test_tags__refs_rsub_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3525238Z test_ops.py::TestTagsCPU::test_tags__refs_sigmoid_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3525476Z test_ops.py::TestTagsCPU::test_tags__refs_signbit_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3525712Z test_ops.py::TestTagsCPU::test_tags__refs_sinh_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3525987Z test_ops.py::TestTagsCPU::test_tags__refs_special_bessel_j0_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3526258Z test_ops.py::TestTagsCPU::test_tags__refs_special_bessel_j1_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3526517Z test_ops.py::TestTagsCPU::test_tags__refs_special_i1_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3526771Z test_ops.py::TestTagsCPU::test_tags__refs_special_i1e_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3527083Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3527317Z test_ops.py::TestTagsCPU::test_tags__refs_sqrt_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3527571Z test_ops.py::TestTagsCPU::test_tags__refs_square_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3527823Z test_ops.py::TestTagsCPU::test_tags__refs_squeeze_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3528075Z test_ops.py::TestTagsCPU::test_tags__refs_stack_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3528310Z test_ops.py::TestTagsCPU::test_tags__refs_std_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3528537Z test_ops.py::TestTagsCPU::test_tags__refs_sub_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3528777Z test_ops.py::TestTagsCPU::test_tags__refs_sum_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3529022Z test_ops.py::TestTagsCPU::test_tags__refs_t_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3529249Z test_ops.py::TestTagsCPU::test_tags__refs_tanh_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3529607Z test_ops.py::TestTagsCPU::test_tags__refs_tensor_split_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3529861Z test_ops.py::TestTagsCPU::test_tags__refs_transpose_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3530106Z test_ops.py::TestTagsCPU::test_tags__refs_triu_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3530354Z test_ops.py::TestTagsCPU::test_tags__refs_triu_indices_cpu_int64 PASSED [ 97%] 2022-12-01T10:26:49.3530595Z test_ops.py::TestTagsCPU::test_tags__refs_unflatten_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3530825Z test_ops.py::TestTagsCPU::test_tags__refs_unsqueeze_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3531041Z test_ops.py::TestTagsCPU::test_tags__refs_vsplit_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3531248Z test_ops.py::TestTagsCPU::test_tags_abs_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3531570Z test_ops.py::TestTagsCPU::test_tags_acosh_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3531821Z test_ops.py::TestTagsCPU::test_tags_addbmm_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3532046Z test_ops.py::TestTagsCPU::test_tags_addr_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3532252Z test_ops.py::TestTagsCPU::test_tags_all_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3532465Z test_ops.py::TestTagsCPU::test_tags_allclose_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3532688Z test_ops.py::TestTagsCPU::test_tags_any_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3532934Z test_ops.py::TestTagsCPU::test_tags_argmin_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3533165Z test_ops.py::TestTagsCPU::test_tags_as_strided_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3533420Z test_ops.py::TestTagsCPU::test_tags_as_strided_scatter_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3533658Z test_ops.py::TestTagsCPU::test_tags_asin_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3533895Z test_ops.py::TestTagsCPU::test_tags_atan2_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3534150Z test_ops.py::TestTagsCPU::test_tags_atleast_2d_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3534393Z test_ops.py::TestTagsCPU::test_tags_atleast_3d_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3534636Z test_ops.py::TestTagsCPU::test_tags_bincount_cpu_int64 PASSED [ 97%] 2022-12-01T10:26:49.3534895Z test_ops.py::TestTagsCPU::test_tags_bitwise_left_shift_cpu_int64 PASSED [ 97%] 2022-12-01T10:26:49.3535112Z test_ops.py::TestTagsCPU::test_tags_bitwise_or_cpu_int64 PASSED [ 97%] 2022-12-01T10:26:49.3535377Z test_ops.py::TestTagsCPU::test_tags_bitwise_right_shift_cpu_int64 PASSED [ 97%] 2022-12-01T10:26:49.3535623Z test_ops.py::TestTagsCPU::test_tags_bitwise_xor_cpu_int64 PASSED [ 97%] 2022-12-01T10:26:49.3535868Z test_ops.py::TestTagsCPU::test_tags_block_diag_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3536119Z test_ops.py::TestTagsCPU::test_tags_bmm_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3536384Z test_ops.py::TestTagsCPU::test_tags_broadcast_shapes_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3536626Z test_ops.py::TestTagsCPU::test_tags_byte_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3536883Z test_ops.py::TestTagsCPU::test_tags_cartesian_prod_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3537111Z test_ops.py::TestTagsCPU::test_tags_cat_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3537359Z test_ops.py::TestTagsCPU::test_tags_cdist_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3537600Z test_ops.py::TestTagsCPU::test_tags_ceil_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3537858Z test_ops.py::TestTagsCPU::test_tags_cholesky_solve_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3538098Z test_ops.py::TestTagsCPU::test_tags_clamp_max_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3538347Z test_ops.py::TestTagsCPU::test_tags_clamp_min_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3538584Z test_ops.py::TestTagsCPU::test_tags_clone_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3538903Z test_ops.py::TestTagsCPU::test_tags_column_stack_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3539116Z test_ops.py::TestTagsCPU::test_tags_complex_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3539345Z test_ops.py::TestTagsCPU::test_tags_conj_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3539596Z test_ops.py::TestTagsCPU::test_tags_constant_pad_nd_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3539843Z test_ops.py::TestTagsCPU::test_tags_copysign_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3540085Z test_ops.py::TestTagsCPU::test_tags_corrcoef_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3540319Z test_ops.py::TestTagsCPU::test_tags_cos_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3540643Z test_ops.py::TestTagsCPU::test_tags_count_nonzero_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3540883Z test_ops.py::TestTagsCPU::test_tags_cross_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3541119Z test_ops.py::TestTagsCPU::test_tags_cummax_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3541363Z test_ops.py::TestTagsCPU::test_tags_cumprod_cpu_float32 PASSED [ 97%] 2022-12-01T10:26:49.3541612Z test_ops.py::TestTagsCPU::test_tags_deg2rad_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3541845Z test_ops.py::TestTagsCPU::test_tags_diag_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3542096Z test_ops.py::TestTagsCPU::test_tags_diag_embed_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3542356Z test_ops.py::TestTagsCPU::test_tags_diagonal_scatter_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3542597Z test_ops.py::TestTagsCPU::test_tags_digamma_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3542869Z test_ops.py::TestTagsCPU::test_tags_div_no_rounding_mode_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3543117Z test_ops.py::TestTagsCPU::test_tags_dstack_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3543348Z test_ops.py::TestTagsCPU::test_tags_eq_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3543592Z test_ops.py::TestTagsCPU::test_tags_equal_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3543843Z test_ops.py::TestTagsCPU::test_tags_erfinv_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3544081Z test_ops.py::TestTagsCPU::test_tags_exp2_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3544316Z test_ops.py::TestTagsCPU::test_tags_exp_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3544541Z test_ops.py::TestTagsCPU::test_tags_expand_as_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3544759Z test_ops.py::TestTagsCPU::test_tags_eye_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3544986Z test_ops.py::TestTagsCPU::test_tags_fft_fft_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3545213Z test_ops.py::TestTagsCPU::test_tags_fft_fftn_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3545464Z test_ops.py::TestTagsCPU::test_tags_fft_hfftn_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3545704Z test_ops.py::TestTagsCPU::test_tags_fft_ifft2_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3545960Z test_ops.py::TestTagsCPU::test_tags_fft_ifftshift_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3546200Z test_ops.py::TestTagsCPU::test_tags_fft_ihfft_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3546448Z test_ops.py::TestTagsCPU::test_tags_fft_ihfftn_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3546683Z test_ops.py::TestTagsCPU::test_tags_fft_irfft2_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3546928Z test_ops.py::TestTagsCPU::test_tags_fft_irfft_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3547155Z test_ops.py::TestTagsCPU::test_tags_fft_rfftn_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3547397Z test_ops.py::TestTagsCPU::test_tags_flip_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3547642Z test_ops.py::TestTagsCPU::test_tags_fliplr_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3547988Z test_ops.py::TestTagsCPU::test_tags_flipud_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3548231Z test_ops.py::TestTagsCPU::test_tags_float_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3548477Z test_ops.py::TestTagsCPU::test_tags_float_power_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3548696Z test_ops.py::TestTagsCPU::test_tags_floor_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3548918Z test_ops.py::TestTagsCPU::test_tags_floor_divide_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3549124Z test_ops.py::TestTagsCPU::test_tags_fmax_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3549346Z test_ops.py::TestTagsCPU::test_tags_frexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3549577Z test_ops.py::TestTagsCPU::test_tags_gather_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3549895Z test_ops.py::TestTagsCPU::test_tags_ge_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3550144Z test_ops.py::TestTagsCPU::test_tags_gradient_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3550375Z test_ops.py::TestTagsCPU::test_tags_gt_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3550622Z test_ops.py::TestTagsCPU::test_tags_heaviside_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3550864Z test_ops.py::TestTagsCPU::test_tags_histc_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3551101Z test_ops.py::TestTagsCPU::test_tags_histogram_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3551356Z test_ops.py::TestTagsCPU::test_tags_histogramdd_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3551596Z test_ops.py::TestTagsCPU::test_tags_hstack_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3551825Z test_ops.py::TestTagsCPU::test_tags_i0_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3552070Z test_ops.py::TestTagsCPU::test_tags_igammac_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3552314Z test_ops.py::TestTagsCPU::test_tags_imag_cpu_complex64 PASSED [ 98%] 2022-12-01T10:26:49.3552564Z test_ops.py::TestTagsCPU::test_tags_index_fill_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3552813Z test_ops.py::TestTagsCPU::test_tags_index_reduce_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3553031Z test_ops.py::TestTagsCPU::test_tags_index_select_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3553267Z test_ops.py::TestTagsCPU::test_tags_inner_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3553503Z test_ops.py::TestTagsCPU::test_tags_int_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3553747Z test_ops.py::TestTagsCPU::test_tags_isclose_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3553993Z test_ops.py::TestTagsCPU::test_tags_isposinf_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3554375Z test_ops.py::TestTagsCPU::test_tags_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-12-01T10:26:49.3554622Z test_ops.py::TestTagsCPU::test_tags_kron_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3554872Z test_ops.py::TestTagsCPU::test_tags_ldexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3555091Z test_ops.py::TestTagsCPU::test_tags_le_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3555340Z test_ops.py::TestTagsCPU::test_tags_lerp_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3555588Z test_ops.py::TestTagsCPU::test_tags_lgamma_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3555841Z test_ops.py::TestTagsCPU::test_tags_linalg_cond_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3556083Z test_ops.py::TestTagsCPU::test_tags_linalg_cross_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3556330Z test_ops.py::TestTagsCPU::test_tags_linalg_det_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3556723Z test_ops.py::TestTagsCPU::test_tags_linalg_eig_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3556988Z test_ops.py::TestTagsCPU::test_tags_linalg_eigh_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3557343Z test_ops.py::TestTagsCPU::test_tags_linalg_eigvals_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3557598Z test_ops.py::TestTagsCPU::test_tags_linalg_inv_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3557857Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3558119Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_ex_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3558380Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_solve_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3558637Z test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3558892Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_solve_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3559159Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3559530Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_power_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3559769Z test_ops.py::TestTagsCPU::test_tags_linalg_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3560159Z 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:26:49.3560402Z test_ops.py::TestTagsCPU::test_tags_linalg_qr_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3560656Z test_ops.py::TestTagsCPU::test_tags_linalg_slogdet_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3560887Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3561118Z test_ops.py::TestTagsCPU::test_tags_linalg_svdvals_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3561362Z test_ops.py::TestTagsCPU::test_tags_linalg_tensorinv_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3561613Z test_ops.py::TestTagsCPU::test_tags_linalg_tensorsolve_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3561843Z test_ops.py::TestTagsCPU::test_tags_linalg_vander_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3562077Z test_ops.py::TestTagsCPU::test_tags_log10_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3562319Z test_ops.py::TestTagsCPU::test_tags_log1p_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3562558Z test_ops.py::TestTagsCPU::test_tags_log_softmax_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3562783Z test_ops.py::TestTagsCPU::test_tags_logaddexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3563015Z test_ops.py::TestTagsCPU::test_tags_logcumsumexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3563249Z test_ops.py::TestTagsCPU::test_tags_logical_and_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3563492Z test_ops.py::TestTagsCPU::test_tags_logical_not_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3563715Z test_ops.py::TestTagsCPU::test_tags_logspace_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3563958Z test_ops.py::TestTagsCPU::test_tags_logsumexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3564192Z test_ops.py::TestTagsCPU::test_tags_long_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3564432Z test_ops.py::TestTagsCPU::test_tags_lt_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3564667Z test_ops.py::TestTagsCPU::test_tags_lu_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3564907Z test_ops.py::TestTagsCPU::test_tags_lu_solve_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3565152Z test_ops.py::TestTagsCPU::test_tags_lu_unpack_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3565396Z test_ops.py::TestTagsCPU::test_tags_mH_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3565633Z test_ops.py::TestTagsCPU::test_tags_masked_amin_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3565877Z test_ops.py::TestTagsCPU::test_tags_masked_argmin_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3566132Z test_ops.py::TestTagsCPU::test_tags_masked_cumprod_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3566384Z test_ops.py::TestTagsCPU::test_tags_masked_cumsum_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3566746Z test_ops.py::TestTagsCPU::test_tags_masked_logaddexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3567009Z test_ops.py::TestTagsCPU::test_tags_masked_logsumexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3567267Z test_ops.py::TestTagsCPU::test_tags_masked_median_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3567521Z test_ops.py::TestTagsCPU::test_tags_masked_normalize_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3567756Z test_ops.py::TestTagsCPU::test_tags_masked_select_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3568006Z test_ops.py::TestTagsCPU::test_tags_masked_std_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3568257Z test_ops.py::TestTagsCPU::test_tags_masked_sum_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3568504Z test_ops.py::TestTagsCPU::test_tags_masked_var_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3568821Z test_ops.py::TestTagsCPU::test_tags_matrix_exp_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3569074Z test_ops.py::TestTagsCPU::test_tags_max_binary_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3569360Z test_ops.py::TestTagsCPU::test_tags_meshgrid_variadic_tensors_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3569612Z test_ops.py::TestTagsCPU::test_tags_min_reduction_with_dim_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3569832Z test_ops.py::TestTagsCPU::test_tags_minimum_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3570069Z test_ops.py::TestTagsCPU::test_tags_mode_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3570302Z test_ops.py::TestTagsCPU::test_tags_mul_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3570548Z test_ops.py::TestTagsCPU::test_tags_multinomial_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3570812Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3571074Z test_ops.py::TestTagsCPU::test_tags_nanquantile_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3571316Z test_ops.py::TestTagsCPU::test_tags_narrow_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3571577Z test_ops.py::TestTagsCPU::test_tags_native_batch_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3571820Z test_ops.py::TestTagsCPU::test_tags_neg_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3572058Z test_ops.py::TestTagsCPU::test_tags_new_empty_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3572308Z test_ops.py::TestTagsCPU::test_tags_new_ones_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3572553Z test_ops.py::TestTagsCPU::test_tags_nextafter_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3572886Z test_ops.py::TestTagsCPU::test_tags_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3573195Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3573499Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3573784Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool2d_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3574075Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool3d_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3574339Z test_ops.py::TestTagsCPU::test_tags_nn_functional_batch_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3574658Z test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 98%] 2022-12-01T10:26:49.3574934Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv1d_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3575204Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv2d_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3575505Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3575805Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3576118Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3576488Z test_ops.py::TestTagsCPU::test_tags_nn_functional_ctc_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3576816Z test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3577120Z test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3577396Z test_ops.py::TestTagsCPU::test_tags_nn_functional_gelu_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3577641Z test_ops.py::TestTagsCPU::test_tags_nn_functional_glu_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3577926Z test_ops.py::TestTagsCPU::test_tags_nn_functional_group_norm_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3578211Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardshrink_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3578588Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardsigmoid_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3578872Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardswish_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3579167Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardtanh_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3579460Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3579778Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3580063Z test_ops.py::TestTagsCPU::test_tags_nn_functional_kl_div_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3580339Z test_ops.py::TestTagsCPU::test_tags_nn_functional_l1_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3580604Z test_ops.py::TestTagsCPU::test_tags_nn_functional_leaky_relu_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3580903Z test_ops.py::TestTagsCPU::test_tags_nn_functional_local_response_norm_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3581187Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool2d_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3581476Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool3d_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3581736Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3582011Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3582279Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3582516Z test_ops.py::TestTagsCPU::test_tags_nn_functional_mish_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3582780Z test_ops.py::TestTagsCPU::test_tags_nn_functional_mse_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3583057Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3583323Z test_ops.py::TestTagsCPU::test_tags_nn_functional_nll_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3583621Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_circular_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3583904Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_constant_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3584169Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_replicate_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3584440Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pdist_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3584722Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3584980Z test_ops.py::TestTagsCPU::test_tags_nn_functional_prelu_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3585247Z test_ops.py::TestTagsCPU::test_tags_nn_functional_relu_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3585514Z test_ops.py::TestTagsCPU::test_tags_nn_functional_rrelu_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3585779Z test_ops.py::TestTagsCPU::test_tags_nn_functional_selu_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3586050Z test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3586424Z test_ops.py::TestTagsCPU::test_tags_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3586698Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3586977Z test_ops.py::TestTagsCPU::test_tags_nn_functional_threshold_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3587249Z test_ops.py::TestTagsCPU::test_tags_nn_functional_unfold_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3587541Z test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_nearest_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3587786Z test_ops.py::TestTagsCPU::test_tags_nonzero_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3588032Z test_ops.py::TestTagsCPU::test_tags_norm_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3588280Z test_ops.py::TestTagsCPU::test_tags_norm_fro_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3588581Z test_ops.py::TestTagsCPU::test_tags_norm_nuc_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3588840Z test_ops.py::TestTagsCPU::test_tags_normal_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3589078Z test_ops.py::TestTagsCPU::test_tags_ones_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3589320Z test_ops.py::TestTagsCPU::test_tags_ones_like_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3589612Z test_ops.py::TestTagsCPU::test_tags_ops_nvprims_native_batch_norm_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3589874Z test_ops.py::TestTagsCPU::test_tags_pca_lowrank_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3590128Z test_ops.py::TestTagsCPU::test_tags_pinverse_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3590373Z test_ops.py::TestTagsCPU::test_tags_polar_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3590647Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_0_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3590931Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_1_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3591204Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_2_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3591457Z test_ops.py::TestTagsCPU::test_tags_pow_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3591707Z test_ops.py::TestTagsCPU::test_tags_prod_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3591946Z test_ops.py::TestTagsCPU::test_tags_put_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3592199Z test_ops.py::TestTagsCPU::test_tags_rand_like_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3592447Z test_ops.py::TestTagsCPU::test_tags_real_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3592681Z test_ops.py::TestTagsCPU::test_tags_renorm_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3592942Z test_ops.py::TestTagsCPU::test_tags_reshape_as_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3593205Z test_ops.py::TestTagsCPU::test_tags_reshape_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3593449Z test_ops.py::TestTagsCPU::test_tags_resize_as__cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3593704Z test_ops.py::TestTagsCPU::test_tags_resolve_neg_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3593952Z test_ops.py::TestTagsCPU::test_tags_round_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3594302Z test_ops.py::TestTagsCPU::test_tags_round_decimals_neg_3_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3594548Z test_ops.py::TestTagsCPU::test_tags_rsub_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3594794Z test_ops.py::TestTagsCPU::test_tags_scatter_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3595051Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amin_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3595330Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_prod_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3595589Z test_ops.py::TestTagsCPU::test_tags_searchsorted_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3595880Z test_ops.py::TestTagsCPU::test_tags_segment_reduce_lengths_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3596231Z test_ops.py::TestTagsCPU::test_tags_select_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3596480Z test_ops.py::TestTagsCPU::test_tags_sgn_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3596869Z test_ops.py::TestTagsCPU::test_tags_sign_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3597121Z test_ops.py::TestTagsCPU::test_tags_sin_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3597348Z test_ops.py::TestTagsCPU::test_tags_sinh_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3597582Z test_ops.py::TestTagsCPU::test_tags_slice_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3597847Z test_ops.py::TestTagsCPU::test_tags_special_bessel_j0_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3598114Z test_ops.py::TestTagsCPU::test_tags_special_bessel_j1_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3598476Z test_ops.py::TestTagsCPU::test_tags_special_bessel_y0_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3598740Z test_ops.py::TestTagsCPU::test_tags_special_bessel_y1_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3599023Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3599657Z 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:26:49.3599888Z test_ops.py::TestTagsCPU::test_tags_special_erfcx_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3600174Z test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_he_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3600452Z test_ops.py::TestTagsCPU::test_tags_special_laguerre_polynomial_l_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3601049Z 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:26:49.3601310Z test_ops.py::TestTagsCPU::test_tags_special_log_ndtr_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3601571Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k0_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3601831Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k1_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3602111Z test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3602769Z 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:26:49.3603365Z 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:26:49.3603987Z 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:26:49.3604263Z test_ops.py::TestTagsCPU::test_tags_special_spherical_bessel_j0_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3604498Z test_ops.py::TestTagsCPU::test_tags_special_zeta_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3604737Z test_ops.py::TestTagsCPU::test_tags_split_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3604980Z test_ops.py::TestTagsCPU::test_tags_split_list_args_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3605216Z test_ops.py::TestTagsCPU::test_tags_sqrt_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3605452Z test_ops.py::TestTagsCPU::test_tags_square_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3605670Z test_ops.py::TestTagsCPU::test_tags_stack_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3605881Z test_ops.py::TestTagsCPU::test_tags_std_mean_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3606111Z test_ops.py::TestTagsCPU::test_tags_sub_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3606344Z test_ops.py::TestTagsCPU::test_tags_svd_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3606717Z test_ops.py::TestTagsCPU::test_tags_take_along_dim_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3606956Z test_ops.py::TestTagsCPU::test_tags_tan_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3607184Z test_ops.py::TestTagsCPU::test_tags_tanh_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3607419Z test_ops.py::TestTagsCPU::test_tags_tensor_split_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3607658Z test_ops.py::TestTagsCPU::test_tags_tensordot_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3607880Z test_ops.py::TestTagsCPU::test_tags_tile_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3608113Z test_ops.py::TestTagsCPU::test_tags_topk_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3608354Z test_ops.py::TestTagsCPU::test_tags_trace_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3608677Z test_ops.py::TestTagsCPU::test_tags_transpose_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3608939Z test_ops.py::TestTagsCPU::test_tags_true_divide_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3609185Z test_ops.py::TestTagsCPU::test_tags_trunc_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3609438Z test_ops.py::TestTagsCPU::test_tags_unbind_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3609679Z test_ops.py::TestTagsCPU::test_tags_uniform_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3609901Z test_ops.py::TestTagsCPU::test_tags_unsqueeze_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3610142Z test_ops.py::TestTagsCPU::test_tags_var_mean_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3610403Z test_ops.py::TestTagsCPU::test_tags_view_as_complex_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3610662Z test_ops.py::TestTagsCPU::test_tags_view_as_real_cpu_complex64 PASSED [ 99%] 2022-12-01T10:26:49.3610891Z test_ops.py::TestTagsCPU::test_tags_view_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3611145Z test_ops.py::TestTagsCPU::test_tags_vstack_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3611389Z test_ops.py::TestTagsCPU::test_tags_xlogy_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3611636Z test_ops.py::TestTagsCPU::test_tags_zeros_cpu_float32 PASSED [ 99%] 2022-12-01T10:26:49.3611865Z test_ops.py::TestTagsCPU::test_tags_zeros_like_cpu_float32 PASSED [100%] 2022-12-01T10:26:49.3611898Z 2022-12-01T10:26:49.3612468Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops/test_ops-9f7dbc62933b001c.xml - 2022-12-01T10:26:49.3612725Z = 9104 passed, 3887 skipped, 23 deselected, 134 xfailed, 178 warnings in 1109.17s (0:18:29) = 2022-12-01T10:26:49.3613031Z 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:26:49.3613040Z 2022-12-01T10:26:49.3613560Z ##[endgroup] 2022-12-01T10:26:49.3614044Z FINISHED PRINTING LOG FILE of test_ops (/var/lib/jenkins/workspace/test/test-reports/test_ops_e3qs_2ih) 2022-12-01T10:26:49.3614054Z 2022-12-01T10:27:05.8207474Z 2022-12-01T10:27:05.8208064Z Expand the folded group to see the log file of test_ops 2022-12-01T10:27:05.8208820Z ##[group]PRINTING LOG FILE of test_ops (/var/lib/jenkins/workspace/test/test-reports/test_ops_pg8m2ouq) 2022-12-01T10:27:05.8246752Z Test results will be stored in test-reports/python-pytest/test_ops/test_ops-83d01684da206af9.xml 2022-12-01T10:27:05.8247243Z ============================= test session starts ============================== 2022-12-01T10:27:05.8247840Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:27:05.8248303Z cachedir: .pytest_cache 2022-12-01T10:27:05.8249045Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:27:05.8249691Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:27:05.8250384Z 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:27:05.8251211Z collecting ... collected 26295 items / 15 deselected / 26280 selected 2022-12-01T10:27:05.9786559Z 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:27:06.0955238Z 2022-12-01T10:27:06.0955572Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_T_cpu_complex32 PASSED [ 0%] 2022-12-01T10:27:06.0956002Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_cpu_complex32 SKIPPED (Errors when storage_offset is included) [ 0%] 2022-12-01T10:27:06.0956412Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_1d_cpu_complex32 PASSED [ 0%] 2022-12-01T10:27:06.0956890Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bfloat16_cpu_complex32 PASSED [ 0%] 2022-12-01T10:27:06.0957261Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_column_stack_cpu_complex32 PASSED [ 0%] 2022-12-01T10:27:06.0957866Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diag_embed_cpu_complex32 PASSED [ 0%] 2022-12-01T10:27:06.0958236Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diagonal_cpu_complex32 PASSED [ 0%] 2022-12-01T10:27:06.0958601Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dsplit_cpu_complex32 PASSED [ 0%] 2022-12-01T10:27:06.0958995Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 0%] 2022-12-01T10:27:06.0959401Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_ifftshift_cpu_complex32 PASSED [ 0%] 2022-12-01T10:27:06.0959768Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fill_cpu_complex32 PASSED [ 0%] 2022-12-01T10:27:06.0960192Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hstack_cpu_complex32 PASSED [ 0%] 2022-12-01T10:27:06.0960554Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_select_cpu_complex32 PASSED [ 0%] 2022-12-01T10:27:06.0960917Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_long_cpu_complex32 PASSED [ 0%] 2022-12-01T10:27:06.0961271Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mT_cpu_complex32 PASSED [ 0%] 2022-12-01T10:27:06.0961614Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_movedim_cpu_complex32 PASSED [ 0%] 2022-12-01T10:27:06.0962021Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_cpu_complex32 SKIPPED (Expected: new_empty is not comparable) [ 0%] 2022-12-01T10:27:06.0962485Z 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:27:06.0962903Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_full_cpu_complex32 PASSED [ 0%] 2022-12-01T10:27:06.0963253Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_ones_cpu_complex32 PASSED [ 0%] 2022-12-01T10:27:06.0963616Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_nonzero_cpu_complex32 PASSED [ 0%] 2022-12-01T10:27:06.0963977Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_like_cpu_complex32 PASSED [ 0%] 2022-12-01T10:27:06.0964339Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_permute_cpu_complex32 PASSED [ 0%] 2022-12-01T10:27:06.0964691Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_positive_cpu_complex32 PASSED [ 0%] 2022-12-01T10:27:06.0965119Z 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:27:06.0965534Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_real_cpu_complex32 PASSED [ 0%] 2022-12-01T10:27:06.0965904Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_resolve_neg_cpu_complex32 PASSED [ 0%] 2022-12-01T10:27:06.0966260Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unbind_cpu_complex32 PASSED [ 0%] 2022-12-01T10:27:06.0966626Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unflatten_cpu_complex32 PASSED [ 0%] 2022-12-01T10:27:06.0966990Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unfold_cpu_complex32 PASSED [ 0%] 2022-12-01T10:27:06.0967354Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unsqueeze_cpu_complex32 PASSED [ 0%] 2022-12-01T10:27:06.0967703Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_as_cpu_complex32 PASSED [ 0%] 2022-12-01T10:27:06.0968063Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_cpu_complex32 PASSED [ 0%] 2022-12-01T10:27:06.0968425Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vsplit_cpu_complex32 PASSED [ 0%] 2022-12-01T10:27:06.0968772Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_cpu_complex32 PASSED [ 0%] 2022-12-01T10:27:06.0969134Z test_ops.py::TestCommonCPU::test_dtypes_H_cpu PASSED [ 0%] 2022-12-01T10:27:06.0969432Z test_ops.py::TestCommonCPU::test_dtypes_T_cpu PASSED [ 0%] 2022-12-01T10:27:06.0969728Z test_ops.py::TestCommonCPU::test_dtypes___getitem___cpu PASSED [ 0%] 2022-12-01T10:27:06.0970015Z test_ops.py::TestCommonCPU::test_dtypes___radd___cpu PASSED [ 0%] 2022-12-01T10:27:06.0970304Z test_ops.py::TestCommonCPU::test_dtypes___rand___cpu PASSED [ 0%] 2022-12-01T10:27:06.0970599Z test_ops.py::TestCommonCPU::test_dtypes___rmod___cpu PASSED [ 0%] 2022-12-01T10:27:06.0970878Z test_ops.py::TestCommonCPU::test_dtypes___rmul___cpu PASSED [ 0%] 2022-12-01T10:27:06.0971174Z test_ops.py::TestCommonCPU::test_dtypes__refs_abs_cpu PASSED [ 0%] 2022-12-01T10:27:06.0971540Z test_ops.py::TestCommonCPU::test_dtypes__refs_all_cpu PASSED [ 0%] 2022-12-01T10:27:06.0971836Z test_ops.py::TestCommonCPU::test_dtypes__refs_allclose_cpu PASSED [ 0%] 2022-12-01T10:27:06.0972125Z test_ops.py::TestCommonCPU::test_dtypes__refs_amax_cpu PASSED [ 0%] 2022-12-01T10:27:06.0972417Z test_ops.py::TestCommonCPU::test_dtypes__refs_amin_cpu PASSED [ 0%] 2022-12-01T10:27:06.0972710Z test_ops.py::TestCommonCPU::test_dtypes__refs_any_cpu PASSED [ 0%] 2022-12-01T10:27:06.0972993Z test_ops.py::TestCommonCPU::test_dtypes__refs_as_strided_cpu PASSED [ 0%] 2022-12-01T10:27:06.0973290Z test_ops.py::TestCommonCPU::test_dtypes__refs_asin_cpu PASSED [ 0%] 2022-12-01T10:27:06.0973584Z test_ops.py::TestCommonCPU::test_dtypes__refs_atanh_cpu PASSED [ 0%] 2022-12-01T10:27:06.0973886Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_2d_cpu PASSED [ 0%] 2022-12-01T10:27:06.0974179Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_not_cpu PASSED [ 0%] 2022-12-01T10:27:06.0974484Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_or_cpu PASSED [ 0%] 2022-12-01T10:27:06.0974788Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_xor_cpu PASSED [ 0%] 2022-12-01T10:27:06.0975090Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_shapes_cpu PASSED [ 0%] 2022-12-01T10:27:06.0975412Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_tensors_cpu PASSED [ 0%] 2022-12-01T10:27:06.0975731Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_to_cpu PASSED [ 0%] 2022-12-01T10:27:06.0976030Z test_ops.py::TestCommonCPU::test_dtypes__refs_cat_cpu PASSED [ 0%] 2022-12-01T10:27:06.0976311Z test_ops.py::TestCommonCPU::test_dtypes__refs_ceil_cpu PASSED [ 0%] 2022-12-01T10:27:06.0976604Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_min_cpu PASSED [ 0%] 2022-12-01T10:27:06.0976898Z test_ops.py::TestCommonCPU::test_dtypes__refs_clone_cpu PASSED [ 0%] 2022-12-01T10:27:06.0977187Z test_ops.py::TestCommonCPU::test_dtypes__refs_column_stack_cpu PASSED [ 0%] 2022-12-01T10:27:06.0977490Z test_ops.py::TestCommonCPU::test_dtypes__refs_contiguous_cpu PASSED [ 0%] 2022-12-01T10:27:06.0977792Z test_ops.py::TestCommonCPU::test_dtypes__refs_copysign_cpu PASSED [ 0%] 2022-12-01T10:27:06.0978085Z test_ops.py::TestCommonCPU::test_dtypes__refs_cumsum_cpu PASSED [ 0%] 2022-12-01T10:27:06.0978368Z test_ops.py::TestCommonCPU::test_dtypes__refs_diagonal_cpu PASSED [ 0%] 2022-12-01T10:27:06.0978678Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_floor_rounding_cpu PASSED [ 0%] 2022-12-01T10:27:06.0979002Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_trunc_rounding_cpu PASSED [ 0%] 2022-12-01T10:27:06.0979300Z test_ops.py::TestCommonCPU::test_dtypes__refs_eq_cpu PASSED [ 0%] 2022-12-01T10:27:06.0979594Z test_ops.py::TestCommonCPU::test_dtypes__refs_exp_cpu PASSED [ 0%] 2022-12-01T10:27:06.0979892Z test_ops.py::TestCommonCPU::test_dtypes__refs_expm1_cpu PASSED [ 0%] 2022-12-01T10:27:06.0980187Z test_ops.py::TestCommonCPU::test_dtypes__refs_eye_cpu PASSED [ 0%] 2022-12-01T10:27:06.0980507Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft2_cpu PASSED [ 0%] 2022-12-01T10:27:06.0980802Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft_cpu PASSED [ 0%] 2022-12-01T10:27:06.0981094Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftn_cpu PASSED [ 0%] 2022-12-01T10:27:06.0981380Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfftn_cpu PASSED [ 0%] 2022-12-01T10:27:06.0981677Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftn_cpu PASSED [ 0%] 2022-12-01T10:27:06.0981976Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft2_cpu PASSED [ 0%] 2022-12-01T10:27:06.0982273Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft_cpu PASSED [ 0%] 2022-12-01T10:27:06.0982558Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfftn_cpu PASSED [ 0%] 2022-12-01T10:27:06.0982882Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft2_cpu PASSED [ 0%] 2022-12-01T10:27:06.0983186Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfftn_cpu PASSED [ 0%] 2022-12-01T10:27:06.0983469Z test_ops.py::TestCommonCPU::test_dtypes__refs_flatten_cpu PASSED [ 0%] 2022-12-01T10:27:06.0983763Z test_ops.py::TestCommonCPU::test_dtypes__refs_flip_cpu PASSED [ 0%] 2022-12-01T10:27:06.0984058Z test_ops.py::TestCommonCPU::test_dtypes__refs_flipud_cpu PASSED [ 0%] 2022-12-01T10:27:06.0984352Z test_ops.py::TestCommonCPU::test_dtypes__refs_floor_cpu PASSED [ 0%] 2022-12-01T10:27:06.0984639Z test_ops.py::TestCommonCPU::test_dtypes__refs_floor_divide_cpu PASSED [ 0%] 2022-12-01T10:27:06.0984934Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmin_cpu PASSED [ 0%] 2022-12-01T10:27:06.0985220Z test_ops.py::TestCommonCPU::test_dtypes__refs_frac_cpu PASSED [ 0%] 2022-12-01T10:27:06.0985499Z test_ops.py::TestCommonCPU::test_dtypes__refs_gcd_cpu PASSED [ 0%] 2022-12-01T10:27:06.0985789Z test_ops.py::TestCommonCPU::test_dtypes__refs_gt_cpu PASSED [ 0%] 2022-12-01T10:27:06.0986086Z test_ops.py::TestCommonCPU::test_dtypes__refs_hsplit_cpu PASSED [ 0%] 2022-12-01T10:27:06.0986381Z test_ops.py::TestCommonCPU::test_dtypes__refs_hstack_cpu PASSED [ 0%] 2022-12-01T10:27:06.0986661Z test_ops.py::TestCommonCPU::test_dtypes__refs_imag_cpu PASSED [ 0%] 2022-12-01T10:27:06.0986956Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_select_cpu PASSED [ 0%] 2022-12-01T10:27:06.0987255Z test_ops.py::TestCommonCPU::test_dtypes__refs_isclose_cpu PASSED [ 0%] 2022-12-01T10:27:06.0987535Z test_ops.py::TestCommonCPU::test_dtypes__refs_isinf_cpu PASSED [ 0%] 2022-12-01T10:27:06.0987828Z test_ops.py::TestCommonCPU::test_dtypes__refs_isneginf_cpu PASSED [ 0%] 2022-12-01T10:27:06.0988126Z test_ops.py::TestCommonCPU::test_dtypes__refs_isposinf_cpu PASSED [ 0%] 2022-12-01T10:27:06.0988420Z test_ops.py::TestCommonCPU::test_dtypes__refs_isreal_cpu PASSED [ 0%] 2022-12-01T10:27:06.0988700Z test_ops.py::TestCommonCPU::test_dtypes__refs_lcm_cpu PASSED [ 0%] 2022-12-01T10:27:06.0988988Z test_ops.py::TestCommonCPU::test_dtypes__refs_le_cpu PASSED [ 0%] 2022-12-01T10:27:06.0989292Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_matrix_norm_cpu PASSED [ 0%] 2022-12-01T10:27:06.0989597Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svdvals_cpu PASSED [ 0%] 2022-12-01T10:27:06.0989899Z test_ops.py::TestCommonCPU::test_dtypes__refs_log1p_cpu PASSED [ 0%] 2022-12-01T10:27:06.0990195Z test_ops.py::TestCommonCPU::test_dtypes__refs_log_softmax_cpu PASSED [ 0%] 2022-12-01T10:27:06.0990494Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_or_cpu PASSED [ 0%] 2022-12-01T10:27:06.0990782Z test_ops.py::TestCommonCPU::test_dtypes__refs_logsumexp_cpu PASSED [ 0%] 2022-12-01T10:27:06.0991078Z test_ops.py::TestCommonCPU::test_dtypes__refs_lt_cpu PASSED [ 0%] 2022-12-01T10:27:06.0991397Z test_ops.py::TestCommonCPU::test_dtypes__refs_mean_cpu PASSED [ 0%] 2022-12-01T10:27:06.0991675Z test_ops.py::TestCommonCPU::test_dtypes__refs_minimum_cpu PASSED [ 0%] 2022-12-01T10:27:06.0991967Z test_ops.py::TestCommonCPU::test_dtypes__refs_movedim_cpu PASSED [ 0%] 2022-12-01T10:27:06.0992275Z test_ops.py::TestCommonCPU::test_dtypes__refs_native_layer_norm_cpu PASSED [ 0%] 2022-12-01T10:27:06.0992585Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_cpu PASSED [ 0%] 2022-12-01T10:27:06.0992871Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_full_cpu PASSED [ 0%] 2022-12-01T10:27:06.0993165Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_ones_cpu PASSED [ 0%] 2022-12-01T10:27:06.0993462Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_zeros_cpu PASSED [ 0%] 2022-12-01T10:27:06.0993793Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_celu_cpu PASSED [ 0%] 2022-12-01T10:27:06.0994200Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_dropout_cpu PASSED [ 0%] 2022-12-01T10:27:06.0994533Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_elu_cpu PASSED [ 0%] 2022-12-01T10:27:06.0994857Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_gelu_cpu PASSED [ 0%] 2022-12-01T10:27:06.0995169Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_glu_cpu PASSED [ 0%] 2022-12-01T10:27:06.0995495Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardshrink_cpu PASSED [ 0%] 2022-12-01T10:27:06.0995836Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_huber_loss_cpu PASSED [ 0%] 2022-12-01T10:27:06.0996154Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mse_loss_cpu PASSED [ 0%] 2022-12-01T10:27:06.0996497Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pairwise_distance_cpu PASSED [ 0%] 2022-12-01T10:27:06.0996935Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pdist_cpu PASSED [ 0%] 2022-12-01T10:27:06.0997273Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_poisson_nll_loss_cpu PASSED [ 0%] 2022-12-01T10:27:06.0997603Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softplus_cpu PASSED [ 0%] 2022-12-01T10:27:06.0997937Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softshrink_cpu PASSED [ 0%] 2022-12-01T10:27:06.0998384Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_tanhshrink_cpu PASSED [ 1%] 2022-12-01T10:27:06.0998739Z test_ops.py::TestCommonCPU::test_dtypes__refs_permute_cpu PASSED [ 1%] 2022-12-01T10:27:06.0999105Z test_ops.py::TestCommonCPU::test_dtypes__refs_prod_cpu PASSED [ 1%] 2022-12-01T10:27:06.0999595Z test_ops.py::TestCommonCPU::test_dtypes__refs_real_cpu PASSED [ 1%] 2022-12-01T10:27:06.0999957Z test_ops.py::TestCommonCPU::test_dtypes__refs_remainder_cpu PASSED [ 1%] 2022-12-01T10:27:06.1000333Z test_ops.py::TestCommonCPU::test_dtypes__refs_repeat_cpu PASSED [ 1%] 2022-12-01T10:27:06.1000691Z test_ops.py::TestCommonCPU::test_dtypes__refs_rot90_cpu PASSED [ 1%] 2022-12-01T10:27:06.1001006Z test_ops.py::TestCommonCPU::test_dtypes__refs_rsqrt_cpu PASSED [ 1%] 2022-12-01T10:27:06.1001425Z test_ops.py::TestCommonCPU::test_dtypes__refs_sgn_cpu PASSED [ 1%] 2022-12-01T10:27:06.1001790Z test_ops.py::TestCommonCPU::test_dtypes__refs_sign_cpu PASSED [ 1%] 2022-12-01T10:27:06.1002145Z test_ops.py::TestCommonCPU::test_dtypes__refs_softmax_cpu PASSED [ 1%] 2022-12-01T10:27:06.1002475Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_bessel_j1_cpu PASSED [ 1%] 2022-12-01T10:27:06.1043148Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1e_cpu PASSED [ 1%] 2022-12-01T10:27:06.1043486Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_logit_cpu PASSED [ 1%] 2022-12-01T10:27:06.1043839Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_3_cpu PASSED [ 1%] 2022-12-01T10:27:06.1044198Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_spherical_bessel_j0_cpu PASSED [ 1%] 2022-12-01T10:27:06.1044740Z test_ops.py::TestCommonCPU::test_dtypes__refs_sqrt_cpu PASSED [ 1%] 2022-12-01T10:27:06.1045044Z test_ops.py::TestCommonCPU::test_dtypes__refs_square_cpu PASSED [ 1%] 2022-12-01T10:27:06.1045344Z test_ops.py::TestCommonCPU::test_dtypes__refs_squeeze_cpu PASSED [ 1%] 2022-12-01T10:27:06.1045651Z test_ops.py::TestCommonCPU::test_dtypes__refs_std_mean_cpu PASSED [ 1%] 2022-12-01T10:27:06.1045943Z test_ops.py::TestCommonCPU::test_dtypes__refs_sum_cpu PASSED [ 1%] 2022-12-01T10:27:06.1046242Z test_ops.py::TestCommonCPU::test_dtypes__refs_sum_to_size_cpu PASSED [ 1%] 2022-12-01T10:27:06.1046545Z test_ops.py::TestCommonCPU::test_dtypes__refs_t_cpu PASSED [ 1%] 2022-12-01T10:27:06.1046826Z test_ops.py::TestCommonCPU::test_dtypes__refs_tan_cpu PASSED [ 1%] 2022-12-01T10:27:06.1047177Z test_ops.py::TestCommonCPU::test_dtypes__refs_tanh_cpu PASSED [ 1%] 2022-12-01T10:27:06.1047482Z test_ops.py::TestCommonCPU::test_dtypes__refs_tril_indices_cpu PASSED [ 1%] 2022-12-01T10:27:06.1047786Z test_ops.py::TestCommonCPU::test_dtypes__refs_true_divide_cpu PASSED [ 1%] 2022-12-01T10:27:06.1048079Z test_ops.py::TestCommonCPU::test_dtypes__refs_unflatten_cpu PASSED [ 1%] 2022-12-01T10:27:06.1048378Z test_ops.py::TestCommonCPU::test_dtypes__refs_var_mean_cpu PASSED [ 1%] 2022-12-01T10:27:06.1048674Z test_ops.py::TestCommonCPU::test_dtypes__refs_view_cpu PASSED [ 1%] 2022-12-01T10:27:06.1048959Z test_ops.py::TestCommonCPU::test_dtypes__refs_vsplit_cpu PASSED [ 1%] 2022-12-01T10:27:06.1049256Z test_ops.py::TestCommonCPU::test_dtypes__refs_where_cpu PASSED [ 1%] 2022-12-01T10:27:06.1049547Z test_ops.py::TestCommonCPU::test_dtypes_add_cpu PASSED [ 1%] 2022-12-01T10:27:06.1049841Z test_ops.py::TestCommonCPU::test_dtypes_addcdiv_cpu PASSED [ 1%] 2022-12-01T10:27:06.1050122Z test_ops.py::TestCommonCPU::test_dtypes_addmm_cpu PASSED [ 1%] 2022-12-01T10:27:06.1050411Z test_ops.py::TestCommonCPU::test_dtypes_addmv_cpu PASSED [ 1%] 2022-12-01T10:27:06.1050700Z test_ops.py::TestCommonCPU::test_dtypes_addr_cpu PASSED [ 1%] 2022-12-01T10:27:06.1050974Z test_ops.py::TestCommonCPU::test_dtypes_all_cpu PASSED [ 1%] 2022-12-01T10:27:06.1051266Z test_ops.py::TestCommonCPU::test_dtypes_amax_cpu PASSED [ 1%] 2022-12-01T10:27:06.1051554Z test_ops.py::TestCommonCPU::test_dtypes_amin_cpu PASSED [ 1%] 2022-12-01T10:27:06.1051840Z test_ops.py::TestCommonCPU::test_dtypes_angle_cpu PASSED [ 1%] 2022-12-01T10:27:06.1052117Z test_ops.py::TestCommonCPU::test_dtypes_any_cpu PASSED [ 1%] 2022-12-01T10:27:06.1052405Z test_ops.py::TestCommonCPU::test_dtypes_argmin_cpu PASSED [ 1%] 2022-12-01T10:27:06.1052697Z test_ops.py::TestCommonCPU::test_dtypes_argsort_cpu PASSED [ 1%] 2022-12-01T10:27:06.1052983Z test_ops.py::TestCommonCPU::test_dtypes_as_strided_cpu PASSED [ 1%] 2022-12-01T10:27:06.1053276Z test_ops.py::TestCommonCPU::test_dtypes_atan2_cpu PASSED [ 1%] 2022-12-01T10:27:06.1053564Z test_ops.py::TestCommonCPU::test_dtypes_atanh_cpu PASSED [ 1%] 2022-12-01T10:27:06.1053856Z test_ops.py::TestCommonCPU::test_dtypes_atleast_1d_cpu PASSED [ 1%] 2022-12-01T10:27:06.1054137Z test_ops.py::TestCommonCPU::test_dtypes_atleast_3d_cpu PASSED [ 1%] 2022-12-01T10:27:06.1054430Z test_ops.py::TestCommonCPU::test_dtypes_baddbmm_cpu PASSED [ 1%] 2022-12-01T10:27:06.1054726Z test_ops.py::TestCommonCPU::test_dtypes_bernoulli_cpu PASSED [ 1%] 2022-12-01T10:27:06.1055006Z test_ops.py::TestCommonCPU::test_dtypes_bfloat16_cpu PASSED [ 1%] 2022-12-01T10:27:06.1055303Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_not_cpu PASSED [ 1%] 2022-12-01T10:27:06.1055627Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_or_cpu PASSED [ 1%] 2022-12-01T10:27:06.1055930Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_right_shift_cpu PASSED [ 1%] 2022-12-01T10:27:06.1056220Z test_ops.py::TestCommonCPU::test_dtypes_block_diag_cpu PASSED [ 1%] 2022-12-01T10:27:06.1056520Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_tensors_cpu PASSED [ 1%] 2022-12-01T10:27:06.1056824Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_to_cpu PASSED [ 1%] 2022-12-01T10:27:06.1057106Z test_ops.py::TestCommonCPU::test_dtypes_byte_cpu PASSED [ 1%] 2022-12-01T10:27:06.1057396Z test_ops.py::TestCommonCPU::test_dtypes_cat_cpu PASSED [ 1%] 2022-12-01T10:27:06.1057683Z test_ops.py::TestCommonCPU::test_dtypes_cdist_cpu PASSED [ 1%] 2022-12-01T10:27:06.1058001Z test_ops.py::TestCommonCPU::test_dtypes_ceil_cpu PASSED [ 1%] 2022-12-01T10:27:06.1058277Z test_ops.py::TestCommonCPU::test_dtypes_char_cpu PASSED [ 1%] 2022-12-01T10:27:06.1058571Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_cpu PASSED [ 1%] 2022-12-01T10:27:06.1058864Z test_ops.py::TestCommonCPU::test_dtypes_chunk_cpu PASSED [ 1%] 2022-12-01T10:27:06.1059143Z test_ops.py::TestCommonCPU::test_dtypes_complex_cpu PASSED [ 1%] 2022-12-01T10:27:06.1059433Z test_ops.py::TestCommonCPU::test_dtypes_conj_cpu PASSED [ 1%] 2022-12-01T10:27:06.1059725Z test_ops.py::TestCommonCPU::test_dtypes_copysign_cpu PASSED [ 1%] 2022-12-01T10:27:06.1060020Z test_ops.py::TestCommonCPU::test_dtypes_corrcoef_cpu PASSED [ 1%] 2022-12-01T10:27:06.1060298Z test_ops.py::TestCommonCPU::test_dtypes_cosh_cpu PASSED [ 1%] 2022-12-01T10:27:06.1060584Z test_ops.py::TestCommonCPU::test_dtypes_cov_cpu PASSED [ 1%] 2022-12-01T10:27:06.1060876Z test_ops.py::TestCommonCPU::test_dtypes_cumprod_cpu PASSED [ 1%] 2022-12-01T10:27:06.1061158Z test_ops.py::TestCommonCPU::test_dtypes_cumsum_cpu PASSED [ 1%] 2022-12-01T10:27:06.1061450Z test_ops.py::TestCommonCPU::test_dtypes_deg2rad_cpu PASSED [ 1%] 2022-12-01T10:27:06.1061740Z test_ops.py::TestCommonCPU::test_dtypes_diag_cpu PASSED [ 1%] 2022-12-01T10:27:06.1062033Z test_ops.py::TestCommonCPU::test_dtypes_diagflat_cpu PASSED [ 1%] 2022-12-01T10:27:06.1062311Z test_ops.py::TestCommonCPU::test_dtypes_diff_cpu PASSED [ 1%] 2022-12-01T10:27:06.1062598Z test_ops.py::TestCommonCPU::test_dtypes_digamma_cpu PASSED [ 1%] 2022-12-01T10:27:06.1062887Z test_ops.py::TestCommonCPU::test_dtypes_dist_cpu PASSED [ 1%] 2022-12-01T10:27:06.1063170Z test_ops.py::TestCommonCPU::test_dtypes_div_trunc_rounding_cpu PASSED [ 1%] 2022-12-01T10:27:06.1063466Z test_ops.py::TestCommonCPU::test_dtypes_dot_cpu PASSED [ 1%] 2022-12-01T10:27:06.1063757Z test_ops.py::TestCommonCPU::test_dtypes_dsplit_cpu PASSED [ 1%] 2022-12-01T10:27:06.1064045Z test_ops.py::TestCommonCPU::test_dtypes_eq_cpu PASSED [ 1%] 2022-12-01T10:27:06.1064320Z test_ops.py::TestCommonCPU::test_dtypes_expand_as_cpu PASSED [ 1%] 2022-12-01T10:27:06.1064612Z test_ops.py::TestCommonCPU::test_dtypes_expm1_cpu PASSED [ 1%] 2022-12-01T10:27:06.1064902Z test_ops.py::TestCommonCPU::test_dtypes_fft_fft2_cpu PASSED [ 1%] 2022-12-01T10:27:06.1065182Z test_ops.py::TestCommonCPU::test_dtypes_fft_fft_cpu PASSED [ 1%] 2022-12-01T10:27:06.1065469Z test_ops.py::TestCommonCPU::test_dtypes_fft_fftn_cpu PASSED [ 1%] 2022-12-01T10:27:06.1065763Z test_ops.py::TestCommonCPU::test_dtypes_fft_fftshift_cpu PASSED [ 1%] 2022-12-01T10:27:06.1066060Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfft2_cpu PASSED [ 1%] 2022-12-01T10:27:06.1066339Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfftn_cpu PASSED [ 1%] 2022-12-01T10:27:06.1066685Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifft_cpu PASSED [ 1%] 2022-12-01T10:27:06.1066982Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifftshift_cpu PASSED [ 1%] 2022-12-01T10:27:06.1067268Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft2_cpu PASSED [ 1%] 2022-12-01T10:27:06.1067561Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft_cpu PASSED [ 1%] 2022-12-01T10:27:06.1067854Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfftn_cpu PASSED [ 1%] 2022-12-01T10:27:06.1068146Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfft2_cpu PASSED [ 1%] 2022-12-01T10:27:06.1068424Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfft_cpu PASSED [ 1%] 2022-12-01T10:27:06.1068714Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfftn_cpu PASSED [ 1%] 2022-12-01T10:27:06.1069042Z test_ops.py::TestCommonCPU::test_dtypes_flatten_cpu PASSED [ 1%] 2022-12-01T10:27:06.1069347Z test_ops.py::TestCommonCPU::test_dtypes_float_power_cpu PASSED [ 1%] 2022-12-01T10:27:06.1069631Z test_ops.py::TestCommonCPU::test_dtypes_floor_divide_cpu PASSED [ 1%] 2022-12-01T10:27:06.1069925Z test_ops.py::TestCommonCPU::test_dtypes_gather_cpu PASSED [ 1%] 2022-12-01T10:27:06.1070216Z test_ops.py::TestCommonCPU::test_dtypes_gcd_cpu PASSED [ 1%] 2022-12-01T10:27:06.1070503Z test_ops.py::TestCommonCPU::test_dtypes_ge_cpu PASSED [ 1%] 2022-12-01T10:27:06.1070780Z test_ops.py::TestCommonCPU::test_dtypes_geqrf_cpu XFAIL [ 1%] 2022-12-01T10:27:06.1071071Z test_ops.py::TestCommonCPU::test_dtypes_gradient_cpu PASSED [ 1%] 2022-12-01T10:27:06.1071362Z test_ops.py::TestCommonCPU::test_dtypes_gt_cpu PASSED [ 1%] 2022-12-01T10:27:06.1071635Z test_ops.py::TestCommonCPU::test_dtypes_half_cpu PASSED [ 1%] 2022-12-01T10:27:06.1071925Z test_ops.py::TestCommonCPU::test_dtypes_heaviside_cpu PASSED [ 1%] 2022-12-01T10:27:06.1072221Z test_ops.py::TestCommonCPU::test_dtypes_histc_cpu PASSED [ 1%] 2022-12-01T10:27:06.1072515Z test_ops.py::TestCommonCPU::test_dtypes_histogram_cpu PASSED [ 1%] 2022-12-01T10:27:06.1072801Z test_ops.py::TestCommonCPU::test_dtypes_histogramdd_cpu PASSED [ 1%] 2022-12-01T10:27:06.1073096Z test_ops.py::TestCommonCPU::test_dtypes_hsplit_cpu PASSED [ 1%] 2022-12-01T10:27:06.1073386Z test_ops.py::TestCommonCPU::test_dtypes_hstack_cpu PASSED [ 1%] 2022-12-01T10:27:06.1073664Z test_ops.py::TestCommonCPU::test_dtypes_hypot_cpu PASSED [ 1%] 2022-12-01T10:27:06.1073956Z test_ops.py::TestCommonCPU::test_dtypes_index_add_cpu PASSED [ 1%] 2022-12-01T10:27:06.1074365Z test_ops.py::TestCommonCPU::test_dtypes_index_copy_cpu PASSED [ 1%] 2022-12-01T10:27:06.1074652Z test_ops.py::TestCommonCPU::test_dtypes_index_fill_cpu PASSED [ 1%] 2022-12-01T10:27:06.1074952Z test_ops.py::TestCommonCPU::test_dtypes_index_put_cpu PASSED [ 1%] 2022-12-01T10:27:06.1075250Z test_ops.py::TestCommonCPU::test_dtypes_isfinite_cpu PASSED [ 1%] 2022-12-01T10:27:06.1075546Z test_ops.py::TestCommonCPU::test_dtypes_isposinf_cpu PASSED [ 1%] 2022-12-01T10:27:06.1075831Z test_ops.py::TestCommonCPU::test_dtypes_isreal_cpu PASSED [ 1%] 2022-12-01T10:27:06.1076168Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_2inputs_2outputs_cpu SKIPPED (Only runs on cuda) [ 1%] 2022-12-01T10:27:06.1076653Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_4inputs_with_extra_args_cpu SKIPPED (Only runs on cuda) [ 1%] 2022-12-01T10:27:06.1077024Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_unary_cpu SKIPPED (Only runs on cuda) [ 1%] 2022-12-01T10:27:06.1077334Z test_ops.py::TestCommonCPU::test_dtypes_kron_cpu PASSED [ 1%] 2022-12-01T10:27:06.1077634Z test_ops.py::TestCommonCPU::test_dtypes_kthvalue_cpu PASSED [ 1%] 2022-12-01T10:27:06.1078006Z test_ops.py::TestCommonCPU::test_dtypes_lcm_cpu PASSED [ 1%] 2022-12-01T10:27:06.1078286Z test_ops.py::TestCommonCPU::test_dtypes_le_cpu PASSED [ 1%] 2022-12-01T10:27:06.1078579Z test_ops.py::TestCommonCPU::test_dtypes_lerp_cpu PASSED [ 1%] 2022-12-01T10:27:06.1078876Z test_ops.py::TestCommonCPU::test_dtypes_linalg_det_cpu PASSED [ 2%] 2022-12-01T10:27:06.1079186Z test_ops.py::TestCommonCPU::test_dtypes_linalg_det_singular_cpu PASSED [ 2%] 2022-12-01T10:27:06.1079479Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eig_cpu PASSED [ 2%] 2022-12-01T10:27:06.1079774Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvalsh_cpu PASSED [ 2%] 2022-12-01T10:27:06.1080084Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_cpu PASSED [ 2%] 2022-12-01T10:27:06.1080414Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_cpu PASSED [ 2%] 2022-12-01T10:27:06.1080735Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_grad_oriented_cpu PASSED [ 2%] 2022-12-01T10:27:06.1081055Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_solve_cpu PASSED [ 2%] 2022-12-01T10:27:06.1081357Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_norm_cpu PASSED [ 2%] 2022-12-01T10:27:06.1081652Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_power_cpu PASSED [ 2%] 2022-12-01T10:27:06.1081958Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_cpu PASSED [ 2%] 2022-12-01T10:27:06.1082281Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_hermitian_cpu PASSED [ 2%] 2022-12-01T10:27:06.1082590Z test_ops.py::TestCommonCPU::test_dtypes_linalg_multi_dot_cpu PASSED [ 2%] 2022-12-01T10:27:06.1082912Z test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_subgradients_at_zero_cpu PASSED [ 2%] 2022-12-01T10:27:06.1083238Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_cpu PASSED [ 2%] 2022-12-01T10:27:06.1083549Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_hermitian_cpu PASSED [ 2%] 2022-12-01T10:27:06.1083921Z 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:27:06.1084293Z test_ops.py::TestCommonCPU::test_dtypes_linalg_slogdet_cpu PASSED [ 2%] 2022-12-01T10:27:06.1084598Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_cpu PASSED [ 2%] 2022-12-01T10:27:06.1084901Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_triangular_cpu PASSED [ 2%] 2022-12-01T10:27:06.1085215Z test_ops.py::TestCommonCPU::test_dtypes_linalg_svd_cpu PASSED [ 2%] 2022-12-01T10:27:06.1085517Z test_ops.py::TestCommonCPU::test_dtypes_linalg_svdvals_cpu PASSED [ 2%] 2022-12-01T10:27:06.1085823Z test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorinv_cpu PASSED [ 2%] 2022-12-01T10:27:06.1086123Z test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorsolve_cpu PASSED [ 2%] 2022-12-01T10:27:06.1086425Z test_ops.py::TestCommonCPU::test_dtypes_log10_cpu PASSED [ 2%] 2022-12-01T10:27:06.1086718Z test_ops.py::TestCommonCPU::test_dtypes_log1p_cpu PASSED [ 2%] 2022-12-01T10:27:06.1086995Z test_ops.py::TestCommonCPU::test_dtypes_log_cpu PASSED [ 2%] 2022-12-01T10:27:06.1087289Z test_ops.py::TestCommonCPU::test_dtypes_logcumsumexp_cpu PASSED [ 2%] 2022-12-01T10:27:06.1087586Z test_ops.py::TestCommonCPU::test_dtypes_logdet_cpu PASSED [ 2%] 2022-12-01T10:27:06.1087882Z test_ops.py::TestCommonCPU::test_dtypes_logical_and_cpu PASSED [ 2%] 2022-12-01T10:27:06.1088169Z test_ops.py::TestCommonCPU::test_dtypes_logical_or_cpu PASSED [ 2%] 2022-12-01T10:27:06.1088465Z test_ops.py::TestCommonCPU::test_dtypes_logsumexp_cpu PASSED [ 2%] 2022-12-01T10:27:06.1088762Z test_ops.py::TestCommonCPU::test_dtypes_lu_unpack_cpu PASSED [ 2%] 2022-12-01T10:27:06.1089048Z test_ops.py::TestCommonCPU::test_dtypes_masked_amax_cpu PASSED [ 2%] 2022-12-01T10:27:06.1089375Z test_ops.py::TestCommonCPU::test_dtypes_masked_amin_cpu PASSED [ 2%] 2022-12-01T10:27:06.1089674Z test_ops.py::TestCommonCPU::test_dtypes_masked_argmax_cpu PASSED [ 2%] 2022-12-01T10:27:06.1089975Z test_ops.py::TestCommonCPU::test_dtypes_masked_cumprod_cpu PASSED [ 2%] 2022-12-01T10:27:06.1090263Z test_ops.py::TestCommonCPU::test_dtypes_masked_cumsum_cpu PASSED [ 2%] 2022-12-01T10:27:06.1090564Z test_ops.py::TestCommonCPU::test_dtypes_masked_log_softmax_cpu PASSED [ 2%] 2022-12-01T10:27:06.1090870Z test_ops.py::TestCommonCPU::test_dtypes_masked_logaddexp_cpu PASSED [ 2%] 2022-12-01T10:27:06.1091161Z test_ops.py::TestCommonCPU::test_dtypes_masked_prod_cpu PASSED [ 2%] 2022-12-01T10:27:06.1091489Z test_ops.py::TestCommonCPU::test_dtypes_masked_var_cpu PASSED [ 2%] 2022-12-01T10:27:06.1091795Z test_ops.py::TestCommonCPU::test_dtypes_max_reduction_no_dim_cpu PASSED [ 2%] 2022-12-01T10:27:06.1092110Z test_ops.py::TestCommonCPU::test_dtypes_max_reduction_with_dim_cpu PASSED [ 2%] 2022-12-01T10:27:06.1092405Z test_ops.py::TestCommonCPU::test_dtypes_mean_cpu PASSED [ 2%] 2022-12-01T10:27:06.1092700Z test_ops.py::TestCommonCPU::test_dtypes_min_binary_cpu PASSED [ 2%] 2022-12-01T10:27:06.1093009Z test_ops.py::TestCommonCPU::test_dtypes_min_reduction_with_dim_cpu PASSED [ 2%] 2022-12-01T10:27:06.1093303Z test_ops.py::TestCommonCPU::test_dtypes_mode_cpu PASSED [ 2%] 2022-12-01T10:27:06.1093595Z test_ops.py::TestCommonCPU::test_dtypes_msort_cpu PASSED [ 2%] 2022-12-01T10:27:06.1093886Z test_ops.py::TestCommonCPU::test_dtypes_mul_cpu PASSED [ 2%] 2022-12-01T10:27:06.1094176Z test_ops.py::TestCommonCPU::test_dtypes_mv_cpu PASSED [ 2%] 2022-12-01T10:27:06.1094457Z test_ops.py::TestCommonCPU::test_dtypes_nan_to_num_cpu PASSED [ 2%] 2022-12-01T10:27:06.1094748Z test_ops.py::TestCommonCPU::test_dtypes_nansum_cpu PASSED [ 2%] 2022-12-01T10:27:06.1095050Z test_ops.py::TestCommonCPU::test_dtypes_native_batch_norm_cpu PASSED [ 2%] 2022-12-01T10:27:06.1095332Z test_ops.py::TestCommonCPU::test_dtypes_ne_cpu PASSED [ 2%] 2022-12-01T10:27:06.1095616Z test_ops.py::TestCommonCPU::test_dtypes_neg_cpu PASSED [ 2%] 2022-12-01T10:27:06.1095909Z test_ops.py::TestCommonCPU::test_dtypes_new_full_cpu PASSED [ 2%] 2022-12-01T10:27:06.1096200Z test_ops.py::TestCommonCPU::test_dtypes_new_ones_cpu PASSED [ 2%] 2022-12-01T10:27:06.1096484Z test_ops.py::TestCommonCPU::test_dtypes_nextafter_cpu PASSED [ 2%] 2022-12-01T10:27:06.1096820Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional__scaled_dot_product_attention_cpu PASSED [ 2%] 2022-12-01T10:27:06.1097180Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool2d_cpu PASSED [ 2%] 2022-12-01T10:27:06.1097515Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool3d_cpu PASSED [ 2%] 2022-12-01T10:27:06.1097849Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool3d_cpu PASSED [ 2%] 2022-12-01T10:27:06.1098174Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_cpu PASSED [ 2%] 2022-12-01T10:27:06.1098536Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_without_cudnn_cpu SKIPPED (Only runs on cuda) [ 2%] 2022-12-01T10:27:06.1098894Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_cpu PASSED [ 2%] 2022-12-01T10:27:06.1099251Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_with_logits_cpu PASSED [ 2%] 2022-12-01T10:27:06.1099603Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose1d_cpu PASSED [ 2%] 2022-12-01T10:27:06.1099938Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_embedding_loss_cpu PASSED [ 2%] 2022-12-01T10:27:06.1100277Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cross_entropy_cpu PASSED [ 2%] 2022-12-01T10:27:06.1100651Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_bag_cpu PASSED [ 2%] 2022-12-01T10:27:06.1101008Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_without_train_cpu PASSED [ 2%] 2022-12-01T10:27:06.1101360Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool2d_cpu PASSED [ 2%] 2022-12-01T10:27:06.1101706Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool3d_cpu PASSED [ 2%] 2022-12-01T10:27:06.1102048Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gaussian_nll_loss_cpu PASSED [ 2%] 2022-12-01T10:27:06.1102376Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gelu_cpu PASSED [ 2%] 2022-12-01T10:27:06.1102679Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_glu_cpu PASSED [ 2%] 2022-12-01T10:27:06.1103026Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_group_norm_cpu PASSED [ 2%] 2022-12-01T10:27:06.1103357Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardshrink_cpu PASSED [ 2%] 2022-12-01T10:27:06.1103672Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardswish_cpu PASSED [ 2%] 2022-12-01T10:27:06.1103997Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_huber_loss_cpu PASSED [ 2%] 2022-12-01T10:27:06.1104323Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_instance_norm_cpu PASSED [ 2%] 2022-12-01T10:27:06.1104662Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_linear_cpu PASSED [ 2%] 2022-12-01T10:27:06.1104999Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_trilinear_cpu PASSED [ 2%] 2022-12-01T10:27:06.1105336Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_layer_norm_cpu PASSED [ 2%] 2022-12-01T10:27:06.1105659Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_leaky_relu_cpu PASSED [ 2%] 2022-12-01T10:27:06.1105982Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_margin_ranking_loss_cpu PASSED [ 2%] 2022-12-01T10:27:06.1106317Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool1d_cpu PASSED [ 2%] 2022-12-01T10:27:06.1106709Z 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:27:06.1107088Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool3d_cpu PASSED [ 2%] 2022-12-01T10:27:06.1107400Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_cpu PASSED [ 2%] 2022-12-01T10:27:06.1107734Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_grad_cpu PASSED [ 2%] 2022-12-01T10:27:06.1108086Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_soft_margin_loss_cpu PASSED [ 2%] 2022-12-01T10:27:06.1108416Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_nll_loss_cpu PASSED [ 2%] 2022-12-01T10:27:06.1108742Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_normalize_cpu PASSED [ 2%] 2022-12-01T10:27:06.1109075Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pairwise_distance_cpu PASSED [ 2%] 2022-12-01T10:27:06.1109417Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_unshuffle_cpu PASSED [ 2%] 2022-12-01T10:27:06.1109729Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu_cpu PASSED [ 2%] 2022-12-01T10:27:06.1110043Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_cpu PASSED [ 2%] 2022-12-01T10:27:06.1110367Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_soft_margin_loss_cpu PASSED [ 2%] 2022-12-01T10:27:06.1110698Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_threshold_cpu PASSED [ 2%] 2022-12-01T10:27:06.1111037Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_with_distance_loss_cpu PASSED [ 2%] 2022-12-01T10:27:06.1111377Z test_ops.py::TestCommonCPU::test_dtypes_norm_inf_cpu PASSED [ 2%] 2022-12-01T10:27:06.1111683Z test_ops.py::TestCommonCPU::test_dtypes_normal_number_mean_cpu PASSED [ 2%] 2022-12-01T10:27:06.1111996Z test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_native_batch_norm_cpu PASSED [ 2%] 2022-12-01T10:27:06.1112354Z test_ops.py::TestCommonCPU::test_dtypes_pinverse_cpu PASSED [ 2%] 2022-12-01T10:27:06.1112663Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_0_cpu PASSED [ 2%] 2022-12-01T10:27:06.1112999Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_4_cpu SKIPPED (Skipped!) [ 2%] 2022-12-01T10:27:06.1113312Z test_ops.py::TestCommonCPU::test_dtypes_positive_cpu PASSED [ 2%] 2022-12-01T10:27:06.1113608Z test_ops.py::TestCommonCPU::test_dtypes_pow_cpu PASSED [ 2%] 2022-12-01T10:27:06.1113906Z test_ops.py::TestCommonCPU::test_dtypes_prod_cpu PASSED [ 2%] 2022-12-01T10:27:06.1114267Z test_ops.py::TestCommonCPU::test_dtypes_qr_cpu PASSED [ 2%] 2022-12-01T10:27:06.1114601Z test_ops.py::TestCommonCPU::test_dtypes_quantile_cpu PASSED [ 2%] 2022-12-01T10:27:06.1114906Z test_ops.py::TestCommonCPU::test_dtypes_rad2deg_cpu PASSED [ 2%] 2022-12-01T10:27:06.1115207Z test_ops.py::TestCommonCPU::test_dtypes_randn_like_cpu PASSED [ 2%] 2022-12-01T10:27:06.1115494Z test_ops.py::TestCommonCPU::test_dtypes_real_cpu PASSED [ 2%] 2022-12-01T10:27:06.1115791Z test_ops.py::TestCommonCPU::test_dtypes_reciprocal_cpu PASSED [ 2%] 2022-12-01T10:27:06.1116095Z test_ops.py::TestCommonCPU::test_dtypes_remainder_cpu PASSED [ 2%] 2022-12-01T10:27:06.1116381Z test_ops.py::TestCommonCPU::test_dtypes_renorm_cpu PASSED [ 2%] 2022-12-01T10:27:06.1116799Z test_ops.py::TestCommonCPU::test_dtypes_repeat_interleave_cpu PASSED [ 2%] 2022-12-01T10:27:06.1117108Z test_ops.py::TestCommonCPU::test_dtypes_reshape_as_cpu PASSED [ 2%] 2022-12-01T10:27:06.1117408Z test_ops.py::TestCommonCPU::test_dtypes_resize__cpu XFAIL [ 2%] 2022-12-01T10:27:06.1117695Z test_ops.py::TestCommonCPU::test_dtypes_resolve_neg_cpu PASSED [ 2%] 2022-12-01T10:27:06.1117991Z test_ops.py::TestCommonCPU::test_dtypes_rot90_cpu PASSED [ 2%] 2022-12-01T10:27:06.1118307Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_neg_3_cpu SKIPPED (Skipped!) [ 2%] 2022-12-01T10:27:06.1118613Z test_ops.py::TestCommonCPU::test_dtypes_rsqrt_cpu PASSED [ 2%] 2022-12-01T10:27:06.1118905Z test_ops.py::TestCommonCPU::test_dtypes_rsub_cpu PASSED [ 2%] 2022-12-01T10:27:06.1119202Z test_ops.py::TestCommonCPU::test_dtypes_scatter_cpu PASSED [ 2%] 2022-12-01T10:27:06.1119514Z test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_offsets_cpu PASSED [ 2%] 2022-12-01T10:27:06.1119809Z test_ops.py::TestCommonCPU::test_dtypes_select_cpu PASSED [ 2%] 2022-12-01T10:27:06.1120106Z test_ops.py::TestCommonCPU::test_dtypes_select_scatter_cpu PASSED [ 2%] 2022-12-01T10:27:06.1120412Z test_ops.py::TestCommonCPU::test_dtypes_sgn_cpu PASSED [ 3%] 2022-12-01T10:27:06.1120692Z test_ops.py::TestCommonCPU::test_dtypes_short_cpu PASSED [ 3%] 2022-12-01T10:27:06.1120983Z test_ops.py::TestCommonCPU::test_dtypes_sign_cpu PASSED [ 3%] 2022-12-01T10:27:06.1121276Z test_ops.py::TestCommonCPU::test_dtypes_signbit_cpu PASSED [ 3%] 2022-12-01T10:27:06.1121569Z test_ops.py::TestCommonCPU::test_dtypes_sinc_cpu PASSED [ 3%] 2022-12-01T10:27:06.1121847Z test_ops.py::TestCommonCPU::test_dtypes_slice_cpu PASSED [ 3%] 2022-12-01T10:27:06.1122142Z test_ops.py::TestCommonCPU::test_dtypes_slice_scatter_cpu PASSED [ 3%] 2022-12-01T10:27:06.1122442Z test_ops.py::TestCommonCPU::test_dtypes_softmax_cpu PASSED [ 3%] 2022-12-01T10:27:06.1122718Z test_ops.py::TestCommonCPU::test_dtypes_sort_cpu PASSED [ 3%] 2022-12-01T10:27:06.1123017Z test_ops.py::TestCommonCPU::test_dtypes_sparse_sampled_addmm_cpu PASSED [ 3%] 2022-12-01T10:27:06.1123326Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j0_cpu PASSED [ 3%] 2022-12-01T10:27:06.1123695Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j1_cpu PASSED [ 3%] 2022-12-01T10:27:06.1123988Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y0_cpu PASSED [ 3%] 2022-12-01T10:27:06.1124610Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_v_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 3%] 2022-12-01T10:27:06.1124996Z test_ops.py::TestCommonCPU::test_dtypes_special_entr_cpu PASSED [ 3%] 2022-12-01T10:27:06.1125286Z test_ops.py::TestCommonCPU::test_dtypes_special_erfcx_cpu PASSED [ 3%] 2022-12-01T10:27:06.1125607Z test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_h_cpu PASSED [ 3%] 2022-12-01T10:27:06.1125948Z test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_he_cpu PASSED [ 3%] 2022-12-01T10:27:06.1126308Z test_ops.py::TestCommonCPU::test_dtypes_special_i1_cpu PASSED [ 3%] 2022-12-01T10:27:06.1126794Z test_ops.py::TestCommonCPU::test_dtypes_special_legendre_polynomial_p_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 3%] 2022-12-01T10:27:06.1127178Z test_ops.py::TestCommonCPU::test_dtypes_special_log_ndtr_cpu PASSED [ 3%] 2022-12-01T10:27:06.1127499Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i1_cpu PASSED [ 3%] 2022-12-01T10:27:06.1127818Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k0_cpu PASSED [ 3%] 2022-12-01T10:27:06.1128140Z test_ops.py::TestCommonCPU::test_dtypes_special_ndtri_cpu PASSED [ 3%] 2022-12-01T10:27:06.1128473Z test_ops.py::TestCommonCPU::test_dtypes_special_polygamma_special_polygamma_n_0_cpu PASSED [ 3%] 2022-12-01T10:27:06.1129013Z 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:27:06.1129590Z 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:27:06.1129983Z test_ops.py::TestCommonCPU::test_dtypes_split_list_args_cpu PASSED [ 3%] 2022-12-01T10:27:06.1130288Z test_ops.py::TestCommonCPU::test_dtypes_stack_cpu PASSED [ 3%] 2022-12-01T10:27:06.1130586Z test_ops.py::TestCommonCPU::test_dtypes_std_mean_cpu PASSED [ 3%] 2022-12-01T10:27:06.1130873Z test_ops.py::TestCommonCPU::test_dtypes_stft_cpu PASSED [ 3%] 2022-12-01T10:27:06.1131164Z test_ops.py::TestCommonCPU::test_dtypes_sub_cpu PASSED [ 3%] 2022-12-01T10:27:06.1131458Z test_ops.py::TestCommonCPU::test_dtypes_symeig_cpu PASSED [ 3%] 2022-12-01T10:27:06.1131738Z test_ops.py::TestCommonCPU::test_dtypes_t_cpu PASSED [ 3%] 2022-12-01T10:27:06.1132038Z test_ops.py::TestCommonCPU::test_dtypes_take_along_dim_cpu PASSED [ 3%] 2022-12-01T10:27:06.1132332Z test_ops.py::TestCommonCPU::test_dtypes_tan_cpu PASSED [ 3%] 2022-12-01T10:27:06.1132633Z test_ops.py::TestCommonCPU::test_dtypes_tensor_split_cpu PASSED [ 3%] 2022-12-01T10:27:06.1132919Z test_ops.py::TestCommonCPU::test_dtypes_tensordot_cpu PASSED [ 3%] 2022-12-01T10:27:06.1133210Z test_ops.py::TestCommonCPU::test_dtypes_tile_cpu PASSED [ 3%] 2022-12-01T10:27:06.1133501Z test_ops.py::TestCommonCPU::test_dtypes_topk_cpu PASSED [ 3%] 2022-12-01T10:27:06.1133784Z test_ops.py::TestCommonCPU::test_dtypes_transpose_cpu PASSED [ 3%] 2022-12-01T10:27:06.1134083Z test_ops.py::TestCommonCPU::test_dtypes_trapezoid_cpu PASSED [ 3%] 2022-12-01T10:27:06.1134377Z test_ops.py::TestCommonCPU::test_dtypes_trapz_cpu PASSED [ 3%] 2022-12-01T10:27:06.1134669Z test_ops.py::TestCommonCPU::test_dtypes_tril_cpu PASSED [ 3%] 2022-12-01T10:27:06.1134953Z test_ops.py::TestCommonCPU::test_dtypes_tril_indices_cpu PASSED [ 3%] 2022-12-01T10:27:06.1135281Z test_ops.py::TestCommonCPU::test_dtypes_triu_cpu PASSED [ 3%] 2022-12-01T10:27:06.1135575Z test_ops.py::TestCommonCPU::test_dtypes_triu_indices_cpu PASSED [ 3%] 2022-12-01T10:27:06.1135859Z test_ops.py::TestCommonCPU::test_dtypes_unbind_cpu PASSED [ 3%] 2022-12-01T10:27:06.1136152Z test_ops.py::TestCommonCPU::test_dtypes_uniform_cpu PASSED [ 3%] 2022-12-01T10:27:06.1136443Z test_ops.py::TestCommonCPU::test_dtypes_unique_cpu PASSED [ 3%] 2022-12-01T10:27:06.1136736Z test_ops.py::TestCommonCPU::test_dtypes_var_cpu PASSED [ 3%] 2022-12-01T10:27:06.1137021Z test_ops.py::TestCommonCPU::test_dtypes_view_as_complex_cpu PASSED [ 3%] 2022-12-01T10:27:06.1137318Z test_ops.py::TestCommonCPU::test_dtypes_view_as_cpu PASSED [ 3%] 2022-12-01T10:27:06.1137677Z test_ops.py::TestCommonCPU::test_dtypes_vsplit_cpu PASSED [ 3%] 2022-12-01T10:27:06.1137958Z test_ops.py::TestCommonCPU::test_dtypes_zero__cpu PASSED [ 3%] 2022-12-01T10:27:06.1138251Z test_ops.py::TestCommonCPU::test_dtypes_zeros_cpu PASSED [ 3%] 2022-12-01T10:27:06.1138547Z test_ops.py::TestCommonCPU::test_dtypes_zeros_like_cpu PASSED [ 3%] 2022-12-01T10:27:06.1138842Z test_ops.py::TestCommonCPU::test_errors___radd___cpu PASSED [ 3%] 2022-12-01T10:27:06.1139121Z test_ops.py::TestCommonCPU::test_errors___rdiv___cpu PASSED [ 3%] 2022-12-01T10:27:06.1139411Z test_ops.py::TestCommonCPU::test_errors___rsub___cpu PASSED [ 3%] 2022-12-01T10:27:06.1139703Z test_ops.py::TestCommonCPU::test_errors___rxor___cpu PASSED [ 3%] 2022-12-01T10:27:06.1139982Z test_ops.py::TestCommonCPU::test_errors_add_cpu PASSED [ 3%] 2022-12-01T10:27:06.1140275Z test_ops.py::TestCommonCPU::test_errors_amax_cpu PASSED [ 3%] 2022-12-01T10:27:06.1140571Z test_ops.py::TestCommonCPU::test_errors_aminmax_cpu PASSED [ 3%] 2022-12-01T10:27:06.1140864Z test_ops.py::TestCommonCPU::test_errors_arange_cpu PASSED [ 3%] 2022-12-01T10:27:06.1141146Z test_ops.py::TestCommonCPU::test_errors_bernoulli_cpu PASSED [ 3%] 2022-12-01T10:27:06.1141444Z test_ops.py::TestCommonCPU::test_errors_bitwise_and_cpu PASSED [ 3%] 2022-12-01T10:27:06.1141741Z test_ops.py::TestCommonCPU::test_errors_bitwise_or_cpu PASSED [ 3%] 2022-12-01T10:27:06.1142028Z test_ops.py::TestCommonCPU::test_errors_bitwise_right_shift_cpu PASSED [ 3%] 2022-12-01T10:27:06.1142327Z test_ops.py::TestCommonCPU::test_errors_clamp_max_cpu XFAIL [ 3%] 2022-12-01T10:27:06.1142618Z test_ops.py::TestCommonCPU::test_errors_clamp_min_cpu XFAIL [ 3%] 2022-12-01T10:27:06.1142909Z test_ops.py::TestCommonCPU::test_errors_complex_cpu PASSED [ 3%] 2022-12-01T10:27:06.1143189Z test_ops.py::TestCommonCPU::test_errors_diag_cpu PASSED [ 3%] 2022-12-01T10:27:06.1143482Z test_ops.py::TestCommonCPU::test_errors_diag_embed_cpu PASSED [ 3%] 2022-12-01T10:27:06.1143778Z test_ops.py::TestCommonCPU::test_errors_diagonal_cpu PASSED [ 3%] 2022-12-01T10:27:06.1144065Z test_ops.py::TestCommonCPU::test_errors_div_no_rounding_mode_cpu PASSED [ 3%] 2022-12-01T10:27:06.1144363Z test_ops.py::TestCommonCPU::test_errors_dsplit_cpu PASSED [ 3%] 2022-12-01T10:27:06.1144652Z test_ops.py::TestCommonCPU::test_errors_dstack_cpu PASSED [ 3%] 2022-12-01T10:27:06.1144941Z test_ops.py::TestCommonCPU::test_errors_eye_cpu PASSED [ 3%] 2022-12-01T10:27:06.1145217Z test_ops.py::TestCommonCPU::test_errors_flipud_cpu PASSED [ 3%] 2022-12-01T10:27:06.1145508Z test_ops.py::TestCommonCPU::test_errors_floor_divide_cpu PASSED [ 3%] 2022-12-01T10:27:06.1145804Z test_ops.py::TestCommonCPU::test_errors_fmax_cpu PASSED [ 3%] 2022-12-01T10:27:06.1146076Z test_ops.py::TestCommonCPU::test_errors_fmin_cpu PASSED [ 3%] 2022-12-01T10:27:06.1146423Z test_ops.py::TestCommonCPU::test_errors_fmod_cpu PASSED [ 3%] 2022-12-01T10:27:06.1146710Z test_ops.py::TestCommonCPU::test_errors_gcd_cpu PASSED [ 3%] 2022-12-01T10:27:06.1146993Z test_ops.py::TestCommonCPU::test_errors_ge_cpu PASSED [ 3%] 2022-12-01T10:27:06.1147269Z test_ops.py::TestCommonCPU::test_errors_igammac_cpu PASSED [ 3%] 2022-12-01T10:27:06.1147587Z test_ops.py::TestCommonCPU::test_errors_jiterator_binary_cpu SKIPPED (Only runs on cuda) [ 3%] 2022-12-01T10:27:06.1147907Z test_ops.py::TestCommonCPU::test_errors_kthvalue_cpu PASSED [ 3%] 2022-12-01T10:27:06.1148186Z test_ops.py::TestCommonCPU::test_errors_lcm_cpu PASSED [ 3%] 2022-12-01T10:27:06.1148502Z test_ops.py::TestCommonCPU::test_errors_le_cpu PASSED [ 3%] 2022-12-01T10:27:06.1148796Z test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_cpu PASSED [ 3%] 2022-12-01T10:27:06.1149112Z test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_grad_oriented_cpu PASSED [ 3%] 2022-12-01T10:27:06.1149413Z test_ops.py::TestCommonCPU::test_errors_linspace_cpu PASSED [ 3%] 2022-12-01T10:27:06.1149709Z test_ops.py::TestCommonCPU::test_errors_logical_and_cpu PASSED [ 3%] 2022-12-01T10:27:06.1150009Z test_ops.py::TestCommonCPU::test_errors_logical_xor_cpu PASSED [ 3%] 2022-12-01T10:27:06.1150293Z test_ops.py::TestCommonCPU::test_errors_logspace_cpu PASSED [ 3%] 2022-12-01T10:27:06.1150580Z test_ops.py::TestCommonCPU::test_errors_lt_cpu PASSED [ 3%] 2022-12-01T10:27:06.1150870Z test_ops.py::TestCommonCPU::test_errors_masked_fill_cpu PASSED [ 3%] 2022-12-01T10:27:06.1151165Z test_ops.py::TestCommonCPU::test_errors_maximum_cpu PASSED [ 3%] 2022-12-01T10:27:06.1151443Z test_ops.py::TestCommonCPU::test_errors_mean_cpu PASSED [ 3%] 2022-12-01T10:27:06.1151733Z test_ops.py::TestCommonCPU::test_errors_min_binary_cpu PASSED [ 3%] 2022-12-01T10:27:06.1152024Z test_ops.py::TestCommonCPU::test_errors_movedim_cpu PASSED [ 3%] 2022-12-01T10:27:06.1152308Z test_ops.py::TestCommonCPU::test_errors_native_layer_norm_cpu PASSED [ 3%] 2022-12-01T10:27:06.1152608Z test_ops.py::TestCommonCPU::test_errors_nextafter_cpu PASSED [ 3%] 2022-12-01T10:27:06.1152919Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool2d_cpu PASSED [ 3%] 2022-12-01T10:27:06.1153239Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool3d_cpu PASSED [ 3%] 2022-12-01T10:27:06.1153544Z test_ops.py::TestCommonCPU::test_errors_nn_functional_conv2d_cpu PASSED [ 3%] 2022-12-01T10:27:06.1153859Z test_ops.py::TestCommonCPU::test_errors_nn_functional_embedding_cpu PASSED [ 3%] 2022-12-01T10:27:06.1154279Z test_ops.py::TestCommonCPU::test_errors_nn_functional_hinge_embedding_loss_cpu PASSED [ 3%] 2022-12-01T10:27:06.1154604Z test_ops.py::TestCommonCPU::test_errors_nn_functional_huber_loss_cpu PASSED [ 3%] 2022-12-01T10:27:06.1154926Z test_ops.py::TestCommonCPU::test_errors_nn_functional_l1_loss_cpu PASSED [ 3%] 2022-12-01T10:27:06.1155254Z test_ops.py::TestCommonCPU::test_errors_nn_functional_margin_ranking_loss_cpu PASSED [ 3%] 2022-12-01T10:27:06.1155670Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool1d_cpu PASSED [ 3%] 2022-12-01T10:27:06.1156027Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool2d_cpu PASSED [ 3%] 2022-12-01T10:27:06.1156343Z test_ops.py::TestCommonCPU::test_errors_nn_functional_prelu_cpu PASSED [ 3%] 2022-12-01T10:27:06.1156831Z test_ops.py::TestCommonCPU::test_errors_nn_functional_rrelu_cpu PASSED [ 3%] 2022-12-01T10:27:06.1157150Z test_ops.py::TestCommonCPU::test_errors_nn_functional_softshrink_cpu PASSED [ 3%] 2022-12-01T10:27:06.1157466Z test_ops.py::TestCommonCPU::test_errors_ormqr_cpu PASSED [ 3%] 2022-12-01T10:27:06.1157767Z test_ops.py::TestCommonCPU::test_errors_polar_cpu PASSED [ 3%] 2022-12-01T10:27:06.1158143Z test_ops.py::TestCommonCPU::test_errors_remainder_cpu PASSED [ 3%] 2022-12-01T10:27:06.1158430Z test_ops.py::TestCommonCPU::test_errors_roll_cpu PASSED [ 3%] 2022-12-01T10:27:06.1158721Z test_ops.py::TestCommonCPU::test_errors_rot90_cpu PASSED [ 3%] 2022-12-01T10:27:06.1159013Z test_ops.py::TestCommonCPU::test_errors_rsub_cpu PASSED [ 3%] 2022-12-01T10:27:06.1159294Z test_ops.py::TestCommonCPU::test_errors_scatter_cpu PASSED [ 3%] 2022-12-01T10:27:06.1159614Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_t_cpu PASSED [ 3%] 2022-12-01T10:27:06.1159959Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_u_cpu PASSED [ 3%] 2022-12-01T10:27:06.1160334Z test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_h_cpu PASSED [ 3%] 2022-12-01T10:27:06.1160665Z test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_he_cpu PASSED [ 3%] 2022-12-01T10:27:06.1161001Z test_ops.py::TestCommonCPU::test_errors_special_laguerre_polynomial_l_cpu PASSED [ 3%] 2022-12-01T10:27:06.1161565Z test_ops.py::TestCommonCPU::test_errors_special_legendre_polynomial_p_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 3%] 2022-12-01T10:27:06.1162132Z 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:27:06.1162514Z test_ops.py::TestCommonCPU::test_errors_sub_cpu PASSED [ 4%] 2022-12-01T10:27:06.1162810Z test_ops.py::TestCommonCPU::test_errors_t_cpu PASSED [ 4%] 2022-12-01T10:27:06.1163104Z test_ops.py::TestCommonCPU::test_errors_trace_cpu PASSED [ 4%] 2022-12-01T10:27:06.1163391Z test_ops.py::TestCommonCPU::test_errors_true_divide_cpu PASSED [ 4%] 2022-12-01T10:27:06.1163690Z test_ops.py::TestCommonCPU::test_errors_view_as_cpu PASSED [ 4%] 2022-12-01T10:27:06.1164018Z test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1164370Z test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1164711Z test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1165078Z test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1165444Z test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1165785Z test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1166141Z test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1166625Z test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1167046Z test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1167390Z test_ops.py::TestCommonCPU::test_multiple_devices_addcdiv_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1167756Z test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1168115Z test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1168469Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1168815Z test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1169172Z test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1169525Z test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1169910Z test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1170263Z test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1170619Z test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1170975Z test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1171312Z test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1171664Z test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1172056Z test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1172414Z test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1172760Z test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1173119Z test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1173475Z test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1173826Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1174189Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1174563Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1174929Z test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1175275Z test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1175632Z test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1175981Z test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1176332Z test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1176672Z test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1177025Z test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1177388Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1177758Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1178109Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1178471Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1178830Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1179178Z test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1179539Z test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1179900Z test_ops.py::TestCommonCPU::test_multiple_devices_bernoulli_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1180267Z test_ops.py::TestCommonCPU::test_multiple_devices_bincount_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1180646Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_and_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1181016Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_left_shift_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1181385Z test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1181744Z test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1182082Z test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1182433Z test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1182786Z test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1183182Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1183557Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1183936Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1184305Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1184658Z test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1185021Z test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1185381Z test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1185749Z test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1186114Z test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1186473Z test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1186823Z test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1187175Z test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1187519Z test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1187870Z test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1188219Z test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1188586Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_inverse_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1188951Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1189320Z test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1189678Z test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1190019Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1190379Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1190742Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1191103Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1191451Z test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1191849Z test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1192220Z test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1192587Z test_ops.py::TestCommonCPU::test_multiple_devices_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1192935Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1193299Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1193671Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1194139Z test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1194522Z test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1194891Z test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1195251Z test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1195590Z test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1195959Z test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1196335Z test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1196819Z test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1197164Z test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1197527Z test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1197885Z test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1198250Z test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1198600Z test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1198979Z test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1199372Z test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1199739Z test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1200104Z test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1200462Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1200824Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1201175Z test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1201547Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1201914Z test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1202272Z test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1202619Z test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1203064Z test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1203453Z test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1203823Z test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1204169Z test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1204531Z test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1204891Z test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1205271Z test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1205644Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1206014Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1206370Z test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1206706Z test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1207056Z test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1207403Z test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1207753Z test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1208098Z test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1208450Z test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1208796Z test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1209139Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1209503Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:27:06.1209862Z test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1210216Z test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1210556Z test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1210910Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1211269Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1211626Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1211978Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1212346Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1212704Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1213066Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1213413Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1213768Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1214159Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1214515Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1214884Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1215248Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1215609Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1215957Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1216353Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1216722Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1217079Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1217423Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1217781Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1218144Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1218502Z test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1218852Z test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1219208Z test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1219568Z test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1219908Z test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1220270Z test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1220637Z test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1220996Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1221346Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1221716Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1222078Z test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1222433Z test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1222771Z test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1223121Z test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1223473Z test_ops.py::TestCommonCPU::test_multiple_devices_frexp_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1223824Z test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1224187Z test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1224548Z test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1224959Z test_ops.py::TestCommonCPU::test_multiple_devices_geqrf_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1225303Z test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1225660Z test_ops.py::TestCommonCPU::test_multiple_devices_histc_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1226023Z test_ops.py::TestCommonCPU::test_multiple_devices_histogram_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1226381Z test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1226724Z test_ops.py::TestCommonCPU::test_multiple_devices_hypot_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1227075Z test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1227456Z test_ops.py::TestCommonCPU::test_multiple_devices_igamma_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1227822Z test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1228180Z test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1228545Z test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1228907Z test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1229255Z test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1229624Z test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1229992Z test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1230359Z test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1230710Z test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1231067Z test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1231422Z test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1231773Z test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1232113Z test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1232466Z test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1232826Z test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1233195Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1233597Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1233990Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1234451Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1234806Z test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1235171Z test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1235533Z test_ops.py::TestCommonCPU::test_multiple_devices_lcm_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1235885Z test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1236268Z test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1236735Z test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1237101Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1237484Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_singular_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1237851Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eig_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1238227Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvals_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1238655Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvalsh_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1239057Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_householder_product_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1239433Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1239805Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1240186Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1240558Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1240953Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_grad_oriented_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1241348Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1241733Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1242099Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1242482Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1242880Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_subgradients_at_zero_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1243271Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1243642Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_hermitian_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1244083Z 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:27:06.1244505Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1244879Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1245244Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorinv_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1245620Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vecdot_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1245999Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vector_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1246368Z test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1246717Z test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1247112Z test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1247472Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1247848Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1248215Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1248587Z test_ops.py::TestCommonCPU::test_multiple_devices_logdet_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1248953Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1249332Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1249696Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1250063Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1250427Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1250777Z test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1251139Z test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1251504Z test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1251865Z test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1252206Z test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1252556Z test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1252899Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1253244Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_unpack_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1253599Z test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1253949Z test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1254306Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_amax_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1254661Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmax_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1255039Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmin_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1255416Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1255792Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumsum_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1256144Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1256518Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1256893Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1257259Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_mean_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1257621Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:27:06.1258032Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1258406Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1258775Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_std_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1259128Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1259492Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_sum_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1259853Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_var_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1260228Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_var_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1260589Z test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1260957Z test_ops.py::TestCommonCPU::test_multiple_devices_matrix_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1261333Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1261704Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1262076Z test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1262434Z test_ops.py::TestCommonCPU::test_multiple_devices_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1262794Z test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1263162Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1263558Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1263935Z test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1264294Z test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1264651Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1265033Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1265416Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1265789Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1266157Z test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1266499Z test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1266856Z test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1267203Z test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1267560Z test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1267913Z test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1268262Z test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1268609Z test_ops.py::TestCommonCPU::test_multiple_devices_multinomial_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1269001Z test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1269368Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1269752Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1270119Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1270493Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1270863Z test_ops.py::TestCommonCPU::test_multiple_devices_nanquantile_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1271248Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1271611Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1271974Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1272343Z test_ops.py::TestCommonCPU::test_multiple_devices_native_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1272711Z test_ops.py::TestCommonCPU::test_multiple_devices_native_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1273070Z test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1273418Z test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1273775Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1274201Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1274591Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1274960Z test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1275321Z test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1275672Z test_ops.py::TestCommonCPU::test_multiple_devices_nextafter_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1276078Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1276505Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1277005Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1277402Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1277811Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1278203Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1278592Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1278976Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1279385Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1279790Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1280246Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1280664Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1281067Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1281461Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1281834Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_elu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1282257Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_bag_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1282690Z 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:27:06.1283113Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1283501Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardswish_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1283894Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1284296Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1284714Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_trilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1285104Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_l1_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1285495Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_leaky_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1285881Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1286281Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1286671Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1287064Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1287462Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1287864Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1288258Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1288672Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1289092Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_soft_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1289501Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1289884Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1290282Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1290708Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_reflect_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1291105Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1291498Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1291897Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1292294Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1292712Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_prelu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1293085Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1293464Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_silu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1293857Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_soft_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1294251Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1294636Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1295039Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1295442Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1295863Z 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:27:06.1296266Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1296665Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1297048Z test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1297403Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1297744Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_nuc_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1298104Z test_ops.py::TestCommonCPU::test_multiple_devices_normal_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1298473Z test_ops.py::TestCommonCPU::test_multiple_devices_normal_number_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1298840Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1299187Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1299548Z test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1299902Z test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1300254Z test_ops.py::TestCommonCPU::test_multiple_devices_pca_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1300617Z test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1300976Z test_ops.py::TestCommonCPU::test_multiple_devices_pinverse_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1301410Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1301790Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1302174Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Skipped!) [ 6%] 2022-12-01T10:27:06.1302552Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_int64 SKIPPED (Skipped!) [ 6%] 2022-12-01T10:27:06.1302924Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_int64 SKIPPED (Skipped!) [ 6%] 2022-12-01T10:27:06.1303290Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Skipped!) [ 6%] 2022-12-01T10:27:06.1303692Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_int64 SKIPPED (Skipped!) [ 6%] 2022-12-01T10:27:06.1304062Z test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1304426Z test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1304773Z test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1305129Z test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1305489Z test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1305827Z test_ops.py::TestCommonCPU::test_multiple_devices_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1306184Z test_ops.py::TestCommonCPU::test_multiple_devices_quantile_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1306540Z test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1306903Z test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1307255Z test_ops.py::TestCommonCPU::test_multiple_devices_randn_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1307611Z test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1307969Z test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:27:06.1308332Z test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1308680Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1309036Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1309409Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1309778Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1310149Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1310514Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1310873Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1311219Z test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1311578Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1311947Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1312376Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1312724Z test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1313086Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 7%] 2022-12-01T10:27:06.1313449Z test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1313807Z test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1314238Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1314611Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1315009Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1315363Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1315737Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1316117Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1316500Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1316971Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1317352Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1317737Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1318123Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1318489Z test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1318867Z test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1319231Z test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1319600Z test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1319959Z test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1320317Z test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1320671Z test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1321027Z test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1321374Z test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1321731Z test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1322085Z test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1322425Z test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1322790Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1323167Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1323603Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1323959Z test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1324329Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1324711Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1325088Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1325472Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1325914Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1326572Z 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:27:06.1327184Z 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:27:06.1327771Z 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:27:06.1328199Z test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1328574Z test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1328950Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1329302Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1329689Z test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1330084Z test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1330472Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1330853Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1331245Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1331641Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1332025Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1332417Z test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1332834Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1333247Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1333657Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1334052Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1334639Z 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:27:06.1335295Z 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:27:06.1335916Z 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:27:06.1336527Z 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:27:06.1337141Z 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:27:06.1337601Z test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1337970Z test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1338322Z test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1338700Z test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1339074Z test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1339438Z test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1339782Z test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1340142Z test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1340497Z test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1340854Z test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1341196Z test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1341547Z test_ops.py::TestCommonCPU::test_multiple_devices_std_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1341903Z test_ops.py::TestCommonCPU::test_multiple_devices_stft_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1342240Z test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1342588Z test_ops.py::TestCommonCPU::test_multiple_devices_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1342949Z test_ops.py::TestCommonCPU::test_multiple_devices_svd_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1343317Z test_ops.py::TestCommonCPU::test_multiple_devices_symeig_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1343658Z test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1344002Z test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1344352Z test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1344709Z test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1345047Z test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1345404Z test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1345773Z test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1346147Z test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1346502Z test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1346865Z test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1347221Z test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1347563Z test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1347918Z test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1348303Z test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1348673Z test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1349023Z test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1349210Z test_ops.py::TestCommonCPU::test_multiple_devices_triangular_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1349379Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1349551Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1349714Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1349885Z test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1350057Z test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1350228Z test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1350390Z test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1350577Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1350761Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1350936Z test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1351112Z test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1351280Z test_ops.py::TestCommonCPU::test_multiple_devices_var_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1351453Z test_ops.py::TestCommonCPU::test_multiple_devices_var_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1351626Z test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1351791Z test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1351959Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1352130Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1352298Z test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1352467Z test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1352636Z test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1352808Z test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1353006Z test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1353171Z test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1353333Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1353496Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:06.1353668Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:27:06.1353826Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___radd___cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1354103Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___ror___cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1354272Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rxor___cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1354429Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_acos_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1354588Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_acosh_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1354742Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_add_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1354881Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_addr_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1355031Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_amax_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1355177Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_amin_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1355334Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_angle_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1355494Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_argsort_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1355656Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1355813Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan2_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1355971Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_3d_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1356129Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bfloat16_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1356277Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_and_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1356439Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_not_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1356702Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_or_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1356863Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_xor_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1357021Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bool_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1357189Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_to_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1357346Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_byte_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1357500Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cat_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1357641Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_chalf_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1357797Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_chunk_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1357961Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_combinations_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1358113Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1358277Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_contiguous_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1358435Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_copysign_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1358640Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cosh_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1358804Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_count_nonzero_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1358956Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diff_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1359100Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_digamma_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1359258Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_double_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1359416Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_dsplit_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1359569Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_eq_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1359757Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfinv_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1359920Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_as_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1360078Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expm1_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1360237Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft2_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1360383Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1360540Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft2_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1360695Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1360852Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftn_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1361014Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfftn_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1361173Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1361332Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfftn_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1361484Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft2_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1361640Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1361786Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flatten_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1361940Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1362092Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmin_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1362247Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_gather_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1362403Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ge_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1362562Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_heaviside_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1362720Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_hsplit_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1362880Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_fill_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1363024Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_put_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1363188Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_select_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1363342Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_int_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1363500Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isclose_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1363659Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isposinf_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1363849Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_cpu_bool SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:27:06.1364057Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_kron_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1364211Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ldexp_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1364362Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_le_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1364505Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_lgamma_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1364675Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_softmax_dtype_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1364835Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_not_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1364993Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_or_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1365181Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_xor_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1365337Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logit_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1365497Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logsumexp_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1365648Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_long_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1365786Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_lt_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1365937Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mH_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1366097Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_fill_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1366258Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_mean_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1366416Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_prod_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1366584Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_select_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1366763Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_with_dim_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1366942Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_list_of_tensors_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1367116Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_no_dim_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1367277Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_with_dim_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1367434Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_minimum_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1367587Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_msort_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1367740Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mul_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1367896Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nansum_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1368056Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_copy_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1368211Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1368360Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ne_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1368521Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_cpu_bool SKIPPED (Skipped!) [ 8%] 2022-12-01T10:27:06.1368678Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_ones_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1368866Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_cosine_embedding_loss_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1369073Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_feature_alpha_dropout_without_train_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1369257Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_circular_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1369466Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_constant_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1369647Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_shuffle_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1369833Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_unshuffle_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1369990Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nonzero_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1370134Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_like_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1370325Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_2_cpu_bool SKIPPED (Skipped!) [ 8%] 2022-12-01T10:27:06.1370479Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ravel_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1370659Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_real_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1370822Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize_as__cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1370984Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_conj_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1371136Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rot90_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1371298Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_add_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1371455Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1371615Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amax_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1371786Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_sum_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1371945Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1372111Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_scatter_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1372270Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_signbit_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1372423Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinc_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1372580Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1372744Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_scatter_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1372901Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_softmax_with_dtype_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1373053Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sort_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1373220Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_airy_ai_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1373391Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y1_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1373580Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_u_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1373984Z 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:27:06.1374147Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_entr_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1374333Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_h_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1374518Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_he_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1374682Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i0e_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1374856Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_laguerre_polynomial_l_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1375056Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_log_ndtr_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1375236Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i0_cpu_bool PASSED [ 8%] 2022-12-01T10:27:06.1375417Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i1_cpu_bool PASSED [ 9%] 2022-12-01T10:27:06.1375597Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k1_cpu_bool PASSED [ 9%] 2022-12-01T10:27:06.1375764Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtr_cpu_bool PASSED [ 9%] 2022-12-01T10:27:06.1375952Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k0_cpu_bool PASSED [ 9%] 2022-12-01T10:27:06.1376167Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k1_cpu_bool PASSED [ 9%] 2022-12-01T10:27:06.1376546Z 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:27:06.1376906Z 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:27:06.1377089Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_spherical_bessel_j0_cpu_bool PASSED [ 9%] 2022-12-01T10:27:06.1377257Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_xlog1py_cpu_bool PASSED [ 9%] 2022-12-01T10:27:06.1377423Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_list_args_cpu_bool PASSED [ 9%] 2022-12-01T10:27:06.1377592Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_with_sizes_cpu_bool PASSED [ 9%] 2022-12-01T10:27:06.1377749Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sqrt_cpu_bool PASSED [ 9%] 2022-12-01T10:27:06.1377905Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_square_cpu_bool PASSED [ 9%] 2022-12-01T10:27:06.1378063Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_stack_cpu_bool PASSED [ 9%] 2022-12-01T10:27:06.1378216Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_t_cpu_bool PASSED [ 9%] 2022-12-01T10:27:06.1378356Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_cpu_bool PASSED [ 9%] 2022-12-01T10:27:06.1378506Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tanh_cpu_bool PASSED [ 9%] 2022-12-01T10:27:06.1378657Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tile_cpu_bool PASSED [ 9%] 2022-12-01T10:27:06.1378819Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_sparse_cpu_bool PASSED [ 9%] 2022-12-01T10:27:06.1378980Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_true_divide_cpu_bool PASSED [ 9%] 2022-12-01T10:27:06.1379137Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unbind_cpu_bool PASSED [ 9%] 2022-12-01T10:27:06.1379299Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unflatten_cpu_bool PASSED [ 9%] 2022-12-01T10:27:06.1379459Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unfold_cpu_bool PASSED [ 9%] 2022-12-01T10:27:06.1379617Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_consecutive_cpu_bool PASSED [ 9%] 2022-12-01T10:27:06.1379777Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unsqueeze_cpu_bool PASSED [ 9%] 2022-12-01T10:27:06.1379932Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_vstack_cpu_bool PASSED [ 9%] 2022-12-01T10:27:06.1380086Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_xlogy_cpu_bool PASSED [ 9%] 2022-12-01T10:27:06.1380234Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zero__cpu_bool PASSED [ 9%] 2022-12-01T10:27:06.1380395Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_like_cpu_bool PASSED [ 9%] 2022-12-01T10:27:06.1380554Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1380739Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_float32 PASSED [ 9%] 2022-12-01T10:27:06.1380894Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1381034Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_float32 PASSED [ 9%] 2022-12-01T10:27:06.1381198Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1381355Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rand___cpu_int64 PASSED [ 9%] 2022-12-01T10:27:06.1381514Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_float32 PASSED [ 9%] 2022-12-01T10:27:06.1381682Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1381871Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_float32 PASSED [ 9%] 2022-12-01T10:27:06.1382041Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_int64 SKIPPED (67470!) [ 9%] 2022-12-01T10:27:06.1382203Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1382349Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_float32 PASSED [ 9%] 2022-12-01T10:27:06.1382506Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_int64 PASSED [ 9%] 2022-12-01T10:27:06.1382657Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rxor___cpu_int64 PASSED [ 9%] 2022-12-01T10:27:06.1382814Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_float32 PASSED [ 9%] 2022-12-01T10:27:06.1382968Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_int64 PASSED [ 9%] 2022-12-01T10:27:06.1383125Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1383287Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1383444Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_float32 PASSED [ 9%] 2022-12-01T10:27:06.1383597Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_int64 PASSED [ 9%] 2022-12-01T10:27:06.1383747Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1383904Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_float32 PASSED [ 9%] 2022-12-01T10:27:06.1384063Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_int64 PASSED [ 9%] 2022-12-01T10:27:06.1384222Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_float32 PASSED [ 9%] 2022-12-01T10:27:06.1384386Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1384544Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_int64 PASSED [ 9%] 2022-12-01T10:27:06.1384704Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1384866Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_float32 PASSED [ 9%] 2022-12-01T10:27:06.1385010Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_int64 PASSED [ 9%] 2022-12-01T10:27:06.1385165Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_float32 PASSED [ 9%] 2022-12-01T10:27:06.1385321Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_float32 PASSED [ 9%] 2022-12-01T10:27:06.1385486Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1385642Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_float32 PASSED [ 9%] 2022-12-01T10:27:06.1385797Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_int64 PASSED [ 9%] 2022-12-01T10:27:06.1385956Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_float32 PASSED [ 9%] 2022-12-01T10:27:06.1386114Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_int64 PASSED [ 9%] 2022-12-01T10:27:06.1386292Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1386447Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_float32 PASSED [ 9%] 2022-12-01T10:27:06.1386602Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1386755Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_float32 PASSED [ 9%] 2022-12-01T10:27:06.1386908Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_int64 PASSED [ 9%] 2022-12-01T10:27:06.1387063Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_float32 XFAIL [ 9%] 2022-12-01T10:27:06.1387218Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_int64 XFAIL [ 9%] 2022-12-01T10:27:06.1387404Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_float32 PASSED [ 9%] 2022-12-01T10:27:06.1387561Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_int64 PASSED [ 9%] 2022-12-01T10:27:06.1387700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_int64 PASSED [ 9%] 2022-12-01T10:27:06.1387856Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_float32 PASSED [ 9%] 2022-12-01T10:27:06.1388017Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_float32 PASSED [ 9%] 2022-12-01T10:27:06.1388182Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_complex64 XFAIL [ 9%] 2022-12-01T10:27:06.1388344Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_float32 XFAIL [ 9%] 2022-12-01T10:27:06.1388501Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_int64 XFAIL [ 9%] 2022-12-01T10:27:06.1388721Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_float32 SKIPPED (Works for int64, fails for everything else) [ 9%] 2022-12-01T10:27:06.1388944Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_int64 SKIPPED (Works for int64, fails for everything else) [ 9%] 2022-12-01T10:27:06.1389093Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1389247Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_int64 PASSED [ 9%] 2022-12-01T10:27:06.1389407Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1389564Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_float32 PASSED [ 9%] 2022-12-01T10:27:06.1389724Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1389882Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1390037Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_int64 PASSED [ 9%] 2022-12-01T10:27:06.1390205Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1390374Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1390522Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_float32 PASSED [ 9%] 2022-12-01T10:27:06.1390681Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_int64 PASSED [ 9%] 2022-12-01T10:27:06.1390846Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1391004Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_float32 PASSED [ 9%] 2022-12-01T10:27:06.1391163Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_int64 PASSED [ 9%] 2022-12-01T10:27:06.1391325Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1391487Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1391646Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_int64 PASSED [ 9%] 2022-12-01T10:27:06.1391832Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_left_shift_cpu_int64 PASSED [ 9%] 2022-12-01T10:27:06.1391992Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_not_cpu_int64 PASSED [ 9%] 2022-12-01T10:27:06.1392150Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_or_cpu_int64 PASSED [ 9%] 2022-12-01T10:27:06.1392325Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_right_shift_cpu_int64 PASSED [ 9%] 2022-12-01T10:27:06.1392485Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_xor_cpu_int64 PASSED [ 9%] 2022-12-01T10:27:06.1392651Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1392812Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_float32 PASSED [ 9%] 2022-12-01T10:27:06.1392996Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_float32 PASSED [ 9%] 2022-12-01T10:27:06.1393177Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1393334Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1393496Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_int64 PASSED [ 9%] 2022-12-01T10:27:06.1393657Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_float32 PASSED [ 9%] 2022-12-01T10:27:06.1393816Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1393990Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1394230Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1394393Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_float32 PASSED [ 9%] 2022-12-01T10:27:06.1394553Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdist_cpu_float32 PASSED [ 9%] 2022-12-01T10:27:06.1394697Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_float32 PASSED [ 9%] 2022-12-01T10:27:06.1394858Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1395014Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_int64 PASSED [ 9%] 2022-12-01T10:27:06.1395175Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1395342Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1395513Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_float32 PASSED [ 9%] 2022-12-01T10:27:06.1395686Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1395849Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1396011Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_float32 PASSED [ 9%] 2022-12-01T10:27:06.1396155Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_int64 PASSED [ 9%] 2022-12-01T10:27:06.1396318Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_float32 PASSED [ 9%] 2022-12-01T10:27:06.1396478Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_int64 PASSED [ 9%] 2022-12-01T10:27:06.1396750Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_float32 PASSED [ 9%] 2022-12-01T10:27:06.1396912Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1397083Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_complex64 PASSED [ 9%] 2022-12-01T10:27:06.1397252Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_float32 PASSED [ 9%] 2022-12-01T10:27:06.1397415Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1397614Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_complex_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1397772Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1397925Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1398097Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_complex64 PASSED [ 10%] 2022-12-01T10:27:06.1398264Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1398438Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_complex64 PASSED [ 10%] 2022-12-01T10:27:06.1398609Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1398821Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1398991Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1399138Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1399300Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1399460Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1399617Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1399781Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_complex64 PASSED [ 10%] 2022-12-01T10:27:06.1399937Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1400091Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1400264Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_complex64 PASSED [ 10%] 2022-12-01T10:27:06.1400417Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1400570Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1400724Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1400882Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1401041Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1401198Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1401358Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1401525Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_complex64 PASSED [ 10%] 2022-12-01T10:27:06.1401682Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1401851Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_complex64 PASSED [ 10%] 2022-12-01T10:27:06.1402028Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1402187Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1402344Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1402504Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_complex64 PASSED [ 10%] 2022-12-01T10:27:06.1402659Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1402825Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_complex64 PASSED [ 10%] 2022-12-01T10:27:06.1402986Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1403179Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_complex64 PASSED [ 10%] 2022-12-01T10:27:06.1403338Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1403506Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1403664Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_complex64 PASSED [ 10%] 2022-12-01T10:27:06.1403820Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1403981Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1404138Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1404321Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_complex64 PASSED [ 10%] 2022-12-01T10:27:06.1404493Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1404652Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1404807Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1404963Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1405122Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1405279Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1405441Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_complex64 PASSED [ 10%] 2022-12-01T10:27:06.1405615Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_float32 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:27:06.1405788Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_int64 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:27:06.1405955Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_float32 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:27:06.1406108Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1406274Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_complex64 PASSED [ 10%] 2022-12-01T10:27:06.1406428Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1406584Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1406738Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1406892Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1407052Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_complex64 PASSED [ 10%] 2022-12-01T10:27:06.1407206Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1407358Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_complex64 PASSED [ 10%] 2022-12-01T10:27:06.1407513Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1407668Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1407838Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_complex64 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:27:06.1408004Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_float32 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:27:06.1408170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_int64 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:27:06.1408326Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1408490Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_complex64 PASSED [ 10%] 2022-12-01T10:27:06.1408635Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1408820Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1408991Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_complex64 PASSED [ 10%] 2022-12-01T10:27:06.1409154Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1409312Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1409466Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1409625Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1409782Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1409973Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1410129Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_complex64 PASSED [ 10%] 2022-12-01T10:27:06.1410284Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1410456Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_complex64 PASSED [ 10%] 2022-12-01T10:27:06.1410626Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1410790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1410948Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1411108Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1411268Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1411417Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1411577Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1411742Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_complex64 PASSED [ 10%] 2022-12-01T10:27:06.1411904Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1412061Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1412225Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_complex64 PASSED [ 10%] 2022-12-01T10:27:06.1412381Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1412538Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1412702Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1412848Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1413004Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1413166Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_complex64 PASSED [ 10%] 2022-12-01T10:27:06.1413322Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1413477Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1413635Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1413791Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1413952Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_complex64 PASSED [ 10%] 2022-12-01T10:27:06.1414099Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1414284Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1414449Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1414611Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1414764Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1414920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1415072Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1415223Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1415424Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1415581Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_frac_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1415740Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_frexp_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1415899Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1416056Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1416212Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1416365Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1416516Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1416678Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_complex64 PASSED [ 10%] 2022-12-01T10:27:06.1416822Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1416989Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_complex64 PASSED [ 10%] 2022-12-01T10:27:06.1417144Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1417304Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_complex64 PASSED [ 10%] 2022-12-01T10:27:06.1417460Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1417623Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1417789Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogram_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1417947Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1418095Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_complex64 PASSED [ 10%] 2022-12-01T10:27:06.1418254Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_int64 PASSED [ 10%] 2022-12-01T10:27:06.1418410Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hypot_cpu_float32 PASSED [ 10%] 2022-12-01T10:27:06.1418567Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1418726Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1418884Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_int64 PASSED [ 11%] 2022-12-01T10:27:06.1419053Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1419212Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_int64 PASSED [ 11%] 2022-12-01T10:27:06.1419369Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_int64 PASSED [ 11%] 2022-12-01T10:27:06.1419522Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1419687Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1419883Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1420093Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_int64 PASSED [ 11%] 2022-12-01T10:27:06.1420267Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1420575Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1420760Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_int64 PASSED [ 11%] 2022-12-01T10:27:06.1420962Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1421107Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1421325Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_int64 PASSED [ 11%] 2022-12-01T10:27:06.1421513Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1421704Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1421893Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1422087Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1422306Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_int64 PASSED [ 11%] 2022-12-01T10:27:06.1422495Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1422728Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:27:06.1422921Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_int64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:27:06.1423159Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:27:06.1423426Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_int64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:27:06.1423648Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_complex64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:27:06.1423866Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_int64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:27:06.1424091Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:27:06.1424299Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1424484Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_int64 PASSED [ 11%] 2022-12-01T10:27:06.1424677Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1424829Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1425015Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_int64 PASSED [ 11%] 2022-12-01T10:27:06.1425195Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1425375Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_int64 PASSED [ 11%] 2022-12-01T10:27:06.1425570Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1425754Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1425954Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_int64 PASSED [ 11%] 2022-12-01T10:27:06.1426154Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1426312Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1426533Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1426756Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_int64 PASSED [ 11%] 2022-12-01T10:27:06.1426950Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1427203Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_float32 SKIPPED (The backward may give different results) [ 11%] 2022-12-01T10:27:06.1427395Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1427596Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1427839Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1428035Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1428213Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1428409Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1428624Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1428826Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1429023Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1429218Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1429429Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1429641Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1429846Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1430003Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1430243Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1430446Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1430651Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1430854Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1431062Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1431290Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1431518Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_float32 SKIPPED (67470!) [ 11%] 2022-12-01T10:27:06.1431747Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1431925Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1432121Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1432330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1432532Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1432810Z 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:27:06.1433106Z 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:27:06.1433300Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1433518Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1433749Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1433905Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1434189Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1434442Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1434652Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1434842Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1435053Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1435248Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1435467Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_int64 PASSED [ 11%] 2022-12-01T10:27:06.1435668Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1435823Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1436024Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1436214Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_float32 XFAIL [ 11%] 2022-12-01T10:27:06.1436401Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_int64 XFAIL [ 11%] 2022-12-01T10:27:06.1436697Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1436887Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1437071Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_int64 PASSED [ 11%] 2022-12-01T10:27:06.1437303Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1437445Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_int64 PASSED [ 11%] 2022-12-01T10:27:06.1437652Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1437849Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_int64 PASSED [ 11%] 2022-12-01T10:27:06.1438050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp2_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1438254Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logcumsumexp_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1438444Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1438633Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1438827Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1439037Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_int64 PASSED [ 11%] 2022-12-01T10:27:06.1439183Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_int64 PASSED [ 11%] 2022-12-01T10:27:06.1439377Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1439563Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_int64 PASSED [ 11%] 2022-12-01T10:27:06.1439804Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1439987Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_int64 PASSED [ 11%] 2022-12-01T10:27:06.1440175Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_float32 XFAIL [ 11%] 2022-12-01T10:27:06.1440360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_int64 XFAIL [ 11%] 2022-12-01T10:27:06.1440575Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1440721Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1440922Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_int64 PASSED [ 11%] 2022-12-01T10:27:06.1441140Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1441326Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_int64 PASSED [ 11%] 2022-12-01T10:27:06.1441507Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1441696Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1441888Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1442077Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1442258Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1442407Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amax_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1442632Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amin_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1442834Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumprod_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1443034Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumprod_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1443234Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1443432Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logaddexp_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1443630Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logsumexp_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1443864Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_normalize_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1444021Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1444218Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_int64 PASSED [ 11%] 2022-12-01T10:27:06.1444437Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_complex64 PASSED [ 11%] 2022-12-01T10:27:06.1444635Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_float32 PASSED [ 11%] 2022-12-01T10:27:06.1444825Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_int64 PASSED [ 12%] 2022-12-01T10:27:06.1445019Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_std_cpu_complex64 PASSED [ 12%] 2022-12-01T10:27:06.1445209Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_std_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1445401Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_sum_cpu_complex64 PASSED [ 12%] 2022-12-01T10:27:06.1445598Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_var_cpu_int64 PASSED [ 12%] 2022-12-01T10:27:06.1445747Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1445937Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1446160Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1446390Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_int64 PASSED [ 12%] 2022-12-01T10:27:06.1446580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1446766Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_int64 PASSED [ 12%] 2022-12-01T10:27:06.1446951Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1447173Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_int64 PASSED [ 12%] 2022-12-01T10:27:06.1447381Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1447585Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 12%] 2022-12-01T10:27:06.1447799Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1448008Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_int64 PASSED [ 12%] 2022-12-01T10:27:06.1448209Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1448407Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_int64 PASSED [ 12%] 2022-12-01T10:27:06.1448619Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1448804Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_complex64 PASSED [ 12%] 2022-12-01T10:27:06.1448985Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1449127Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1449320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_complex64 PASSED [ 12%] 2022-12-01T10:27:06.1449508Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_int64 PASSED [ 12%] 2022-12-01T10:27:06.1449712Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1449897Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_int64 PASSED [ 12%] 2022-12-01T10:27:06.1450090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_complex64 PASSED [ 12%] 2022-12-01T10:27:06.1450269Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_int64 PASSED [ 12%] 2022-12-01T10:27:06.1450500Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1450702Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_int64 PASSED [ 12%] 2022-12-01T10:27:06.1450853Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1451039Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_int64 PASSED [ 12%] 2022-12-01T10:27:06.1451230Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_int64 PASSED [ 12%] 2022-12-01T10:27:06.1451443Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanquantile_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1451646Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_complex64 PASSED [ 12%] 2022-12-01T10:27:06.1451837Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1452029Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_int64 PASSED [ 12%] 2022-12-01T10:27:06.1452220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_complex64 PASSED [ 12%] 2022-12-01T10:27:06.1452367Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1452556Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_complex64 PASSED [ 12%] 2022-12-01T10:27:06.1452766Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_int64 PASSED [ 12%] 2022-12-01T10:27:06.1452950Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1453156Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_int64 PASSED [ 12%] 2022-12-01T10:27:06.1453359Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_float32 SKIPPED (Skipped!) [ 12%] 2022-12-01T10:27:06.1453614Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_complex64 SKIPPED (Expected: new_empty_strided is not comparable) [ 12%] 2022-12-01T10:27:06.1453893Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_float32 SKIPPED (Expected: new_empty_strided is not comparable) [ 12%] 2022-12-01T10:27:06.1454167Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_int64 SKIPPED (Expected: new_empty_strided is not comparable) [ 12%] 2022-12-01T10:27:06.1454321Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1454506Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_int64 PASSED [ 12%] 2022-12-01T10:27:06.1454705Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_complex64 PASSED [ 12%] 2022-12-01T10:27:06.1454890Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_int64 PASSED [ 12%] 2022-12-01T10:27:06.1455139Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1455364Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1455573Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1455783Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1455989Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_int64 PASSED [ 12%] 2022-12-01T10:27:06.1456149Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_celu_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1456362Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_complex64 PASSED [ 12%] 2022-12-01T10:27:06.1456561Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1456780Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1457012Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_int64 PASSED [ 12%] 2022-12-01T10:27:06.1457223Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_int64 PASSED [ 12%] 2022-12-01T10:27:06.1457471Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1457685Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_int64 PASSED [ 12%] 2022-12-01T10:27:06.1457906Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cross_entropy_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1458071Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_ctc_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1458280Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout3d_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1458489Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1458721Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1458982Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 PASSED [ 12%] 2022-12-01T10:27:06.1459244Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1459475Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_int64 PASSED [ 12%] 2022-12-01T10:27:06.1459701Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1459917Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1460119Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_glu_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1460291Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_instance_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1460537Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1460760Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1460994Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_linear_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1461257Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1461458Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_kl_div_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1461664Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_complex64 PASSED [ 12%] 2022-12-01T10:27:06.1461872Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_layer_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1462081Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_leaky_relu_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1462246Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1462447Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_int64 PASSED [ 12%] 2022-12-01T10:27:06.1462664Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1462902Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_int64 PASSED [ 12%] 2022-12-01T10:27:06.1463112Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool1d_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1463315Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1463521Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool3d_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1463733Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1463949Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1464125Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1464329Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mse_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1464555Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1464831Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1465037Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_nll_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1465251Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_complex64 PASSED [ 12%] 2022-12-01T10:27:06.1465480Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_one_hot_cpu_int64 PASSED [ 12%] 2022-12-01T10:27:06.1465687Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_int64 PASSED [ 12%] 2022-12-01T10:27:06.1465898Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_complex64 PASSED [ 12%] 2022-12-01T10:27:06.1466064Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_int64 PASSED [ 12%] 2022-12-01T10:27:06.1466288Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_complex64 PASSED [ 12%] 2022-12-01T10:27:06.1466495Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1466728Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_complex64 PASSED [ 12%] 2022-12-01T10:27:06.1466976Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 12%] 2022-12-01T10:27:06.1467185Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pdist_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1467400Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_complex64 PASSED [ 12%] 2022-12-01T10:27:06.1467619Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_int64 PASSED [ 12%] 2022-12-01T10:27:06.1467819Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1468015Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_int64 PASSED [ 12%] 2022-12-01T10:27:06.1468190Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1468438Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1468674Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_int64 PASSED [ 12%] 2022-12-01T10:27:06.1468880Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softplus_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1469080Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1469297Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1469506Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1469726Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_complex64 PASSED [ 12%] 2022-12-01T10:27:06.1469945Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1470136Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_int64 PASSED [ 12%] 2022-12-01T10:27:06.1470355Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1470561Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1470749Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1470944Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1471133Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1471334Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_number_mean_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1471517Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_float32 XFAIL [ 12%] 2022-12-01T10:27:06.1471671Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_complex64 PASSED [ 12%] 2022-12-01T10:27:06.1471922Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_float32 PASSED [ 12%] 2022-12-01T10:27:06.1472107Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1472316Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_complex64 PASSED [ 13%] 2022-12-01T10:27:06.1472507Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1472700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_complex64 PASSED [ 13%] 2022-12-01T10:27:06.1472885Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1473092Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1473325Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1473509Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:27:06.1473725Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:27:06.1473950Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:27:06.1474262Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_complex64 PASSED [ 13%] 2022-12-01T10:27:06.1474456Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1474644Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_complex64 PASSED [ 13%] 2022-12-01T10:27:06.1474829Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1475015Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1475235Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1475378Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1475571Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1475751Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1475957Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_complex64 PASSED [ 13%] 2022-12-01T10:27:06.1476141Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1476331Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1476525Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1476842Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_float32 SKIPPED (Test expects tensor input) [ 13%] 2022-12-01T10:27:06.1476997Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_complex64 PASSED [ 13%] 2022-12-01T10:27:06.1477194Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_complex64 PASSED [ 13%] 2022-12-01T10:27:06.1477378Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1477567Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_complex64 PASSED [ 13%] 2022-12-01T10:27:06.1477784Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1477975Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1478162Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1478352Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1478596Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_complex64 PASSED [ 13%] 2022-12-01T10:27:06.1478810Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1479006Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_complex64 PASSED [ 13%] 2022-12-01T10:27:06.1479197Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1479390Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_complex64 PASSED [ 13%] 2022-12-01T10:27:06.1479601Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1479788Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1479979Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1480217Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_complex64 PASSED [ 13%] 2022-12-01T10:27:06.1480372Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1480561Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1480746Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_complex64 PASSED [ 13%] 2022-12-01T10:27:06.1480934Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_complex64 PASSED [ 13%] 2022-12-01T10:27:06.1481117Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1481320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1481527Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_0_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1481747Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:27:06.1481962Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1482110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_complex64 PASSED [ 13%] 2022-12-01T10:27:06.1482306Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_complex64 PASSED [ 13%] 2022-12-01T10:27:06.1482496Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_complex64 PASSED [ 13%] 2022-12-01T10:27:06.1482684Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1482871Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1483100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1483302Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1483497Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1483652Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1483854Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1484049Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1484246Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1484451Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_offsets_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1484643Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1484858Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1485052Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1485301Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_complex64 PASSED [ 13%] 2022-12-01T10:27:06.1485445Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1485627Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1485816Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_complex64 PASSED [ 13%] 2022-12-01T10:27:06.1486002Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1486195Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1486390Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_complex64 PASSED [ 13%] 2022-12-01T10:27:06.1486622Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1486810Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1486955Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1487141Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_complex64 PASSED [ 13%] 2022-12-01T10:27:06.1487321Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1487513Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1487692Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1487884Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1488084Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1488296Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1488547Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:27:06.1488710Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1488906Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1489108Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1489307Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1489503Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1489721Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1490179Z 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:27:06.1490612Z 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:27:06.1491008Z 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:27:06.1491211Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1491386Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1491601Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1491815Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1492003Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1492233Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1492420Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1492877Z 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:27:06.1493278Z 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:27:06.1493477Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1493676Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1493884Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1494094Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1494305Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1494498Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1494699Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1494952Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1495170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1495388Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1495759Z 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:27:06.1496166Z 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:27:06.1496568Z 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:27:06.1496959Z 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:27:06.1497172Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1497403Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1497626Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_complex64 PASSED [ 13%] 2022-12-01T10:27:06.1497824Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1498019Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1498214Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1498364Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_complex64 PASSED [ 13%] 2022-12-01T10:27:06.1498549Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1498739Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1498927Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1499146Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_int64 PASSED [ 13%] 2022-12-01T10:27:06.1499354Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1499538Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_complex64 PASSED [ 13%] 2022-12-01T10:27:06.1499732Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_complex64 PASSED [ 13%] 2022-12-01T10:27:06.1499920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_float32 PASSED [ 13%] 2022-12-01T10:27:06.1500069Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_complex64 PASSED [ 14%] 2022-12-01T10:27:06.1500260Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_complex64 PASSED [ 14%] 2022-12-01T10:27:06.1500522Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_float32 PASSED [ 14%] 2022-12-01T10:27:06.1500706Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1500900Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_complex64 PASSED [ 14%] 2022-12-01T10:27:06.1501111Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_float32 PASSED [ 14%] 2022-12-01T10:27:06.1501298Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_complex64 PASSED [ 14%] 2022-12-01T10:27:06.1501491Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_float32 PASSED [ 14%] 2022-12-01T10:27:06.1501631Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1501830Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_complex64 PASSED [ 14%] 2022-12-01T10:27:06.1502024Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_float32 PASSED [ 14%] 2022-12-01T10:27:06.1502218Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_complex64 PASSED [ 14%] 2022-12-01T10:27:06.1502406Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_complex64 PASSED [ 14%] 2022-12-01T10:27:06.1502593Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_float32 PASSED [ 14%] 2022-12-01T10:27:06.1502794Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1502987Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_float32 PASSED [ 14%] 2022-12-01T10:27:06.1503138Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_float32 PASSED [ 14%] 2022-12-01T10:27:06.1503325Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_complex64 PASSED [ 14%] 2022-12-01T10:27:06.1503510Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1503695Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_complex64 PASSED [ 14%] 2022-12-01T10:27:06.1503907Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_float32 PASSED [ 14%] 2022-12-01T10:27:06.1504089Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1504280Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_complex64 PASSED [ 14%] 2022-12-01T10:27:06.1504488Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1504683Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_complex64 PASSED [ 14%] 2022-12-01T10:27:06.1504832Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1505026Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_complex64 PASSED [ 14%] 2022-12-01T10:27:06.1505217Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_float32 PASSED [ 14%] 2022-12-01T10:27:06.1505408Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_complex64 PASSED [ 14%] 2022-12-01T10:27:06.1505593Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_float32 PASSED [ 14%] 2022-12-01T10:27:06.1505810Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1506018Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_float32 PASSED [ 14%] 2022-12-01T10:27:06.1506222Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_float32 PASSED [ 14%] 2022-12-01T10:27:06.1506363Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1506544Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_float32 PASSED [ 14%] 2022-12-01T10:27:06.1506726Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1506915Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1507168Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_complex64 PASSED [ 14%] 2022-12-01T10:27:06.1507365Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_float32 PASSED [ 14%] 2022-12-01T10:27:06.1507560Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_complex64 PASSED [ 14%] 2022-12-01T10:27:06.1507746Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_float32 PASSED [ 14%] 2022-12-01T10:27:06.1507890Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1508099Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_float32 PASSED [ 14%] 2022-12-01T10:27:06.1508289Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_complex64 PASSED [ 14%] 2022-12-01T10:27:06.1508476Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_float32 PASSED [ 14%] 2022-12-01T10:27:06.1508663Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_complex64 PASSED [ 14%] 2022-12-01T10:27:06.1508867Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_complex_cpu_float32 XFAIL [ 14%] 2022-12-01T10:27:06.1509053Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_complex64 PASSED [ 14%] 2022-12-01T10:27:06.1509238Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_float32 PASSED [ 14%] 2022-12-01T10:27:06.1509420Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1509562Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1509764Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1509954Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_complex64 PASSED [ 14%] 2022-12-01T10:27:06.1530040Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_float32 PASSED [ 14%] 2022-12-01T10:27:06.1530349Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1530527Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_complex64 XFAIL [ 14%] 2022-12-01T10:27:06.1530678Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_float32 XFAIL [ 14%] 2022-12-01T10:27:06.1530834Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_int64 XFAIL [ 14%] 2022-12-01T10:27:06.1531004Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_complex64 PASSED [ 14%] 2022-12-01T10:27:06.1531169Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_float32 PASSED [ 14%] 2022-12-01T10:27:06.1531319Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_complex128 PASSED [ 14%] 2022-12-01T10:27:06.1531470Z test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_complex128 PASSED [ 14%] 2022-12-01T10:27:06.1531619Z test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_float64 PASSED [ 14%] 2022-12-01T10:27:06.1531764Z test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1531905Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_complex128 PASSED [ 14%] 2022-12-01T10:27:06.1532177Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1532334Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_float64 PASSED [ 14%] 2022-12-01T10:27:06.1532491Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_complex128 PASSED [ 14%] 2022-12-01T10:27:06.1532642Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_float64 PASSED [ 14%] 2022-12-01T10:27:06.1532789Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1532934Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_complex128 PASSED [ 14%] 2022-12-01T10:27:06.1533072Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1533199Z test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1533418Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_complex128 XFAIL [ 14%] 2022-12-01T10:27:06.1533573Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_complex128 PASSED [ 14%] 2022-12-01T10:27:06.1533720Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_float64 PASSED [ 14%] 2022-12-01T10:27:06.1533861Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1534002Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_float64 PASSED [ 14%] 2022-12-01T10:27:06.1534141Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1534284Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_complex128 PASSED [ 14%] 2022-12-01T10:27:06.1534425Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_float64 PASSED [ 14%] 2022-12-01T10:27:06.1534553Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1534751Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 14%] 2022-12-01T10:27:06.1534942Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 14%] 2022-12-01T10:27:06.1535131Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_int64 SKIPPED (Only runs on cuda) [ 14%] 2022-12-01T10:27:06.1535288Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_complex128 PASSED [ 14%] 2022-12-01T10:27:06.1535432Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1535595Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_complex128 PASSED [ 14%] 2022-12-01T10:27:06.1535763Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_float64 PASSED [ 14%] 2022-12-01T10:27:06.1535904Z test_ops.py::TestCommonCPU::test_numpy_ref_native_layer_norm_cpu_float64 PASSED [ 14%] 2022-12-01T10:27:06.1536086Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 14%] 2022-12-01T10:27:06.1536259Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 14%] 2022-12-01T10:27:06.1536416Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_gelu_cpu_float64 PASSED [ 14%] 2022-12-01T10:27:06.1536578Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_group_norm_cpu_float64 PASSED [ 14%] 2022-12-01T10:27:06.1536737Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_mse_loss_cpu_float64 PASSED [ 14%] 2022-12-01T10:27:06.1536893Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_one_hot_cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1537072Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 14%] 2022-12-01T10:27:06.1537241Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1537389Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pdist_cpu_float64 PASSED [ 14%] 2022-12-01T10:27:06.1537533Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_float64 PASSED [ 14%] 2022-12-01T10:27:06.1537725Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1537871Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_complex128 PASSED [ 14%] 2022-12-01T10:27:06.1538013Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_float64 PASSED [ 14%] 2022-12-01T10:27:06.1538155Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_complex128 PASSED [ 14%] 2022-12-01T10:27:06.1538295Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_float64 PASSED [ 14%] 2022-12-01T10:27:06.1538431Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1538570Z test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_float64 PASSED [ 14%] 2022-12-01T10:27:06.1538714Z test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1538895Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_complex128 PASSED [ 14%] 2022-12-01T10:27:06.1539049Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_float64 PASSED [ 14%] 2022-12-01T10:27:06.1539192Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1539336Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_float64 PASSED [ 14%] 2022-12-01T10:27:06.1539475Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1539629Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_complex128 PASSED [ 14%] 2022-12-01T10:27:06.1539759Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_float64 PASSED [ 14%] 2022-12-01T10:27:06.1539903Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1540047Z test_ops.py::TestCommonCPU::test_numpy_ref_tril_indices_cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1540191Z test_ops.py::TestCommonCPU::test_numpy_ref_triu_indices_cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1540336Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_complex128 PASSED [ 14%] 2022-12-01T10:27:06.1540472Z test_ops.py::TestCommonCPU::test_out_T_cpu_float32 PASSED [ 14%] 2022-12-01T10:27:06.1540606Z test_ops.py::TestCommonCPU::test_out___rand___cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1540742Z test_ops.py::TestCommonCPU::test_out___rmod___cpu_float32 PASSED [ 14%] 2022-12-01T10:27:06.1540861Z test_ops.py::TestCommonCPU::test_out___rxor___cpu_int64 PASSED [ 14%] 2022-12-01T10:27:06.1540996Z test_ops.py::TestCommonCPU::test_out__refs_abs_cpu_float32 PASSED [ 14%] 2022-12-01T10:27:06.1541131Z test_ops.py::TestCommonCPU::test_out__refs_add_cpu_float32 PASSED [ 14%] 2022-12-01T10:27:06.1541271Z test_ops.py::TestCommonCPU::test_out__refs_addcdiv_cpu_float32 PASSED [ 14%] 2022-12-01T10:27:06.1541409Z test_ops.py::TestCommonCPU::test_out__refs_addr_cpu_float32 PASSED [ 14%] 2022-12-01T10:27:06.1541544Z test_ops.py::TestCommonCPU::test_out__refs_all_cpu_float32 PASSED [ 14%] 2022-12-01T10:27:06.1541682Z test_ops.py::TestCommonCPU::test_out__refs_amin_cpu_float32 PASSED [ 14%] 2022-12-01T10:27:06.1541816Z test_ops.py::TestCommonCPU::test_out__refs_any_cpu_float32 PASSED [ 14%] 2022-12-01T10:27:06.1541942Z test_ops.py::TestCommonCPU::test_out__refs_arange_cpu_float32 PASSED [ 14%] 2022-12-01T10:27:06.1542080Z test_ops.py::TestCommonCPU::test_out__refs_asinh_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1542220Z test_ops.py::TestCommonCPU::test_out__refs_atleast_1d_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1542359Z test_ops.py::TestCommonCPU::test_out__refs_atleast_3d_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1542497Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_and_cpu_int64 PASSED [ 15%] 2022-12-01T10:27:06.1542653Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_shapes_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1542790Z test_ops.py::TestCommonCPU::test_out__refs_cat_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1542957Z test_ops.py::TestCommonCPU::test_out__refs_chunk_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1543097Z test_ops.py::TestCommonCPU::test_out__refs_clamp_max_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1543232Z test_ops.py::TestCommonCPU::test_out__refs_column_stack_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1543383Z test_ops.py::TestCommonCPU::test_out__refs_constant_pad_nd_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1543524Z test_ops.py::TestCommonCPU::test_out__refs_copysign_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1543661Z test_ops.py::TestCommonCPU::test_out__refs_cos_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1543798Z test_ops.py::TestCommonCPU::test_out__refs_cosh_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1543939Z test_ops.py::TestCommonCPU::test_out__refs_cumsum_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1544104Z test_ops.py::TestCommonCPU::test_out__refs_diag_embed_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1544245Z test_ops.py::TestCommonCPU::test_out__refs_diagonal_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1544426Z test_ops.py::TestCommonCPU::test_out__refs_empty_like_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 15%] 2022-12-01T10:27:06.1544563Z test_ops.py::TestCommonCPU::test_out__refs_erf_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1544699Z test_ops.py::TestCommonCPU::test_out__refs_erfc_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1544840Z test_ops.py::TestCommonCPU::test_out__refs_erfinv_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1544975Z test_ops.py::TestCommonCPU::test_out__refs_eye_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1545113Z test_ops.py::TestCommonCPU::test_out__refs_fft_fft2_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1545252Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfft2_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1545393Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfft_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1545518Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifft2_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1545658Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifftn_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1545809Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifftshift_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1545949Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft2_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1546087Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1546225Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfft2_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1546363Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfft2_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1546499Z test_ops.py::TestCommonCPU::test_out__refs_fill_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1546626Z test_ops.py::TestCommonCPU::test_out__refs_flatten_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1546762Z test_ops.py::TestCommonCPU::test_out__refs_fmax_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1546901Z test_ops.py::TestCommonCPU::test_out__refs_fmin_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1547038Z test_ops.py::TestCommonCPU::test_out__refs_fmod_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1547172Z test_ops.py::TestCommonCPU::test_out__refs_frac_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1547312Z test_ops.py::TestCommonCPU::test_out__refs_hsplit_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1547449Z test_ops.py::TestCommonCPU::test_out__refs_hstack_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1547583Z test_ops.py::TestCommonCPU::test_out__refs_i0_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1547720Z test_ops.py::TestCommonCPU::test_out__refs_index_select_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1547859Z test_ops.py::TestCommonCPU::test_out__refs_isneginf_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1548001Z test_ops.py::TestCommonCPU::test_out__refs_isposinf_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1548171Z test_ops.py::TestCommonCPU::test_out__refs_isreal_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1548309Z test_ops.py::TestCommonCPU::test_out__refs_lgamma_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1548456Z test_ops.py::TestCommonCPU::test_out__refs_linalg_norm_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1548607Z test_ops.py::TestCommonCPU::test_out__refs_linalg_svdvals_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1548761Z test_ops.py::TestCommonCPU::test_out__refs_linalg_vector_norm_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1548886Z test_ops.py::TestCommonCPU::test_out__refs_log2_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1549023Z test_ops.py::TestCommonCPU::test_out__refs_log_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1549168Z test_ops.py::TestCommonCPU::test_out__refs_log_softmax_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1549340Z test_ops.py::TestCommonCPU::test_out__refs_logical_and_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1549487Z test_ops.py::TestCommonCPU::test_out__refs_logical_not_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1549632Z test_ops.py::TestCommonCPU::test_out__refs_logspace_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1549774Z test_ops.py::TestCommonCPU::test_out__refs_logsumexp_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1549920Z test_ops.py::TestCommonCPU::test_out__refs_masked_fill_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1550069Z test_ops.py::TestCommonCPU::test_out__refs_meshgrid_list_of_tensors_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1550237Z test_ops.py::TestCommonCPU::test_out__refs_meshgrid_variadic_tensors_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1550377Z test_ops.py::TestCommonCPU::test_out__refs_movedim_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1550514Z test_ops.py::TestCommonCPU::test_out__refs_mul_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1550655Z test_ops.py::TestCommonCPU::test_out__refs_narrow_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1550808Z test_ops.py::TestCommonCPU::test_out__refs_native_layer_norm_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1550952Z test_ops.py::TestCommonCPU::test_out__refs_new_ones_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1551094Z test_ops.py::TestCommonCPU::test_out__refs_new_zeros_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1551236Z test_ops.py::TestCommonCPU::test_out__refs_nextafter_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1551387Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardshrink_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1551547Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardtanh_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1551708Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_huber_loss_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1551865Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_l1_loss_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1552025Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mse_loss_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1552197Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pairwise_distance_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1552352Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1552512Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_threshold_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1552639Z test_ops.py::TestCommonCPU::test_out__refs_ones_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1552782Z test_ops.py::TestCommonCPU::test_out__refs_positive_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1552922Z test_ops.py::TestCommonCPU::test_out__refs_pow_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1553060Z test_ops.py::TestCommonCPU::test_out__refs_prod_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1553197Z test_ops.py::TestCommonCPU::test_out__refs_ravel_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1553336Z test_ops.py::TestCommonCPU::test_out__refs_real_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1553479Z test_ops.py::TestCommonCPU::test_out__refs_reciprocal_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1553649Z test_ops.py::TestCommonCPU::test_out__refs_reshape_as_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1553773Z test_ops.py::TestCommonCPU::test_out__refs_roll_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1553910Z test_ops.py::TestCommonCPU::test_out__refs_round_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1554134Z test_ops.py::TestCommonCPU::test_out__refs_sgn_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1554284Z test_ops.py::TestCommonCPU::test_out__refs_sigmoid_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1554408Z test_ops.py::TestCommonCPU::test_out__refs_sign_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1554563Z test_ops.py::TestCommonCPU::test_out__refs_special_bessel_j0_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1554738Z test_ops.py::TestCommonCPU::test_out__refs_special_i1_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1554892Z test_ops.py::TestCommonCPU::test_out__refs_special_logit_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1555069Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1555241Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1555411Z test_ops.py::TestCommonCPU::test_out__refs_special_spherical_bessel_j0_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1555561Z test_ops.py::TestCommonCPU::test_out__refs_special_zeta_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1555689Z test_ops.py::TestCommonCPU::test_out__refs_sqrt_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1555830Z test_ops.py::TestCommonCPU::test_out__refs_square_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1555972Z test_ops.py::TestCommonCPU::test_out__refs_stack_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1556115Z test_ops.py::TestCommonCPU::test_out__refs_std_mean_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1556252Z test_ops.py::TestCommonCPU::test_out__refs_sum_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1556403Z test_ops.py::TestCommonCPU::test_out__refs_sum_to_size_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1556762Z test_ops.py::TestCommonCPU::test_out__refs_tensor_split_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1556907Z test_ops.py::TestCommonCPU::test_out__refs_transpose_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1557031Z test_ops.py::TestCommonCPU::test_out__refs_tril_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1557175Z test_ops.py::TestCommonCPU::test_out__refs_tril_indices_cpu_int64 PASSED [ 15%] 2022-12-01T10:27:06.1557312Z test_ops.py::TestCommonCPU::test_out__refs_triu_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1557452Z test_ops.py::TestCommonCPU::test_out__refs_trunc_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1557595Z test_ops.py::TestCommonCPU::test_out__refs_unbind_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1557744Z test_ops.py::TestCommonCPU::test_out__refs_unfold_copy_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1557889Z test_ops.py::TestCommonCPU::test_out__refs_unsqueeze_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1558029Z test_ops.py::TestCommonCPU::test_out__refs_view_as_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1558167Z test_ops.py::TestCommonCPU::test_out__refs_view_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1558292Z test_ops.py::TestCommonCPU::test_out__refs_where_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1558428Z test_ops.py::TestCommonCPU::test_out_acos_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1558565Z test_ops.py::TestCommonCPU::test_out_acosh_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1558704Z test_ops.py::TestCommonCPU::test_out_addcdiv_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1558842Z test_ops.py::TestCommonCPU::test_out_addcmul_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1558980Z test_ops.py::TestCommonCPU::test_out_addmv_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1559167Z test_ops.py::TestCommonCPU::test_out_amax_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1559302Z test_ops.py::TestCommonCPU::test_out_angle_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1559424Z test_ops.py::TestCommonCPU::test_out_argmin_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1559559Z test_ops.py::TestCommonCPU::test_out_argsort_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1559696Z test_ops.py::TestCommonCPU::test_out_argwhere_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1559833Z test_ops.py::TestCommonCPU::test_out_as_strided_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1559982Z test_ops.py::TestCommonCPU::test_out_as_strided_scatter_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1560119Z test_ops.py::TestCommonCPU::test_out_atan_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1560291Z test_ops.py::TestCommonCPU::test_out_atleast_3d_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1560432Z test_ops.py::TestCommonCPU::test_out_baddbmm_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:06.1560558Z test_ops.py::TestCommonCPU::test_out_bernoulli_cpu_float32 XFAIL [ 15%] 2022-12-01T10:27:06.1560694Z test_ops.py::TestCommonCPU::test_out_bincount_cpu_int64 PASSED [ 15%] 2022-12-01T10:27:06.1560830Z test_ops.py::TestCommonCPU::test_out_bitwise_and_cpu_int64 PASSED [ 15%] 2022-12-01T10:27:06.1560972Z test_ops.py::TestCommonCPU::test_out_bitwise_left_shift_cpu_int64 PASSED [ 15%] 2022-12-01T10:27:06.1561109Z test_ops.py::TestCommonCPU::test_out_bitwise_or_cpu_int64 PASSED [ 15%] 2022-12-01T10:27:06.1561258Z test_ops.py::TestCommonCPU::test_out_bitwise_right_shift_cpu_int64 PASSED [ 15%] 2022-12-01T10:27:06.1561395Z test_ops.py::TestCommonCPU::test_out_block_diag_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1561528Z test_ops.py::TestCommonCPU::test_out_bool_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1561666Z test_ops.py::TestCommonCPU::test_out_broadcast_tensors_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1561808Z test_ops.py::TestCommonCPU::test_out_bucketize_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1561948Z test_ops.py::TestCommonCPU::test_out_cartesian_prod_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1562089Z test_ops.py::TestCommonCPU::test_out_cholesky_inverse_cpu_float32 XFAIL [ 16%] 2022-12-01T10:27:06.1562222Z test_ops.py::TestCommonCPU::test_out_clamp_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1562358Z test_ops.py::TestCommonCPU::test_out_clamp_min_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1562498Z test_ops.py::TestCommonCPU::test_out_conj_physical_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1562640Z test_ops.py::TestCommonCPU::test_out_constant_pad_nd_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1562763Z test_ops.py::TestCommonCPU::test_out_corrcoef_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1562897Z test_ops.py::TestCommonCPU::test_out_cos_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1563032Z test_ops.py::TestCommonCPU::test_out_cosh_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1563167Z test_ops.py::TestCommonCPU::test_out_cross_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1563321Z test_ops.py::TestCommonCPU::test_out_cumulative_trapezoid_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1563458Z test_ops.py::TestCommonCPU::test_out_deg2rad_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1563596Z test_ops.py::TestCommonCPU::test_out_diagflat_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1563732Z test_ops.py::TestCommonCPU::test_out_diagonal_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1563861Z test_ops.py::TestCommonCPU::test_out_diagonal_scatter_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1563996Z test_ops.py::TestCommonCPU::test_out_digamma_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1564149Z test_ops.py::TestCommonCPU::test_out_div_no_rounding_mode_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1564299Z test_ops.py::TestCommonCPU::test_out_div_trunc_rounding_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1564466Z test_ops.py::TestCommonCPU::test_out_dot_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1564602Z test_ops.py::TestCommonCPU::test_out_double_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1564739Z test_ops.py::TestCommonCPU::test_out_dsplit_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1564875Z test_ops.py::TestCommonCPU::test_out_einsum_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1565001Z test_ops.py::TestCommonCPU::test_out_empty_like_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1565133Z test_ops.py::TestCommonCPU::test_out_eq_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1565352Z test_ops.py::TestCommonCPU::test_out_equal_cpu_float32 SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 16%] 2022-12-01T10:27:06.1565512Z test_ops.py::TestCommonCPU::test_out_erf_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1565650Z test_ops.py::TestCommonCPU::test_out_erfc_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1565785Z test_ops.py::TestCommonCPU::test_out_exp_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1565920Z test_ops.py::TestCommonCPU::test_out_expand_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1566056Z test_ops.py::TestCommonCPU::test_out_fft_fft2_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1566196Z test_ops.py::TestCommonCPU::test_out_fft_fftshift_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1566320Z test_ops.py::TestCommonCPU::test_out_fft_hfft2_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1566455Z test_ops.py::TestCommonCPU::test_out_fft_ifft_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1566592Z test_ops.py::TestCommonCPU::test_out_fft_ifftn_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1566732Z test_ops.py::TestCommonCPU::test_out_fft_ifftshift_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1566870Z test_ops.py::TestCommonCPU::test_out_fft_ihfft2_cpu_float32 XFAIL [ 16%] 2022-12-01T10:27:06.1567007Z test_ops.py::TestCommonCPU::test_out_fft_ihfftn_cpu_float32 XFAIL [ 16%] 2022-12-01T10:27:06.1567142Z test_ops.py::TestCommonCPU::test_out_fft_rfft2_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1567279Z test_ops.py::TestCommonCPU::test_out_fft_rfftn_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1567402Z test_ops.py::TestCommonCPU::test_out_flatten_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1567538Z test_ops.py::TestCommonCPU::test_out_flip_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1567673Z test_ops.py::TestCommonCPU::test_out_flipud_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1567807Z test_ops.py::TestCommonCPU::test_out_fmax_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1567942Z test_ops.py::TestCommonCPU::test_out_fmin_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1568076Z test_ops.py::TestCommonCPU::test_out_frac_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1568213Z test_ops.py::TestCommonCPU::test_out_frexp_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1568354Z test_ops.py::TestCommonCPU::test_out_full_like_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1568479Z test_ops.py::TestCommonCPU::test_out_gradient_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1568613Z test_ops.py::TestCommonCPU::test_out_gt_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1568745Z test_ops.py::TestCommonCPU::test_out_half_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1568884Z test_ops.py::TestCommonCPU::test_out_heaviside_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1569022Z test_ops.py::TestCommonCPU::test_out_histc_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1569245Z test_ops.py::TestCommonCPU::test_out_histogramdd_cpu_float32 SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 16%] 2022-12-01T10:27:06.1569383Z test_ops.py::TestCommonCPU::test_out_hsplit_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1569541Z test_ops.py::TestCommonCPU::test_out_i0_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1569665Z test_ops.py::TestCommonCPU::test_out_igamma_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1569801Z test_ops.py::TestCommonCPU::test_out_imag_cpu_complex64 PASSED [ 16%] 2022-12-01T10:27:06.1569939Z test_ops.py::TestCommonCPU::test_out_index_add_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1570077Z test_ops.py::TestCommonCPU::test_out_index_copy_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1570216Z test_ops.py::TestCommonCPU::test_out_index_fill_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1570353Z test_ops.py::TestCommonCPU::test_out_index_put_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1570493Z test_ops.py::TestCommonCPU::test_out_index_reduce_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1570661Z test_ops.py::TestCommonCPU::test_out_index_select_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1570784Z test_ops.py::TestCommonCPU::test_out_inner_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1570922Z test_ops.py::TestCommonCPU::test_out_isclose_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1571055Z test_ops.py::TestCommonCPU::test_out_isin_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1571189Z test_ops.py::TestCommonCPU::test_out_isnan_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1571327Z test_ops.py::TestCommonCPU::test_out_isposinf_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1571462Z test_ops.py::TestCommonCPU::test_out_isreal_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1571597Z test_ops.py::TestCommonCPU::test_out_istft_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1571786Z test_ops.py::TestCommonCPU::test_out_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T10:27:06.1571962Z test_ops.py::TestCommonCPU::test_out_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T10:27:06.1572136Z test_ops.py::TestCommonCPU::test_out_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T10:27:06.1572276Z test_ops.py::TestCommonCPU::test_out_kthvalue_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1572414Z test_ops.py::TestCommonCPU::test_out_ldexp_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1572548Z test_ops.py::TestCommonCPU::test_out_le_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1572683Z test_ops.py::TestCommonCPU::test_out_lgamma_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1572821Z test_ops.py::TestCommonCPU::test_out_linalg_cond_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1572960Z test_ops.py::TestCommonCPU::test_out_linalg_cross_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1573099Z test_ops.py::TestCommonCPU::test_out_linalg_det_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1573224Z test_ops.py::TestCommonCPU::test_out_linalg_eig_cpu_float32 XFAIL [ 16%] 2022-12-01T10:27:06.1573366Z test_ops.py::TestCommonCPU::test_out_linalg_eigvalsh_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1573529Z test_ops.py::TestCommonCPU::test_out_linalg_householder_product_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1573670Z test_ops.py::TestCommonCPU::test_out_linalg_inv_ex_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1573823Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_ex_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1573967Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_solve_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1574108Z test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1574258Z test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_ex_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1574387Z test_ops.py::TestCommonCPU::test_out_linalg_lu_solve_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1574550Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1574689Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1574953Z 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:27:06.1575096Z test_ops.py::TestCommonCPU::test_out_linalg_slogdet_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1575235Z test_ops.py::TestCommonCPU::test_out_linalg_solve_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1575390Z test_ops.py::TestCommonCPU::test_out_linalg_solve_triangular_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1575529Z test_ops.py::TestCommonCPU::test_out_linalg_svd_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1575660Z test_ops.py::TestCommonCPU::test_out_linalg_tensorinv_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1575800Z test_ops.py::TestCommonCPU::test_out_linalg_vander_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1575971Z test_ops.py::TestCommonCPU::test_out_linalg_vecdot_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1576123Z test_ops.py::TestCommonCPU::test_out_linalg_vector_norm_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1576264Z test_ops.py::TestCommonCPU::test_out_linspace_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1576398Z test_ops.py::TestCommonCPU::test_out_log10_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1576537Z test_ops.py::TestCommonCPU::test_out_log1p_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1576673Z test_ops.py::TestCommonCPU::test_out_log2_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1576816Z test_ops.py::TestCommonCPU::test_out_log_softmax_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1576944Z test_ops.py::TestCommonCPU::test_out_logaddexp2_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1577085Z test_ops.py::TestCommonCPU::test_out_logaddexp_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1577231Z test_ops.py::TestCommonCPU::test_out_logcumsumexp_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1577371Z test_ops.py::TestCommonCPU::test_out_logical_xor_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1577510Z test_ops.py::TestCommonCPU::test_out_long_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1577641Z test_ops.py::TestCommonCPU::test_out_lt_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1577772Z test_ops.py::TestCommonCPU::test_out_lu_cpu_float32 XFAIL [ 16%] 2022-12-01T10:27:06.1577908Z test_ops.py::TestCommonCPU::test_out_lu_solve_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1578031Z test_ops.py::TestCommonCPU::test_out_lu_unpack_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1578168Z test_ops.py::TestCommonCPU::test_out_masked_amin_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1578309Z test_ops.py::TestCommonCPU::test_out_masked_cumprod_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1578447Z test_ops.py::TestCommonCPU::test_out_masked_fill_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1578591Z test_ops.py::TestCommonCPU::test_out_masked_logsumexp_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1578731Z test_ops.py::TestCommonCPU::test_out_masked_mean_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1578871Z test_ops.py::TestCommonCPU::test_out_masked_median_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1579010Z test_ops.py::TestCommonCPU::test_out_masked_norm_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1579140Z test_ops.py::TestCommonCPU::test_out_masked_scatter_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1579278Z test_ops.py::TestCommonCPU::test_out_masked_select_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1579417Z test_ops.py::TestCommonCPU::test_out_masked_softmin_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1579554Z test_ops.py::TestCommonCPU::test_out_masked_sum_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1579691Z test_ops.py::TestCommonCPU::test_out_max_binary_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1579846Z test_ops.py::TestCommonCPU::test_out_max_reduction_no_dim_cpu_float32 PASSED [ 16%] 2022-12-01T10:27:06.1579981Z test_ops.py::TestCommonCPU::test_out_mean_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1580144Z test_ops.py::TestCommonCPU::test_out_median_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1580288Z test_ops.py::TestCommonCPU::test_out_meshgrid_list_of_tensors_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1580447Z test_ops.py::TestCommonCPU::test_out_meshgrid_variadic_tensors_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1580581Z test_ops.py::TestCommonCPU::test_out_mm_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1580718Z test_ops.py::TestCommonCPU::test_out_movedim_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1580852Z test_ops.py::TestCommonCPU::test_out_mul_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1581010Z test_ops.py::TestCommonCPU::test_out_multinomial_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:27:06.1581193Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1581331Z test_ops.py::TestCommonCPU::test_out_narrow_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1581470Z test_ops.py::TestCommonCPU::test_out_new_empty_strided_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1581641Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1581809Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1581976Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1582133Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1582287Z test_ops.py::TestCommonCPU::test_out_nn_functional_bilinear_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1582435Z test_ops.py::TestCommonCPU::test_out_nn_functional_celu_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1582590Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1582755Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1582904Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1583069Z test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_similarity_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1583228Z test_ops.py::TestCommonCPU::test_out_nn_functional_cross_entropy_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1583380Z test_ops.py::TestCommonCPU::test_out_nn_functional_ctc_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1583533Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1583692Z test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_bag_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1583850Z test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1584033Z test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1584192Z test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1584348Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardshrink_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1584502Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardtanh_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1584670Z test_ops.py::TestCommonCPU::test_out_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1584823Z test_ops.py::TestCommonCPU::test_out_nn_functional_huber_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1584991Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1585163Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1585317Z test_ops.py::TestCommonCPU::test_out_nn_functional_kl_div_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1585513Z test_ops.py::TestCommonCPU::test_out_nn_functional_local_response_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1585658Z test_ops.py::TestCommonCPU::test_out_nn_functional_logsigmoid_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1585820Z test_ops.py::TestCommonCPU::test_out_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1585974Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1586131Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1586295Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1586443Z test_ops.py::TestCommonCPU::test_out_nn_functional_mish_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1586641Z test_ops.py::TestCommonCPU::test_out_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1586819Z test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1586963Z test_ops.py::TestCommonCPU::test_out_nn_functional_nll_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1587116Z test_ops.py::TestCommonCPU::test_out_nn_functional_normalize_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1587274Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_circular_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1587434Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_replicate_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1587586Z test_ops.py::TestCommonCPU::test_out_nn_functional_pdist_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1587749Z test_ops.py::TestCommonCPU::test_out_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1587900Z test_ops.py::TestCommonCPU::test_out_nn_functional_relu6_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1588052Z test_ops.py::TestCommonCPU::test_out_nn_functional_relu_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1588204Z test_ops.py::TestCommonCPU::test_out_nn_functional_selu_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1588354Z test_ops.py::TestCommonCPU::test_out_nn_functional_silu_complex_cpu_complex64 PASSED [ 17%] 2022-12-01T10:27:06.1588511Z test_ops.py::TestCommonCPU::test_out_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1588663Z test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1588826Z test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1588980Z test_ops.py::TestCommonCPU::test_out_nn_functional_softplus_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1589136Z test_ops.py::TestCommonCPU::test_out_nn_functional_softshrink_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1589320Z test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1589471Z test_ops.py::TestCommonCPU::test_out_nn_functional_unfold_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1589600Z test_ops.py::TestCommonCPU::test_out_norm_fro_cpu_float32 XFAIL [ 17%] 2022-12-01T10:27:06.1589737Z test_ops.py::TestCommonCPU::test_out_ones_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1589897Z test_ops.py::TestCommonCPU::test_out_ops_nvprims_native_batch_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1590049Z test_ops.py::TestCommonCPU::test_out_ops_nvprims_var_mean_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1590188Z test_ops.py::TestCommonCPU::test_out_outer_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1590327Z test_ops.py::TestCommonCPU::test_out_permute_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1590467Z test_ops.py::TestCommonCPU::test_out_polar_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1590639Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:27:06.1590767Z test_ops.py::TestCommonCPU::test_out_positive_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1590931Z test_ops.py::TestCommonCPU::test_out_put_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1591069Z test_ops.py::TestCommonCPU::test_out_quantile_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1591207Z test_ops.py::TestCommonCPU::test_out_rand_like_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1591344Z test_ops.py::TestCommonCPU::test_out_randn_cpu_float32 XFAIL [ 17%] 2022-12-01T10:27:06.1591480Z test_ops.py::TestCommonCPU::test_out_ravel_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1591614Z test_ops.py::TestCommonCPU::test_out_real_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1591755Z test_ops.py::TestCommonCPU::test_out_remainder_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1591877Z test_ops.py::TestCommonCPU::test_out_repeat_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1592067Z test_ops.py::TestCommonCPU::test_out_repeat_interleave_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1592288Z test_ops.py::TestCommonCPU::test_out_reshape_as_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1592442Z test_ops.py::TestCommonCPU::test_out_reshape_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1592583Z test_ops.py::TestCommonCPU::test_out_resize__cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1592724Z test_ops.py::TestCommonCPU::test_out_resolve_conj_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1592865Z test_ops.py::TestCommonCPU::test_out_resolve_neg_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1593051Z test_ops.py::TestCommonCPU::test_out_round_decimals_0_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1593233Z test_ops.py::TestCommonCPU::test_out_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:27:06.1593358Z test_ops.py::TestCommonCPU::test_out_rsqrt_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1593493Z test_ops.py::TestCommonCPU::test_out_rsub_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1593630Z test_ops.py::TestCommonCPU::test_out_scatter_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1593810Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_amax_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1593994Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_amin_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1594205Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_prod_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1594356Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_sum_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1594512Z test_ops.py::TestCommonCPU::test_out_segment_reduce_offsets_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1594706Z test_ops.py::TestCommonCPU::test_out_sgn_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1594845Z test_ops.py::TestCommonCPU::test_out_short_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1594986Z test_ops.py::TestCommonCPU::test_out_sign_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1595122Z test_ops.py::TestCommonCPU::test_out_sin_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1595261Z test_ops.py::TestCommonCPU::test_out_sinc_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1595444Z test_ops.py::TestCommonCPU::test_out_slice_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1595611Z test_ops.py::TestCommonCPU::test_out_softmax_with_dtype_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1595781Z test_ops.py::TestCommonCPU::test_out_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:27:06.1595910Z test_ops.py::TestCommonCPU::test_out_special_airy_ai_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1596060Z test_ops.py::TestCommonCPU::test_out_special_bessel_j1_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1596265Z test_ops.py::TestCommonCPU::test_out_special_bessel_y0_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1596423Z test_ops.py::TestCommonCPU::test_out_special_bessel_y1_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1596703Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1597239Z 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:27:06.1597389Z test_ops.py::TestCommonCPU::test_out_special_entr_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1597534Z test_ops.py::TestCommonCPU::test_out_special_erfcx_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1597661Z test_ops.py::TestCommonCPU::test_out_special_i1_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1598076Z 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:27:06.1598224Z test_ops.py::TestCommonCPU::test_out_special_log_ndtr_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1598431Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i0_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1598615Z test_ops.py::TestCommonCPU::test_out_special_ndtri_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1598807Z test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1599163Z 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:27:06.1599577Z 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:27:06.1599741Z test_ops.py::TestCommonCPU::test_out_special_spherical_bessel_j0_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1599888Z test_ops.py::TestCommonCPU::test_out_special_xlog1py_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1600020Z test_ops.py::TestCommonCPU::test_out_split_list_args_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1600201Z test_ops.py::TestCommonCPU::test_out_sqrt_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1600362Z test_ops.py::TestCommonCPU::test_out_squeeze_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1600505Z test_ops.py::TestCommonCPU::test_out_stack_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1600641Z test_ops.py::TestCommonCPU::test_out_std_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1600780Z test_ops.py::TestCommonCPU::test_out_std_mean_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1600925Z test_ops.py::TestCommonCPU::test_out_sub_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1601115Z test_ops.py::TestCommonCPU::test_out_symeig_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1601245Z test_ops.py::TestCommonCPU::test_out_take_along_dim_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1601383Z test_ops.py::TestCommonCPU::test_out_take_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1601518Z test_ops.py::TestCommonCPU::test_out_tan_cpu_float32 PASSED [ 17%] 2022-12-01T10:27:06.1601650Z test_ops.py::TestCommonCPU::test_out_tanh_cpu_float32 PASSED [ 18%] 2022-12-01T10:27:06.1601791Z test_ops.py::TestCommonCPU::test_out_tensor_split_cpu_float32 PASSED [ 18%] 2022-12-01T10:27:06.1601924Z test_ops.py::TestCommonCPU::test_out_to_cpu_float32 PASSED [ 18%] 2022-12-01T10:27:06.1602060Z test_ops.py::TestCommonCPU::test_out_to_sparse_cpu_float32 PASSED [ 18%] 2022-12-01T10:27:06.1602203Z test_ops.py::TestCommonCPU::test_out_triangular_solve_cpu_float32 XFAIL [ 18%] 2022-12-01T10:27:06.1602324Z test_ops.py::TestCommonCPU::test_out_tril_cpu_float32 PASSED [ 18%] 2022-12-01T10:27:06.1602456Z test_ops.py::TestCommonCPU::test_out_triu_cpu_float32 PASSED [ 18%] 2022-12-01T10:27:06.1602592Z test_ops.py::TestCommonCPU::test_out_unbind_cpu_float32 PASSED [ 18%] 2022-12-01T10:27:06.1602728Z test_ops.py::TestCommonCPU::test_out_unfold_cpu_float32 PASSED [ 18%] 2022-12-01T10:27:06.1602867Z test_ops.py::TestCommonCPU::test_out_unique_cpu_float32 PASSED [ 18%] 2022-12-01T10:27:06.1603038Z test_ops.py::TestCommonCPU::test_out_view_as_cpu_float32 PASSED [ 18%] 2022-12-01T10:27:06.1603180Z test_ops.py::TestCommonCPU::test_out_view_as_real_cpu_complex64 PASSED [ 18%] 2022-12-01T10:27:06.1603312Z test_ops.py::TestCommonCPU::test_out_view_cpu_float32 PASSED [ 18%] 2022-12-01T10:27:06.1603434Z test_ops.py::TestCommonCPU::test_out_vsplit_cpu_float32 PASSED [ 18%] 2022-12-01T10:27:06.1603568Z test_ops.py::TestCommonCPU::test_out_vstack_cpu_float32 PASSED [ 18%] 2022-12-01T10:27:06.1603700Z test_ops.py::TestCommonCPU::test_out_warning_H_cpu PASSED [ 18%] 2022-12-01T10:27:06.1603835Z test_ops.py::TestCommonCPU::test_out_warning_T_cpu PASSED [ 18%] 2022-12-01T10:27:06.1603973Z test_ops.py::TestCommonCPU::test_out_warning___getitem___cpu PASSED [ 18%] 2022-12-01T10:27:06.1604135Z test_ops.py::TestCommonCPU::test_out_warning___radd___cpu PASSED [ 18%] 2022-12-01T10:27:06.1604272Z test_ops.py::TestCommonCPU::test_out_warning___rand___cpu PASSED [ 18%] 2022-12-01T10:27:06.1604409Z test_ops.py::TestCommonCPU::test_out_warning___rdiv___cpu PASSED [ 18%] 2022-12-01T10:27:06.1604533Z test_ops.py::TestCommonCPU::test_out_warning___rmatmul___cpu PASSED [ 18%] 2022-12-01T10:27:06.1604669Z test_ops.py::TestCommonCPU::test_out_warning___rpow___cpu PASSED [ 18%] 2022-12-01T10:27:06.1604803Z test_ops.py::TestCommonCPU::test_out_warning___rxor___cpu PASSED [ 18%] 2022-12-01T10:27:06.1604940Z test_ops.py::TestCommonCPU::test_out_warning__refs_add_cpu PASSED [ 18%] 2022-12-01T10:27:06.1605080Z test_ops.py::TestCommonCPU::test_out_warning__refs_addcdiv_cpu PASSED [ 18%] 2022-12-01T10:27:06.1605307Z 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:27:06.1605447Z test_ops.py::TestCommonCPU::test_out_warning__refs_any_cpu PASSED [ 18%] 2022-12-01T10:27:06.1605587Z test_ops.py::TestCommonCPU::test_out_warning__refs_asin_cpu PASSED [ 18%] 2022-12-01T10:27:06.1605713Z test_ops.py::TestCommonCPU::test_out_warning__refs_atan_cpu PASSED [ 18%] 2022-12-01T10:27:06.1605851Z test_ops.py::TestCommonCPU::test_out_warning__refs_atanh_cpu PASSED [ 18%] 2022-12-01T10:27:06.1605998Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_and_cpu PASSED [ 18%] 2022-12-01T10:27:06.1606145Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_not_cpu PASSED [ 18%] 2022-12-01T10:27:06.1606284Z test_ops.py::TestCommonCPU::test_out_warning__refs_cat_cpu PASSED [ 18%] 2022-12-01T10:27:06.1606422Z test_ops.py::TestCommonCPU::test_out_warning__refs_ceil_cpu PASSED [ 18%] 2022-12-01T10:27:06.1606562Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_cpu PASSED [ 18%] 2022-12-01T10:27:06.1606705Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_max_cpu PASSED [ 18%] 2022-12-01T10:27:06.1606854Z test_ops.py::TestCommonCPU::test_out_warning__refs_column_stack_cpu PASSED [ 18%] 2022-12-01T10:27:06.1606981Z test_ops.py::TestCommonCPU::test_out_warning__refs_conj_cpu PASSED [ 18%] 2022-12-01T10:27:06.1607125Z test_ops.py::TestCommonCPU::test_out_warning__refs_contiguous_cpu PASSED [ 18%] 2022-12-01T10:27:06.1607262Z test_ops.py::TestCommonCPU::test_out_warning__refs_cosh_cpu PASSED [ 18%] 2022-12-01T10:27:06.1607404Z test_ops.py::TestCommonCPU::test_out_warning__refs_diag_embed_cpu PASSED [ 18%] 2022-12-01T10:27:06.1607547Z test_ops.py::TestCommonCPU::test_out_warning__refs_diagonal_cpu PASSED [ 18%] 2022-12-01T10:27:06.1607687Z test_ops.py::TestCommonCPU::test_out_warning__refs_digamma_cpu PASSED [ 18%] 2022-12-01T10:27:06.1607845Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_floor_rounding_cpu PASSED [ 18%] 2022-12-01T10:27:06.1608006Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_no_rounding_mode_cpu PASSED [ 18%] 2022-12-01T10:27:06.1608135Z test_ops.py::TestCommonCPU::test_out_warning__refs_dstack_cpu PASSED [ 18%] 2022-12-01T10:27:06.1608356Z test_ops.py::TestCommonCPU::test_out_warning__refs_empty_like_cpu SKIPPED (Expected: empty is not comparable) [ 18%] 2022-12-01T10:27:06.1608496Z test_ops.py::TestCommonCPU::test_out_warning__refs_erf_cpu PASSED [ 18%] 2022-12-01T10:27:06.1608635Z test_ops.py::TestCommonCPU::test_out_warning__refs_erfc_cpu PASSED [ 18%] 2022-12-01T10:27:06.1608776Z test_ops.py::TestCommonCPU::test_out_warning__refs_expand_cpu PASSED [ 18%] 2022-12-01T10:27:06.1608917Z test_ops.py::TestCommonCPU::test_out_warning__refs_expm1_cpu PASSED [ 18%] 2022-12-01T10:27:06.1609058Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftn_cpu PASSED [ 18%] 2022-12-01T10:27:06.1609199Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfftn_cpu PASSED [ 18%] 2022-12-01T10:27:06.1609326Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft2_cpu PASSED [ 18%] 2022-12-01T10:27:06.1609493Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftn_cpu PASSED [ 18%] 2022-12-01T10:27:06.1609638Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft_cpu PASSED [ 18%] 2022-12-01T10:27:06.1609779Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft2_cpu PASSED [ 18%] 2022-12-01T10:27:06.1609920Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfftn_cpu PASSED [ 18%] 2022-12-01T10:27:06.1610060Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft2_cpu PASSED [ 18%] 2022-12-01T10:27:06.1610201Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfftn_cpu PASSED [ 18%] 2022-12-01T10:27:06.1610341Z test_ops.py::TestCommonCPU::test_out_warning__refs_fill_cpu PASSED [ 18%] 2022-12-01T10:27:06.1610468Z test_ops.py::TestCommonCPU::test_out_warning__refs_flatten_cpu PASSED [ 18%] 2022-12-01T10:27:06.1610608Z test_ops.py::TestCommonCPU::test_out_warning__refs_flip_cpu PASSED [ 18%] 2022-12-01T10:27:06.1610750Z test_ops.py::TestCommonCPU::test_out_warning__refs_fliplr_cpu PASSED [ 18%] 2022-12-01T10:27:06.1610892Z test_ops.py::TestCommonCPU::test_out_warning__refs_flipud_cpu PASSED [ 18%] 2022-12-01T10:27:06.1611028Z test_ops.py::TestCommonCPU::test_out_warning__refs_frac_cpu PASSED [ 18%] 2022-12-01T10:27:06.1611166Z test_ops.py::TestCommonCPU::test_out_warning__refs_gcd_cpu PASSED [ 18%] 2022-12-01T10:27:06.1611301Z test_ops.py::TestCommonCPU::test_out_warning__refs_ge_cpu PASSED [ 18%] 2022-12-01T10:27:06.1611441Z test_ops.py::TestCommonCPU::test_out_warning__refs_hsplit_cpu PASSED [ 18%] 2022-12-01T10:27:06.1611567Z test_ops.py::TestCommonCPU::test_out_warning__refs_hypot_cpu PASSED [ 18%] 2022-12-01T10:27:06.1611709Z test_ops.py::TestCommonCPU::test_out_warning__refs_igamma_cpu PASSED [ 18%] 2022-12-01T10:27:06.1611849Z test_ops.py::TestCommonCPU::test_out_warning__refs_igammac_cpu PASSED [ 18%] 2022-12-01T10:27:06.1611988Z test_ops.py::TestCommonCPU::test_out_warning__refs_imag_cpu PASSED [ 18%] 2022-12-01T10:27:06.1612131Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_copy_cpu PASSED [ 18%] 2022-12-01T10:27:06.1612274Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_fill_cpu PASSED [ 18%] 2022-12-01T10:27:06.1612424Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_select_cpu PASSED [ 18%] 2022-12-01T10:27:06.1612562Z test_ops.py::TestCommonCPU::test_out_warning__refs_isinf_cpu PASSED [ 18%] 2022-12-01T10:27:06.1612686Z test_ops.py::TestCommonCPU::test_out_warning__refs_isnan_cpu PASSED [ 18%] 2022-12-01T10:27:06.1612828Z test_ops.py::TestCommonCPU::test_out_warning__refs_isposinf_cpu PASSED [ 18%] 2022-12-01T10:27:06.1612968Z test_ops.py::TestCommonCPU::test_out_warning__refs_isreal_cpu PASSED [ 18%] 2022-12-01T10:27:06.1613105Z test_ops.py::TestCommonCPU::test_out_warning__refs_le_cpu PASSED [ 18%] 2022-12-01T10:27:06.1613261Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_matrix_norm_cpu PASSED [ 18%] 2022-12-01T10:27:06.1613414Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svdvals_cpu PASSED [ 18%] 2022-12-01T10:27:06.1613604Z test_ops.py::TestCommonCPU::test_out_warning__refs_log2_cpu PASSED [ 18%] 2022-12-01T10:27:06.1613752Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_and_cpu PASSED [ 18%] 2022-12-01T10:27:06.1613882Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_or_cpu PASSED [ 18%] 2022-12-01T10:27:06.1614025Z test_ops.py::TestCommonCPU::test_out_warning__refs_logspace_cpu PASSED [ 18%] 2022-12-01T10:27:06.1614162Z test_ops.py::TestCommonCPU::test_out_warning__refs_lt_cpu PASSED [ 18%] 2022-12-01T10:27:06.1614309Z test_ops.py::TestCommonCPU::test_out_warning__refs_masked_fill_cpu PASSED [ 18%] 2022-12-01T10:27:06.1614449Z test_ops.py::TestCommonCPU::test_out_warning__refs_maximum_cpu PASSED [ 18%] 2022-12-01T10:27:06.1614585Z test_ops.py::TestCommonCPU::test_out_warning__refs_mean_cpu PASSED [ 18%] 2022-12-01T10:27:06.1614775Z test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_list_of_tensors_cpu PASSED [ 18%] 2022-12-01T10:27:06.1614921Z test_ops.py::TestCommonCPU::test_out_warning__refs_minimum_cpu PASSED [ 18%] 2022-12-01T10:27:06.1615060Z test_ops.py::TestCommonCPU::test_out_warning__refs_movedim_cpu PASSED [ 18%] 2022-12-01T10:27:06.1615189Z test_ops.py::TestCommonCPU::test_out_warning__refs_narrow_cpu PASSED [ 18%] 2022-12-01T10:27:06.1615325Z test_ops.py::TestCommonCPU::test_out_warning__refs_ne_cpu PASSED [ 18%] 2022-12-01T10:27:06.1615483Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_celu_cpu PASSED [ 18%] 2022-12-01T10:27:06.1615641Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_elu_cpu PASSED [ 18%] 2022-12-01T10:27:06.1615799Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_gelu_cpu PASSED [ 18%] 2022-12-01T10:27:06.1615955Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_glu_cpu PASSED [ 18%] 2022-12-01T10:27:06.1616122Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardshrink_cpu PASSED [ 18%] 2022-12-01T10:27:06.1616286Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardtanh_cpu PASSED [ 18%] 2022-12-01T10:27:06.1616432Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_layer_norm_cpu PASSED [ 18%] 2022-12-01T10:27:06.1616608Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_margin_ranking_loss_cpu PASSED [ 18%] 2022-12-01T10:27:06.1616762Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mish_cpu PASSED [ 18%] 2022-12-01T10:27:06.1616936Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pairwise_distance_cpu PASSED [ 18%] 2022-12-01T10:27:06.1617093Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pdist_cpu PASSED [ 18%] 2022-12-01T10:27:06.1617252Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu_cpu PASSED [ 18%] 2022-12-01T10:27:06.1617418Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softshrink_cpu PASSED [ 18%] 2022-12-01T10:27:06.1617561Z test_ops.py::TestCommonCPU::test_out_warning__refs_norm_cpu PASSED [ 18%] 2022-12-01T10:27:06.1617692Z test_ops.py::TestCommonCPU::test_out_warning__refs_ones_cpu PASSED [ 18%] 2022-12-01T10:27:06.1617836Z test_ops.py::TestCommonCPU::test_out_warning__refs_positive_cpu PASSED [ 18%] 2022-12-01T10:27:06.1617975Z test_ops.py::TestCommonCPU::test_out_warning__refs_pow_cpu PASSED [ 18%] 2022-12-01T10:27:06.1618117Z test_ops.py::TestCommonCPU::test_out_warning__refs_randn_cpu PASSED [ 18%] 2022-12-01T10:27:06.1618256Z test_ops.py::TestCommonCPU::test_out_warning__refs_roll_cpu PASSED [ 18%] 2022-12-01T10:27:06.1618397Z test_ops.py::TestCommonCPU::test_out_warning__refs_rsqrt_cpu PASSED [ 18%] 2022-12-01T10:27:06.1618536Z test_ops.py::TestCommonCPU::test_out_warning__refs_rsub_cpu PASSED [ 18%] 2022-12-01T10:27:06.1618672Z test_ops.py::TestCommonCPU::test_out_warning__refs_sgn_cpu PASSED [ 18%] 2022-12-01T10:27:06.1618816Z test_ops.py::TestCommonCPU::test_out_warning__refs_sigmoid_cpu PASSED [ 18%] 2022-12-01T10:27:06.1619004Z test_ops.py::TestCommonCPU::test_out_warning__refs_sign_cpu PASSED [ 18%] 2022-12-01T10:27:06.1619145Z test_ops.py::TestCommonCPU::test_out_warning__refs_signbit_cpu PASSED [ 18%] 2022-12-01T10:27:06.1619283Z test_ops.py::TestCommonCPU::test_out_warning__refs_sinc_cpu PASSED [ 18%] 2022-12-01T10:27:06.1619422Z test_ops.py::TestCommonCPU::test_out_warning__refs_sinh_cpu PASSED [ 18%] 2022-12-01T10:27:06.1619564Z test_ops.py::TestCommonCPU::test_out_warning__refs_softmax_cpu PASSED [ 18%] 2022-12-01T10:27:06.1619721Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_bessel_j0_cpu PASSED [ 18%] 2022-12-01T10:27:06.1619873Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1e_cpu PASSED [ 18%] 2022-12-01T10:27:06.1620051Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_1_cpu PASSED [ 18%] 2022-12-01T10:27:06.1620234Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_spherical_bessel_j0_cpu PASSED [ 18%] 2022-12-01T10:27:06.1620391Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_zeta_cpu PASSED [ 18%] 2022-12-01T10:27:06.1620533Z test_ops.py::TestCommonCPU::test_out_warning__refs_square_cpu PASSED [ 18%] 2022-12-01T10:27:06.1620674Z test_ops.py::TestCommonCPU::test_out_warning__refs_std_cpu PASSED [ 18%] 2022-12-01T10:27:06.1620814Z test_ops.py::TestCommonCPU::test_out_warning__refs_sub_cpu PASSED [ 19%] 2022-12-01T10:27:06.1620954Z test_ops.py::TestCommonCPU::test_out_warning__refs_t_cpu PASSED [ 19%] 2022-12-01T10:27:06.1621100Z test_ops.py::TestCommonCPU::test_out_warning__refs_transpose_cpu PASSED [ 19%] 2022-12-01T10:27:06.1621240Z test_ops.py::TestCommonCPU::test_out_warning__refs_tril_cpu PASSED [ 19%] 2022-12-01T10:27:06.1621374Z test_ops.py::TestCommonCPU::test_out_warning__refs_triu_indices_cpu PASSED [ 19%] 2022-12-01T10:27:06.1621518Z test_ops.py::TestCommonCPU::test_out_warning__refs_unbind_cpu PASSED [ 19%] 2022-12-01T10:27:06.1621659Z test_ops.py::TestCommonCPU::test_out_warning__refs_var_cpu PASSED [ 19%] 2022-12-01T10:27:06.1621799Z test_ops.py::TestCommonCPU::test_out_warning__refs_var_mean_cpu PASSED [ 19%] 2022-12-01T10:27:06.1621937Z test_ops.py::TestCommonCPU::test_out_warning__refs_where_cpu PASSED [ 19%] 2022-12-01T10:27:06.1622076Z test_ops.py::TestCommonCPU::test_out_warning__refs_zeros_cpu PASSED [ 19%] 2022-12-01T10:27:06.1622210Z test_ops.py::TestCommonCPU::test_out_warning_abs_cpu PASSED [ 19%] 2022-12-01T10:27:06.1622351Z test_ops.py::TestCommonCPU::test_out_warning_addcdiv_cpu PASSED [ 19%] 2022-12-01T10:27:06.1622474Z test_ops.py::TestCommonCPU::test_out_warning_addmm_cpu PASSED [ 19%] 2022-12-01T10:27:06.1622619Z test_ops.py::TestCommonCPU::test_out_warning_addmm_decomposed_cpu PASSED [ 19%] 2022-12-01T10:27:06.1622756Z test_ops.py::TestCommonCPU::test_out_warning_all_cpu PASSED [ 19%] 2022-12-01T10:27:06.1622890Z test_ops.py::TestCommonCPU::test_out_warning_amax_cpu PASSED [ 19%] 2022-12-01T10:27:06.1623028Z test_ops.py::TestCommonCPU::test_out_warning_aminmax_cpu PASSED [ 19%] 2022-12-01T10:27:06.1623162Z test_ops.py::TestCommonCPU::test_out_warning_angle_cpu PASSED [ 19%] 2022-12-01T10:27:06.1623296Z test_ops.py::TestCommonCPU::test_out_warning_any_cpu PASSED [ 19%] 2022-12-01T10:27:06.1623429Z test_ops.py::TestCommonCPU::test_out_warning_arange_cpu XFAIL [ 19%] 2022-12-01T10:27:06.1623552Z test_ops.py::TestCommonCPU::test_out_warning_argmin_cpu PASSED [ 19%] 2022-12-01T10:27:06.1623690Z test_ops.py::TestCommonCPU::test_out_warning_argwhere_cpu PASSED [ 19%] 2022-12-01T10:27:06.1623828Z test_ops.py::TestCommonCPU::test_out_warning_as_strided_cpu PASSED [ 19%] 2022-12-01T10:27:06.1623980Z test_ops.py::TestCommonCPU::test_out_warning_as_strided_scatter_cpu PASSED [ 19%] 2022-12-01T10:27:06.1624117Z test_ops.py::TestCommonCPU::test_out_warning_atan2_cpu PASSED [ 19%] 2022-12-01T10:27:06.1624280Z test_ops.py::TestCommonCPU::test_out_warning_atanh_cpu PASSED [ 19%] 2022-12-01T10:27:06.1624419Z test_ops.py::TestCommonCPU::test_out_warning_bernoulli_cpu XFAIL [ 19%] 2022-12-01T10:27:06.1624557Z test_ops.py::TestCommonCPU::test_out_warning_bfloat16_cpu PASSED [ 19%] 2022-12-01T10:27:06.1624683Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_and_cpu PASSED [ 19%] 2022-12-01T10:27:06.1624821Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_or_cpu PASSED [ 19%] 2022-12-01T10:27:06.1624956Z test_ops.py::TestCommonCPU::test_out_warning_bmm_cpu PASSED [ 19%] 2022-12-01T10:27:06.1625101Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_shapes_cpu PASSED [ 19%] 2022-12-01T10:27:06.1625240Z test_ops.py::TestCommonCPU::test_out_warning_bucketize_cpu PASSED [ 19%] 2022-12-01T10:27:06.1625414Z test_ops.py::TestCommonCPU::test_out_warning_cartesian_prod_cpu PASSED [ 19%] 2022-12-01T10:27:06.1625553Z test_ops.py::TestCommonCPU::test_out_warning_cdist_cpu PASSED [ 19%] 2022-12-01T10:27:06.1625692Z test_ops.py::TestCommonCPU::test_out_warning_chalf_cpu PASSED [ 19%] 2022-12-01T10:27:06.1625814Z test_ops.py::TestCommonCPU::test_out_warning_char_cpu PASSED [ 19%] 2022-12-01T10:27:06.1625955Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_solve_cpu PASSED [ 19%] 2022-12-01T10:27:06.1626092Z test_ops.py::TestCommonCPU::test_out_warning_clamp_cpu PASSED [ 19%] 2022-12-01T10:27:06.1626229Z test_ops.py::TestCommonCPU::test_out_warning_clamp_max_cpu PASSED [ 19%] 2022-12-01T10:27:06.1626367Z test_ops.py::TestCommonCPU::test_out_warning_clamp_min_cpu PASSED [ 19%] 2022-12-01T10:27:06.1626505Z test_ops.py::TestCommonCPU::test_out_warning_column_stack_cpu PASSED [ 19%] 2022-12-01T10:27:06.1626647Z test_ops.py::TestCommonCPU::test_out_warning_combinations_cpu PASSED [ 19%] 2022-12-01T10:27:06.1626787Z test_ops.py::TestCommonCPU::test_out_warning_complex_cpu PASSED [ 19%] 2022-12-01T10:27:06.1626926Z test_ops.py::TestCommonCPU::test_out_warning_copysign_cpu PASSED [ 19%] 2022-12-01T10:27:06.1627051Z test_ops.py::TestCommonCPU::test_out_warning_corrcoef_cpu PASSED [ 19%] 2022-12-01T10:27:06.1627183Z test_ops.py::TestCommonCPU::test_out_warning_cos_cpu PASSED [ 19%] 2022-12-01T10:27:06.1627319Z test_ops.py::TestCommonCPU::test_out_warning_cosh_cpu PASSED [ 19%] 2022-12-01T10:27:06.1627451Z test_ops.py::TestCommonCPU::test_out_warning_cov_cpu PASSED [ 19%] 2022-12-01T10:27:06.1627587Z test_ops.py::TestCommonCPU::test_out_warning_cumsum_cpu PASSED [ 19%] 2022-12-01T10:27:06.1627743Z test_ops.py::TestCommonCPU::test_out_warning_cumulative_trapezoid_cpu PASSED [ 19%] 2022-12-01T10:27:06.1627884Z test_ops.py::TestCommonCPU::test_out_warning_diag_embed_cpu PASSED [ 19%] 2022-12-01T10:27:06.1628023Z test_ops.py::TestCommonCPU::test_out_warning_diagonal_cpu PASSED [ 19%] 2022-12-01T10:27:06.1628156Z test_ops.py::TestCommonCPU::test_out_warning_diagonal_scatter_cpu PASSED [ 19%] 2022-12-01T10:27:06.1628305Z test_ops.py::TestCommonCPU::test_out_warning_div_trunc_rounding_cpu PASSED [ 19%] 2022-12-01T10:27:06.1628440Z test_ops.py::TestCommonCPU::test_out_warning_dot_cpu PASSED [ 19%] 2022-12-01T10:27:06.1628576Z test_ops.py::TestCommonCPU::test_out_warning_dsplit_cpu PASSED [ 19%] 2022-12-01T10:27:06.1628757Z test_ops.py::TestCommonCPU::test_out_warning_empty_cpu SKIPPED (Expected: empty is not comparable) [ 19%] 2022-12-01T10:27:06.1628897Z test_ops.py::TestCommonCPU::test_out_warning_empty_like_cpu PASSED [ 19%] 2022-12-01T10:27:06.1629033Z test_ops.py::TestCommonCPU::test_out_warning_eq_cpu PASSED [ 19%] 2022-12-01T10:27:06.1629167Z test_ops.py::TestCommonCPU::test_out_warning_erf_cpu PASSED [ 19%] 2022-12-01T10:27:06.1629290Z test_ops.py::TestCommonCPU::test_out_warning_exp_cpu PASSED [ 19%] 2022-12-01T10:27:06.1629424Z test_ops.py::TestCommonCPU::test_out_warning_eye_cpu XFAIL [ 19%] 2022-12-01T10:27:06.1629591Z test_ops.py::TestCommonCPU::test_out_warning_fft_fft2_cpu PASSED [ 19%] 2022-12-01T10:27:06.1629727Z test_ops.py::TestCommonCPU::test_out_warning_fft_fftn_cpu PASSED [ 19%] 2022-12-01T10:27:06.1629865Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfftn_cpu PASSED [ 19%] 2022-12-01T10:27:06.1630001Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifft2_cpu PASSED [ 19%] 2022-12-01T10:27:06.1630139Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifft_cpu PASSED [ 19%] 2022-12-01T10:27:06.1630277Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfftn_cpu XFAIL [ 19%] 2022-12-01T10:27:06.1630401Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfftn_cpu PASSED [ 19%] 2022-12-01T10:27:06.1630566Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfft2_cpu PASSED [ 19%] 2022-12-01T10:27:06.1630704Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfft_cpu PASSED [ 19%] 2022-12-01T10:27:06.1630840Z test_ops.py::TestCommonCPU::test_out_warning_fill_cpu PASSED [ 19%] 2022-12-01T10:27:06.1630976Z test_ops.py::TestCommonCPU::test_out_warning_flatten_cpu PASSED [ 19%] 2022-12-01T10:27:06.1631112Z test_ops.py::TestCommonCPU::test_out_warning_float_cpu PASSED [ 19%] 2022-12-01T10:27:06.1631250Z test_ops.py::TestCommonCPU::test_out_warning_float_power_cpu PASSED [ 19%] 2022-12-01T10:27:06.1631383Z test_ops.py::TestCommonCPU::test_out_warning_fmod_cpu PASSED [ 19%] 2022-12-01T10:27:06.1631506Z test_ops.py::TestCommonCPU::test_out_warning_frac_cpu PASSED [ 19%] 2022-12-01T10:27:06.1631641Z test_ops.py::TestCommonCPU::test_out_warning_frexp_cpu PASSED [ 19%] 2022-12-01T10:27:06.1631775Z test_ops.py::TestCommonCPU::test_out_warning_ge_cpu PASSED [ 19%] 2022-12-01T10:27:06.1631910Z test_ops.py::TestCommonCPU::test_out_warning_gt_cpu PASSED [ 19%] 2022-12-01T10:27:06.1632047Z test_ops.py::TestCommonCPU::test_out_warning_half_cpu PASSED [ 19%] 2022-12-01T10:27:06.1632183Z test_ops.py::TestCommonCPU::test_out_warning_histc_cpu PASSED [ 19%] 2022-12-01T10:27:06.1632321Z test_ops.py::TestCommonCPU::test_out_warning_hsplit_cpu PASSED [ 19%] 2022-12-01T10:27:06.1632457Z test_ops.py::TestCommonCPU::test_out_warning_igamma_cpu PASSED [ 19%] 2022-12-01T10:27:06.1632582Z test_ops.py::TestCommonCPU::test_out_warning_index_add_cpu PASSED [ 19%] 2022-12-01T10:27:06.1632720Z test_ops.py::TestCommonCPU::test_out_warning_index_fill_cpu PASSED [ 19%] 2022-12-01T10:27:06.1632859Z test_ops.py::TestCommonCPU::test_out_warning_index_put_cpu PASSED [ 19%] 2022-12-01T10:27:06.1632994Z test_ops.py::TestCommonCPU::test_out_warning_inner_cpu PASSED [ 19%] 2022-12-01T10:27:06.1633129Z test_ops.py::TestCommonCPU::test_out_warning_int_cpu PASSED [ 19%] 2022-12-01T10:27:06.1633266Z test_ops.py::TestCommonCPU::test_out_warning_isclose_cpu PASSED [ 19%] 2022-12-01T10:27:06.1633407Z test_ops.py::TestCommonCPU::test_out_warning_isfinite_cpu PASSED [ 19%] 2022-12-01T10:27:06.1633542Z test_ops.py::TestCommonCPU::test_out_warning_isinf_cpu PASSED [ 19%] 2022-12-01T10:27:06.1633664Z test_ops.py::TestCommonCPU::test_out_warning_isnan_cpu PASSED [ 19%] 2022-12-01T10:27:06.1633803Z test_ops.py::TestCommonCPU::test_out_warning_isreal_cpu PASSED [ 19%] 2022-12-01T10:27:06.1633939Z test_ops.py::TestCommonCPU::test_out_warning_istft_cpu PASSED [ 19%] 2022-12-01T10:27:06.1634196Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_2inputs_2outputs_cpu SKIPPED (Only runs on cuda) [ 19%] 2022-12-01T10:27:06.1634378Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_cpu SKIPPED (Only runs on cuda) [ 19%] 2022-12-01T10:27:06.1634566Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_return_by_ref_cpu SKIPPED (Only runs on cuda) [ 19%] 2022-12-01T10:27:06.1634747Z test_ops.py::TestCommonCPU::test_out_warning_lcm_cpu PASSED [ 19%] 2022-12-01T10:27:06.1634885Z test_ops.py::TestCommonCPU::test_out_warning_lerp_cpu PASSED [ 19%] 2022-12-01T10:27:06.1635024Z test_ops.py::TestCommonCPU::test_out_warning_lgamma_cpu PASSED [ 19%] 2022-12-01T10:27:06.1635150Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cross_cpu PASSED [ 19%] 2022-12-01T10:27:06.1635290Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eig_cpu PASSED [ 19%] 2022-12-01T10:27:06.1635434Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvals_cpu PASSED [ 19%] 2022-12-01T10:27:06.1635598Z test_ops.py::TestCommonCPU::test_out_warning_linalg_householder_product_cpu PASSED [ 19%] 2022-12-01T10:27:06.1635738Z test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_cpu PASSED [ 19%] 2022-12-01T10:27:06.1635918Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_ex_cpu PASSED [ 19%] 2022-12-01T10:27:06.1636062Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_solve_cpu PASSED [ 19%] 2022-12-01T10:27:06.1636206Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_cpu PASSED [ 19%] 2022-12-01T10:27:06.1636342Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_cpu PASSED [ 19%] 2022-12-01T10:27:06.1636504Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_hermitian_cpu PASSED [ 19%] 2022-12-01T10:27:06.1636770Z test_ops.py::TestCommonCPU::test_out_warning_linalg_multi_dot_cpu PASSED [ 19%] 2022-12-01T10:27:06.1636928Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_hermitian_cpu PASSED [ 19%] 2022-12-01T10:27:06.1637149Z 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:27:06.1637296Z test_ops.py::TestCommonCPU::test_out_warning_linalg_slogdet_cpu PASSED [ 19%] 2022-12-01T10:27:06.1637443Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_cpu PASSED [ 19%] 2022-12-01T10:27:06.1637588Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_ex_cpu PASSED [ 19%] 2022-12-01T10:27:06.1637719Z test_ops.py::TestCommonCPU::test_out_warning_linalg_svdvals_cpu PASSED [ 19%] 2022-12-01T10:27:06.1637872Z test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorsolve_cpu PASSED [ 19%] 2022-12-01T10:27:06.1638014Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vander_cpu PASSED [ 19%] 2022-12-01T10:27:06.1638164Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vector_norm_cpu PASSED [ 19%] 2022-12-01T10:27:06.1638307Z test_ops.py::TestCommonCPU::test_out_warning_linspace_cpu XFAIL [ 19%] 2022-12-01T10:27:06.1638446Z test_ops.py::TestCommonCPU::test_out_warning_log10_cpu PASSED [ 19%] 2022-12-01T10:27:06.1638600Z test_ops.py::TestCommonCPU::test_out_warning_log_softmax_dtype_cpu PASSED [ 19%] 2022-12-01T10:27:06.1638741Z test_ops.py::TestCommonCPU::test_out_warning_logdet_cpu PASSED [ 19%] 2022-12-01T10:27:06.1638868Z test_ops.py::TestCommonCPU::test_out_warning_logical_or_cpu PASSED [ 19%] 2022-12-01T10:27:06.1639011Z test_ops.py::TestCommonCPU::test_out_warning_logspace_cpu XFAIL [ 19%] 2022-12-01T10:27:06.1639156Z test_ops.py::TestCommonCPU::test_out_warning_logsumexp_cpu PASSED [ 19%] 2022-12-01T10:27:06.1639292Z test_ops.py::TestCommonCPU::test_out_warning_long_cpu PASSED [ 19%] 2022-12-01T10:27:06.1639428Z test_ops.py::TestCommonCPU::test_out_warning_lt_cpu PASSED [ 19%] 2022-12-01T10:27:06.1639567Z test_ops.py::TestCommonCPU::test_out_warning_lu_solve_cpu PASSED [ 20%] 2022-12-01T10:27:06.1639702Z test_ops.py::TestCommonCPU::test_out_warning_mH_cpu PASSED [ 20%] 2022-12-01T10:27:06.1639841Z test_ops.py::TestCommonCPU::test_out_warning_masked_amax_cpu PASSED [ 20%] 2022-12-01T10:27:06.1639984Z test_ops.py::TestCommonCPU::test_out_warning_masked_argmax_cpu PASSED [ 20%] 2022-12-01T10:27:06.1640112Z test_ops.py::TestCommonCPU::test_out_warning_masked_argmin_cpu PASSED [ 20%] 2022-12-01T10:27:06.1640304Z test_ops.py::TestCommonCPU::test_out_warning_masked_cumsum_cpu PASSED [ 20%] 2022-12-01T10:27:06.1640443Z test_ops.py::TestCommonCPU::test_out_warning_masked_fill_cpu PASSED [ 20%] 2022-12-01T10:27:06.1640592Z test_ops.py::TestCommonCPU::test_out_warning_masked_log_softmax_cpu PASSED [ 20%] 2022-12-01T10:27:06.1640735Z test_ops.py::TestCommonCPU::test_out_warning_masked_logaddexp_cpu PASSED [ 20%] 2022-12-01T10:27:06.1640877Z test_ops.py::TestCommonCPU::test_out_warning_masked_median_cpu PASSED [ 20%] 2022-12-01T10:27:06.1641023Z test_ops.py::TestCommonCPU::test_out_warning_masked_normalize_cpu PASSED [ 20%] 2022-12-01T10:27:06.1641164Z test_ops.py::TestCommonCPU::test_out_warning_masked_prod_cpu PASSED [ 20%] 2022-12-01T10:27:06.1641292Z test_ops.py::TestCommonCPU::test_out_warning_masked_scatter_cpu PASSED [ 20%] 2022-12-01T10:27:06.1641465Z test_ops.py::TestCommonCPU::test_out_warning_masked_std_cpu PASSED [ 20%] 2022-12-01T10:27:06.1641610Z test_ops.py::TestCommonCPU::test_out_warning_masked_var_cpu PASSED [ 20%] 2022-12-01T10:27:06.1641751Z test_ops.py::TestCommonCPU::test_out_warning_matrix_exp_cpu PASSED [ 20%] 2022-12-01T10:27:06.1641894Z test_ops.py::TestCommonCPU::test_out_warning_max_binary_cpu PASSED [ 20%] 2022-12-01T10:27:06.1642053Z test_ops.py::TestCommonCPU::test_out_warning_max_reduction_no_dim_cpu PASSED [ 20%] 2022-12-01T10:27:06.1642191Z test_ops.py::TestCommonCPU::test_out_warning_maximum_cpu PASSED [ 20%] 2022-12-01T10:27:06.1642328Z test_ops.py::TestCommonCPU::test_out_warning_mean_cpu PASSED [ 20%] 2022-12-01T10:27:06.1642452Z test_ops.py::TestCommonCPU::test_out_warning_median_cpu PASSED [ 20%] 2022-12-01T10:27:06.1642610Z test_ops.py::TestCommonCPU::test_out_warning_meshgrid_list_of_tensors_cpu PASSED [ 20%] 2022-12-01T10:27:06.1642774Z test_ops.py::TestCommonCPU::test_out_warning_meshgrid_variadic_tensors_cpu PASSED [ 20%] 2022-12-01T10:27:06.1642927Z test_ops.py::TestCommonCPU::test_out_warning_min_reduction_no_dim_cpu PASSED [ 20%] 2022-12-01T10:27:06.1643084Z test_ops.py::TestCommonCPU::test_out_warning_min_reduction_with_dim_cpu PASSED [ 20%] 2022-12-01T10:27:06.1643224Z test_ops.py::TestCommonCPU::test_out_warning_minimum_cpu PASSED [ 20%] 2022-12-01T10:27:06.1643359Z test_ops.py::TestCommonCPU::test_out_warning_mm_cpu PASSED [ 20%] 2022-12-01T10:27:06.1643495Z test_ops.py::TestCommonCPU::test_out_warning_mode_cpu XFAIL [ 20%] 2022-12-01T10:27:06.1643619Z test_ops.py::TestCommonCPU::test_out_warning_msort_cpu PASSED [ 20%] 2022-12-01T10:27:06.1643754Z test_ops.py::TestCommonCPU::test_out_warning_mul_cpu PASSED [ 20%] 2022-12-01T10:27:06.1643887Z test_ops.py::TestCommonCPU::test_out_warning_mv_cpu PASSED [ 20%] 2022-12-01T10:27:06.1644043Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_1_cpu PASSED [ 20%] 2022-12-01T10:27:06.1644193Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_3_cpu PASSED [ 20%] 2022-12-01T10:27:06.1644342Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_5_cpu PASSED [ 20%] 2022-12-01T10:27:06.1644482Z test_ops.py::TestCommonCPU::test_out_warning_nan_to_num_cpu PASSED [ 20%] 2022-12-01T10:27:06.1644621Z test_ops.py::TestCommonCPU::test_out_warning_nanmean_cpu PASSED [ 20%] 2022-12-01T10:27:06.1644748Z test_ops.py::TestCommonCPU::test_out_warning_nanmedian_cpu PASSED [ 20%] 2022-12-01T10:27:06.1644889Z test_ops.py::TestCommonCPU::test_out_warning_nanquantile_cpu PASSED [ 20%] 2022-12-01T10:27:06.1645025Z test_ops.py::TestCommonCPU::test_out_warning_narrow_cpu PASSED [ 20%] 2022-12-01T10:27:06.1645169Z test_ops.py::TestCommonCPU::test_out_warning_native_batch_norm_cpu XFAIL [ 20%] 2022-12-01T10:27:06.1645303Z test_ops.py::TestCommonCPU::test_out_warning_neg_cpu PASSED [ 20%] 2022-12-01T10:27:06.1645442Z test_ops.py::TestCommonCPU::test_out_warning_new_ones_cpu PASSED [ 20%] 2022-12-01T10:27:06.1645615Z test_ops.py::TestCommonCPU::test_out_warning_nextafter_cpu PASSED [ 20%] 2022-12-01T10:27:06.1645800Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional__scaled_dot_product_attention_cpu PASSED [ 20%] 2022-12-01T10:27:06.1645960Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool1d_cpu PASSED [ 20%] 2022-12-01T10:27:06.1646131Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool2d_cpu PASSED [ 20%] 2022-12-01T10:27:06.1646300Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool3d_cpu PASSED [ 20%] 2022-12-01T10:27:06.1646464Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool2d_cpu PASSED [ 20%] 2022-12-01T10:27:06.1646628Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool3d_cpu PASSED [ 20%] 2022-12-01T10:27:06.1646813Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool1d_cpu PASSED [ 20%] 2022-12-01T10:27:06.1647012Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_without_cudnn_cpu SKIPPED (Only runs on cuda) [ 20%] 2022-12-01T10:27:06.1647181Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_cpu PASSED [ 20%] 2022-12-01T10:27:06.1647334Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_celu_cpu PASSED [ 20%] 2022-12-01T10:27:06.1647474Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv2d_cpu PASSED [ 20%] 2022-12-01T10:27:06.1647638Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose2d_cpu PASSED [ 20%] 2022-12-01T10:27:06.1647808Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_embedding_loss_cpu PASSED [ 20%] 2022-12-01T10:27:06.1647969Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cross_entropy_cpu PASSED [ 20%] 2022-12-01T10:27:06.1648129Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout2d_cpu PASSED [ 20%] 2022-12-01T10:27:06.1648284Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout_cpu PASSED [ 20%] 2022-12-01T10:27:06.1648435Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_elu_cpu PASSED [ 20%] 2022-12-01T10:27:06.1648595Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_bag_cpu PASSED [ 20%] 2022-12-01T10:27:06.1648751Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_cpu PASSED [ 20%] 2022-12-01T10:27:06.1648927Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_without_train_cpu PASSED [ 20%] 2022-12-01T10:27:06.1649098Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool2d_cpu PASSED [ 20%] 2022-12-01T10:27:06.1649264Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gaussian_nll_loss_cpu PASSED [ 20%] 2022-12-01T10:27:06.1649415Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gelu_cpu PASSED [ 20%] 2022-12-01T10:27:06.1649568Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_glu_cpu PASSED [ 20%] 2022-12-01T10:27:06.1649727Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_group_norm_cpu PASSED [ 20%] 2022-12-01T10:27:06.1649885Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardshrink_cpu PASSED [ 20%] 2022-12-01T10:27:06.1650046Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardsigmoid_cpu PASSED [ 20%] 2022-12-01T10:27:06.1650189Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardswish_cpu PASSED [ 20%] 2022-12-01T10:27:06.1650346Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardtanh_cpu PASSED [ 20%] 2022-12-01T10:27:06.1650514Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hinge_embedding_loss_cpu PASSED [ 20%] 2022-12-01T10:27:06.1650683Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bicubic_cpu PASSED [ 20%] 2022-12-01T10:27:06.1650853Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_nearest_cpu PASSED [ 20%] 2022-12-01T10:27:06.1651026Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_trilinear_cpu PASSED [ 20%] 2022-12-01T10:27:06.1651222Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_kl_div_cpu PASSED [ 20%] 2022-12-01T10:27:06.1651374Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_l1_loss_cpu PASSED [ 20%] 2022-12-01T10:27:06.1651525Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_linear_cpu PASSED [ 20%] 2022-12-01T10:27:06.1651679Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_local_response_norm_cpu PASSED [ 20%] 2022-12-01T10:27:06.1651836Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool1d_cpu PASSED [ 20%] 2022-12-01T10:27:06.1651991Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool3d_cpu PASSED [ 20%] 2022-12-01T10:27:06.1652150Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_cpu PASSED [ 20%] 2022-12-01T10:27:06.1652336Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_cpu PASSED [ 20%] 2022-12-01T10:27:06.1652499Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_cpu PASSED [ 20%] 2022-12-01T10:27:06.1652651Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mish_cpu PASSED [ 20%] 2022-12-01T10:27:06.1652804Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mse_loss_cpu PASSED [ 20%] 2022-12-01T10:27:06.1652955Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multi_margin_loss_cpu PASSED [ 20%] 2022-12-01T10:27:06.1653112Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_normalize_cpu PASSED [ 20%] 2022-12-01T10:27:06.1653270Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_constant_cpu PASSED [ 20%] 2022-12-01T10:27:06.1653433Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_replicate_cpu PASSED [ 20%] 2022-12-01T10:27:06.1653591Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_shuffle_cpu PASSED [ 20%] 2022-12-01T10:27:06.1653758Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_poisson_nll_loss_cpu PASSED [ 20%] 2022-12-01T10:27:06.1653914Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_prelu_cpu PASSED [ 20%] 2022-12-01T10:27:06.1654063Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu_cpu PASSED [ 20%] 2022-12-01T10:27:06.1654203Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_rrelu_cpu PASSED [ 20%] 2022-12-01T10:27:06.1654358Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_cpu PASSED [ 20%] 2022-12-01T10:27:06.1654524Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_with_dtype_cpu PASSED [ 20%] 2022-12-01T10:27:06.1654679Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softplus_cpu PASSED [ 20%] 2022-12-01T10:27:06.1654836Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softshrink_cpu PASSED [ 20%] 2022-12-01T10:27:06.1655006Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_loss_cpu PASSED [ 20%] 2022-12-01T10:27:06.1655191Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_with_distance_loss_cpu PASSED [ 20%] 2022-12-01T10:27:06.1655348Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_unfold_cpu PASSED [ 20%] 2022-12-01T10:27:06.1655515Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_bilinear_cpu PASSED [ 20%] 2022-12-01T10:27:06.1655666Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_nearest_cpu PASSED [ 20%] 2022-12-01T10:27:06.1655806Z test_ops.py::TestCommonCPU::test_out_warning_nonzero_cpu XFAIL [ 20%] 2022-12-01T10:27:06.1655948Z test_ops.py::TestCommonCPU::test_out_warning_norm_cpu PASSED [ 20%] 2022-12-01T10:27:06.1656090Z test_ops.py::TestCommonCPU::test_out_warning_norm_fro_cpu PASSED [ 20%] 2022-12-01T10:27:06.1656228Z test_ops.py::TestCommonCPU::test_out_warning_norm_inf_cpu PASSED [ 20%] 2022-12-01T10:27:06.1656370Z test_ops.py::TestCommonCPU::test_out_warning_norm_nuc_cpu PASSED [ 20%] 2022-12-01T10:27:06.1656508Z test_ops.py::TestCommonCPU::test_out_warning_normal_cpu XFAIL [ 20%] 2022-12-01T10:27:06.1656690Z test_ops.py::TestCommonCPU::test_out_warning_normal_number_mean_cpu PASSED [ 20%] 2022-12-01T10:27:06.1656816Z test_ops.py::TestCommonCPU::test_out_warning_ones_like_cpu PASSED [ 20%] 2022-12-01T10:27:06.1656980Z test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_native_batch_norm_cpu PASSED [ 20%] 2022-12-01T10:27:06.1657116Z test_ops.py::TestCommonCPU::test_out_warning_ormqr_cpu PASSED [ 20%] 2022-12-01T10:27:06.1657258Z test_ops.py::TestCommonCPU::test_out_warning_pca_lowrank_cpu PASSED [ 20%] 2022-12-01T10:27:06.1657397Z test_ops.py::TestCommonCPU::test_out_warning_permute_cpu PASSED [ 20%] 2022-12-01T10:27:06.1657538Z test_ops.py::TestCommonCPU::test_out_warning_polar_cpu PASSED [ 20%] 2022-12-01T10:27:06.1657737Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_1_cpu SKIPPED (Skipped!) [ 20%] 2022-12-01T10:27:06.1657905Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_2_cpu SKIPPED (Skipped!) [ 20%] 2022-12-01T10:27:06.1658063Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_3_cpu SKIPPED (Skipped!) [ 20%] 2022-12-01T10:27:06.1658201Z test_ops.py::TestCommonCPU::test_out_warning_prod_cpu PASSED [ 20%] 2022-12-01T10:27:06.1658337Z test_ops.py::TestCommonCPU::test_out_warning_qr_cpu PASSED [ 20%] 2022-12-01T10:27:06.1658477Z test_ops.py::TestCommonCPU::test_out_warning_rand_like_cpu PASSED [ 20%] 2022-12-01T10:27:06.1658621Z test_ops.py::TestCommonCPU::test_out_warning_randint_like_cpu PASSED [ 20%] 2022-12-01T10:27:06.1658755Z test_ops.py::TestCommonCPU::test_out_warning_randn_cpu XFAIL [ 20%] 2022-12-01T10:27:06.1658893Z test_ops.py::TestCommonCPU::test_out_warning_randn_like_cpu PASSED [ 20%] 2022-12-01T10:27:06.1659031Z test_ops.py::TestCommonCPU::test_out_warning_real_cpu PASSED [ 20%] 2022-12-01T10:27:06.1659172Z test_ops.py::TestCommonCPU::test_out_warning_reciprocal_cpu PASSED [ 20%] 2022-12-01T10:27:06.1659303Z test_ops.py::TestCommonCPU::test_out_warning_remainder_cpu PASSED [ 20%] 2022-12-01T10:27:06.1659453Z test_ops.py::TestCommonCPU::test_out_warning_repeat_interleave_cpu PASSED [ 20%] 2022-12-01T10:27:06.1659594Z test_ops.py::TestCommonCPU::test_out_warning_reshape_as_cpu PASSED [ 21%] 2022-12-01T10:27:06.1659734Z test_ops.py::TestCommonCPU::test_out_warning_reshape_cpu PASSED [ 21%] 2022-12-01T10:27:06.1659876Z test_ops.py::TestCommonCPU::test_out_warning_resolve_neg_cpu PASSED [ 21%] 2022-12-01T10:27:06.1660011Z test_ops.py::TestCommonCPU::test_out_warning_roll_cpu PASSED [ 21%] 2022-12-01T10:27:06.1660146Z test_ops.py::TestCommonCPU::test_out_warning_rot90_cpu PASSED [ 21%] 2022-12-01T10:27:06.1660283Z test_ops.py::TestCommonCPU::test_out_warning_round_cpu PASSED [ 21%] 2022-12-01T10:27:06.1660432Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_3_cpu SKIPPED (Skipped!) [ 21%] 2022-12-01T10:27:06.1660600Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_neg_3_cpu SKIPPED (Skipped!) [ 21%] 2022-12-01T10:27:06.1660740Z test_ops.py::TestCommonCPU::test_out_warning_scatter_cpu PASSED [ 21%] 2022-12-01T10:27:06.1660896Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amax_cpu PASSED [ 21%] 2022-12-01T10:27:06.1661043Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_mean_cpu PASSED [ 21%] 2022-12-01T10:27:06.1661189Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_prod_cpu PASSED [ 21%] 2022-12-01T10:27:06.1661345Z test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_offsets_cpu PASSED [ 21%] 2022-12-01T10:27:06.1661484Z test_ops.py::TestCommonCPU::test_out_warning_short_cpu PASSED [ 21%] 2022-12-01T10:27:06.1661611Z test_ops.py::TestCommonCPU::test_out_warning_signbit_cpu PASSED [ 21%] 2022-12-01T10:27:06.1661750Z test_ops.py::TestCommonCPU::test_out_warning_sin_cpu PASSED [ 21%] 2022-12-01T10:27:06.1661916Z test_ops.py::TestCommonCPU::test_out_warning_sinc_cpu PASSED [ 21%] 2022-12-01T10:27:06.1662052Z test_ops.py::TestCommonCPU::test_out_warning_sinh_cpu PASSED [ 21%] 2022-12-01T10:27:06.1662190Z test_ops.py::TestCommonCPU::test_out_warning_softmax_cpu PASSED [ 21%] 2022-12-01T10:27:06.1662340Z test_ops.py::TestCommonCPU::test_out_warning_softmax_with_dtype_cpu PASSED [ 21%] 2022-12-01T10:27:06.1662508Z test_ops.py::TestCommonCPU::test_out_warning_sparse_sampled_addmm_cpu SKIPPED (Skipped!) [ 21%] 2022-12-01T10:27:06.1662658Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j1_cpu PASSED [ 21%] 2022-12-01T10:27:06.1662794Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y1_cpu PASSED [ 21%] 2022-12-01T10:27:06.1662962Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_t_cpu PASSED [ 21%] 2022-12-01T10:27:06.1663156Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_u_cpu PASSED [ 21%] 2022-12-01T10:27:06.1663538Z 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:27:06.1663686Z test_ops.py::TestCommonCPU::test_out_warning_special_erfcx_cpu PASSED [ 21%] 2022-12-01T10:27:06.1663852Z test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_h_cpu PASSED [ 21%] 2022-12-01T10:27:06.1664018Z test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_he_cpu PASSED [ 21%] 2022-12-01T10:27:06.1664163Z test_ops.py::TestCommonCPU::test_out_warning_special_i0e_cpu PASSED [ 21%] 2022-12-01T10:27:06.1664307Z test_ops.py::TestCommonCPU::test_out_warning_special_i1_cpu PASSED [ 21%] 2022-12-01T10:27:06.1664435Z test_ops.py::TestCommonCPU::test_out_warning_special_i1e_cpu PASSED [ 21%] 2022-12-01T10:27:06.1664604Z test_ops.py::TestCommonCPU::test_out_warning_special_laguerre_polynomial_l_cpu PASSED [ 21%] 2022-12-01T10:27:06.1664948Z 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:27:06.1665111Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i1_cpu PASSED [ 21%] 2022-12-01T10:27:06.1665281Z test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k0_cpu PASSED [ 21%] 2022-12-01T10:27:06.1665637Z 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:27:06.1665980Z 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:27:06.1666145Z test_ops.py::TestCommonCPU::test_out_warning_special_spherical_bessel_j0_cpu PASSED [ 21%] 2022-12-01T10:27:06.1666294Z test_ops.py::TestCommonCPU::test_out_warning_special_zeta_cpu PASSED [ 21%] 2022-12-01T10:27:06.1666425Z test_ops.py::TestCommonCPU::test_out_warning_split_cpu PASSED [ 21%] 2022-12-01T10:27:06.1666571Z test_ops.py::TestCommonCPU::test_out_warning_split_list_args_cpu PASSED [ 21%] 2022-12-01T10:27:06.1666710Z test_ops.py::TestCommonCPU::test_out_warning_stack_cpu PASSED [ 21%] 2022-12-01T10:27:06.1666847Z test_ops.py::TestCommonCPU::test_out_warning_std_cpu PASSED [ 21%] 2022-12-01T10:27:06.1666982Z test_ops.py::TestCommonCPU::test_out_warning_t_cpu PASSED [ 21%] 2022-12-01T10:27:06.1667183Z test_ops.py::TestCommonCPU::test_out_warning_take_along_dim_cpu PASSED [ 21%] 2022-12-01T10:27:06.1667361Z test_ops.py::TestCommonCPU::test_out_warning_take_cpu PASSED [ 21%] 2022-12-01T10:27:06.1667500Z test_ops.py::TestCommonCPU::test_out_warning_tan_cpu PASSED [ 21%] 2022-12-01T10:27:06.1667630Z test_ops.py::TestCommonCPU::test_out_warning_tensordot_cpu PASSED [ 21%] 2022-12-01T10:27:06.1667772Z test_ops.py::TestCommonCPU::test_out_warning_transpose_cpu PASSED [ 21%] 2022-12-01T10:27:06.1667991Z test_ops.py::TestCommonCPU::test_out_warning_triangular_solve_cpu PASSED [ 21%] 2022-12-01T10:27:06.1668165Z test_ops.py::TestCommonCPU::test_out_warning_tril_cpu PASSED [ 21%] 2022-12-01T10:27:06.1668305Z test_ops.py::TestCommonCPU::test_out_warning_tril_indices_cpu PASSED [ 21%] 2022-12-01T10:27:06.1668441Z test_ops.py::TestCommonCPU::test_out_warning_triu_cpu PASSED [ 21%] 2022-12-01T10:27:06.1668581Z test_ops.py::TestCommonCPU::test_out_warning_true_divide_cpu PASSED [ 21%] 2022-12-01T10:27:06.1668724Z test_ops.py::TestCommonCPU::test_out_warning_unbind_cpu PASSED [ 21%] 2022-12-01T10:27:06.1668909Z test_ops.py::TestCommonCPU::test_out_warning_unflatten_cpu PASSED [ 21%] 2022-12-01T10:27:06.1669049Z test_ops.py::TestCommonCPU::test_out_warning_uniform_cpu PASSED [ 21%] 2022-12-01T10:27:06.1669219Z test_ops.py::TestCommonCPU::test_out_warning_unique_cpu PASSED [ 21%] 2022-12-01T10:27:06.1669364Z test_ops.py::TestCommonCPU::test_out_warning_unsqueeze_cpu PASSED [ 21%] 2022-12-01T10:27:06.1669514Z test_ops.py::TestCommonCPU::test_out_warning_var_mean_cpu PASSED [ 21%] 2022-12-01T10:27:06.1669711Z test_ops.py::TestCommonCPU::test_out_warning_vdot_cpu PASSED [ 21%] 2022-12-01T10:27:06.1669858Z test_ops.py::TestCommonCPU::test_out_warning_view_as_complex_cpu PASSED [ 21%] 2022-12-01T10:27:06.1669996Z test_ops.py::TestCommonCPU::test_out_warning_view_as_real_cpu PASSED [ 21%] 2022-12-01T10:27:06.1670117Z test_ops.py::TestCommonCPU::test_out_warning_view_cpu PASSED [ 21%] 2022-12-01T10:27:06.1670253Z test_ops.py::TestCommonCPU::test_out_warning_vstack_cpu PASSED [ 21%] 2022-12-01T10:27:06.1670451Z test_ops.py::TestCommonCPU::test_out_warning_where_cpu PASSED [ 21%] 2022-12-01T10:27:06.1670592Z test_ops.py::TestCommonCPU::test_out_warning_zero__cpu PASSED [ 21%] 2022-12-01T10:27:06.1670730Z test_ops.py::TestCommonCPU::test_out_where_cpu_float32 PASSED [ 21%] 2022-12-01T10:27:06.1670864Z test_ops.py::TestCommonCPU::test_out_xlogy_cpu_float32 PASSED [ 21%] 2022-12-01T10:27:06.1670998Z test_ops.py::TestCommonCPU::test_out_zero__cpu_float32 PASSED [ 21%] 2022-12-01T10:27:06.1671157Z test_ops.py::TestCommonCPU::test_out_zeros_cpu_float32 PASSED [ 21%] 2022-12-01T10:27:06.1671343Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex64 PASSED [ 21%] 2022-12-01T10:27:06.1671471Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float64 PASSED [ 21%] 2022-12-01T10:27:06.1671609Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int64 PASSED [ 21%] 2022-12-01T10:27:06.1671762Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex128 PASSED [ 21%] 2022-12-01T10:27:06.1671933Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float32 PASSED [ 21%] 2022-12-01T10:27:06.1672124Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float64 PASSED [ 21%] 2022-12-01T10:27:06.1672269Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int32 PASSED [ 21%] 2022-12-01T10:27:06.1672410Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int64 PASSED [ 21%] 2022-12-01T10:27:06.1672550Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_uint8 PASSED [ 21%] 2022-12-01T10:27:06.1672700Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bfloat16 PASSED [ 21%] 2022-12-01T10:27:06.1672901Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bool PASSED [ 21%] 2022-12-01T10:27:06.1673051Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float32 PASSED [ 21%] 2022-12-01T10:27:06.1673194Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int16 PASSED [ 21%] 2022-12-01T10:27:06.1673340Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bfloat16 PASSED [ 21%] 2022-12-01T10:27:06.1673489Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex32 PASSED [ 21%] 2022-12-01T10:27:06.1673666Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float16 PASSED [ 21%] 2022-12-01T10:27:06.1673808Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float32 PASSED [ 21%] 2022-12-01T10:27:06.1673936Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int32 PASSED [ 21%] 2022-12-01T10:27:06.1674149Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int64 PASSED [ 21%] 2022-12-01T10:27:06.1674293Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_uint8 PASSED [ 21%] 2022-12-01T10:27:06.1674451Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex64 PASSED [ 21%] 2022-12-01T10:27:06.1674605Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float32 PASSED [ 21%] 2022-12-01T10:27:06.1674754Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float64 PASSED [ 21%] 2022-12-01T10:27:06.1674934Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bfloat16 XFAIL [ 21%] 2022-12-01T10:27:06.1675079Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bool XFAIL [ 21%] 2022-12-01T10:27:06.1675218Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex128 XFAIL [ 21%] 2022-12-01T10:27:06.1675368Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex64 XFAIL [ 21%] 2022-12-01T10:27:06.1675515Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float16 XFAIL [ 21%] 2022-12-01T10:27:06.1675658Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float64 XFAIL [ 21%] 2022-12-01T10:27:06.1675800Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int16 XFAIL [ 21%] 2022-12-01T10:27:06.1675942Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int32 XFAIL [ 21%] 2022-12-01T10:27:06.1676083Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int64 XFAIL [ 21%] 2022-12-01T10:27:06.1676226Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int8 XFAIL [ 21%] 2022-12-01T10:27:06.1676360Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bfloat16 PASSED [ 21%] 2022-12-01T10:27:06.1676514Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex128 PASSED [ 21%] 2022-12-01T10:27:06.1676772Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex64 PASSED [ 21%] 2022-12-01T10:27:06.1676916Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float64 PASSED [ 21%] 2022-12-01T10:27:06.1677080Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex128 PASSED [ 21%] 2022-12-01T10:27:06.1677236Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float16 PASSED [ 21%] 2022-12-01T10:27:06.1677387Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float32 PASSED [ 21%] 2022-12-01T10:27:06.1677536Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float64 PASSED [ 21%] 2022-12-01T10:27:06.1677674Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bfloat16 PASSED [ 21%] 2022-12-01T10:27:06.1677820Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bool PASSED [ 21%] 2022-12-01T10:27:06.1677971Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float16 PASSED [ 21%] 2022-12-01T10:27:06.1678119Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float32 PASSED [ 21%] 2022-12-01T10:27:06.1678263Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int64 PASSED [ 21%] 2022-12-01T10:27:06.1678409Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bool PASSED [ 21%] 2022-12-01T10:27:06.1678559Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float64 PASSED [ 21%] 2022-12-01T10:27:06.1678703Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int32 PASSED [ 21%] 2022-12-01T10:27:06.1678832Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int64 PASSED [ 21%] 2022-12-01T10:27:06.1678976Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_uint8 PASSED [ 21%] 2022-12-01T10:27:06.1679127Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex64 PASSED [ 21%] 2022-12-01T10:27:06.1679321Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float16 PASSED [ 21%] 2022-12-01T10:27:06.1679463Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int16 PASSED [ 21%] 2022-12-01T10:27:06.1679604Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int32 PASSED [ 21%] 2022-12-01T10:27:06.1679747Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int8 PASSED [ 21%] 2022-12-01T10:27:06.1679899Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_bfloat16 PASSED [ 21%] 2022-12-01T10:27:06.1680051Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float16 PASSED [ 21%] 2022-12-01T10:27:06.1680182Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int8 PASSED [ 21%] 2022-12-01T10:27:06.1680331Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_uint8 PASSED [ 21%] 2022-12-01T10:27:06.1680521Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:27:06.1680679Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bool PASSED [ 22%] 2022-12-01T10:27:06.1680833Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float16 PASSED [ 22%] 2022-12-01T10:27:06.1680986Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int32 PASSED [ 22%] 2022-12-01T10:27:06.1681134Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int64 PASSED [ 22%] 2022-12-01T10:27:06.1681285Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:27:06.1681423Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex128 PASSED [ 22%] 2022-12-01T10:27:06.1681573Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex64 PASSED [ 22%] 2022-12-01T10:27:06.1681718Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int16 PASSED [ 22%] 2022-12-01T10:27:06.1681868Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:27:06.1682020Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex128 PASSED [ 22%] 2022-12-01T10:27:06.1682170Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float64 PASSED [ 22%] 2022-12-01T10:27:06.1682314Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int32 PASSED [ 22%] 2022-12-01T10:27:06.1682458Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int8 PASSED [ 22%] 2022-12-01T10:27:06.1682589Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_uint8 PASSED [ 22%] 2022-12-01T10:27:06.1682735Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float64 PASSED [ 22%] 2022-12-01T10:27:06.1682878Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int16 PASSED [ 22%] 2022-12-01T10:27:06.1683021Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int32 PASSED [ 22%] 2022-12-01T10:27:06.1683164Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int64 PASSED [ 22%] 2022-12-01T10:27:06.1683308Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int8 PASSED [ 22%] 2022-12-01T10:27:06.1683459Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:27:06.1683600Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bool PASSED [ 22%] 2022-12-01T10:27:06.1683736Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float64 PASSED [ 22%] 2022-12-01T10:27:06.1683878Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int32 PASSED [ 22%] 2022-12-01T10:27:06.1684019Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int64 PASSED [ 22%] 2022-12-01T10:27:06.1684158Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bool PASSED [ 22%] 2022-12-01T10:27:06.1684306Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float32 PASSED [ 22%] 2022-12-01T10:27:06.1684448Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int64 PASSED [ 22%] 2022-12-01T10:27:06.1684590Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_uint8 PASSED [ 22%] 2022-12-01T10:27:06.1684786Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex32 PASSED [ 22%] 2022-12-01T10:27:06.1684928Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float16 PASSED [ 22%] 2022-12-01T10:27:06.1685081Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float32 PASSED [ 22%] 2022-12-01T10:27:06.1685230Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int32 PASSED [ 22%] 2022-12-01T10:27:06.1685386Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex128 PASSED [ 22%] 2022-12-01T10:27:06.1685539Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float16 PASSED [ 22%] 2022-12-01T10:27:06.1685692Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float32 PASSED [ 22%] 2022-12-01T10:27:06.1685873Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float64 PASSED [ 22%] 2022-12-01T10:27:06.1686025Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int32 PASSED [ 22%] 2022-12-01T10:27:06.1686178Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bool PASSED [ 22%] 2022-12-01T10:27:06.1686323Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex128 PASSED [ 22%] 2022-12-01T10:27:06.1686478Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex32 PASSED [ 22%] 2022-12-01T10:27:06.1686629Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float16 PASSED [ 22%] 2022-12-01T10:27:06.1686778Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float32 PASSED [ 22%] 2022-12-01T10:27:06.1686928Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float64 PASSED [ 22%] 2022-12-01T10:27:06.1687079Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int8 PASSED [ 22%] 2022-12-01T10:27:06.1687242Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int64 PASSED [ 22%] 2022-12-01T10:27:06.1687406Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int8 PASSED [ 22%] 2022-12-01T10:27:06.1687555Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_uint8 PASSED [ 22%] 2022-12-01T10:27:06.1687709Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int64 PASSED [ 22%] 2022-12-01T10:27:06.1687860Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_bool PASSED [ 22%] 2022-12-01T10:27:06.1688011Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int32 PASSED [ 22%] 2022-12-01T10:27:06.1688160Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int16 PASSED [ 22%] 2022-12-01T10:27:06.1688311Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int64 PASSED [ 22%] 2022-12-01T10:27:06.1688460Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int8 PASSED [ 22%] 2022-12-01T10:27:06.1688625Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float16 PASSED [ 22%] 2022-12-01T10:27:06.1688773Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float32 PASSED [ 22%] 2022-12-01T10:27:06.1688936Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int32 PASSED [ 22%] 2022-12-01T10:27:06.1689094Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int64 PASSED [ 22%] 2022-12-01T10:27:06.1689252Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int8 PASSED [ 22%] 2022-12-01T10:27:06.1689406Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_uint8 PASSED [ 22%] 2022-12-01T10:27:06.1689563Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:27:06.1689716Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bool PASSED [ 22%] 2022-12-01T10:27:06.1689875Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex128 PASSED [ 22%] 2022-12-01T10:27:06.1690030Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float16 PASSED [ 22%] 2022-12-01T10:27:06.1690216Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float32 PASSED [ 22%] 2022-12-01T10:27:06.1690372Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float64 PASSED [ 22%] 2022-12-01T10:27:06.1690525Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int16 PASSED [ 22%] 2022-12-01T10:27:06.1690674Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int32 PASSED [ 22%] 2022-12-01T10:27:06.1690826Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int64 PASSED [ 22%] 2022-12-01T10:27:06.1690979Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int8 PASSED [ 22%] 2022-12-01T10:27:06.1691129Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex32 PASSED [ 22%] 2022-12-01T10:27:06.1691301Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float16 PASSED [ 22%] 2022-12-01T10:27:06.1691434Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int32 PASSED [ 22%] 2022-12-01T10:27:06.1691579Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int8 PASSED [ 22%] 2022-12-01T10:27:06.1691728Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float32 PASSED [ 22%] 2022-12-01T10:27:06.1691871Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int32 PASSED [ 22%] 2022-12-01T10:27:06.1692022Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:27:06.1692172Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex32 PASSED [ 22%] 2022-12-01T10:27:06.1692324Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float64 PASSED [ 22%] 2022-12-01T10:27:06.1692470Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int16 PASSED [ 22%] 2022-12-01T10:27:06.1692598Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int64 PASSED [ 22%] 2022-12-01T10:27:06.1692751Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:27:06.1692900Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float32 PASSED [ 22%] 2022-12-01T10:27:06.1693046Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int32 PASSED [ 22%] 2022-12-01T10:27:06.1693189Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_uint8 PASSED [ 22%] 2022-12-01T10:27:06.1693341Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:27:06.1693496Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float32 PASSED [ 22%] 2022-12-01T10:27:06.1693645Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int32 PASSED [ 22%] 2022-12-01T10:27:06.1693795Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int8 PASSED [ 22%] 2022-12-01T10:27:06.1693930Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bool PASSED [ 22%] 2022-12-01T10:27:06.1694081Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float64 PASSED [ 22%] 2022-12-01T10:27:06.1694232Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int32 PASSED [ 22%] 2022-12-01T10:27:06.1694380Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_uint8 PASSED [ 22%] 2022-12-01T10:27:06.1694534Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex128 PASSED [ 22%] 2022-12-01T10:27:06.1694683Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex32 PASSED [ 22%] 2022-12-01T10:27:06.1694827Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex64 PASSED [ 22%] 2022-12-01T10:27:06.1694974Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float16 PASSED [ 22%] 2022-12-01T10:27:06.1695104Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int16 PASSED [ 22%] 2022-12-01T10:27:06.1695260Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:27:06.1695421Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex64 PASSED [ 22%] 2022-12-01T10:27:06.1695607Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float16 PASSED [ 22%] 2022-12-01T10:27:06.1695761Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float32 PASSED [ 22%] 2022-12-01T10:27:06.1695915Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float64 PASSED [ 22%] 2022-12-01T10:27:06.1696071Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int16 PASSED [ 22%] 2022-12-01T10:27:06.1696224Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_uint8 PASSED [ 22%] 2022-12-01T10:27:06.1696359Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:27:06.1696504Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bool PASSED [ 22%] 2022-12-01T10:27:06.1696653Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex64 PASSED [ 22%] 2022-12-01T10:27:06.1696827Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float32 PASSED [ 22%] 2022-12-01T10:27:06.1696977Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float64 PASSED [ 22%] 2022-12-01T10:27:06.1697122Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int16 PASSED [ 22%] 2022-12-01T10:27:06.1697266Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int32 PASSED [ 22%] 2022-12-01T10:27:06.1697410Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int8 PASSED [ 22%] 2022-12-01T10:27:06.1697540Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_uint8 PASSED [ 22%] 2022-12-01T10:27:06.1697698Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:27:06.1697854Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float16 PASSED [ 22%] 2022-12-01T10:27:06.1698012Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float32 PASSED [ 22%] 2022-12-01T10:27:06.1698168Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int16 PASSED [ 22%] 2022-12-01T10:27:06.1698327Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int64 PASSED [ 22%] 2022-12-01T10:27:06.1698477Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_uint8 PASSED [ 22%] 2022-12-01T10:27:06.1698639Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:27:06.1698794Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bool PASSED [ 22%] 2022-12-01T10:27:06.1698946Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex128 PASSED [ 22%] 2022-12-01T10:27:06.1699109Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex64 PASSED [ 22%] 2022-12-01T10:27:06.1699263Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int32 PASSED [ 22%] 2022-12-01T10:27:06.1699417Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bool PASSED [ 22%] 2022-12-01T10:27:06.1699575Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex32 PASSED [ 22%] 2022-12-01T10:27:06.1699735Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex64 PASSED [ 22%] 2022-12-01T10:27:06.1699889Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float16 PASSED [ 22%] 2022-12-01T10:27:06.1700039Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float32 PASSED [ 22%] 2022-12-01T10:27:06.1700180Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float64 PASSED [ 22%] 2022-12-01T10:27:06.1700332Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int64 PASSED [ 23%] 2022-12-01T10:27:06.1700481Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_uint8 PASSED [ 23%] 2022-12-01T10:27:06.1700635Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:27:06.1700788Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bool PASSED [ 23%] 2022-12-01T10:27:06.1700940Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float16 PASSED [ 23%] 2022-12-01T10:27:06.1701122Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float32 PASSED [ 23%] 2022-12-01T10:27:06.1701267Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float64 PASSED [ 23%] 2022-12-01T10:27:06.1701405Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int16 PASSED [ 23%] 2022-12-01T10:27:06.1701553Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:27:06.1701703Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex128 PASSED [ 23%] 2022-12-01T10:27:06.1701848Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float64 PASSED [ 23%] 2022-12-01T10:27:06.1701991Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int64 PASSED [ 23%] 2022-12-01T10:27:06.1702134Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int8 PASSED [ 23%] 2022-12-01T10:27:06.1702350Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float64 PASSED [ 23%] 2022-12-01T10:27:06.1702496Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int64 PASSED [ 23%] 2022-12-01T10:27:06.1702645Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:27:06.1702782Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_complex64 PASSED [ 23%] 2022-12-01T10:27:06.1702925Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int16 PASSED [ 23%] 2022-12-01T10:27:06.1703069Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int32 PASSED [ 23%] 2022-12-01T10:27:06.1703214Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int64 PASSED [ 23%] 2022-12-01T10:27:06.1703360Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_uint8 PASSED [ 23%] 2022-12-01T10:27:06.1703518Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex32 PASSED [ 23%] 2022-12-01T10:27:06.1703679Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex64 PASSED [ 23%] 2022-12-01T10:27:06.1703837Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float64 PASSED [ 23%] 2022-12-01T10:27:06.1703974Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int16 PASSED [ 23%] 2022-12-01T10:27:06.1704122Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int32 PASSED [ 23%] 2022-12-01T10:27:06.1704275Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int64 PASSED [ 23%] 2022-12-01T10:27:06.1704423Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_uint8 PASSED [ 23%] 2022-12-01T10:27:06.1704578Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex64 PASSED [ 23%] 2022-12-01T10:27:06.1704727Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float16 PASSED [ 23%] 2022-12-01T10:27:06.1704874Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float32 PASSED [ 23%] 2022-12-01T10:27:06.1705025Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int32 PASSED [ 23%] 2022-12-01T10:27:06.1705166Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_uint8 PASSED [ 23%] 2022-12-01T10:27:06.1705318Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float64 PASSED [ 23%] 2022-12-01T10:27:06.1705467Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int64 PASSED [ 23%] 2022-12-01T10:27:06.1705614Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_uint8 PASSED [ 23%] 2022-12-01T10:27:06.1705780Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:27:06.1705943Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float64 PASSED [ 23%] 2022-12-01T10:27:06.1706103Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int16 PASSED [ 23%] 2022-12-01T10:27:06.1706263Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int32 PASSED [ 23%] 2022-12-01T10:27:06.1706406Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int64 PASSED [ 23%] 2022-12-01T10:27:06.1706609Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:27:06.1706780Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex64 PASSED [ 23%] 2022-12-01T10:27:06.1706946Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float16 PASSED [ 23%] 2022-12-01T10:27:06.1707110Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float32 PASSED [ 23%] 2022-12-01T10:27:06.1707271Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int16 PASSED [ 23%] 2022-12-01T10:27:06.1707433Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int32 PASSED [ 23%] 2022-12-01T10:27:06.1707593Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int64 PASSED [ 23%] 2022-12-01T10:27:06.1707786Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:27:06.1707935Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int64 PASSED [ 23%] 2022-12-01T10:27:06.1708095Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_uint8 PASSED [ 23%] 2022-12-01T10:27:06.1708246Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:27:06.1708400Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex128 PASSED [ 23%] 2022-12-01T10:27:06.1708547Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int8 PASSED [ 23%] 2022-12-01T10:27:06.1708697Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:27:06.1708844Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bool PASSED [ 23%] 2022-12-01T10:27:06.1708996Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float16 PASSED [ 23%] 2022-12-01T10:27:06.1709129Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float32 PASSED [ 23%] 2022-12-01T10:27:06.1709278Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int16 PASSED [ 23%] 2022-12-01T10:27:06.1709424Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int32 PASSED [ 23%] 2022-12-01T10:27:06.1709571Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_uint8 PASSED [ 23%] 2022-12-01T10:27:06.1709762Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bool SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:27:06.1709957Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:27:06.1710152Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:27:06.1710344Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:27:06.1710530Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:27:06.1710714Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:27:06.1710904Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bool SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:27:06.1711102Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:27:06.1711299Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:27:06.1711492Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:27:06.1711688Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:27:06.1711879Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:27:06.1712097Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:27:06.1712245Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:27:06.1712390Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bool PASSED [ 23%] 2022-12-01T10:27:06.1712527Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex128 PASSED [ 23%] 2022-12-01T10:27:06.1712675Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex64 PASSED [ 23%] 2022-12-01T10:27:06.1712819Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float32 PASSED [ 23%] 2022-12-01T10:27:06.1712963Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float64 PASSED [ 23%] 2022-12-01T10:27:06.1713132Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int64 PASSED [ 23%] 2022-12-01T10:27:06.1713278Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_uint8 PASSED [ 23%] 2022-12-01T10:27:06.1713419Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bool PASSED [ 23%] 2022-12-01T10:27:06.1713559Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int16 PASSED [ 23%] 2022-12-01T10:27:06.1713686Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int8 PASSED [ 23%] 2022-12-01T10:27:06.1713835Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:27:06.1713976Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bool PASSED [ 23%] 2022-12-01T10:27:06.1714193Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float32 PASSED [ 23%] 2022-12-01T10:27:06.1714345Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float64 PASSED [ 23%] 2022-12-01T10:27:06.1714489Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int16 PASSED [ 23%] 2022-12-01T10:27:06.1714636Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int64 PASSED [ 23%] 2022-12-01T10:27:06.1714781Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_uint8 PASSED [ 23%] 2022-12-01T10:27:06.1714918Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float32 PASSED [ 23%] 2022-12-01T10:27:06.1715066Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int32 PASSED [ 23%] 2022-12-01T10:27:06.1715211Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int8 PASSED [ 23%] 2022-12-01T10:27:06.1715360Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:27:06.1715506Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float64 PASSED [ 23%] 2022-12-01T10:27:06.1715649Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int16 PASSED [ 23%] 2022-12-01T10:27:06.1715794Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int32 PASSED [ 23%] 2022-12-01T10:27:06.1715938Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int8 PASSED [ 23%] 2022-12-01T10:27:06.1716070Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_uint8 PASSED [ 23%] 2022-12-01T10:27:06.1716218Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:27:06.1716372Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex128 PASSED [ 23%] 2022-12-01T10:27:06.1716522Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex64 PASSED [ 23%] 2022-12-01T10:27:06.1716835Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float64 PASSED [ 23%] 2022-12-01T10:27:06.1716991Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int16 PASSED [ 23%] 2022-12-01T10:27:06.1717136Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_uint8 PASSED [ 23%] 2022-12-01T10:27:06.1717292Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:27:06.1717433Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bool PASSED [ 23%] 2022-12-01T10:27:06.1717652Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex128 PASSED [ 23%] 2022-12-01T10:27:06.1717810Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex64 PASSED [ 23%] 2022-12-01T10:27:06.1717965Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float32 PASSED [ 23%] 2022-12-01T10:27:06.1718120Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float64 PASSED [ 23%] 2022-12-01T10:27:06.1718271Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int32 PASSED [ 23%] 2022-12-01T10:27:06.1718418Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int64 PASSED [ 23%] 2022-12-01T10:27:06.1718570Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int8 PASSED [ 23%] 2022-12-01T10:27:06.1718751Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_uint8 PASSED [ 23%] 2022-12-01T10:27:06.1718885Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:27:06.1719036Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bool PASSED [ 23%] 2022-12-01T10:27:06.1719193Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex128 PASSED [ 23%] 2022-12-01T10:27:06.1719341Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float32 PASSED [ 23%] 2022-12-01T10:27:06.1719488Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int32 PASSED [ 23%] 2022-12-01T10:27:06.1719634Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int64 PASSED [ 23%] 2022-12-01T10:27:06.1719780Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int8 PASSED [ 23%] 2022-12-01T10:27:06.1719925Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_uint8 PASSED [ 23%] 2022-12-01T10:27:06.1720062Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:27:06.1720214Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float32 PASSED [ 23%] 2022-12-01T10:27:06.1720365Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float64 PASSED [ 23%] 2022-12-01T10:27:06.1720508Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int8 PASSED [ 23%] 2022-12-01T10:27:06.1720651Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_bool PASSED [ 23%] 2022-12-01T10:27:06.1720797Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex64 PASSED [ 23%] 2022-12-01T10:27:06.1720940Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float64 PASSED [ 24%] 2022-12-01T10:27:06.1721081Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int16 PASSED [ 24%] 2022-12-01T10:27:06.1721211Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int32 PASSED [ 24%] 2022-12-01T10:27:06.1721354Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int8 PASSED [ 24%] 2022-12-01T10:27:06.1721496Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_uint8 PASSED [ 24%] 2022-12-01T10:27:06.1721648Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float32 PASSED [ 24%] 2022-12-01T10:27:06.1721798Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int16 PASSED [ 24%] 2022-12-01T10:27:06.1721943Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int64 PASSED [ 24%] 2022-12-01T10:27:06.1722089Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_bool PASSED [ 24%] 2022-12-01T10:27:06.1722235Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int8 PASSED [ 24%] 2022-12-01T10:27:06.1722378Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex128 PASSED [ 24%] 2022-12-01T10:27:06.1722529Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float64 PASSED [ 24%] 2022-12-01T10:27:06.1722677Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int32 PASSED [ 24%] 2022-12-01T10:27:06.1722823Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int64 PASSED [ 24%] 2022-12-01T10:27:06.1722972Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int8 PASSED [ 24%] 2022-12-01T10:27:06.1723166Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float16 PASSED [ 24%] 2022-12-01T10:27:06.1723322Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float64 PASSED [ 24%] 2022-12-01T10:27:06.1723476Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int16 PASSED [ 24%] 2022-12-01T10:27:06.1723618Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int64 PASSED [ 24%] 2022-12-01T10:27:06.1723771Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int8 PASSED [ 24%] 2022-12-01T10:27:06.1723922Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_uint8 PASSED [ 24%] 2022-12-01T10:27:06.1724074Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_bool PASSED [ 24%] 2022-12-01T10:27:06.1724258Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex64 PASSED [ 24%] 2022-12-01T10:27:06.1724411Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float64 PASSED [ 24%] 2022-12-01T10:27:06.1724562Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int16 PASSED [ 24%] 2022-12-01T10:27:06.1724707Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int32 PASSED [ 24%] 2022-12-01T10:27:06.1724849Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int64 PASSED [ 24%] 2022-12-01T10:27:06.1724983Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int8 PASSED [ 24%] 2022-12-01T10:27:06.1725135Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex128 PASSED [ 24%] 2022-12-01T10:27:06.1725290Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex64 PASSED [ 24%] 2022-12-01T10:27:06.1725442Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float32 PASSED [ 24%] 2022-12-01T10:27:06.1725591Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int32 PASSED [ 24%] 2022-12-01T10:27:06.1725738Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int8 PASSED [ 24%] 2022-12-01T10:27:06.1725885Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_uint8 PASSED [ 24%] 2022-12-01T10:27:06.1726039Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex64 PASSED [ 24%] 2022-12-01T10:27:06.1726177Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float32 PASSED [ 24%] 2022-12-01T10:27:06.1726325Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int16 PASSED [ 24%] 2022-12-01T10:27:06.1726469Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int32 PASSED [ 24%] 2022-12-01T10:27:06.1726612Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int64 PASSED [ 24%] 2022-12-01T10:27:06.1726758Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int8 PASSED [ 24%] 2022-12-01T10:27:06.1726912Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex64 PASSED [ 24%] 2022-12-01T10:27:06.1727062Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float32 PASSED [ 24%] 2022-12-01T10:27:06.1727210Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float64 PASSED [ 24%] 2022-12-01T10:27:06.1727342Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int8 PASSED [ 24%] 2022-12-01T10:27:06.1727488Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_uint8 PASSED [ 24%] 2022-12-01T10:27:06.1727635Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_bool PASSED [ 24%] 2022-12-01T10:27:06.1727789Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex128 PASSED [ 24%] 2022-12-01T10:27:06.1727941Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float32 PASSED [ 24%] 2022-12-01T10:27:06.1728088Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int16 PASSED [ 24%] 2022-12-01T10:27:06.1728234Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int32 PASSED [ 24%] 2022-12-01T10:27:06.1728377Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_uint8 PASSED [ 24%] 2022-12-01T10:27:06.1728573Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_bool PASSED [ 24%] 2022-12-01T10:27:06.1728713Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex64 PASSED [ 24%] 2022-12-01T10:27:06.1728866Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float32 PASSED [ 24%] 2022-12-01T10:27:06.1729014Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float64 PASSED [ 24%] 2022-12-01T10:27:06.1729163Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int64 PASSED [ 24%] 2022-12-01T10:27:06.1729307Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_uint8 PASSED [ 24%] 2022-12-01T10:27:06.1729469Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bfloat16 PASSED [ 24%] 2022-12-01T10:27:06.1729652Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bool PASSED [ 24%] 2022-12-01T10:27:06.1729817Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex128 PASSED [ 24%] 2022-12-01T10:27:06.1729966Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex32 PASSED [ 24%] 2022-12-01T10:27:06.1730122Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float16 PASSED [ 24%] 2022-12-01T10:27:06.1730280Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float32 PASSED [ 24%] 2022-12-01T10:27:06.1730432Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float64 PASSED [ 24%] 2022-12-01T10:27:06.1730585Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int32 PASSED [ 24%] 2022-12-01T10:27:06.1730738Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_uint8 PASSED [ 24%] 2022-12-01T10:27:06.1730888Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int16 PASSED [ 24%] 2022-12-01T10:27:06.1731037Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int32 PASSED [ 24%] 2022-12-01T10:27:06.1731175Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_bool PASSED [ 24%] 2022-12-01T10:27:06.1731324Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float32 PASSED [ 24%] 2022-12-01T10:27:06.1731471Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float64 PASSED [ 24%] 2022-12-01T10:27:06.1731620Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_uint8 PASSED [ 24%] 2022-12-01T10:27:06.1731765Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_bool PASSED [ 24%] 2022-12-01T10:27:06.1731917Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float32 PASSED [ 24%] 2022-12-01T10:27:06.1732066Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float64 PASSED [ 24%] 2022-12-01T10:27:06.1732213Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int16 PASSED [ 24%] 2022-12-01T10:27:06.1732360Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int32 PASSED [ 24%] 2022-12-01T10:27:06.1732498Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int8 PASSED [ 24%] 2022-12-01T10:27:06.1732645Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_uint8 PASSED [ 24%] 2022-12-01T10:27:06.1732791Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_bool PASSED [ 24%] 2022-12-01T10:27:06.1732947Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex64 PASSED [ 24%] 2022-12-01T10:27:06.1733100Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float64 PASSED [ 24%] 2022-12-01T10:27:06.1733249Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int8 PASSED [ 24%] 2022-12-01T10:27:06.1733398Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_uint8 PASSED [ 24%] 2022-12-01T10:27:06.1733546Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_bool PASSED [ 24%] 2022-12-01T10:27:06.1733692Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex128 PASSED [ 24%] 2022-12-01T10:27:06.1733876Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int64 PASSED [ 24%] 2022-12-01T10:27:06.1734031Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex128 PASSED [ 24%] 2022-12-01T10:27:06.1734188Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex64 PASSED [ 24%] 2022-12-01T10:27:06.1734340Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float64 PASSED [ 24%] 2022-12-01T10:27:06.1734491Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int64 PASSED [ 24%] 2022-12-01T10:27:06.1734639Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int8 PASSED [ 24%] 2022-12-01T10:27:06.1734790Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_uint8 PASSED [ 24%] 2022-12-01T10:27:06.1734955Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_bool PASSED [ 24%] 2022-12-01T10:27:06.1735107Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float64 PASSED [ 24%] 2022-12-01T10:27:06.1735256Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int32 PASSED [ 24%] 2022-12-01T10:27:06.1735406Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_uint8 PASSED [ 24%] 2022-12-01T10:27:06.1735560Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float64 PASSED [ 24%] 2022-12-01T10:27:06.1735709Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int16 PASSED [ 24%] 2022-12-01T10:27:06.1735855Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int32 PASSED [ 24%] 2022-12-01T10:27:06.1735996Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int64 PASSED [ 24%] 2022-12-01T10:27:06.1736131Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int8 PASSED [ 24%] 2022-12-01T10:27:06.1736280Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_bool PASSED [ 24%] 2022-12-01T10:27:06.1736437Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float32 PASSED [ 24%] 2022-12-01T10:27:06.1736586Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int16 PASSED [ 24%] 2022-12-01T10:27:06.1736732Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int64 PASSED [ 24%] 2022-12-01T10:27:06.1736880Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int8 PASSED [ 24%] 2022-12-01T10:27:06.1737029Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bfloat16 PASSED [ 24%] 2022-12-01T10:27:06.1737175Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bool PASSED [ 24%] 2022-12-01T10:27:06.1737323Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float64 PASSED [ 24%] 2022-12-01T10:27:06.1737455Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int32 PASSED [ 24%] 2022-12-01T10:27:06.1737599Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_uint8 PASSED [ 24%] 2022-12-01T10:27:06.1737754Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bfloat16 PASSED [ 24%] 2022-12-01T10:27:06.1737905Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bool PASSED [ 24%] 2022-12-01T10:27:06.1738059Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex128 PASSED [ 24%] 2022-12-01T10:27:06.1738211Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float32 PASSED [ 24%] 2022-12-01T10:27:06.1738357Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float64 PASSED [ 24%] 2022-12-01T10:27:06.1738505Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int16 PASSED [ 24%] 2022-12-01T10:27:06.1738640Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bfloat16 PASSED [ 24%] 2022-12-01T10:27:06.1738790Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex128 PASSED [ 24%] 2022-12-01T10:27:06.1738938Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float16 PASSED [ 24%] 2022-12-01T10:27:06.1739087Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int16 PASSED [ 24%] 2022-12-01T10:27:06.1739263Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int32 PASSED [ 24%] 2022-12-01T10:27:06.1739407Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int64 PASSED [ 24%] 2022-12-01T10:27:06.1739563Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex128 PASSED [ 24%] 2022-12-01T10:27:06.1739716Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex64 PASSED [ 24%] 2022-12-01T10:27:06.1739853Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float16 PASSED [ 24%] 2022-12-01T10:27:06.1739999Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float32 PASSED [ 24%] 2022-12-01T10:27:06.1740143Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float64 PASSED [ 24%] 2022-12-01T10:27:06.1740291Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int32 PASSED [ 24%] 2022-12-01T10:27:06.1740470Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int64 PASSED [ 24%] 2022-12-01T10:27:06.1740616Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int8 PASSED [ 25%] 2022-12-01T10:27:06.1740766Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bool PASSED [ 25%] 2022-12-01T10:27:06.1740920Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex64 PASSED [ 25%] 2022-12-01T10:27:06.1741056Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float16 PASSED [ 25%] 2022-12-01T10:27:06.1741203Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float32 PASSED [ 25%] 2022-12-01T10:27:06.1741348Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float64 PASSED [ 25%] 2022-12-01T10:27:06.1741495Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int16 PASSED [ 25%] 2022-12-01T10:27:06.1741642Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int32 PASSED [ 25%] 2022-12-01T10:27:06.1741791Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int64 PASSED [ 25%] 2022-12-01T10:27:06.1741936Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_uint8 PASSED [ 25%] 2022-12-01T10:27:06.1742095Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:27:06.1742237Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float64 PASSED [ 25%] 2022-12-01T10:27:06.1742390Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int16 PASSED [ 25%] 2022-12-01T10:27:06.1742540Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int64 PASSED [ 25%] 2022-12-01T10:27:06.1742688Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_uint8 PASSED [ 25%] 2022-12-01T10:27:06.1742840Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:27:06.1742989Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float32 PASSED [ 25%] 2022-12-01T10:27:06.1743136Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int8 PASSED [ 25%] 2022-12-01T10:27:06.1743294Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float16 PASSED [ 25%] 2022-12-01T10:27:06.1743448Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float32 PASSED [ 25%] 2022-12-01T10:27:06.1743589Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int32 PASSED [ 25%] 2022-12-01T10:27:06.1743741Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int64 PASSED [ 25%] 2022-12-01T10:27:06.1743891Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int8 PASSED [ 25%] 2022-12-01T10:27:06.1744043Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_uint8 PASSED [ 25%] 2022-12-01T10:27:06.1744190Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float16 PASSED [ 25%] 2022-12-01T10:27:06.1744335Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int16 PASSED [ 25%] 2022-12-01T10:27:06.1744482Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int32 PASSED [ 25%] 2022-12-01T10:27:06.1744626Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_uint8 PASSED [ 25%] 2022-12-01T10:27:06.1744787Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bool PASSED [ 25%] 2022-12-01T10:27:06.1744933Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float32 PASSED [ 25%] 2022-12-01T10:27:06.1745075Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int16 PASSED [ 25%] 2022-12-01T10:27:06.1745217Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int32 PASSED [ 25%] 2022-12-01T10:27:06.1745362Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float32 PASSED [ 25%] 2022-12-01T10:27:06.1745504Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int16 PASSED [ 25%] 2022-12-01T10:27:06.1745645Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int32 PASSED [ 25%] 2022-12-01T10:27:06.1745785Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int64 PASSED [ 25%] 2022-12-01T10:27:06.1745940Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int32 PASSED [ 25%] 2022-12-01T10:27:06.1746083Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int8 PASSED [ 25%] 2022-12-01T10:27:06.1746223Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:27:06.1746366Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float64 PASSED [ 25%] 2022-12-01T10:27:06.1746506Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int16 PASSED [ 25%] 2022-12-01T10:27:06.1746646Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int32 PASSED [ 25%] 2022-12-01T10:27:06.1746786Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_uint8 PASSED [ 25%] 2022-12-01T10:27:06.1746925Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bool PASSED [ 25%] 2022-12-01T10:27:06.1747049Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_uint8 PASSED [ 25%] 2022-12-01T10:27:06.1747206Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:27:06.1747359Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bool PASSED [ 25%] 2022-12-01T10:27:06.1747515Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float16 PASSED [ 25%] 2022-12-01T10:27:06.1747666Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float32 PASSED [ 25%] 2022-12-01T10:27:06.1747816Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int32 PASSED [ 25%] 2022-12-01T10:27:06.1747963Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int64 PASSED [ 25%] 2022-12-01T10:27:06.1748114Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int8 PASSED [ 25%] 2022-12-01T10:27:06.1748247Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:27:06.1748392Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bool PASSED [ 25%] 2022-12-01T10:27:06.1748546Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex64 PASSED [ 25%] 2022-12-01T10:27:06.1748697Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float32 PASSED [ 25%] 2022-12-01T10:27:06.1748846Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int32 PASSED [ 25%] 2022-12-01T10:27:06.1748990Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int8 PASSED [ 25%] 2022-12-01T10:27:06.1749137Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_uint8 PASSED [ 25%] 2022-12-01T10:27:06.1749287Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:27:06.1749442Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex128 PASSED [ 25%] 2022-12-01T10:27:06.1749581Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex64 PASSED [ 25%] 2022-12-01T10:27:06.1749729Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float32 PASSED [ 25%] 2022-12-01T10:27:06.1749874Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int16 PASSED [ 25%] 2022-12-01T10:27:06.1750022Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_uint8 PASSED [ 25%] 2022-12-01T10:27:06.1750206Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:27:06.1750355Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float64 PASSED [ 25%] 2022-12-01T10:27:06.1750500Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float32 PASSED [ 25%] 2022-12-01T10:27:06.1750642Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float64 PASSED [ 25%] 2022-12-01T10:27:06.1750769Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int64 PASSED [ 25%] 2022-12-01T10:27:06.1750908Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int8 PASSED [ 25%] 2022-12-01T10:27:06.1751057Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float16 PASSED [ 25%] 2022-12-01T10:27:06.1751208Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float32 PASSED [ 25%] 2022-12-01T10:27:06.1751384Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float64 PASSED [ 25%] 2022-12-01T10:27:06.1751539Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float16 PASSED [ 25%] 2022-12-01T10:27:06.1751688Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float64 PASSED [ 25%] 2022-12-01T10:27:06.1751834Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex128 PASSED [ 25%] 2022-12-01T10:27:06.1751968Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex32 PASSED [ 25%] 2022-12-01T10:27:06.1752116Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex64 PASSED [ 25%] 2022-12-01T10:27:06.1752272Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bfloat16 XFAIL [ 25%] 2022-12-01T10:27:06.1752419Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bool XFAIL [ 25%] 2022-12-01T10:27:06.1752575Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex64 XFAIL [ 25%] 2022-12-01T10:27:06.1752726Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float32 XFAIL [ 25%] 2022-12-01T10:27:06.1752877Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float64 XFAIL [ 25%] 2022-12-01T10:27:06.1753025Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int64 XFAIL [ 25%] 2022-12-01T10:27:06.1753158Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_uint8 XFAIL [ 25%] 2022-12-01T10:27:06.1753312Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bfloat16 XFAIL [ 25%] 2022-12-01T10:27:06.1753460Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bool XFAIL [ 25%] 2022-12-01T10:27:06.1753614Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex64 XFAIL [ 25%] 2022-12-01T10:27:06.1753762Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int32 XFAIL [ 25%] 2022-12-01T10:27:06.1753907Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int64 XFAIL [ 25%] 2022-12-01T10:27:06.1754153Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bfloat16 XFAIL [ 25%] 2022-12-01T10:27:06.1754317Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex128 XFAIL [ 25%] 2022-12-01T10:27:06.1754469Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float32 XFAIL [ 25%] 2022-12-01T10:27:06.1754607Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float64 XFAIL [ 25%] 2022-12-01T10:27:06.1754756Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int32 XFAIL [ 25%] 2022-12-01T10:27:06.1754902Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_uint8 XFAIL [ 25%] 2022-12-01T10:27:06.1755054Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bool XFAIL [ 25%] 2022-12-01T10:27:06.1755214Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex128 XFAIL [ 25%] 2022-12-01T10:27:06.1755376Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex32 XFAIL [ 25%] 2022-12-01T10:27:06.1755533Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float32 XFAIL [ 25%] 2022-12-01T10:27:06.1755718Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float64 XFAIL [ 25%] 2022-12-01T10:27:06.1755856Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int16 XFAIL [ 25%] 2022-12-01T10:27:06.1756012Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex128 PASSED [ 25%] 2022-12-01T10:27:06.1756160Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float16 PASSED [ 25%] 2022-12-01T10:27:06.1756309Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int64 PASSED [ 25%] 2022-12-01T10:27:06.1756456Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_uint8 PASSED [ 25%] 2022-12-01T10:27:06.1756727Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bool PASSED [ 25%] 2022-12-01T10:27:06.1756929Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex64 PASSED [ 25%] 2022-12-01T10:27:06.1757086Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float16 PASSED [ 25%] 2022-12-01T10:27:06.1757225Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int32 PASSED [ 25%] 2022-12-01T10:27:06.1757373Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int64 PASSED [ 25%] 2022-12-01T10:27:06.1757522Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int8 PASSED [ 25%] 2022-12-01T10:27:06.1757673Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:27:06.1757821Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bool PASSED [ 25%] 2022-12-01T10:27:06.1757975Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex128 PASSED [ 25%] 2022-12-01T10:27:06.1758127Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex32 PASSED [ 25%] 2022-12-01T10:27:06.1758277Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex64 PASSED [ 25%] 2022-12-01T10:27:06.1758413Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float32 PASSED [ 25%] 2022-12-01T10:27:06.1758562Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int16 PASSED [ 25%] 2022-12-01T10:27:06.1758707Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int32 PASSED [ 25%] 2022-12-01T10:27:06.1758854Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int64 PASSED [ 25%] 2022-12-01T10:27:06.1758997Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int8 PASSED [ 25%] 2022-12-01T10:27:06.1759151Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex128 PASSED [ 25%] 2022-12-01T10:27:06.1759303Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex64 PASSED [ 25%] 2022-12-01T10:27:06.1759451Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float16 PASSED [ 25%] 2022-12-01T10:27:06.1759593Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int16 PASSED [ 25%] 2022-12-01T10:27:06.1759727Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int8 PASSED [ 25%] 2022-12-01T10:27:06.1759872Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_uint8 PASSED [ 25%] 2022-12-01T10:27:06.1760022Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int32 PASSED [ 25%] 2022-12-01T10:27:06.1760176Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:27:06.1760324Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bool PASSED [ 25%] 2022-12-01T10:27:06.1760477Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float16 PASSED [ 26%] 2022-12-01T10:27:06.1760627Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float64 PASSED [ 26%] 2022-12-01T10:27:06.1760777Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int32 PASSED [ 26%] 2022-12-01T10:27:06.1760910Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int64 PASSED [ 26%] 2022-12-01T10:27:06.1761060Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int8 PASSED [ 26%] 2022-12-01T10:27:06.1761211Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_uint8 PASSED [ 26%] 2022-12-01T10:27:06.1761404Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex128 PASSED [ 26%] 2022-12-01T10:27:06.1761551Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float32 PASSED [ 26%] 2022-12-01T10:27:06.1761700Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int16 PASSED [ 26%] 2022-12-01T10:27:06.1761846Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int64 PASSED [ 26%] 2022-12-01T10:27:06.1761992Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int8 PASSED [ 26%] 2022-12-01T10:27:06.1762122Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int16 PASSED [ 26%] 2022-12-01T10:27:06.1762264Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int32 PASSED [ 26%] 2022-12-01T10:27:06.1762434Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int8 PASSED [ 26%] 2022-12-01T10:27:06.1762575Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bool PASSED [ 26%] 2022-12-01T10:27:06.1762718Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float16 PASSED [ 26%] 2022-12-01T10:27:06.1762860Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float32 PASSED [ 26%] 2022-12-01T10:27:06.1763001Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float64 PASSED [ 26%] 2022-12-01T10:27:06.1763141Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int16 PASSED [ 26%] 2022-12-01T10:27:06.1763266Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int64 PASSED [ 26%] 2022-12-01T10:27:06.1763405Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int8 PASSED [ 26%] 2022-12-01T10:27:06.1763544Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_uint8 PASSED [ 26%] 2022-12-01T10:27:06.1763691Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int16 PASSED [ 26%] 2022-12-01T10:27:06.1763837Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int32 PASSED [ 26%] 2022-12-01T10:27:06.1763985Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int64 PASSED [ 26%] 2022-12-01T10:27:06.1764127Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int8 PASSED [ 26%] 2022-12-01T10:27:06.1764294Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:27:06.1764449Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex128 PASSED [ 26%] 2022-12-01T10:27:06.1764614Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float16 PASSED [ 26%] 2022-12-01T10:27:06.1764774Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float32 PASSED [ 26%] 2022-12-01T10:27:06.1764932Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex64 PASSED [ 26%] 2022-12-01T10:27:06.1765086Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float16 PASSED [ 26%] 2022-12-01T10:27:06.1765244Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex128 PASSED [ 26%] 2022-12-01T10:27:06.1765401Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float64 PASSED [ 26%] 2022-12-01T10:27:06.1765564Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex128 PASSED [ 26%] 2022-12-01T10:27:06.1765722Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex64 PASSED [ 26%] 2022-12-01T10:27:06.1765867Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float64 PASSED [ 26%] 2022-12-01T10:27:06.1766029Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:27:06.1766194Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex128 PASSED [ 26%] 2022-12-01T10:27:06.1766348Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex64 PASSED [ 26%] 2022-12-01T10:27:06.1766503Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float16 PASSED [ 26%] 2022-12-01T10:27:06.1766699Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float64 PASSED [ 26%] 2022-12-01T10:27:06.1766847Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int32 XFAIL [ 26%] 2022-12-01T10:27:06.1766993Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int64 XFAIL [ 26%] 2022-12-01T10:27:06.1767128Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int8 PASSED [ 26%] 2022-12-01T10:27:06.1767276Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex128 PASSED [ 26%] 2022-12-01T10:27:06.1767422Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float32 PASSED [ 26%] 2022-12-01T10:27:06.1767566Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float64 PASSED [ 26%] 2022-12-01T10:27:06.1767712Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int32 PASSED [ 26%] 2022-12-01T10:27:06.1767895Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int64 PASSED [ 26%] 2022-12-01T10:27:06.1768043Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_uint8 PASSED [ 26%] 2022-12-01T10:27:06.1768196Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:27:06.1768329Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bool PASSED [ 26%] 2022-12-01T10:27:06.1768475Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float32 PASSED [ 26%] 2022-12-01T10:27:06.1768622Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float64 PASSED [ 26%] 2022-12-01T10:27:06.1768767Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int16 PASSED [ 26%] 2022-12-01T10:27:06.1768910Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_uint8 PASSED [ 26%] 2022-12-01T10:27:06.1769053Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:27:06.1769206Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex128 PASSED [ 26%] 2022-12-01T10:27:06.1769355Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex64 PASSED [ 26%] 2022-12-01T10:27:06.1769504Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float64 PASSED [ 26%] 2022-12-01T10:27:06.1769632Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int32 PASSED [ 26%] 2022-12-01T10:27:06.1769773Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int8 PASSED [ 26%] 2022-12-01T10:27:06.1769917Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bool PASSED [ 26%] 2022-12-01T10:27:06.1770066Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex128 PASSED [ 26%] 2022-12-01T10:27:06.1770208Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int8 PASSED [ 26%] 2022-12-01T10:27:06.1770351Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_uint8 PASSED [ 26%] 2022-12-01T10:27:06.1770507Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bool PASSED [ 26%] 2022-12-01T10:27:06.1770667Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex64 PASSED [ 26%] 2022-12-01T10:27:06.1770813Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float32 PASSED [ 26%] 2022-12-01T10:27:06.1770968Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float64 PASSED [ 26%] 2022-12-01T10:27:06.1771120Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int16 PASSED [ 26%] 2022-12-01T10:27:06.1771267Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int32 PASSED [ 26%] 2022-12-01T10:27:06.1771412Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int64 PASSED [ 26%] 2022-12-01T10:27:06.1771568Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:27:06.1771717Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bool PASSED [ 26%] 2022-12-01T10:27:06.1771877Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex128 PASSED [ 26%] 2022-12-01T10:27:06.1772020Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex64 PASSED [ 26%] 2022-12-01T10:27:06.1772207Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float32 PASSED [ 26%] 2022-12-01T10:27:06.1772356Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int16 PASSED [ 26%] 2022-12-01T10:27:06.1772502Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int32 PASSED [ 26%] 2022-12-01T10:27:06.1772658Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex64 PASSED [ 26%] 2022-12-01T10:27:06.1772809Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int16 PASSED [ 26%] 2022-12-01T10:27:06.1772956Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int32 PASSED [ 26%] 2022-12-01T10:27:06.1773108Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int8 PASSED [ 26%] 2022-12-01T10:27:06.1773269Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_uint8 PASSED [ 26%] 2022-12-01T10:27:06.1773416Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bool PASSED [ 26%] 2022-12-01T10:27:06.1773576Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex128 PASSED [ 26%] 2022-12-01T10:27:06.1773729Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float16 PASSED [ 26%] 2022-12-01T10:27:06.1773880Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int16 PASSED [ 26%] 2022-12-01T10:27:06.1774028Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int32 PASSED [ 26%] 2022-12-01T10:27:06.1774178Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int8 PASSED [ 26%] 2022-12-01T10:27:06.1774327Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:27:06.1774483Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex64 PASSED [ 26%] 2022-12-01T10:27:06.1774622Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float32 PASSED [ 26%] 2022-12-01T10:27:06.1774772Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float64 PASSED [ 26%] 2022-12-01T10:27:06.1774924Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int16 PASSED [ 26%] 2022-12-01T10:27:06.1775070Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_uint8 PASSED [ 26%] 2022-12-01T10:27:06.1775224Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:27:06.1775374Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bool PASSED [ 26%] 2022-12-01T10:27:06.1775525Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float64 PASSED [ 26%] 2022-12-01T10:27:06.1775676Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int16 PASSED [ 26%] 2022-12-01T10:27:06.1775811Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_uint8 PASSED [ 26%] 2022-12-01T10:27:06.1775956Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bool PASSED [ 26%] 2022-12-01T10:27:06.1776099Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float32 PASSED [ 26%] 2022-12-01T10:27:06.1776244Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float64 PASSED [ 26%] 2022-12-01T10:27:06.1776383Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int16 PASSED [ 26%] 2022-12-01T10:27:06.1776523Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int64 PASSED [ 26%] 2022-12-01T10:27:06.1776661Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int8 PASSED [ 26%] 2022-12-01T10:27:06.1776815Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float16 PASSED [ 26%] 2022-12-01T10:27:06.1776955Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int16 PASSED [ 26%] 2022-12-01T10:27:06.1777103Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int32 PASSED [ 26%] 2022-12-01T10:27:06.1777256Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int64 PASSED [ 26%] 2022-12-01T10:27:06.1777406Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_uint8 PASSED [ 26%] 2022-12-01T10:27:06.1777587Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:27:06.1777736Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bool PASSED [ 26%] 2022-12-01T10:27:06.1777885Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int16 PASSED [ 26%] 2022-12-01T10:27:06.1778032Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int8 PASSED [ 26%] 2022-12-01T10:27:06.1778166Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:27:06.1778318Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex128 PASSED [ 26%] 2022-12-01T10:27:06.1778466Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex64 PASSED [ 26%] 2022-12-01T10:27:06.1778641Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float16 PASSED [ 26%] 2022-12-01T10:27:06.1778787Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float64 PASSED [ 26%] 2022-12-01T10:27:06.1778959Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bool PASSED [ 26%] 2022-12-01T10:27:06.1779136Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 26%] 2022-12-01T10:27:06.1779307Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float16 PASSED [ 26%] 2022-12-01T10:27:06.1779474Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float64 PASSED [ 26%] 2022-12-01T10:27:06.1779627Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int16 PASSED [ 26%] 2022-12-01T10:27:06.1779787Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int64 PASSED [ 26%] 2022-12-01T10:27:06.1779957Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int8 PASSED [ 26%] 2022-12-01T10:27:06.1780127Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bool PASSED [ 26%] 2022-12-01T10:27:06.1780306Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 27%] 2022-12-01T10:27:06.1780478Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float64 PASSED [ 27%] 2022-12-01T10:27:06.1780647Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int16 PASSED [ 27%] 2022-12-01T10:27:06.1780814Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int64 PASSED [ 27%] 2022-12-01T10:27:06.1780964Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:27:06.1781102Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float16 PASSED [ 27%] 2022-12-01T10:27:06.1781249Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float32 PASSED [ 27%] 2022-12-01T10:27:06.1781395Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float64 PASSED [ 27%] 2022-12-01T10:27:06.1781546Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int32 PASSED [ 27%] 2022-12-01T10:27:06.1781693Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_uint8 PASSED [ 27%] 2022-12-01T10:27:06.1781847Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:27:06.1781995Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bool PASSED [ 27%] 2022-12-01T10:27:06.1782152Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex128 PASSED [ 27%] 2022-12-01T10:27:06.1782293Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex32 PASSED [ 27%] 2022-12-01T10:27:06.1782445Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex64 PASSED [ 27%] 2022-12-01T10:27:06.1782592Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float16 PASSED [ 27%] 2022-12-01T10:27:06.1782740Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float32 PASSED [ 27%] 2022-12-01T10:27:06.1782917Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int16 PASSED [ 27%] 2022-12-01T10:27:06.1783063Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_uint8 PASSED [ 27%] 2022-12-01T10:27:06.1783215Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex128 PASSED [ 27%] 2022-12-01T10:27:06.1783364Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex32 PASSED [ 27%] 2022-12-01T10:27:06.1783497Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex64 PASSED [ 27%] 2022-12-01T10:27:06.1783642Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float32 PASSED [ 27%] 2022-12-01T10:27:06.1783787Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float64 PASSED [ 27%] 2022-12-01T10:27:06.1783930Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int32 PASSED [ 27%] 2022-12-01T10:27:06.1784110Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int8 PASSED [ 27%] 2022-12-01T10:27:06.1784251Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_uint8 PASSED [ 27%] 2022-12-01T10:27:06.1784408Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float32 PASSED [ 27%] 2022-12-01T10:27:06.1784559Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int16 PASSED [ 27%] 2022-12-01T10:27:06.1784697Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:27:06.1784846Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex64 PASSED [ 27%] 2022-12-01T10:27:06.1784996Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float64 PASSED [ 27%] 2022-12-01T10:27:06.1785144Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int16 PASSED [ 27%] 2022-12-01T10:27:06.1785292Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_uint8 PASSED [ 27%] 2022-12-01T10:27:06.1785455Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float32 PASSED [ 27%] 2022-12-01T10:27:06.1785619Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float64 PASSED [ 27%] 2022-12-01T10:27:06.1785764Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bool PASSED [ 27%] 2022-12-01T10:27:06.1785914Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex128 PASSED [ 27%] 2022-12-01T10:27:06.1786047Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex64 PASSED [ 27%] 2022-12-01T10:27:06.1786192Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float16 PASSED [ 27%] 2022-12-01T10:27:06.1786336Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float64 PASSED [ 27%] 2022-12-01T10:27:06.1786479Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int16 PASSED [ 27%] 2022-12-01T10:27:06.1786621Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int64 PASSED [ 27%] 2022-12-01T10:27:06.1786763Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int8 PASSED [ 27%] 2022-12-01T10:27:06.1786903Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_uint8 PASSED [ 27%] 2022-12-01T10:27:06.1787046Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int16 PASSED [ 27%] 2022-12-01T10:27:06.1787172Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int32 PASSED [ 27%] 2022-12-01T10:27:06.1787369Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:27:06.1787566Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:27:06.1787764Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:27:06.1787959Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:27:06.1788151Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:27:06.1788404Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:27:06.1788588Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:27:06.1788777Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:27:06.1788974Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bool SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:27:06.1789189Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex128 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:27:06.1789427Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float32 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:27:06.1789637Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_uint8 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:27:06.1789797Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex128 PASSED [ 27%] 2022-12-01T10:27:06.1789954Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex32 PASSED [ 27%] 2022-12-01T10:27:06.1790106Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float16 PASSED [ 27%] 2022-12-01T10:27:06.1790257Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float64 PASSED [ 27%] 2022-12-01T10:27:06.1790408Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int64 PASSED [ 27%] 2022-12-01T10:27:06.1790545Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int8 PASSED [ 27%] 2022-12-01T10:27:06.1790701Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:27:06.1790850Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bool PASSED [ 27%] 2022-12-01T10:27:06.1791009Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex64 PASSED [ 27%] 2022-12-01T10:27:06.1791161Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float16 PASSED [ 27%] 2022-12-01T10:27:06.1791311Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int16 PASSED [ 27%] 2022-12-01T10:27:06.1791458Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_uint8 PASSED [ 27%] 2022-12-01T10:27:06.1791601Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bool PASSED [ 27%] 2022-12-01T10:27:06.1791755Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex32 PASSED [ 27%] 2022-12-01T10:27:06.1791894Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float32 PASSED [ 27%] 2022-12-01T10:27:06.1792042Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float64 PASSED [ 27%] 2022-12-01T10:27:06.1792199Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:27:06.1792352Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float32 PASSED [ 27%] 2022-12-01T10:27:06.1792503Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float64 PASSED [ 27%] 2022-12-01T10:27:06.1792669Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:27:06.1792831Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float64 PASSED [ 27%] 2022-12-01T10:27:06.1793042Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_bfloat16 SKIPPED (Expected: dropout is not comparable) [ 27%] 2022-12-01T10:27:06.1793239Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float32 SKIPPED (Expected: dropout is not comparable) [ 27%] 2022-12-01T10:27:06.1793403Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float64 PASSED [ 27%] 2022-12-01T10:27:06.1793568Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:27:06.1793759Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float32 PASSED [ 27%] 2022-12-01T10:27:06.1793918Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float64 PASSED [ 27%] 2022-12-01T10:27:06.1794153Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float64 PASSED [ 27%] 2022-12-01T10:27:06.1794333Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float32 PASSED [ 27%] 2022-12-01T10:27:06.1794507Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float64 PASSED [ 27%] 2022-12-01T10:27:06.1794677Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float32 PASSED [ 27%] 2022-12-01T10:27:06.1794828Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float64 PASSED [ 27%] 2022-12-01T10:27:06.1795026Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int32 PASSED [ 27%] 2022-12-01T10:27:06.1795201Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int64 PASSED [ 27%] 2022-12-01T10:27:06.1795387Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:27:06.1795572Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 27%] 2022-12-01T10:27:06.1795754Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 27%] 2022-12-01T10:27:06.1795925Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float16 PASSED [ 27%] 2022-12-01T10:27:06.1796092Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex128 PASSED [ 27%] 2022-12-01T10:27:06.1796265Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex64 PASSED [ 27%] 2022-12-01T10:27:06.1796415Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float32 PASSED [ 27%] 2022-12-01T10:27:06.1796667Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float64 PASSED [ 27%] 2022-12-01T10:27:06.1796843Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:27:06.1797012Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float64 PASSED [ 27%] 2022-12-01T10:27:06.1797193Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 27%] 2022-12-01T10:27:06.1797370Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int16 PASSED [ 27%] 2022-12-01T10:27:06.1797549Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int32 PASSED [ 27%] 2022-12-01T10:27:06.1797726Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_uint8 PASSED [ 27%] 2022-12-01T10:27:06.1797890Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float64 PASSED [ 27%] 2022-12-01T10:27:06.1798044Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float16 PASSED [ 27%] 2022-12-01T10:27:06.1798207Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float32 PASSED [ 27%] 2022-12-01T10:27:06.1798368Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float64 PASSED [ 27%] 2022-12-01T10:27:06.1798551Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 27%] 2022-12-01T10:27:06.1798733Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 27%] 2022-12-01T10:27:06.1798910Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float32 PASSED [ 27%] 2022-12-01T10:27:06.1799092Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float64 PASSED [ 27%] 2022-12-01T10:27:06.1799315Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int16 PASSED [ 27%] 2022-12-01T10:27:06.1799490Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int32 PASSED [ 27%] 2022-12-01T10:27:06.1799655Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int8 PASSED [ 27%] 2022-12-01T10:27:06.1799820Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float32 XFAIL [ 27%] 2022-12-01T10:27:06.1799998Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 27%] 2022-12-01T10:27:06.1800175Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int16 PASSED [ 27%] 2022-12-01T10:27:06.1800349Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int32 PASSED [ 27%] 2022-12-01T10:27:06.1800556Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int64 PASSED [ 27%] 2022-12-01T10:27:06.1800737Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int8 PASSED [ 27%] 2022-12-01T10:27:06.1800911Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_uint8 PASSED [ 27%] 2022-12-01T10:27:06.1801080Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:27:06.1801229Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float64 PASSED [ 27%] 2022-12-01T10:27:06.1801392Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int16 PASSED [ 27%] 2022-12-01T10:27:06.1801552Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_uint8 PASSED [ 27%] 2022-12-01T10:27:06.1801714Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float32 PASSED [ 27%] 2022-12-01T10:27:06.1801877Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float64 PASSED [ 27%] 2022-12-01T10:27:06.1802040Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int64 PASSED [ 28%] 2022-12-01T10:27:06.1802203Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:27:06.1802363Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float32 PASSED [ 28%] 2022-12-01T10:27:06.1802524Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float64 PASSED [ 28%] 2022-12-01T10:27:06.1802681Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:27:06.1802849Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float64 PASSED [ 28%] 2022-12-01T10:27:06.1803017Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float32 PASSED [ 28%] 2022-12-01T10:27:06.1803190Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:27:06.1803367Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex128 PASSED [ 28%] 2022-12-01T10:27:06.1803539Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex64 PASSED [ 28%] 2022-12-01T10:27:06.1803710Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float32 PASSED [ 28%] 2022-12-01T10:27:06.1803875Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float64 PASSED [ 28%] 2022-12-01T10:27:06.1804040Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int64 PASSED [ 28%] 2022-12-01T10:27:06.1804189Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_uint8 PASSED [ 28%] 2022-12-01T10:27:06.1804359Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:27:06.1804527Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float64 PASSED [ 28%] 2022-12-01T10:27:06.1804728Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int16 PASSED [ 28%] 2022-12-01T10:27:06.1804893Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int32 PASSED [ 28%] 2022-12-01T10:27:06.1805058Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int8 PASSED [ 28%] 2022-12-01T10:27:06.1805220Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_uint8 PASSED [ 28%] 2022-12-01T10:27:06.1805372Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:27:06.1805512Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex64 PASSED [ 28%] 2022-12-01T10:27:06.1805661Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float16 PASSED [ 28%] 2022-12-01T10:27:06.1805838Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float64 PASSED [ 28%] 2022-12-01T10:27:06.1805991Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex64 PASSED [ 28%] 2022-12-01T10:27:06.1806139Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float32 PASSED [ 28%] 2022-12-01T10:27:06.1806284Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float64 PASSED [ 28%] 2022-12-01T10:27:06.1806431Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int16 PASSED [ 28%] 2022-12-01T10:27:06.1806574Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int32 PASSED [ 28%] 2022-12-01T10:27:06.1806705Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int8 PASSED [ 28%] 2022-12-01T10:27:06.1806847Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_uint8 PASSED [ 28%] 2022-12-01T10:27:06.1806995Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bool PASSED [ 28%] 2022-12-01T10:27:06.1807154Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex128 PASSED [ 28%] 2022-12-01T10:27:06.1807309Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex32 PASSED [ 28%] 2022-12-01T10:27:06.1807467Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex64 PASSED [ 28%] 2022-12-01T10:27:06.1807618Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float16 PASSED [ 28%] 2022-12-01T10:27:06.1807766Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float32 PASSED [ 28%] 2022-12-01T10:27:06.1807915Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int32 PASSED [ 28%] 2022-12-01T10:27:06.1808051Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int8 PASSED [ 28%] 2022-12-01T10:27:06.1808198Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_uint8 PASSED [ 28%] 2022-12-01T10:27:06.1808357Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex128 PASSED [ 28%] 2022-12-01T10:27:06.1808514Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex32 PASSED [ 28%] 2022-12-01T10:27:06.1808672Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex64 PASSED [ 28%] 2022-12-01T10:27:06.1808826Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float16 PASSED [ 28%] 2022-12-01T10:27:06.1808975Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float32 PASSED [ 28%] 2022-12-01T10:27:06.1809127Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int16 PASSED [ 28%] 2022-12-01T10:27:06.1809260Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int32 PASSED [ 28%] 2022-12-01T10:27:06.1809408Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int8 PASSED [ 28%] 2022-12-01T10:27:06.1809557Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_uint8 PASSED [ 28%] 2022-12-01T10:27:06.1809704Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:27:06.1809851Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float64 PASSED [ 28%] 2022-12-01T10:27:06.1809995Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int32 PASSED [ 28%] 2022-12-01T10:27:06.1810170Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int64 PASSED [ 28%] 2022-12-01T10:27:06.1810314Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_bool PASSED [ 28%] 2022-12-01T10:27:06.1810447Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float64 PASSED [ 28%] 2022-12-01T10:27:06.1810590Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int16 PASSED [ 28%] 2022-12-01T10:27:06.1810732Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int8 PASSED [ 28%] 2022-12-01T10:27:06.1810876Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_uint8 PASSED [ 28%] 2022-12-01T10:27:06.1811024Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:27:06.1811176Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex32 PASSED [ 28%] 2022-12-01T10:27:06.1811352Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float16 PASSED [ 28%] 2022-12-01T10:27:06.1811504Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float32 PASSED [ 28%] 2022-12-01T10:27:06.1811637Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float64 PASSED [ 28%] 2022-12-01T10:27:06.1811782Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bool PASSED [ 28%] 2022-12-01T10:27:06.1811934Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex128 PASSED [ 28%] 2022-12-01T10:27:06.1812084Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex32 PASSED [ 28%] 2022-12-01T10:27:06.1812231Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex64 PASSED [ 28%] 2022-12-01T10:27:06.1812379Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float64 PASSED [ 28%] 2022-12-01T10:27:06.1812522Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int32 PASSED [ 28%] 2022-12-01T10:27:06.1812665Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int64 PASSED [ 28%] 2022-12-01T10:27:06.1812796Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int8 PASSED [ 28%] 2022-12-01T10:27:06.1812940Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_uint8 PASSED [ 28%] 2022-12-01T10:27:06.1813087Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:27:06.1813235Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float16 PASSED [ 28%] 2022-12-01T10:27:06.1813380Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float64 PASSED [ 28%] 2022-12-01T10:27:06.1813522Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int32 PASSED [ 28%] 2022-12-01T10:27:06.1813664Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_uint8 PASSED [ 28%] 2022-12-01T10:27:06.1813814Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bool PASSED [ 28%] 2022-12-01T10:27:06.1813976Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex128 PASSED [ 28%] 2022-12-01T10:27:06.1814123Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float16 PASSED [ 28%] 2022-12-01T10:27:06.1814284Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float32 PASSED [ 28%] 2022-12-01T10:27:06.1814436Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float64 PASSED [ 28%] 2022-12-01T10:27:06.1814588Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int16 PASSED [ 28%] 2022-12-01T10:27:06.1814737Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int32 PASSED [ 28%] 2022-12-01T10:27:06.1814883Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int64 PASSED [ 28%] 2022-12-01T10:27:06.1815034Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int8 PASSED [ 28%] 2022-12-01T10:27:06.1815186Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float32 PASSED [ 28%] 2022-12-01T10:27:06.1815328Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float64 PASSED [ 28%] 2022-12-01T10:27:06.1815479Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int32 PASSED [ 28%] 2022-12-01T10:27:06.1815656Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:27:06.1815801Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bool PASSED [ 28%] 2022-12-01T10:27:06.1815956Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex128 PASSED [ 28%] 2022-12-01T10:27:06.1816109Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float16 PASSED [ 28%] 2022-12-01T10:27:06.1816258Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float32 PASSED [ 28%] 2022-12-01T10:27:06.1816405Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int16 PASSED [ 28%] 2022-12-01T10:27:06.1816539Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int64 PASSED [ 28%] 2022-12-01T10:27:06.1816711Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int8 PASSED [ 28%] 2022-12-01T10:27:06.1816862Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_uint8 PASSED [ 28%] 2022-12-01T10:27:06.1817022Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex128 PASSED [ 28%] 2022-12-01T10:27:06.1817179Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex32 PASSED [ 28%] 2022-12-01T10:27:06.1817335Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float16 PASSED [ 28%] 2022-12-01T10:27:06.1817488Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float32 PASSED [ 28%] 2022-12-01T10:27:06.1817639Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int16 PASSED [ 28%] 2022-12-01T10:27:06.1817776Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int8 PASSED [ 28%] 2022-12-01T10:27:06.1817926Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:27:06.1818076Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float16 PASSED [ 28%] 2022-12-01T10:27:06.1818223Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float64 PASSED [ 28%] 2022-12-01T10:27:06.1818373Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int64 PASSED [ 28%] 2022-12-01T10:27:06.1818523Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_uint8 PASSED [ 28%] 2022-12-01T10:27:06.1818667Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bool PASSED [ 28%] 2022-12-01T10:27:06.1818815Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex128 PASSED [ 28%] 2022-12-01T10:27:06.1818965Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex32 PASSED [ 28%] 2022-12-01T10:27:06.1819098Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex64 PASSED [ 28%] 2022-12-01T10:27:06.1819245Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float32 PASSED [ 28%] 2022-12-01T10:27:06.1819392Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int8 PASSED [ 28%] 2022-12-01T10:27:06.1819535Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_uint8 PASSED [ 28%] 2022-12-01T10:27:06.1819681Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bool PASSED [ 28%] 2022-12-01T10:27:06.1819833Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex128 PASSED [ 28%] 2022-12-01T10:27:06.1819981Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex64 PASSED [ 28%] 2022-12-01T10:27:06.1820123Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int32 PASSED [ 28%] 2022-12-01T10:27:06.1820251Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int8 PASSED [ 28%] 2022-12-01T10:27:06.1820395Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_uint8 PASSED [ 28%] 2022-12-01T10:27:06.1820542Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float64 PASSED [ 28%] 2022-12-01T10:27:06.1820682Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int64 PASSED [ 28%] 2022-12-01T10:27:06.1820826Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int8 PASSED [ 28%] 2022-12-01T10:27:06.1820997Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bool PASSED [ 28%] 2022-12-01T10:27:06.1821149Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex128 PASSED [ 28%] 2022-12-01T10:27:06.1821295Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float32 PASSED [ 28%] 2022-12-01T10:27:06.1821429Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float64 PASSED [ 28%] 2022-12-01T10:27:06.1821573Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int16 PASSED [ 28%] 2022-12-01T10:27:06.1821716Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int32 PASSED [ 28%] 2022-12-01T10:27:06.1821856Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int8 PASSED [ 28%] 2022-12-01T10:27:06.1822003Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:27:06.1822177Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float32 PASSED [ 29%] 2022-12-01T10:27:06.1822319Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int16 PASSED [ 29%] 2022-12-01T10:27:06.1822468Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:27:06.1822596Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bool PASSED [ 29%] 2022-12-01T10:27:06.1822747Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex128 PASSED [ 29%] 2022-12-01T10:27:06.1822893Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex32 PASSED [ 29%] 2022-12-01T10:27:06.1823034Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float16 PASSED [ 29%] 2022-12-01T10:27:06.1823175Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float64 PASSED [ 29%] 2022-12-01T10:27:06.1823317Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int16 PASSED [ 29%] 2022-12-01T10:27:06.1823458Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int64 PASSED [ 29%] 2022-12-01T10:27:06.1823601Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int8 PASSED [ 29%] 2022-12-01T10:27:06.1823729Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_uint8 PASSED [ 29%] 2022-12-01T10:27:06.1823884Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:27:06.1824033Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bool PASSED [ 29%] 2022-12-01T10:27:06.1824189Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex64 PASSED [ 29%] 2022-12-01T10:27:06.1824338Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float64 PASSED [ 29%] 2022-12-01T10:27:06.1824485Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int16 PASSED [ 29%] 2022-12-01T10:27:06.1824632Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int32 PASSED [ 29%] 2022-12-01T10:27:06.1824777Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:27:06.1824909Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bool PASSED [ 29%] 2022-12-01T10:27:06.1825053Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int64 PASSED [ 29%] 2022-12-01T10:27:06.1825195Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int8 PASSED [ 29%] 2022-12-01T10:27:06.1825337Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_uint8 PASSED [ 29%] 2022-12-01T10:27:06.1825490Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:27:06.1825638Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bool PASSED [ 29%] 2022-12-01T10:27:06.1825790Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float16 PASSED [ 29%] 2022-12-01T10:27:06.1825938Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float32 PASSED [ 29%] 2022-12-01T10:27:06.1826084Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int32 PASSED [ 29%] 2022-12-01T10:27:06.1826219Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int64 PASSED [ 29%] 2022-12-01T10:27:06.1826394Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int8 PASSED [ 29%] 2022-12-01T10:27:06.1826547Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex128 PASSED [ 29%] 2022-12-01T10:27:06.1826691Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex64 PASSED [ 29%] 2022-12-01T10:27:06.1826834Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float64 PASSED [ 29%] 2022-12-01T10:27:06.1826977Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int32 PASSED [ 29%] 2022-12-01T10:27:06.1827117Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int64 PASSED [ 29%] 2022-12-01T10:27:06.1827261Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:27:06.1827389Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bool PASSED [ 29%] 2022-12-01T10:27:06.1827569Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex128 PASSED [ 29%] 2022-12-01T10:27:06.1827721Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex64 PASSED [ 29%] 2022-12-01T10:27:06.1827865Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int8 PASSED [ 29%] 2022-12-01T10:27:06.1828010Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_uint8 PASSED [ 29%] 2022-12-01T10:27:06.1828160Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex128 PASSED [ 29%] 2022-12-01T10:27:06.1828310Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex64 PASSED [ 29%] 2022-12-01T10:27:06.1828456Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float32 PASSED [ 29%] 2022-12-01T10:27:06.1828588Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float64 PASSED [ 29%] 2022-12-01T10:27:06.1828730Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int16 PASSED [ 29%] 2022-12-01T10:27:06.1828875Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int64 PASSED [ 29%] 2022-12-01T10:27:06.1829018Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int8 PASSED [ 29%] 2022-12-01T10:27:06.1829170Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float32 PASSED [ 29%] 2022-12-01T10:27:06.1829332Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_float32 PASSED [ 29%] 2022-12-01T10:27:06.1829492Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_float64 PASSED [ 29%] 2022-12-01T10:27:06.1829651Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int16 PASSED [ 29%] 2022-12-01T10:27:06.1829795Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int64 PASSED [ 29%] 2022-12-01T10:27:06.1829951Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_bool PASSED [ 29%] 2022-12-01T10:27:06.1830111Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_float32 PASSED [ 29%] 2022-12-01T10:27:06.1830267Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int16 PASSED [ 29%] 2022-12-01T10:27:06.1830426Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:27:06.1830579Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bool PASSED [ 29%] 2022-12-01T10:27:06.1830734Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float32 PASSED [ 29%] 2022-12-01T10:27:06.1830884Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float64 PASSED [ 29%] 2022-12-01T10:27:06.1831036Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int32 PASSED [ 29%] 2022-12-01T10:27:06.1831171Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_uint8 PASSED [ 29%] 2022-12-01T10:27:06.1831325Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float64 PASSED [ 29%] 2022-12-01T10:27:06.1831476Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int32 PASSED [ 29%] 2022-12-01T10:27:06.1831626Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int8 PASSED [ 29%] 2022-12-01T10:27:06.1831808Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_uint8 PASSED [ 29%] 2022-12-01T10:27:06.1831959Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float32 PASSED [ 29%] 2022-12-01T10:27:06.1832116Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float64 PASSED [ 29%] 2022-12-01T10:27:06.1832274Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:27:06.1832419Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float64 PASSED [ 29%] 2022-12-01T10:27:06.1832570Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int32 PASSED [ 29%] 2022-12-01T10:27:06.1832721Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int64 PASSED [ 29%] 2022-12-01T10:27:06.1832928Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 PASSED [ 29%] 2022-12-01T10:27:06.1833107Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 PASSED [ 29%] 2022-12-01T10:27:06.1833288Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 PASSED [ 29%] 2022-12-01T10:27:06.1833471Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:27:06.1833650Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 PASSED [ 29%] 2022-12-01T10:27:06.1833829Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:27:06.1833991Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 PASSED [ 29%] 2022-12-01T10:27:06.1834236Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 PASSED [ 29%] 2022-12-01T10:27:06.1834419Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 PASSED [ 29%] 2022-12-01T10:27:06.1834597Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 PASSED [ 29%] 2022-12-01T10:27:06.1834773Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 PASSED [ 29%] 2022-12-01T10:27:06.1834952Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 PASSED [ 29%] 2022-12-01T10:27:06.1835126Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_float64 PASSED [ 29%] 2022-12-01T10:27:06.1835301Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int64 PASSED [ 29%] 2022-12-01T10:27:06.1835468Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_uint8 PASSED [ 29%] 2022-12-01T10:27:06.1835612Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float32 PASSED [ 29%] 2022-12-01T10:27:06.1835768Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int64 PASSED [ 29%] 2022-12-01T10:27:06.1835925Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int8 PASSED [ 29%] 2022-12-01T10:27:06.1836074Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bool PASSED [ 29%] 2022-12-01T10:27:06.1836221Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int32 PASSED [ 29%] 2022-12-01T10:27:06.1836368Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int8 PASSED [ 29%] 2022-12-01T10:27:06.1836514Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bool PASSED [ 29%] 2022-12-01T10:27:06.1836755Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float16 PASSED [ 29%] 2022-12-01T10:27:06.1836890Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int16 PASSED [ 29%] 2022-12-01T10:27:06.1837037Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int32 PASSED [ 29%] 2022-12-01T10:27:06.1837184Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int8 PASSED [ 29%] 2022-12-01T10:27:06.1837397Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_uint8 PASSED [ 29%] 2022-12-01T10:27:06.1837552Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:27:06.1837710Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex128 PASSED [ 29%] 2022-12-01T10:27:06.1837866Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex64 PASSED [ 29%] 2022-12-01T10:27:06.1838020Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float16 PASSED [ 29%] 2022-12-01T10:27:06.1838153Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float32 PASSED [ 29%] 2022-12-01T10:27:06.1838306Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int16 PASSED [ 29%] 2022-12-01T10:27:06.1838455Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int32 PASSED [ 29%] 2022-12-01T10:27:06.1838639Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int64 PASSED [ 29%] 2022-12-01T10:27:06.1838791Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int8 PASSED [ 29%] 2022-12-01T10:27:06.1838939Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bool PASSED [ 29%] 2022-12-01T10:27:06.1839093Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex32 PASSED [ 29%] 2022-12-01T10:27:06.1839244Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex64 PASSED [ 29%] 2022-12-01T10:27:06.1839393Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float32 PASSED [ 29%] 2022-12-01T10:27:06.1839523Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int64 PASSED [ 29%] 2022-12-01T10:27:06.1839667Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int8 PASSED [ 29%] 2022-12-01T10:27:06.1839811Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_uint8 PASSED [ 29%] 2022-12-01T10:27:06.1839965Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex128 PASSED [ 29%] 2022-12-01T10:27:06.1840109Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float16 PASSED [ 29%] 2022-12-01T10:27:06.1840253Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float32 PASSED [ 29%] 2022-12-01T10:27:06.1840397Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float64 PASSED [ 29%] 2022-12-01T10:27:06.1840551Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex64 PASSED [ 29%] 2022-12-01T10:27:06.1840691Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float32 PASSED [ 29%] 2022-12-01T10:27:06.1840841Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex128 PASSED [ 29%] 2022-12-01T10:27:06.1840986Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float16 PASSED [ 29%] 2022-12-01T10:27:06.1841130Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int32 PASSED [ 29%] 2022-12-01T10:27:06.1841276Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_uint8 PASSED [ 29%] 2022-12-01T10:27:06.1841420Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float16 PASSED [ 29%] 2022-12-01T10:27:06.1841567Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float64 PASSED [ 29%] 2022-12-01T10:27:06.1841709Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int32 PASSED [ 29%] 2022-12-01T10:27:06.1841837Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int8 PASSED [ 29%] 2022-12-01T10:27:06.1841993Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:27:06.1842145Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bool PASSED [ 30%] 2022-12-01T10:27:06.1842301Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex64 PASSED [ 30%] 2022-12-01T10:27:06.1842455Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float16 PASSED [ 30%] 2022-12-01T10:27:06.1842610Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float64 PASSED [ 30%] 2022-12-01T10:27:06.1842761Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int16 PASSED [ 30%] 2022-12-01T10:27:06.1842953Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_uint8 PASSED [ 30%] 2022-12-01T10:27:06.1843088Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex128 PASSED [ 30%] 2022-12-01T10:27:06.1843232Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex64 PASSED [ 30%] 2022-12-01T10:27:06.1843372Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float16 PASSED [ 30%] 2022-12-01T10:27:06.1843515Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float64 PASSED [ 30%] 2022-12-01T10:27:06.1843654Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int16 PASSED [ 30%] 2022-12-01T10:27:06.1843793Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int32 PASSED [ 30%] 2022-12-01T10:27:06.1843931Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int64 PASSED [ 30%] 2022-12-01T10:27:06.1844097Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int8 PASSED [ 30%] 2022-12-01T10:27:06.1844227Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_uint8 PASSED [ 30%] 2022-12-01T10:27:06.1844366Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int16 PASSED [ 30%] 2022-12-01T10:27:06.1844506Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int64 PASSED [ 30%] 2022-12-01T10:27:06.1844646Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int8 PASSED [ 30%] 2022-12-01T10:27:06.1844788Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bool PASSED [ 30%] 2022-12-01T10:27:06.1844942Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex128 PASSED [ 30%] 2022-12-01T10:27:06.1845095Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex64 PASSED [ 30%] 2022-12-01T10:27:06.1845245Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float32 PASSED [ 30%] 2022-12-01T10:27:06.1845379Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float64 PASSED [ 30%] 2022-12-01T10:27:06.1845520Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int64 PASSED [ 30%] 2022-12-01T10:27:06.1845664Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_uint8 PASSED [ 30%] 2022-12-01T10:27:06.1845823Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex128 XFAIL [ 30%] 2022-12-01T10:27:06.1845977Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float16 XFAIL [ 30%] 2022-12-01T10:27:06.1846131Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int16 XFAIL [ 30%] 2022-12-01T10:27:06.1846280Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int64 XFAIL [ 30%] 2022-12-01T10:27:06.1846430Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int8 XFAIL [ 30%] 2022-12-01T10:27:06.1846580Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_uint8 XFAIL [ 30%] 2022-12-01T10:27:06.1846714Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:27:06.1846855Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bool PASSED [ 30%] 2022-12-01T10:27:06.1847005Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex64 PASSED [ 30%] 2022-12-01T10:27:06.1847148Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float16 PASSED [ 30%] 2022-12-01T10:27:06.1847289Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float64 PASSED [ 30%] 2022-12-01T10:27:06.1847430Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int32 PASSED [ 30%] 2022-12-01T10:27:06.1847570Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int64 PASSED [ 30%] 2022-12-01T10:27:06.1847711Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int8 PASSED [ 30%] 2022-12-01T10:27:06.1847849Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex128 XFAIL [ 30%] 2022-12-01T10:27:06.1848000Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex64 XFAIL [ 30%] 2022-12-01T10:27:06.1848142Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int16 XFAIL [ 30%] 2022-12-01T10:27:06.1848309Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int32 XFAIL [ 30%] 2022-12-01T10:27:06.1848451Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int8 XFAIL [ 30%] 2022-12-01T10:27:06.1848594Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_uint8 XFAIL [ 30%] 2022-12-01T10:27:06.1848751Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:27:06.1848902Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bool PASSED [ 30%] 2022-12-01T10:27:06.1849046Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex32 PASSED [ 30%] 2022-12-01T10:27:06.1849202Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex64 PASSED [ 30%] 2022-12-01T10:27:06.1849380Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float16 PASSED [ 30%] 2022-12-01T10:27:06.1849532Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float32 PASSED [ 30%] 2022-12-01T10:27:06.1849684Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int16 PASSED [ 30%] 2022-12-01T10:27:06.1849837Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int32 PASSED [ 30%] 2022-12-01T10:27:06.1849984Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int64 PASSED [ 30%] 2022-12-01T10:27:06.1850133Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int8 PASSED [ 30%] 2022-12-01T10:27:06.1850268Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_uint8 PASSED [ 30%] 2022-12-01T10:27:06.1850418Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:27:06.1850568Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex128 PASSED [ 30%] 2022-12-01T10:27:06.1850716Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float32 PASSED [ 30%] 2022-12-01T10:27:06.1850860Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int16 PASSED [ 30%] 2022-12-01T10:27:06.1851007Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int32 PASSED [ 30%] 2022-12-01T10:27:06.1851149Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int64 PASSED [ 30%] 2022-12-01T10:27:06.1851308Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int32 PASSED [ 30%] 2022-12-01T10:27:06.1851460Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int64 PASSED [ 30%] 2022-12-01T10:27:06.1851596Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:27:06.1851745Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex128 PASSED [ 30%] 2022-12-01T10:27:06.1851896Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex64 PASSED [ 30%] 2022-12-01T10:27:06.1852044Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float16 PASSED [ 30%] 2022-12-01T10:27:06.1852192Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int16 PASSED [ 30%] 2022-12-01T10:27:06.1852336Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int64 PASSED [ 30%] 2022-12-01T10:27:06.1852482Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int8 PASSED [ 30%] 2022-12-01T10:27:06.1852622Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_uint8 PASSED [ 30%] 2022-12-01T10:27:06.1852764Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int64 PASSED [ 30%] 2022-12-01T10:27:06.1852921Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:27:06.1853075Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float16 PASSED [ 30%] 2022-12-01T10:27:06.1853228Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float64 PASSED [ 30%] 2022-12-01T10:27:06.1853379Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_uint8 PASSED [ 30%] 2022-12-01T10:27:06.1853524Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int32 PASSED [ 30%] 2022-12-01T10:27:06.1853698Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int64 PASSED [ 30%] 2022-12-01T10:27:06.1853841Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_uint8 PASSED [ 30%] 2022-12-01T10:27:06.1853973Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bool PASSED [ 30%] 2022-12-01T10:27:06.1854125Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex32 PASSED [ 30%] 2022-12-01T10:27:06.1854279Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex64 PASSED [ 30%] 2022-12-01T10:27:06.1854427Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float16 PASSED [ 30%] 2022-12-01T10:27:06.1854573Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float32 PASSED [ 30%] 2022-12-01T10:27:06.1854716Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float64 PASSED [ 30%] 2022-12-01T10:27:06.1854887Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int16 PASSED [ 30%] 2022-12-01T10:27:06.1855037Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int32 PASSED [ 30%] 2022-12-01T10:27:06.1855170Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int64 PASSED [ 30%] 2022-12-01T10:27:06.1855315Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_uint8 PASSED [ 30%] 2022-12-01T10:27:06.1855471Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:27:06.1855628Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex128 PASSED [ 30%] 2022-12-01T10:27:06.1855782Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex32 PASSED [ 30%] 2022-12-01T10:27:06.1855934Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float16 PASSED [ 30%] 2022-12-01T10:27:06.1856086Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bool PASSED [ 30%] 2022-12-01T10:27:06.1856243Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex32 PASSED [ 30%] 2022-12-01T10:27:06.1856392Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex64 PASSED [ 30%] 2022-12-01T10:27:06.1856546Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float64 PASSED [ 30%] 2022-12-01T10:27:06.1856700Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int16 PASSED [ 30%] 2022-12-01T10:27:06.1856849Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int32 PASSED [ 30%] 2022-12-01T10:27:06.1857003Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int8 PASSED [ 30%] 2022-12-01T10:27:06.1857156Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:27:06.1857311Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex128 PASSED [ 30%] 2022-12-01T10:27:06.1857465Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex32 PASSED [ 30%] 2022-12-01T10:27:06.1857619Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float16 PASSED [ 30%] 2022-12-01T10:27:06.1857758Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float32 PASSED [ 30%] 2022-12-01T10:27:06.1857910Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_uint8 PASSED [ 30%] 2022-12-01T10:27:06.1858057Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex64 PASSED [ 30%] 2022-12-01T10:27:06.1858202Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float16 PASSED [ 30%] 2022-12-01T10:27:06.1858350Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:27:06.1858504Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex128 PASSED [ 30%] 2022-12-01T10:27:06.1858652Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bool PASSED [ 30%] 2022-12-01T10:27:06.1858804Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex128 PASSED [ 30%] 2022-12-01T10:27:06.1858942Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float32 PASSED [ 30%] 2022-12-01T10:27:06.1859119Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float64 PASSED [ 30%] 2022-12-01T10:27:06.1859266Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int64 PASSED [ 30%] 2022-12-01T10:27:06.1859411Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int8 PASSED [ 30%] 2022-12-01T10:27:06.1859555Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bool PASSED [ 30%] 2022-12-01T10:27:06.1859703Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex128 PASSED [ 30%] 2022-12-01T10:27:06.1859853Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex32 PASSED [ 30%] 2022-12-01T10:27:06.1859999Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex64 PASSED [ 30%] 2022-12-01T10:27:06.1860134Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float32 PASSED [ 30%] 2022-12-01T10:27:06.1860303Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int8 PASSED [ 30%] 2022-12-01T10:27:06.1860448Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_uint8 PASSED [ 30%] 2022-12-01T10:27:06.1860597Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:27:06.1860743Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bool PASSED [ 30%] 2022-12-01T10:27:06.1860896Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex128 PASSED [ 30%] 2022-12-01T10:27:06.1861046Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float16 PASSED [ 30%] 2022-12-01T10:27:06.1861191Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int16 PASSED [ 30%] 2022-12-01T10:27:06.1861324Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int64 PASSED [ 30%] 2022-12-01T10:27:06.1861471Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:27:06.1861625Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex64 PASSED [ 31%] 2022-12-01T10:27:06.1861771Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int32 PASSED [ 31%] 2022-12-01T10:27:06.1861917Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int8 PASSED [ 31%] 2022-12-01T10:27:06.1862067Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bfloat16 PASSED [ 31%] 2022-12-01T10:27:06.1862219Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex128 PASSED [ 31%] 2022-12-01T10:27:06.1862369Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex32 PASSED [ 31%] 2022-12-01T10:27:06.1862515Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex64 PASSED [ 31%] 2022-12-01T10:27:06.1862651Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float64 PASSED [ 31%] 2022-12-01T10:27:06.1862795Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int16 PASSED [ 31%] 2022-12-01T10:27:06.1862941Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int32 PASSED [ 31%] 2022-12-01T10:27:06.1863086Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int8 PASSED [ 31%] 2022-12-01T10:27:06.1863231Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_uint8 PASSED [ 31%] 2022-12-01T10:27:06.1863383Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bfloat16 PASSED [ 31%] 2022-12-01T10:27:06.1863527Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bool PASSED [ 31%] 2022-12-01T10:27:06.1863680Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex128 PASSED [ 31%] 2022-12-01T10:27:06.1863817Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex32 PASSED [ 31%] 2022-12-01T10:27:06.1863959Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int64 PASSED [ 31%] 2022-12-01T10:27:06.1864102Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int8 PASSED [ 31%] 2022-12-01T10:27:06.1864244Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_uint8 PASSED [ 31%] 2022-12-01T10:27:06.1864390Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amax_cpu PASSED [ 31%] 2022-12-01T10:27:06.1864568Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_arange_cpu PASSED [ 31%] 2022-12-01T10:27:06.1864715Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_atan2_cpu PASSED [ 31%] 2022-12-01T10:27:06.1864870Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_and_cpu PASSED [ 31%] 2022-12-01T10:27:06.1865011Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_xor_cpu PASSED [ 31%] 2022-12-01T10:27:06.1865160Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_max_cpu XFAIL [ 31%] 2022-12-01T10:27:06.1865306Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_min_cpu XFAIL [ 31%] 2022-12-01T10:27:06.1865454Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_copysign_cpu PASSED [ 31%] 2022-12-01T10:27:06.1865606Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diag_embed_cpu PASSED [ 31%] 2022-12-01T10:27:06.1865796Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_floor_rounding_cpu PASSED [ 31%] 2022-12-01T10:27:06.1865962Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_trunc_rounding_cpu PASSED [ 31%] 2022-12-01T10:27:06.1866114Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dsplit_cpu PASSED [ 31%] 2022-12-01T10:27:06.1866249Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_flipud_cpu PASSED [ 31%] 2022-12-01T10:27:06.1866392Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ge_cpu PASSED [ 31%] 2022-12-01T10:27:06.1866540Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hsplit_cpu PASSED [ 31%] 2022-12-01T10:27:06.1866687Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hypot_cpu PASSED [ 31%] 2022-12-01T10:27:06.1866834Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igamma_cpu PASSED [ 31%] 2022-12-01T10:27:06.1866978Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lcm_cpu PASSED [ 31%] 2022-12-01T10:27:06.1867134Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_xor_cpu PASSED [ 31%] 2022-12-01T10:27:06.1867280Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lt_cpu PASSED [ 31%] 2022-12-01T10:27:06.1867425Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_maximum_cpu XFAIL [ 31%] 2022-12-01T10:27:06.1867559Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mean_cpu PASSED [ 31%] 2022-12-01T10:27:06.1867709Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_movedim_cpu PASSED [ 31%] 2022-12-01T10:27:06.1867850Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ne_cpu PASSED [ 31%] 2022-12-01T10:27:06.1868004Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nextafter_cpu PASSED [ 31%] 2022-12-01T10:27:06.1868185Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_hinge_embedding_loss_cpu PASSED [ 31%] 2022-12-01T10:27:06.1868355Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_huber_loss_cpu PASSED [ 31%] 2022-12-01T10:27:06.1868501Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_pow_cpu PASSED [ 31%] 2022-12-01T10:27:06.1868655Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_remainder_cpu PASSED [ 31%] 2022-12-01T10:27:06.1868793Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_cpu PASSED [ 31%] 2022-12-01T10:27:06.1868939Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_roll_cpu PASSED [ 31%] 2022-12-01T10:27:06.1869083Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rsub_cpu PASSED [ 31%] 2022-12-01T10:27:06.1869237Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_special_zeta_cpu PASSED [ 31%] 2022-12-01T10:27:06.1869391Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sum_to_size_cpu PASSED [ 31%] 2022-12-01T10:27:06.1869533Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_t_cpu PASSED [ 31%] 2022-12-01T10:27:06.1869682Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_as_cpu PASSED [ 31%] 2022-12-01T10:27:06.1869833Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vsplit_cpu PASSED [ 31%] 2022-12-01T10:27:06.1869997Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_where_cpu PASSED [ 31%] 2022-12-01T10:27:06.1870196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1870396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1870589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1870777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1870977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1871231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1871430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1871622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1871812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1871988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1872179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1872368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1872558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1872746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1872948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1873144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1873337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1873530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1873719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1873899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1874161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1874366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1874556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1874747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1874940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1875139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1875368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1875570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1875769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1875947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1876142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1876360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1876639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1876834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1877025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1877216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1877407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1877594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1877783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1877959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1878156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1878353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1878547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1878737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1878931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1879132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1879328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1879528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1879731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1879914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1880102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1880302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1880564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1880756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1880947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1881137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1881329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1881516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1881751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1881935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1882134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1882326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1882518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1882708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1882899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1883093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1883289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1883475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1883648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1883840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1884029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1884226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1884420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1884609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1884801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:27:06.1884991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1885180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1885378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1885565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1885793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1885989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1886185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1886385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1886586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1886809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1887007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1887194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1887383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1887572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1887747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1887942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1888136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1888332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1888521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1888711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1888901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1889091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1889281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1889469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1889646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1889832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1890019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1890206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1890394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1890591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1890812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1891004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1891194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1891367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1891552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1891769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1891964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1892155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1892338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1892524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1892713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1892908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1893099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1893280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1893469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1893658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1893854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1894044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1894233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1894422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1894614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1894812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1895009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1895192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1895388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1895581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1895803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1895996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1896195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1896385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1896580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1896773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1896994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1897176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1897366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1897564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1897769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1897973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1898169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1898367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1898561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1898747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1898938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1899114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1899301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1899487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1899684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1899876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1900066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1900256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1900444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1900635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1900857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1901034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1901223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1901406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1901596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1901793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1902018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1902213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1902404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1902592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1902781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1902960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1903149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1903337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1903527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1903716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1903912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1904105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1904300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1904492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1904685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1904861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1905047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1905238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1905429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1905617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1905803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1906019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1906217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1906405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1906595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1906771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1906988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1907186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1907379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1907568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1907763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1907952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1908143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1908346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1908549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1908731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1908931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1909123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1909316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1909514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1909713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1909918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1910122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:27:06.1910324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1910522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1910720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1910897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1911123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1911320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1911518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1911715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1911915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1912136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1912330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1912523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1912715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1912896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1913086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1913279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1913480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1913677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1913879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1914148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1914352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1914550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1914743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1914926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1915124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1915326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1915529Z 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:27:06.1915730Z 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:27:06.1915934Z 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:27:06.1916181Z 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:27:06.1916387Z 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:27:06.1916696Z 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:27:06.1916893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1917088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1917313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1917509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1917711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1917909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1918103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1918299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1918495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1918687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1918884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1919076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1919262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1919460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1919655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1919853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1920051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1920245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1920437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1920635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1920828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1921027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1921259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1921462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1921671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1921879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1922085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1922317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1922522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1922737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1922943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1923148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1923343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1923546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1923747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1923945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1924141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1924337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1924542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1924742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1924946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1925147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1925340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1925517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1925710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1925899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1926095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1926317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1926508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1926694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1926879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1927073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1927261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1927470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1927668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1927860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1928052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1928241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1928428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1928615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1928805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1928997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1929185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1929360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1929555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1929745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1929936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1930127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1930312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1930501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1930690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1930873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1931049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1931238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1931467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1931659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1931854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1932049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1932238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1932457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1932649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1932840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1933019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1933209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1933398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1933586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1933783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1933983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1934173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1934367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1934563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1934754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1934938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1935134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1935323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1935525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1935722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1935919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1936110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:27:06.1936303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1936532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1936727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1936915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1937097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1937291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1937502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1937701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1937898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1938088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1938283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1938475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1938668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1938911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1939099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1939323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1939584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1939799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1940017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1940219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1940538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1953548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1953831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1954112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1954316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1954518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1954726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1955020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1955216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1955400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1955597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1955792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1956039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1956247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1956452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1956883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1957079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1957279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1957478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1957687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1957885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1958092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1958293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1958494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1958693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1958895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1959091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1959283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1959470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1959657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1959845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1960046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1960278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1960528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1960737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1960929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1961118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1961328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1961570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1961771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1961952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1962152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1962355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1962568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1962779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1962988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1963195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1963398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1963599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1963803Z 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:27:06.1963990Z 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:27:06.1964200Z 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:27:06.1964408Z 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:27:06.1964615Z 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:27:06.1964819Z 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:27:06.1965021Z 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:27:06.1965236Z 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:27:06.1965452Z 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:27:06.1965715Z 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:27:06.1965922Z 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:27:06.1966128Z 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:27:06.1966319Z 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:27:06.1966519Z 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:27:06.1966757Z 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:27:06.1966968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1967166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1967369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1967569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1967768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1967969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1968175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1968372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1968581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1968783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1968984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1969182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1969379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1969574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1969774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1969975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1970173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1970356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1970554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1970792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1970991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1971193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1971393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1971590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1971789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1972014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1972212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1972393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1972589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1972781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1972981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1973178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1973376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1973570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1973762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1973953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1974145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1974321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1974520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1974718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1974910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1975103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1975302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1975502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1975701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1975895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1976117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1976298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:27:06.1976495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1976688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1976879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1977107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1977303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1977507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1977709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1977909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1978105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1978288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1978490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1978707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1978931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1979156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1979357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1979555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1979770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1979969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1980177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1980371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1980595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1980797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1981001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1981231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1981427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1981625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1981825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1982025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1982245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1982471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1982653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1982846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1983042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1983244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1983442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1983657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1983874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1984132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1984363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1993131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1993448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1993722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.1993988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.2015104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.2015391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.2015591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.2015783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.2015977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.2016186Z 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:27:06.2016502Z 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:27:06.2016688Z 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:27:06.2016887Z 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:27:06.2017082Z 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:27:06.2017286Z 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:27:06.2017530Z 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:27:06.2017734Z 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:27:06.2017934Z 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:27:06.2018133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex128 SKIPPED (Skipped!) [ 35%] 2022-12-01T10:27:06.2018333Z 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:27:06.2018532Z 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:27:06.2018731Z 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:27:06.2018920Z 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:27:06.2019116Z 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:27:06.2019317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex128 SKIPPED (Skipped!) [ 35%] 2022-12-01T10:27:06.2019514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex64 SKIPPED (Skipped!) [ 35%] 2022-12-01T10:27:06.2019712Z 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:27:06.2019912Z 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:27:06.2020108Z 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:27:06.2020305Z 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:27:06.2020500Z 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:27:06.2020690Z 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:27:06.2020886Z 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:27:06.2021088Z 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:27:06.2021283Z 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:27:06.2021509Z 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:27:06.2021700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.2021887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.2022070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.2022254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.2022465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.2022651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.2022845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.2023032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.2023218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.2023407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.2023595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.2023779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.2023972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.2024157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.2024342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.2024526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.2024718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.2024907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.2025093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.2025280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.2025470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.2025658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.2025846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.2026036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.2026221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.2026654Z 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:27:06.2026944Z 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:27:06.2027243Z 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:27:06.2027543Z 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:27:06.2027867Z 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:27:06.2028163Z 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:27:06.2028455Z 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:27:06.2028748Z 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:27:06.2029036Z 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:27:06.2029323Z 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:27:06.2029611Z 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:27:06.2029908Z 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:27:06.2030211Z 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:27:06.2030506Z 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:27:06.2030797Z 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:27:06.2031089Z 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:27:06.2031385Z 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:27:06.2031698Z 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:27:06.2032014Z 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:27:06.2032323Z 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:27:06.2032628Z 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:27:06.2032935Z 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:27:06.2033246Z 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:27:06.2033561Z 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:27:06.2033927Z 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:27:06.2034339Z 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:27:06.2034649Z 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:27:06.2034955Z 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:27:06.2035165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.2035354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.2035541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:27:06.2035724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2035906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2036087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2036262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2036450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2036828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2037019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2037201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2037381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2037564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2037747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2037932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2038119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2038298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2038480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2038661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2038841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2039028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2039211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2039441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2039631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2039811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2039986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2040170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2040421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2040605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2040788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2040979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2041169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2041358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2041546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2041734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2041915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2042096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2042277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2042455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2042630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2042811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2042991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2043176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2043359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2043539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2043718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2043904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2044088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2044303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2044484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2044663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2044849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2045031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2045214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2045425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2045609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2045805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2045996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2046195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2046390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2046583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2046776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2046968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2047153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2047344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2047529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2047722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2047915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2048107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2048294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2048495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2048684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2048879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2049079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2049298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2049492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2049683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2049874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2050062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2050249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2050450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2050649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2050840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2051037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2051228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2051418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2051614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2051801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2051991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2052177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2052350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2052536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2052723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2052921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2053118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2053312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2053503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2053691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2053880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2054066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2054261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2054482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2054670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2054860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2055048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2055248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2055476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2055676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2055870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2056063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2056240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2056436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2056630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2056821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2057012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2057200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2057389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2057578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2057775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2057971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2058150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2058343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2058533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2058728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2058917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2059116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2059312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2059533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2059724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2059914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2060091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2060293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2060514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2060714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:27:06.2060912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2061109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2061301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2061505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2061703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2061905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2062099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2062301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2062501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2062698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2062891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2063087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2063278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2063470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2063661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2063853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2064042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2064239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2064463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2064658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2064850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2065045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2065238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2065452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2065645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2065848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2066035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2066232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2066425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2066626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2066830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2067025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2067218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2067408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2067603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2067798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2068002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2068188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2068384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2068578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2068773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2068965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2069162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2069353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2069591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2069785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2069987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2070173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2070368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2070585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2070782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2070972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2071163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2071352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2071546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2071744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2071939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2072123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2072318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2072518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2072711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2072902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2073093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2073283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2073480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2073685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2073887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2074145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2074341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2074534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2074762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2074965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2075160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2075365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2075566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2075794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2075994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2076175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2076368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2076691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2076898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2077109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2077320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2077524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2077727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2077928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2078130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2078327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2078514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2078709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2078900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2079101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2079293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2079489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2079683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2079929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2080126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2080322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2080502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2080700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2080928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2081126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2081322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2081519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2081720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2081915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2082118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2082310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2082494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2082684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2082883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2083075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2083266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2083460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2083654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2083844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2084045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2084250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2084433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2084634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2084857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2085046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2085239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2085430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2085629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2085823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2086043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2086236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2086414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2086603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2086805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2087003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:27:06.2087203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2087397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2087588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2087778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2087970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2088161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2088362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2088546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2088743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2088935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2089127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2089317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2089506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2089707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2089931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2090124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2090312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2090484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2090672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2090888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2091082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2091273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2091461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2091657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2091854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2092049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2092244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2092425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2092615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2092805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2092998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2093187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2093383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2093572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2093764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2093958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2094144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2094325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2094514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2094701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2094919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2095114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2095307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2095497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2095685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2095901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2096088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2096274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2096467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2096652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2096842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2097035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2097236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2097432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2097626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2097818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2098014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2098193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2098385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2098575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2098763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2098958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2099149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2099345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2099536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2099730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2099947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2100125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2100315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2100503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2100701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2100899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2101116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2101313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2101503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2101694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2101891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2102070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2102271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2102468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2102663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2102855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2103045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2103234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2103430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2103622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2103811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2103997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2104192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2104393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2104586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2104782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2105016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2105207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2105402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2105599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2105793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2105971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2106201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2106412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2106613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2106813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2107009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2107209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2107407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2107602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2107792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2107971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2108172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2108366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2108557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2108756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2108957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2109147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2109337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2109526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2109718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2109914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2110121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2110312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2110503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2110694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2110884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2111098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2111286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2111482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2111676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2111856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2112046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2112240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2112429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:27:06.2112622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2112810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2112993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2113180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2113376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2113570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2113748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2113940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2114199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2114401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2114597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2114796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2114989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2115217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2115409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2115600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2115773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2115963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2116155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2116376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2116695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2116893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2117083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2117273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2117460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2117651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2117826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2118016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2118197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2118386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2118575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2118765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2118957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2119150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2119341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2119530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2119702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2119887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2120078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2120268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2120549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2120737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2120938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2121134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2121333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2121527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2121742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2121944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2122149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2122347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2122551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2122749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2122948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2123143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2123340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2123531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2123709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2123897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2124092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2124285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2124486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2124678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2124876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2125068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2125258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2125451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2125661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2125859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2126053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2126247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2126441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2126658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2126850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2127043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2127233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2127421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2127598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2127801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2128001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2128196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2128387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2128581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2128773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2128962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2129157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2129352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2129528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2129716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2129899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2130084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2130275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2130467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2130654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2130872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2131056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2131244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2131417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2131608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2131830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2132033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2132229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2132423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2132619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2132814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2133009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2133203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2133388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2133581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2133777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2133972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2134173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2134372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2134568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2134761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2134956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2135147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2135324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2135522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2135726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2135954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2136149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2136346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2136546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2136749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2136973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2137170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2137352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2137547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2137753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2137953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2138150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:27:06.2138343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2138542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2138741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2138994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2139285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2139509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2139692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2139886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2140081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2140273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2140468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2140668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2140872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2141127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2141323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2141514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2141693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2141895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2142122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2142325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2142520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2142711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2142903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2143103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2143312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2143515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2143704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2143907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2144101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2144296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2144486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2144679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2144871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2145063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2145262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2145456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2145636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2145835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2146034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2146262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2146454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2146648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2146840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2147031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2147249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2147454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2147640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2147832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2148022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2148217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2148414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2148607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2148801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2148992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2149181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2149369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2149543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2149741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2149939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2150130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2150322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2150513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2150705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2150899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2151091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2151311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2151489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2151678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2151862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2152050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2152266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2152469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2152662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2152856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2153050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2153243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2153424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2153613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2153807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2154086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2154292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2154488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2154685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2154880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2155079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2155272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2155448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2155643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2155835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2156027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2156230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2156469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2156801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2157001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2157198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2157394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2157623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2157822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2158020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2158215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2158408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2158602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2158795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2158992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2159188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2159387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2159581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2159763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2159954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2160144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2160338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2160530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2160720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2160908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2161093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2161282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2161459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2161684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2161872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2162058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2162251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2162437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2162665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2162858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2163051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2163249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2163430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2163628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2163819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:27:06.2164031Z 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:27:06.2164240Z 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:27:06.2164445Z 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:27:06.2164648Z 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:27:06.2164860Z 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:27:06.2165073Z 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:27:06.2165282Z 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:27:06.2165492Z 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:27:06.2165678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2165879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2166073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2166277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2166473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2166707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2166909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2167117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2167326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2167531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2167751Z 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:27:06.2167960Z 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:27:06.2168172Z 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:27:06.2168380Z 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:27:06.2168587Z 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:27:06.2168785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2168984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2169179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2169375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2169578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2169775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2169959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2170154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2170351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2170543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2170733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2170922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2171119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2171311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2171504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2171692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2171899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2172091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2172281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2172470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2172766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2172982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2173178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2173374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2173568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2173758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2173936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2174136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2174331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2174524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2174713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2174900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2175087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2175272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2175471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2175662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2175848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2176039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2176229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2176417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2176604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2176798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2177035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2177224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2177414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2177604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2177789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2178015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2178211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2178417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2178613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2178805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2179000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2179208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2179411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2179613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2179795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2179992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2180188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2180383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2180580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2180778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2180979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2181181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2181378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2181573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2181756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2181949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2182181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2182377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2182581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2182782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2182977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2183207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2183412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2183607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2183785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2183978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2184174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2184370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2184574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2184777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2184980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2185181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2185375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2185571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2185760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2185944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2186143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2186338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2186539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2186736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2186940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2187166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2187369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2187571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2187770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2187950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2188174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2188376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2188574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2188769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2188967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2189164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2189361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2189557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2189751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2189931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2190123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2190322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2190525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:27:06.2190724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2190923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2191115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2191311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2191506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2191699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2191889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2192087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2192310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2192507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2192704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2192890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2193077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2193288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2193474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2193690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2193961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2194264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2194458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2194662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2194941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2195233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2195523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2195749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2195992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2196193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2196379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2196732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2196933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2197132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2197333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2197528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2197724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2197994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2198190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2198382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2198559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2198749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2198944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2199198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2199401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2199597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2199789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2199979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2200177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2200376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2200554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2200773Z 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:27:06.2200986Z 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:27:06.2201198Z 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:27:06.2201408Z 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:27:06.2201627Z 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:27:06.2201848Z 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:27:06.2202066Z 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:27:06.2202280Z 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:27:06.2202491Z 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:27:06.2202703Z 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:27:06.2202902Z 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:27:06.2203144Z 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:27:06.2203353Z 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:27:06.2203569Z 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:27:06.2203781Z 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:27:06.2203993Z 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:27:06.2204229Z 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:27:06.2204454Z 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:27:06.2204673Z 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:27:06.2204885Z 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:27:06.2205094Z 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:27:06.2205274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2205468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2205661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2205851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2206050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2206248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2206443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2206638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2206831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2207027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2207211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2207408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2207600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2207794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2207993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2208214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2208403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2208595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2208789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2208990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2209212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2209395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2209590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2209784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2209977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2210163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2210354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2210546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2210736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2210922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2211096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2211287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2211484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2211681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2211871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2212063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2212258Z 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:27:06.2212452Z 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:27:06.2212646Z 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:27:06.2212836Z 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:27:06.2213015Z 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:27:06.2213244Z 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:27:06.2213439Z 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:27:06.2213637Z 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:27:06.2213832Z 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:27:06.2214029Z 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:27:06.2214247Z 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:27:06.2214441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2214633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2214829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2215028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2215207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2215399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2215590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2215779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2215975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2216166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2216364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2216558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2216753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2216941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:27:06.2217137Z 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:27:06.2217341Z 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:27:06.2217550Z 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:27:06.2217738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2217929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2218117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2218331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2218520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2218710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2218904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2219085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2219299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2219488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2219680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2219867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2220055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2220250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2220443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2220638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2220826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2221002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2221187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2221375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2221573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2221768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2221968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2222164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2222353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2222542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2222720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2222910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2223323Z 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:27:06.2223637Z 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:27:06.2223988Z 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:27:06.2224310Z 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:27:06.2224623Z 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:27:06.2224935Z 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:27:06.2225271Z 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:27:06.2225579Z 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:27:06.2225904Z 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:27:06.2226210Z 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:27:06.2226532Z 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:27:06.2226849Z 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:27:06.2227162Z 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:27:06.2227398Z 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:27:06.2227639Z 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:27:06.2227873Z 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:27:06.2228102Z 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:27:06.2228335Z 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:27:06.2228564Z 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:27:06.2228799Z 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:27:06.2229029Z 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:27:06.2229251Z 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:27:06.2229482Z 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:27:06.2229724Z 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:27:06.2229997Z 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:27:06.2230233Z 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:27:06.2230462Z 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:27:06.2230687Z 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:27:06.2230909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2231112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2231312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2231505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2231682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2231872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2232061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2232264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2232460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2232661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2232858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2233052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2233244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2233438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2233620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2233814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2234073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2234272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2234464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2234656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2234853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2235089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2235291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2235488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2235684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2235865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2236090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2236293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2236486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2236812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2237009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2237203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2237401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2237594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2237799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2237985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2238181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2238379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2238572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2238768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2238974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2239177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2239373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:27:06.2239585Z 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:27:06.2239803Z 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:27:06.2240000Z 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:27:06.2240255Z 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:27:06.2240465Z 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:27:06.2240674Z 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:27:06.2240879Z 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:27:06.2241086Z 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:27:06.2241323Z 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:27:06.2241535Z 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:27:06.2241750Z 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:27:06.2241967Z 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:27:06.2242178Z 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:27:06.2242376Z 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:27:06.2242589Z 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:27:06.2242805Z 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:27:06.2243012Z 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:27:06.2243216Z 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:27:06.2243427Z 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:27:06.2243639Z 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:27:06.2243862Z 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:27:06.2244086Z 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:27:06.2244314Z 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:27:06.2244540Z 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:27:06.2244738Z 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:27:06.2244949Z 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:27:06.2245158Z 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:27:06.2245402Z 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:27:06.2245616Z 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:27:06.2245824Z 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:27:06.2246033Z 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:27:06.2246265Z 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:27:06.2246481Z 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:27:06.2246694Z 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:27:06.2246900Z 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:27:06.2247095Z 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:27:06.2247305Z 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:27:06.2247520Z 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:27:06.2247734Z 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:27:06.2247943Z 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:27:06.2248163Z 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:27:06.2248382Z 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:27:06.2248600Z 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:27:06.2248826Z 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:27:06.2249050Z 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:27:06.2249271Z 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:27:06.2249476Z 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:27:06.2249695Z 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:27:06.2249904Z 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:27:06.2250113Z 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:27:06.2250373Z 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:27:06.2250594Z 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:27:06.2250814Z 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:27:06.2251031Z 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:27:06.2251274Z 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:27:06.2251485Z 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:27:06.2251699Z 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:27:06.2251908Z 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:27:06.2252119Z 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:27:06.2252339Z 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:27:06.2252546Z 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:27:06.2252764Z 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:27:06.2252976Z 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:27:06.2253186Z 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:27:06.2253397Z 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:27:06.2253605Z 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:27:06.2253828Z 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:27:06.2254049Z 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:27:06.2254265Z 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:27:06.2254459Z 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:27:06.2254667Z 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:27:06.2254878Z 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:27:06.2255082Z 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:27:06.2255317Z 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:27:06.2255518Z 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:27:06.2255721Z 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:27:06.2255926Z 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:27:06.2256163Z 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:27:06.2256370Z 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:27:06.2256577Z 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:27:06.2256766Z 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:27:06.2256974Z 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:27:06.2257179Z 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:27:06.2257386Z 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:27:06.2257587Z 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:27:06.2257795Z 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:27:06.2257997Z 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:27:06.2258199Z 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:27:06.2258398Z 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:27:06.2258601Z 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:27:06.2258795Z 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:27:06.2259000Z 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:27:06.2259202Z 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:27:06.2259409Z 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:27:06.2259615Z 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:27:06.2259824Z 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:27:06.2260038Z 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:27:06.2260279Z 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:27:06.2260492Z 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:27:06.2260702Z 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:27:06.2260918Z 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:27:06.2261141Z 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:27:06.2261353Z 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:27:06.2261566Z 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:27:06.2261783Z 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:27:06.2261992Z 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:27:06.2262204Z 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:27:06.2262416Z 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:27:06.2262626Z 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:27:06.2262837Z 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:27:06.2263043Z 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:27:06.2263250Z 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:27:06.2263441Z 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:27:06.2263658Z 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:27:06.2263870Z 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:27:06.2264079Z 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:27:06.2264288Z 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:27:06.2264497Z 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:27:06.2264712Z 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:27:06.2264903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2265099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2265319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2265510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2265683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2265869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2266059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2266282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2266481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2266677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2266870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2267061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2267251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2267444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2267623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2267824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2268023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2268221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2268418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2268607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2268801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2269003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2269202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2269397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2269575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2269763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2269959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2270154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2270380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2270571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2270770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2270975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2271177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2271403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2271593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2271787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2271981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2272175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2272366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2272561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2272751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2272940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2273127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2273312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:27:06.2273496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2273691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2273885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2274160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2274357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2274550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2274741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2274934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2275127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2275324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2275533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2275726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2275917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2276109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2276299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2276630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2276901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2277098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2277485Z 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:27:06.2277816Z 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:27:06.2278125Z 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:27:06.2278450Z 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:27:06.2278783Z 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:27:06.2279111Z 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:27:06.2279431Z 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:27:06.2279762Z 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:27:06.2279954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2280154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2280353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2280545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2280737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2280915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2281102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2281288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2281477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2281736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2281936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2282130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2282326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2282520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2282747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2282930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2283125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2283317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2283505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2283703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2283895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2284088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2284279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2284466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2284653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2284835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2285034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2285230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2285423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2285616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2285805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2285993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2286194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2286396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2286597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2286818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2287011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2287210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2287411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2287611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2287833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2288028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2288224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2288418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2288612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2288795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2288997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2289200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2289399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2289591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2289785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2289983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2290178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2290379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2290576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2290757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2290948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2291139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2291329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2291519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2291707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2291935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2292133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2292326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2292524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2292705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2292929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2293126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2293333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2293536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2293733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2293934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2294133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2294329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2294528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2294712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2294903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2295097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2295288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2295480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2295684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2295881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2296077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2296267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2296454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2296631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2296820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2297044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2297239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2297430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2297627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2297823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2298039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2298236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2298424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2298600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2298788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2298981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2299170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2299357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2299543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2299737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2299936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2300129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2300322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:27:06.2300503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2300693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2300883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2301075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2301262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2301451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2301639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2301829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2302051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2302245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2302425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2302614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2302803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2303019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2303217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2303408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2303594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2303782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2303969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2304160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2304346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2304541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2304734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2304921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2305110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2305294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2305489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2305679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2305869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2306054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2306236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2306431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2306623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2306818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2307037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2307234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2307423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2307610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2307798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2307983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2308193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2308392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2308586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2308778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2308968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2309157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2309347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2309543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2309737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2309933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2310115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2310307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2310496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2310687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2310878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2311077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2311272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2311465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2311652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2311841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2312016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2312234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2312426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2312617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2312804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2312992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2313208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2313405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2313592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2313783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2313963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2314224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2314416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2314607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2314809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2315001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2315199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2315386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2315579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2315771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2315948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2316133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2316321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2316519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2316833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2317023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2317215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2317456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2317650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2317844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2318018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2318212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2318431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2318625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2318819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2319008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2319200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2319389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2319576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2319762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2319948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2320146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2320343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2320533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2320729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2320937Z 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:27:06.2321140Z 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:27:06.2321347Z 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:27:06.2321547Z 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:27:06.2321744Z 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:27:06.2321933Z 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:27:06.2322137Z 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:27:06.2322340Z 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:27:06.2322577Z 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:27:06.2322783Z 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:27:06.2322988Z 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:27:06.2323189Z 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:27:06.2323389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2323610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2323813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2323993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2324188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2324389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2324586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2324785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2324981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2325180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2325375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2325569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2325765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2325965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2326150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:27:06.2326351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2326546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2326741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2326939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2327133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2327328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2327549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2327740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2327937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2328126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2328324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2328543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2328742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2328943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2329135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2329334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2329533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2329728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2329931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2330144Z 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:27:06.2330365Z 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:27:06.2330582Z 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:27:06.2330802Z 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:27:06.2331030Z 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:27:06.2331257Z 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:27:06.2331484Z 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:27:06.2331708Z 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:27:06.2331929Z 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:27:06.2332149Z 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:27:06.2332369Z 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:27:06.2332627Z 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:27:06.2332834Z 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:27:06.2333052Z 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:27:06.2333274Z 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:27:06.2333495Z 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:27:06.2333737Z 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:27:06.2333951Z 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:27:06.2334172Z 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:27:06.2334396Z 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:27:06.2334620Z 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:27:06.2334841Z 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:27:06.2335058Z 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:27:06.2335259Z 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:27:06.2335472Z 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:27:06.2335683Z 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:27:06.2335894Z 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:27:06.2336111Z 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:27:06.2336331Z 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:27:06.2336547Z 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:27:06.2336748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2336946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2337143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2337349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2337567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2337767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2337964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2338154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2338341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2338531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2338748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2338938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2339126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2339314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2339486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2339680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2339883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2340076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2340270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2340461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2340655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2340845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex64 SKIPPED (Skipped!) [ 47%] 2022-12-01T10:27:06.2341037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2341230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2341408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2341599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2341793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2341988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex64 SKIPPED (Skipped!) [ 47%] 2022-12-01T10:27:06.2342187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2342384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2342576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2342800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2342999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2343194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2343375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2343568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2343787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2343988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2344188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2344386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2344581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2344777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2344974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2345167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2345354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2345548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2345740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2345931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2346120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2346311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2346505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2346702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2346899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2347094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2347272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2347467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2347658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2347876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2348069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2348268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2348463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2348653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2348875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2349069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2349257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2349454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2349647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2349837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2350028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2350219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2350409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2350597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2350781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2350967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2351141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2351336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2351534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2351729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2351921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2352112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2352303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2352493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:27:06.2352684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2352904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2353082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2353271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2353457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2353644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2353855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2354125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2354328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2354526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2354718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2354909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2355087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2355279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2355472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2355671Z 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:27:06.2355864Z 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:27:06.2356059Z 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:27:06.2356252Z 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:27:06.2356462Z 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:27:06.2356776Z 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:27:06.2356987Z 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:27:06.2357170Z 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:27:06.2357366Z 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:27:06.2357563Z 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:27:06.2357753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2357944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2358191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2358379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2358570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2358759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2358945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2359176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2359365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2359554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2359740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2359925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2360117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2360311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2360507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2360701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2360896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2361072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2361267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2361459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2361654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2361847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2362042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2362232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2362424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2362624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2362821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2363007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2363198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2363414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2363605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2363797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2363995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2364191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2364419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2364622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2364815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2364995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2365191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2365388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2365592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2365799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2366006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2366207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2366405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2366599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2366799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2366984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2367178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2367366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2367558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2367744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2367932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2368119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2368330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2368523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2368719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2368901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2369089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2369276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2369486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2369706Z 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:27:06.2369918Z 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:27:06.2370130Z 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:27:06.2370339Z 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:27:06.2370545Z 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:27:06.2370761Z 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:27:06.2370978Z 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:27:06.2371176Z 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:27:06.2371382Z 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:27:06.2371583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2371784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2371983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2372182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2372376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2372571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2372765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2372958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2373140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2373330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2373568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2373771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2373967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2374168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2374367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2374590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2374782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2374973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2375148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2375333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2375522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2375720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2375912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2376108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2376298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2376488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2376675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2376872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2377061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2377248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2377440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2377630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2377816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2378004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2378191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2378385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:27:06.2378603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2378792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2378965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2379151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2379346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2379573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2379770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2379973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2380170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2380364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2380558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2380750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2380939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2381143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2381340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2381537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2381728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2381918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2382109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2382300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2382487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2382682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2382863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2383061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2383254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2383447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2383666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2383853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2384041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2384239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2384429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2384653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2384838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2385035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2385224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2385416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2385617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2385816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2386012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2386210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2386402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2386593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2386772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2386969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2387174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2387379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2387582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2387780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2387977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2388173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2388376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2388573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2388789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2388988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2389185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2389379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2389576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2389805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2390017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2390223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2390423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2390620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2390813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2390997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2391198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2391399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2391594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2391787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2391982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2392178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2392370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2392563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2392763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2392946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2393147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2393346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2393543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2393775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2393968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2394241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2394441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2394635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2394860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2395046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2395246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2395442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2395641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2395835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2396033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2396229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2396428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2396733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2396928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2397107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2397300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2397492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2397684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2397983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2398265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2398460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2398659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2398850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2399045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2399280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2399473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2399664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2399852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2400041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2400260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2400459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2400660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2400855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2401053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2401232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2401424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2401623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2401815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2402012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2402206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2402401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2402594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2402787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2402980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2403160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2403352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2403553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2403748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2403942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2404138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2404357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2404550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:27:06.2404745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2404939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2405124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2405341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2405537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2405730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2405920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2406113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2406314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2406508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2406703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2406897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2407075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2407269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2407462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2407654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2407843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2408032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2408221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2408409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2408593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2408788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2408974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2409172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2409392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2409582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2409773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2409963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2410149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2410347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2410566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2410756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2410931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2411117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2411310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2411508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2411702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2411895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2412088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2412277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:27:06.2412495Z 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:27:06.2412699Z 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:27:06.2412889Z 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:27:06.2413091Z 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:27:06.2413301Z 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:27:06.2413505Z 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:27:06.2413709Z 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:27:06.2413866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:27:06.2414025Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex128 PASSED [ 50%] 2022-12-01T10:27:06.2414176Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float32 PASSED [ 50%] 2022-12-01T10:27:06.2414325Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float64 PASSED [ 50%] 2022-12-01T10:27:06.2414503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int16 PASSED [ 50%] 2022-12-01T10:27:06.2414638Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int64 PASSED [ 50%] 2022-12-01T10:27:06.2414792Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:27:06.2414943Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bool PASSED [ 50%] 2022-12-01T10:27:06.2415094Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float64 PASSED [ 50%] 2022-12-01T10:27:06.2415245Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int16 PASSED [ 50%] 2022-12-01T10:27:06.2415391Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int32 PASSED [ 50%] 2022-12-01T10:27:06.2415536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int64 PASSED [ 50%] 2022-12-01T10:27:06.2415707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int8 PASSED [ 50%] 2022-12-01T10:27:06.2415853Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:27:06.2416002Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bool PASSED [ 50%] 2022-12-01T10:27:06.2416158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex64 PASSED [ 50%] 2022-12-01T10:27:06.2416312Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float64 PASSED [ 50%] 2022-12-01T10:27:06.2416462Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int16 PASSED [ 50%] 2022-12-01T10:27:06.2416607Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int32 PASSED [ 50%] 2022-12-01T10:27:06.2416758Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int8 PASSED [ 50%] 2022-12-01T10:27:06.2416908Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_uint8 PASSED [ 50%] 2022-12-01T10:27:06.2417049Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:27:06.2417208Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex128 PASSED [ 50%] 2022-12-01T10:27:06.2417362Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex32 PASSED [ 50%] 2022-12-01T10:27:06.2417512Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex64 PASSED [ 50%] 2022-12-01T10:27:06.2417667Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float32 PASSED [ 50%] 2022-12-01T10:27:06.2417814Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float64 PASSED [ 50%] 2022-12-01T10:27:06.2417964Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int16 PASSED [ 50%] 2022-12-01T10:27:06.2418109Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int32 PASSED [ 50%] 2022-12-01T10:27:06.2418239Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int64 PASSED [ 50%] 2022-12-01T10:27:06.2418388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int8 PASSED [ 50%] 2022-12-01T10:27:06.2418550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:27:06.2418709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex128 PASSED [ 50%] 2022-12-01T10:27:06.2418867Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex64 PASSED [ 50%] 2022-12-01T10:27:06.2419023Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float32 PASSED [ 50%] 2022-12-01T10:27:06.2419177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float64 PASSED [ 50%] 2022-12-01T10:27:06.2419331Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:27:06.2419481Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bool PASSED [ 50%] 2022-12-01T10:27:06.2419626Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex128 PASSED [ 50%] 2022-12-01T10:27:06.2419782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex64 PASSED [ 50%] 2022-12-01T10:27:06.2419969Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float64 PASSED [ 50%] 2022-12-01T10:27:06.2420118Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int32 PASSED [ 50%] 2022-12-01T10:27:06.2420268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int8 PASSED [ 50%] 2022-12-01T10:27:06.2420423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex128 PASSED [ 50%] 2022-12-01T10:27:06.2420574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float16 PASSED [ 50%] 2022-12-01T10:27:06.2420720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int32 PASSED [ 50%] 2022-12-01T10:27:06.2420856Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int8 PASSED [ 50%] 2022-12-01T10:27:06.2421030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_uint8 PASSED [ 50%] 2022-12-01T10:27:06.2421189Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:27:06.2421352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex128 PASSED [ 50%] 2022-12-01T10:27:06.2421511Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex64 PASSED [ 50%] 2022-12-01T10:27:06.2421668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float16 PASSED [ 50%] 2022-12-01T10:27:06.2421823Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float32 PASSED [ 50%] 2022-12-01T10:27:06.2421979Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float64 PASSED [ 50%] 2022-12-01T10:27:06.2422132Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:27:06.2422270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bool PASSED [ 50%] 2022-12-01T10:27:06.2422424Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float64 PASSED [ 50%] 2022-12-01T10:27:06.2422573Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_uint8 PASSED [ 50%] 2022-12-01T10:27:06.2422726Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:27:06.2422873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bool PASSED [ 50%] 2022-12-01T10:27:06.2423024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float32 PASSED [ 50%] 2022-12-01T10:27:06.2423173Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float64 PASSED [ 50%] 2022-12-01T10:27:06.2423321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int16 PASSED [ 50%] 2022-12-01T10:27:06.2423452Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int64 PASSED [ 50%] 2022-12-01T10:27:06.2423600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bool PASSED [ 50%] 2022-12-01T10:27:06.2423758Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex128 PASSED [ 50%] 2022-12-01T10:27:06.2423910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex64 PASSED [ 50%] 2022-12-01T10:27:06.2424067Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float16 PASSED [ 50%] 2022-12-01T10:27:06.2424218Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float64 PASSED [ 50%] 2022-12-01T10:27:06.2424364Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int8 PASSED [ 50%] 2022-12-01T10:27:06.2424516Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float16 PASSED [ 50%] 2022-12-01T10:27:06.2424655Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float32 PASSED [ 50%] 2022-12-01T10:27:06.2424810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float64 PASSED [ 50%] 2022-12-01T10:27:06.2424959Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int16 PASSED [ 50%] 2022-12-01T10:27:06.2425108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int32 PASSED [ 50%] 2022-12-01T10:27:06.2425289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int64 XFAIL [ 50%] 2022-12-01T10:27:06.2425493Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float16 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:27:06.2425692Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float64 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:27:06.2425892Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int16 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:27:06.2426088Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int32 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:27:06.2426264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int64 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:27:06.2426491Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int8 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:27:06.2426695Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_uint8 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:27:06.2426851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex64 PASSED [ 50%] 2022-12-01T10:27:06.2427004Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float32 PASSED [ 50%] 2022-12-01T10:27:06.2427154Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int16 PASSED [ 51%] 2022-12-01T10:27:06.2427300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int32 PASSED [ 51%] 2022-12-01T10:27:06.2427452Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int8 PASSED [ 51%] 2022-12-01T10:27:06.2427610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex128 PASSED [ 51%] 2022-12-01T10:27:06.2427752Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float64 PASSED [ 51%] 2022-12-01T10:27:06.2427906Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int16 PASSED [ 51%] 2022-12-01T10:27:06.2428053Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int32 PASSED [ 51%] 2022-12-01T10:27:06.2428200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int8 PASSED [ 51%] 2022-12-01T10:27:06.2428349Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float64 PASSED [ 51%] 2022-12-01T10:27:06.2428495Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_uint8 PASSED [ 51%] 2022-12-01T10:27:06.2428650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:27:06.2428806Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex128 PASSED [ 51%] 2022-12-01T10:27:06.2428944Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float64 PASSED [ 51%] 2022-12-01T10:27:06.2429095Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int32 PASSED [ 51%] 2022-12-01T10:27:06.2429242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int64 PASSED [ 51%] 2022-12-01T10:27:06.2429390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int8 PASSED [ 51%] 2022-12-01T10:27:06.2429533Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_uint8 PASSED [ 51%] 2022-12-01T10:27:06.2429688Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex64 PASSED [ 51%] 2022-12-01T10:27:06.2429840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float32 PASSED [ 51%] 2022-12-01T10:27:06.2429990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int16 PASSED [ 51%] 2022-12-01T10:27:06.2430137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int32 PASSED [ 51%] 2022-12-01T10:27:06.2430270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int64 PASSED [ 51%] 2022-12-01T10:27:06.2430416Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_uint8 PASSED [ 51%] 2022-12-01T10:27:06.2430618Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:27:06.2430782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex128 PASSED [ 51%] 2022-12-01T10:27:06.2430945Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex32 PASSED [ 51%] 2022-12-01T10:27:06.2431106Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex64 PASSED [ 51%] 2022-12-01T10:27:06.2431264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float16 PASSED [ 51%] 2022-12-01T10:27:06.2431420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float32 PASSED [ 51%] 2022-12-01T10:27:06.2431567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:27:06.2431745Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bool PASSED [ 51%] 2022-12-01T10:27:06.2431909Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex128 PASSED [ 51%] 2022-12-01T10:27:06.2432068Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float16 PASSED [ 51%] 2022-12-01T10:27:06.2432225Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float32 PASSED [ 51%] 2022-12-01T10:27:06.2432381Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int16 PASSED [ 51%] 2022-12-01T10:27:06.2432535Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int64 PASSED [ 51%] 2022-12-01T10:27:06.2432689Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bool PASSED [ 51%] 2022-12-01T10:27:06.2432849Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex32 PASSED [ 51%] 2022-12-01T10:27:06.2432994Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float16 PASSED [ 51%] 2022-12-01T10:27:06.2433152Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float32 PASSED [ 51%] 2022-12-01T10:27:06.2433309Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float64 PASSED [ 51%] 2022-12-01T10:27:06.2433463Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int16 PASSED [ 51%] 2022-12-01T10:27:06.2433617Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_bool PASSED [ 51%] 2022-12-01T10:27:06.2433774Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int64 PASSED [ 51%] 2022-12-01T10:27:06.2433930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_uint8 PASSED [ 51%] 2022-12-01T10:27:06.2434172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int16 PASSED [ 51%] 2022-12-01T10:27:06.2434330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int32 PASSED [ 51%] 2022-12-01T10:27:06.2434502Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_uint8 PASSED [ 51%] 2022-12-01T10:27:06.2434659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int32 PASSED [ 51%] 2022-12-01T10:27:06.2434818Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int64 PASSED [ 51%] 2022-12-01T10:27:06.2434974Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int8 PASSED [ 51%] 2022-12-01T10:27:06.2435128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_uint8 PASSED [ 51%] 2022-12-01T10:27:06.2435285Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_bool PASSED [ 51%] 2022-12-01T10:27:06.2435437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int32 PASSED [ 51%] 2022-12-01T10:27:06.2435587Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int64 PASSED [ 51%] 2022-12-01T10:27:06.2435727Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int32 PASSED [ 51%] 2022-12-01T10:27:06.2435885Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_uint8 PASSED [ 51%] 2022-12-01T10:27:06.2436093Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:27:06.2436261Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bool PASSED [ 51%] 2022-12-01T10:27:06.2436435Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex128 PASSED [ 51%] 2022-12-01T10:27:06.2436723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex64 PASSED [ 51%] 2022-12-01T10:27:06.2436894Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float32 PASSED [ 51%] 2022-12-01T10:27:06.2437060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float64 PASSED [ 51%] 2022-12-01T10:27:06.2437227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int64 PASSED [ 51%] 2022-12-01T10:27:06.2437424Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_uint8 PASSED [ 51%] 2022-12-01T10:27:06.2437590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float16 PASSED [ 51%] 2022-12-01T10:27:06.2437747Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int64 PASSED [ 51%] 2022-12-01T10:27:06.2437904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int8 PASSED [ 51%] 2022-12-01T10:27:06.2438059Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_uint8 PASSED [ 51%] 2022-12-01T10:27:06.2438209Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bool PASSED [ 51%] 2022-12-01T10:27:06.2438365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex128 PASSED [ 51%] 2022-12-01T10:27:06.2438518Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float16 PASSED [ 51%] 2022-12-01T10:27:06.2438656Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float32 PASSED [ 51%] 2022-12-01T10:27:06.2438808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int16 PASSED [ 51%] 2022-12-01T10:27:06.2438958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int8 PASSED [ 51%] 2022-12-01T10:27:06.2439112Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float32 PASSED [ 51%] 2022-12-01T10:27:06.2439264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float64 PASSED [ 51%] 2022-12-01T10:27:06.2439416Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int16 PASSED [ 51%] 2022-12-01T10:27:06.2439564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int32 PASSED [ 51%] 2022-12-01T10:27:06.2439709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int64 PASSED [ 51%] 2022-12-01T10:27:06.2439845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int8 PASSED [ 51%] 2022-12-01T10:27:06.2440003Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:27:06.2440152Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bool PASSED [ 51%] 2022-12-01T10:27:06.2440314Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex128 PASSED [ 51%] 2022-12-01T10:27:06.2440469Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int16 PASSED [ 51%] 2022-12-01T10:27:06.2440616Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int64 PASSED [ 51%] 2022-12-01T10:27:06.2440772Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float32 PASSED [ 51%] 2022-12-01T10:27:06.2440924Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float64 PASSED [ 51%] 2022-12-01T10:27:06.2441073Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int16 PASSED [ 51%] 2022-12-01T10:27:06.2441207Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int32 PASSED [ 51%] 2022-12-01T10:27:06.2441358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int8 PASSED [ 51%] 2022-12-01T10:27:06.2441506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_uint8 PASSED [ 51%] 2022-12-01T10:27:06.2441737Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:27:06.2441894Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float16 PASSED [ 51%] 2022-12-01T10:27:06.2442053Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float32 PASSED [ 51%] 2022-12-01T10:27:06.2442210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int16 PASSED [ 51%] 2022-12-01T10:27:06.2442363Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int64 PASSED [ 51%] 2022-12-01T10:27:06.2442507Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int8 PASSED [ 51%] 2022-12-01T10:27:06.2442662Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float32 PASSED [ 51%] 2022-12-01T10:27:06.2442848Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float64 PASSED [ 51%] 2022-12-01T10:27:06.2443010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int32 PASSED [ 51%] 2022-12-01T10:27:06.2443161Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int64 PASSED [ 51%] 2022-12-01T10:27:06.2443318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:27:06.2443469Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bool PASSED [ 51%] 2022-12-01T10:27:06.2443623Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex64 PASSED [ 51%] 2022-12-01T10:27:06.2443762Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int64 PASSED [ 51%] 2022-12-01T10:27:06.2443923Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:27:06.2444083Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bool PASSED [ 51%] 2022-12-01T10:27:06.2444253Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex128 PASSED [ 51%] 2022-12-01T10:27:06.2444419Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex64 PASSED [ 51%] 2022-12-01T10:27:06.2444581Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float16 PASSED [ 51%] 2022-12-01T10:27:06.2444739Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float64 PASSED [ 51%] 2022-12-01T10:27:06.2444896Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int16 PASSED [ 51%] 2022-12-01T10:27:06.2445054Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_uint8 PASSED [ 51%] 2022-12-01T10:27:06.2445194Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:27:06.2445350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex32 PASSED [ 51%] 2022-12-01T10:27:06.2445502Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float16 PASSED [ 51%] 2022-12-01T10:27:06.2445650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float64 PASSED [ 51%] 2022-12-01T10:27:06.2445802Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int16 PASSED [ 51%] 2022-12-01T10:27:06.2445948Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int64 PASSED [ 51%] 2022-12-01T10:27:06.2446115Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex128 PASSED [ 51%] 2022-12-01T10:27:06.2446281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex32 PASSED [ 51%] 2022-12-01T10:27:06.2446434Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex64 PASSED [ 51%] 2022-12-01T10:27:06.2446599Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float32 PASSED [ 51%] 2022-12-01T10:27:06.2446760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int16 PASSED [ 51%] 2022-12-01T10:27:06.2446920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int32 PASSED [ 51%] 2022-12-01T10:27:06.2447106Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int8 PASSED [ 51%] 2022-12-01T10:27:06.2447271Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:27:06.2447441Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex128 PASSED [ 51%] 2022-12-01T10:27:06.2447605Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float16 PASSED [ 51%] 2022-12-01T10:27:06.2447767Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int16 PASSED [ 51%] 2022-12-01T10:27:06.2447915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int32 PASSED [ 52%] 2022-12-01T10:27:06.2448074Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int64 PASSED [ 52%] 2022-12-01T10:27:06.2448262Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_uint8 PASSED [ 52%] 2022-12-01T10:27:06.2448423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bool PASSED [ 52%] 2022-12-01T10:27:06.2448587Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex32 PASSED [ 52%] 2022-12-01T10:27:06.2448746Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float16 PASSED [ 52%] 2022-12-01T10:27:06.2448903Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float64 PASSED [ 52%] 2022-12-01T10:27:06.2449059Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int16 PASSED [ 52%] 2022-12-01T10:27:06.2449215Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int32 PASSED [ 52%] 2022-12-01T10:27:06.2449357Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int64 PASSED [ 52%] 2022-12-01T10:27:06.2449512Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int8 PASSED [ 52%] 2022-12-01T10:27:06.2449670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_uint8 PASSED [ 52%] 2022-12-01T10:27:06.2449831Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:27:06.2449985Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bool PASSED [ 52%] 2022-12-01T10:27:06.2450140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float16 PASSED [ 52%] 2022-12-01T10:27:06.2450293Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float64 PASSED [ 52%] 2022-12-01T10:27:06.2450447Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int64 PASSED [ 52%] 2022-12-01T10:27:06.2450589Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex128 PASSED [ 52%] 2022-12-01T10:27:06.2450739Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float32 PASSED [ 52%] 2022-12-01T10:27:06.2450888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float64 PASSED [ 52%] 2022-12-01T10:27:06.2451038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int16 PASSED [ 52%] 2022-12-01T10:27:06.2451187Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int32 PASSED [ 52%] 2022-12-01T10:27:06.2451331Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int64 PASSED [ 52%] 2022-12-01T10:27:06.2451478Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int8 PASSED [ 52%] 2022-12-01T10:27:06.2451629Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float32 PASSED [ 52%] 2022-12-01T10:27:06.2451765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float64 PASSED [ 52%] 2022-12-01T10:27:06.2451915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int16 PASSED [ 52%] 2022-12-01T10:27:06.2452061Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int32 PASSED [ 52%] 2022-12-01T10:27:06.2452213Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int8 PASSED [ 52%] 2022-12-01T10:27:06.2452359Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_uint8 PASSED [ 52%] 2022-12-01T10:27:06.2452545Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:27:06.2452703Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_complex128 PASSED [ 52%] 2022-12-01T10:27:06.2452857Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_float32 PASSED [ 52%] 2022-12-01T10:27:06.2453009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int16 PASSED [ 52%] 2022-12-01T10:27:06.2453143Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int32 PASSED [ 52%] 2022-12-01T10:27:06.2453297Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bool PASSED [ 52%] 2022-12-01T10:27:06.2453460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex64 PASSED [ 52%] 2022-12-01T10:27:06.2453643Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float16 PASSED [ 52%] 2022-12-01T10:27:06.2453803Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float32 PASSED [ 52%] 2022-12-01T10:27:06.2453957Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float64 PASSED [ 52%] 2022-12-01T10:27:06.2454110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int16 PASSED [ 52%] 2022-12-01T10:27:06.2454267Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int64 PASSED [ 52%] 2022-12-01T10:27:06.2454404Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_uint8 PASSED [ 52%] 2022-12-01T10:27:06.2454561Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex64 PASSED [ 52%] 2022-12-01T10:27:06.2454714Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int32 PASSED [ 52%] 2022-12-01T10:27:06.2454869Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:27:06.2455024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float32 PASSED [ 52%] 2022-12-01T10:27:06.2455176Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int8 PASSED [ 52%] 2022-12-01T10:27:06.2455331Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_uint8 PASSED [ 52%] 2022-12-01T10:27:06.2455503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:27:06.2455673Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float32 PASSED [ 52%] 2022-12-01T10:27:06.2455824Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int16 PASSED [ 52%] 2022-12-01T10:27:06.2455989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_uint8 PASSED [ 52%] 2022-12-01T10:27:06.2456163Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex128 PASSED [ 52%] 2022-12-01T10:27:06.2456332Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int16 PASSED [ 52%] 2022-12-01T10:27:06.2456501Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int8 PASSED [ 52%] 2022-12-01T10:27:06.2456665Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_uint8 PASSED [ 52%] 2022-12-01T10:27:06.2456831Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float32 PASSED [ 52%] 2022-12-01T10:27:06.2456995Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int32 PASSED [ 52%] 2022-12-01T10:27:06.2457147Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int64 PASSED [ 52%] 2022-12-01T10:27:06.2457310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int8 PASSED [ 52%] 2022-12-01T10:27:06.2457474Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_uint8 PASSED [ 52%] 2022-12-01T10:27:06.2457633Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:27:06.2457813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bool PASSED [ 52%] 2022-12-01T10:27:06.2457967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float16 PASSED [ 52%] 2022-12-01T10:27:06.2458120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int64 PASSED [ 52%] 2022-12-01T10:27:06.2458271Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int8 PASSED [ 52%] 2022-12-01T10:27:06.2458423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_uint8 PASSED [ 52%] 2022-12-01T10:27:06.2458563Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:27:06.2458712Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bool PASSED [ 52%] 2022-12-01T10:27:06.2458895Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex32 PASSED [ 52%] 2022-12-01T10:27:06.2459053Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex64 PASSED [ 52%] 2022-12-01T10:27:06.2459210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float16 PASSED [ 52%] 2022-12-01T10:27:06.2459364Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int16 PASSED [ 52%] 2022-12-01T10:27:06.2459516Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int8 PASSED [ 52%] 2022-12-01T10:27:06.2459665Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_uint8 PASSED [ 52%] 2022-12-01T10:27:06.2459803Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bool PASSED [ 52%] 2022-12-01T10:27:06.2459960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex128 PASSED [ 52%] 2022-12-01T10:27:06.2460115Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex32 PASSED [ 52%] 2022-12-01T10:27:06.2460271Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex64 PASSED [ 52%] 2022-12-01T10:27:06.2460421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int16 PASSED [ 52%] 2022-12-01T10:27:06.2460570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int64 PASSED [ 52%] 2022-12-01T10:27:06.2460731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float16 PASSED [ 52%] 2022-12-01T10:27:06.2460888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float64 PASSED [ 52%] 2022-12-01T10:27:06.2461042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int16 PASSED [ 52%] 2022-12-01T10:27:06.2461183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int32 PASSED [ 52%] 2022-12-01T10:27:06.2461337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int64 PASSED [ 52%] 2022-12-01T10:27:06.2461491Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:27:06.2461647Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex128 PASSED [ 52%] 2022-12-01T10:27:06.2461802Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex32 PASSED [ 52%] 2022-12-01T10:27:06.2461953Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int16 PASSED [ 52%] 2022-12-01T10:27:06.2462101Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int64 PASSED [ 52%] 2022-12-01T10:27:06.2462250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float64 PASSED [ 52%] 2022-12-01T10:27:06.2462387Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int32 PASSED [ 52%] 2022-12-01T10:27:06.2462535Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int8 PASSED [ 52%] 2022-12-01T10:27:06.2462686Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float64 PASSED [ 52%] 2022-12-01T10:27:06.2462835Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int32 PASSED [ 52%] 2022-12-01T10:27:06.2462990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float32 PASSED [ 52%] 2022-12-01T10:27:06.2463141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int16 PASSED [ 52%] 2022-12-01T10:27:06.2463318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int8 PASSED [ 52%] 2022-12-01T10:27:06.2463467Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_uint8 PASSED [ 52%] 2022-12-01T10:27:06.2463604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bool PASSED [ 52%] 2022-12-01T10:27:06.2463751Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float64 PASSED [ 52%] 2022-12-01T10:27:06.2463898Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int16 PASSED [ 52%] 2022-12-01T10:27:06.2464044Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int64 PASSED [ 52%] 2022-12-01T10:27:06.2464191Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:27:06.2464364Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bool PASSED [ 52%] 2022-12-01T10:27:06.2464522Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex128 PASSED [ 52%] 2022-12-01T10:27:06.2464681Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex64 PASSED [ 52%] 2022-12-01T10:27:06.2464831Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float32 PASSED [ 52%] 2022-12-01T10:27:06.2464967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float64 PASSED [ 52%] 2022-12-01T10:27:06.2465116Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int64 PASSED [ 52%] 2022-12-01T10:27:06.2465262Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int8 PASSED [ 52%] 2022-12-01T10:27:06.2465421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:27:06.2465584Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex128 PASSED [ 52%] 2022-12-01T10:27:06.2465746Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex64 PASSED [ 52%] 2022-12-01T10:27:06.2465908Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float16 PASSED [ 52%] 2022-12-01T10:27:06.2466063Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float32 PASSED [ 52%] 2022-12-01T10:27:06.2466207Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float64 PASSED [ 52%] 2022-12-01T10:27:06.2466360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int16 PASSED [ 52%] 2022-12-01T10:27:06.2466515Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int32 PASSED [ 52%] 2022-12-01T10:27:06.2466670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int64 PASSED [ 52%] 2022-12-01T10:27:06.2466820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bool PASSED [ 52%] 2022-12-01T10:27:06.2466971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int16 PASSED [ 52%] 2022-12-01T10:27:06.2467120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int64 PASSED [ 52%] 2022-12-01T10:27:06.2467274Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bool PASSED [ 52%] 2022-12-01T10:27:06.2467414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float32 PASSED [ 52%] 2022-12-01T10:27:06.2467563Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float64 PASSED [ 52%] 2022-12-01T10:27:06.2467711Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int16 PASSED [ 52%] 2022-12-01T10:27:06.2467854Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int64 PASSED [ 52%] 2022-12-01T10:27:06.2468000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int8 PASSED [ 52%] 2022-12-01T10:27:06.2468149Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_uint8 PASSED [ 53%] 2022-12-01T10:27:06.2468311Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex128 PASSED [ 53%] 2022-12-01T10:27:06.2468470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex64 PASSED [ 53%] 2022-12-01T10:27:06.2468662Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float32 PASSED [ 53%] 2022-12-01T10:27:06.2468804Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float64 PASSED [ 53%] 2022-12-01T10:27:06.2468957Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int32 PASSED [ 53%] 2022-12-01T10:27:06.2469109Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int64 PASSED [ 53%] 2022-12-01T10:27:06.2469263Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex64 PASSED [ 53%] 2022-12-01T10:27:06.2469417Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float32 PASSED [ 53%] 2022-12-01T10:27:06.2469569Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float64 PASSED [ 53%] 2022-12-01T10:27:06.2469746Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int32 PASSED [ 53%] 2022-12-01T10:27:06.2469898Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int64 PASSED [ 53%] 2022-12-01T10:27:06.2470042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_bool PASSED [ 53%] 2022-12-01T10:27:06.2470201Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex128 PASSED [ 53%] 2022-12-01T10:27:06.2470356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float64 PASSED [ 53%] 2022-12-01T10:27:06.2470509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int32 PASSED [ 53%] 2022-12-01T10:27:06.2470659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int8 PASSED [ 53%] 2022-12-01T10:27:06.2470826Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex32 PASSED [ 53%] 2022-12-01T10:27:06.2470989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex64 PASSED [ 53%] 2022-12-01T10:27:06.2471153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float16 PASSED [ 53%] 2022-12-01T10:27:06.2471317Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float32 PASSED [ 53%] 2022-12-01T10:27:06.2471462Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int64 PASSED [ 53%] 2022-12-01T10:27:06.2471620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int8 PASSED [ 53%] 2022-12-01T10:27:06.2471773Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_bool PASSED [ 53%] 2022-12-01T10:27:06.2471934Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex64 PASSED [ 53%] 2022-12-01T10:27:06.2472089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float32 PASSED [ 53%] 2022-12-01T10:27:06.2472245Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float64 PASSED [ 53%] 2022-12-01T10:27:06.2472402Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int16 PASSED [ 53%] 2022-12-01T10:27:06.2472553Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int64 PASSED [ 53%] 2022-12-01T10:27:06.2472693Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int8 PASSED [ 53%] 2022-12-01T10:27:06.2472849Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_bool PASSED [ 53%] 2022-12-01T10:27:06.2473005Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex64 PASSED [ 53%] 2022-12-01T10:27:06.2473161Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float64 PASSED [ 53%] 2022-12-01T10:27:06.2473312Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int32 PASSED [ 53%] 2022-12-01T10:27:06.2473464Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int64 PASSED [ 53%] 2022-12-01T10:27:06.2473616Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int8 PASSED [ 53%] 2022-12-01T10:27:06.2473772Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_bool PASSED [ 53%] 2022-12-01T10:27:06.2473944Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex64 PASSED [ 53%] 2022-12-01T10:27:06.2474189Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float32 PASSED [ 53%] 2022-12-01T10:27:06.2474350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float64 PASSED [ 53%] 2022-12-01T10:27:06.2474507Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int16 PASSED [ 53%] 2022-12-01T10:27:06.2474660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int32 PASSED [ 53%] 2022-12-01T10:27:06.2474814Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int64 PASSED [ 53%] 2022-12-01T10:27:06.2474968Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int8 PASSED [ 53%] 2022-12-01T10:27:06.2475122Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_uint8 PASSED [ 53%] 2022-12-01T10:27:06.2475308Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_bool PASSED [ 53%] 2022-12-01T10:27:06.2475458Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex64 PASSED [ 53%] 2022-12-01T10:27:06.2475616Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float64 PASSED [ 53%] 2022-12-01T10:27:06.2475770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int64 PASSED [ 53%] 2022-12-01T10:27:06.2475922Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int8 PASSED [ 53%] 2022-12-01T10:27:06.2476081Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float64 PASSED [ 53%] 2022-12-01T10:27:06.2476232Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int32 PASSED [ 53%] 2022-12-01T10:27:06.2476382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_uint8 PASSED [ 53%] 2022-12-01T10:27:06.2476637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_bool PASSED [ 53%] 2022-12-01T10:27:06.2476785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex64 PASSED [ 53%] 2022-12-01T10:27:06.2476944Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float32 PASSED [ 53%] 2022-12-01T10:27:06.2477100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float64 PASSED [ 53%] 2022-12-01T10:27:06.2477255Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int16 PASSED [ 53%] 2022-12-01T10:27:06.2477407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int64 PASSED [ 53%] 2022-12-01T10:27:06.2477558Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int8 PASSED [ 53%] 2022-12-01T10:27:06.2477712Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_uint8 PASSED [ 53%] 2022-12-01T10:27:06.2477879Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:27:06.2478041Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bool PASSED [ 53%] 2022-12-01T10:27:06.2478198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex128 PASSED [ 53%] 2022-12-01T10:27:06.2478366Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex32 PASSED [ 53%] 2022-12-01T10:27:06.2478532Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float32 PASSED [ 53%] 2022-12-01T10:27:06.2478698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float64 PASSED [ 53%] 2022-12-01T10:27:06.2478860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int16 PASSED [ 53%] 2022-12-01T10:27:06.2479012Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int32 PASSED [ 53%] 2022-12-01T10:27:06.2508168Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int64 PASSED [ 53%] 2022-12-01T10:27:06.2508402Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int8 PASSED [ 53%] 2022-12-01T10:27:06.2508564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_bool PASSED [ 53%] 2022-12-01T10:27:06.2508864Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float32 PASSED [ 53%] 2022-12-01T10:27:06.2509021Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float64 PASSED [ 53%] 2022-12-01T10:27:06.2509177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int16 PASSED [ 53%] 2022-12-01T10:27:06.2509331Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_uint8 PASSED [ 53%] 2022-12-01T10:27:06.2509475Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int32 PASSED [ 53%] 2022-12-01T10:27:06.2509629Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int8 PASSED [ 53%] 2022-12-01T10:27:06.2509784Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_uint8 PASSED [ 53%] 2022-12-01T10:27:06.2509980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int16 PASSED [ 53%] 2022-12-01T10:27:06.2510145Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int32 PASSED [ 53%] 2022-12-01T10:27:06.2510297Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_uint8 PASSED [ 53%] 2022-12-01T10:27:06.2510450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_bool PASSED [ 53%] 2022-12-01T10:27:06.2510614Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex128 PASSED [ 53%] 2022-12-01T10:27:06.2510774Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex64 PASSED [ 53%] 2022-12-01T10:27:06.2510918Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float32 PASSED [ 53%] 2022-12-01T10:27:06.2511066Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int32 PASSED [ 53%] 2022-12-01T10:27:06.2511216Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int8 PASSED [ 53%] 2022-12-01T10:27:06.2511365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_bool PASSED [ 53%] 2022-12-01T10:27:06.2511525Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex128 PASSED [ 53%] 2022-12-01T10:27:06.2511679Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float64 PASSED [ 53%] 2022-12-01T10:27:06.2511831Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int16 PASSED [ 53%] 2022-12-01T10:27:06.2511982Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_bool PASSED [ 53%] 2022-12-01T10:27:06.2512130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex128 PASSED [ 53%] 2022-12-01T10:27:06.2512286Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex64 PASSED [ 53%] 2022-12-01T10:27:06.2512437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int64 PASSED [ 53%] 2022-12-01T10:27:06.2512590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_uint8 PASSED [ 53%] 2022-12-01T10:27:06.2512741Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_bool PASSED [ 53%] 2022-12-01T10:27:06.2512889Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float32 PASSED [ 53%] 2022-12-01T10:27:06.2513038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_uint8 PASSED [ 53%] 2022-12-01T10:27:06.2513187Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_bool PASSED [ 53%] 2022-12-01T10:27:06.2513338Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float32 PASSED [ 53%] 2022-12-01T10:27:06.2513479Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float64 PASSED [ 53%] 2022-12-01T10:27:06.2513627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int32 PASSED [ 53%] 2022-12-01T10:27:06.2513774Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int8 PASSED [ 53%] 2022-12-01T10:27:06.2513921Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_uint8 PASSED [ 53%] 2022-12-01T10:27:06.2514190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_bool PASSED [ 53%] 2022-12-01T10:27:06.2514343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float32 PASSED [ 53%] 2022-12-01T10:27:06.2514491Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float64 PASSED [ 53%] 2022-12-01T10:27:06.2514636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int32 PASSED [ 53%] 2022-12-01T10:27:06.2514773Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:27:06.2514919Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex64 PASSED [ 53%] 2022-12-01T10:27:06.2515066Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float64 PASSED [ 53%] 2022-12-01T10:27:06.2515242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int16 PASSED [ 53%] 2022-12-01T10:27:06.2515384Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int32 PASSED [ 53%] 2022-12-01T10:27:06.2515524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int64 PASSED [ 53%] 2022-12-01T10:27:06.2515668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bool PASSED [ 53%] 2022-12-01T10:27:06.2515821Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex32 PASSED [ 53%] 2022-12-01T10:27:06.2515966Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex64 PASSED [ 53%] 2022-12-01T10:27:06.2516115Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float32 PASSED [ 53%] 2022-12-01T10:27:06.2516262Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float64 PASSED [ 53%] 2022-12-01T10:27:06.2516407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bool PASSED [ 53%] 2022-12-01T10:27:06.2516683Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex128 PASSED [ 53%] 2022-12-01T10:27:06.2516836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex64 PASSED [ 53%] 2022-12-01T10:27:06.2516980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float16 PASSED [ 53%] 2022-12-01T10:27:06.2517121Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float32 PASSED [ 53%] 2022-12-01T10:27:06.2517262Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float64 PASSED [ 53%] 2022-12-01T10:27:06.2517397Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int16 PASSED [ 53%] 2022-12-01T10:27:06.2517536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int32 PASSED [ 53%] 2022-12-01T10:27:06.2517671Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int64 PASSED [ 53%] 2022-12-01T10:27:06.2517822Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex128 PASSED [ 53%] 2022-12-01T10:27:06.2517975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex64 PASSED [ 53%] 2022-12-01T10:27:06.2518121Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float16 PASSED [ 54%] 2022-12-01T10:27:06.2518268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float64 PASSED [ 54%] 2022-12-01T10:27:06.2518413Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int16 PASSED [ 54%] 2022-12-01T10:27:06.2518548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int64 PASSED [ 54%] 2022-12-01T10:27:06.2518693Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int8 PASSED [ 54%] 2022-12-01T10:27:06.2518834Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bool PASSED [ 54%] 2022-12-01T10:27:06.2518986Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex128 PASSED [ 54%] 2022-12-01T10:27:06.2519135Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex64 PASSED [ 54%] 2022-12-01T10:27:06.2519284Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float16 PASSED [ 54%] 2022-12-01T10:27:06.2519466Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int32 PASSED [ 54%] 2022-12-01T10:27:06.2519607Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int64 PASSED [ 54%] 2022-12-01T10:27:06.2519741Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_uint8 PASSED [ 54%] 2022-12-01T10:27:06.2519890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bool PASSED [ 54%] 2022-12-01T10:27:06.2520047Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex128 PASSED [ 54%] 2022-12-01T10:27:06.2520201Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float16 PASSED [ 54%] 2022-12-01T10:27:06.2520352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float64 PASSED [ 54%] 2022-12-01T10:27:06.2520531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int32 PASSED [ 54%] 2022-12-01T10:27:06.2520680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int8 PASSED [ 54%] 2022-12-01T10:27:06.2520832Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_uint8 PASSED [ 54%] 2022-12-01T10:27:06.2520978Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:27:06.2521118Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float64 PASSED [ 54%] 2022-12-01T10:27:06.2521262Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int32 PASSED [ 54%] 2022-12-01T10:27:06.2521403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int64 PASSED [ 54%] 2022-12-01T10:27:06.2521546Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int8 PASSED [ 54%] 2022-12-01T10:27:06.2521687Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_uint8 PASSED [ 54%] 2022-12-01T10:27:06.2521845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:27:06.2522000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float64 PASSED [ 54%] 2022-12-01T10:27:06.2522148Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int32 PASSED [ 54%] 2022-12-01T10:27:06.2522293Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int64 PASSED [ 54%] 2022-12-01T10:27:06.2522440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int8 PASSED [ 54%] 2022-12-01T10:27:06.2522586Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_uint8 PASSED [ 54%] 2022-12-01T10:27:06.2522729Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float16 PASSED [ 54%] 2022-12-01T10:27:06.2522867Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float32 PASSED [ 54%] 2022-12-01T10:27:06.2523009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int32 PASSED [ 54%] 2022-12-01T10:27:06.2523148Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int64 PASSED [ 54%] 2022-12-01T10:27:06.2523288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_uint8 PASSED [ 54%] 2022-12-01T10:27:06.2523424Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int16 PASSED [ 54%] 2022-12-01T10:27:06.2523552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int32 PASSED [ 54%] 2022-12-01T10:27:06.2523686Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int64 PASSED [ 54%] 2022-12-01T10:27:06.2523832Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:27:06.2523971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int16 PASSED [ 54%] 2022-12-01T10:27:06.2524110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int32 PASSED [ 54%] 2022-12-01T10:27:06.2524251Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int8 PASSED [ 54%] 2022-12-01T10:27:06.2524392Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_uint8 PASSED [ 54%] 2022-12-01T10:27:06.2524564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float32 PASSED [ 54%] 2022-12-01T10:27:06.2524700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float64 PASSED [ 54%] 2022-12-01T10:27:06.2524841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int32 PASSED [ 54%] 2022-12-01T10:27:06.2524982Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int8 PASSED [ 54%] 2022-12-01T10:27:06.2525123Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_uint8 PASSED [ 54%] 2022-12-01T10:27:06.2525266Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:27:06.2525406Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bool PASSED [ 54%] 2022-12-01T10:27:06.2525550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float16 PASSED [ 54%] 2022-12-01T10:27:06.2525722Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float64 PASSED [ 54%] 2022-12-01T10:27:06.2525861Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int16 PASSED [ 54%] 2022-12-01T10:27:06.2526000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int32 PASSED [ 54%] 2022-12-01T10:27:06.2526138Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int64 PASSED [ 54%] 2022-12-01T10:27:06.2526279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_uint8 PASSED [ 54%] 2022-12-01T10:27:06.2526421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:27:06.2526562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bool PASSED [ 54%] 2022-12-01T10:27:06.2526704Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float16 PASSED [ 54%] 2022-12-01T10:27:06.2526843Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float32 PASSED [ 54%] 2022-12-01T10:27:06.2526988Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bool PASSED [ 54%] 2022-12-01T10:27:06.2527138Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int16 PASSED [ 54%] 2022-12-01T10:27:06.2527284Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int32 PASSED [ 54%] 2022-12-01T10:27:06.2527433Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_uint8 PASSED [ 54%] 2022-12-01T10:27:06.2527662Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex128 PASSED [ 54%] 2022-12-01T10:27:06.2527827Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex32 PASSED [ 54%] 2022-12-01T10:27:06.2527978Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex64 PASSED [ 54%] 2022-12-01T10:27:06.2528122Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float16 PASSED [ 54%] 2022-12-01T10:27:06.2528267Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int16 PASSED [ 54%] 2022-12-01T10:27:06.2528406Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int32 PASSED [ 54%] 2022-12-01T10:27:06.2528553Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int8 PASSED [ 54%] 2022-12-01T10:27:06.2528700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:27:06.2528845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bool PASSED [ 54%] 2022-12-01T10:27:06.2528992Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex32 PASSED [ 54%] 2022-12-01T10:27:06.2529138Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float16 PASSED [ 54%] 2022-12-01T10:27:06.2529281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float32 PASSED [ 54%] 2022-12-01T10:27:06.2529426Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float64 PASSED [ 54%] 2022-12-01T10:27:06.2529566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int16 PASSED [ 54%] 2022-12-01T10:27:06.2529707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int64 PASSED [ 54%] 2022-12-01T10:27:06.2529884Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_uint8 PASSED [ 54%] 2022-12-01T10:27:06.2530030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:27:06.2530177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float32 PASSED [ 54%] 2022-12-01T10:27:06.2530321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float64 PASSED [ 54%] 2022-12-01T10:27:06.2530462Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:27:06.2530602Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int16 PASSED [ 54%] 2022-12-01T10:27:06.2530735Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int32 PASSED [ 54%] 2022-12-01T10:27:06.2530902Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int8 PASSED [ 54%] 2022-12-01T10:27:06.2531047Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float64 PASSED [ 54%] 2022-12-01T10:27:06.2531199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:27:06.2531346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float16 PASSED [ 54%] 2022-12-01T10:27:06.2531494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float32 PASSED [ 54%] 2022-12-01T10:27:06.2531641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float64 PASSED [ 54%] 2022-12-01T10:27:06.2531793Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:27:06.2531943Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float16 PASSED [ 54%] 2022-12-01T10:27:06.2532086Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float64 PASSED [ 54%] 2022-12-01T10:27:06.2532234Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int32 PASSED [ 54%] 2022-12-01T10:27:06.2532379Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_uint8 PASSED [ 54%] 2022-12-01T10:27:06.2532536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex64 PASSED [ 54%] 2022-12-01T10:27:06.2532687Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float32 PASSED [ 54%] 2022-12-01T10:27:06.2532835Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int16 PASSED [ 54%] 2022-12-01T10:27:06.2532983Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int32 PASSED [ 54%] 2022-12-01T10:27:06.2533132Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int64 PASSED [ 54%] 2022-12-01T10:27:06.2533272Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int8 PASSED [ 54%] 2022-12-01T10:27:06.2533420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_uint8 PASSED [ 54%] 2022-12-01T10:27:06.2533571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float32 PASSED [ 54%] 2022-12-01T10:27:06.2533724Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float64 PASSED [ 54%] 2022-12-01T10:27:06.2533872Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int16 PASSED [ 54%] 2022-12-01T10:27:06.2534017Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int32 PASSED [ 54%] 2022-12-01T10:27:06.2534162Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_uint8 PASSED [ 54%] 2022-12-01T10:27:06.2534318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:27:06.2534467Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bool PASSED [ 54%] 2022-12-01T10:27:06.2534618Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex32 PASSED [ 54%] 2022-12-01T10:27:06.2534775Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex64 PASSED [ 54%] 2022-12-01T10:27:06.2534971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float16 PASSED [ 54%] 2022-12-01T10:27:06.2535123Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float64 PASSED [ 54%] 2022-12-01T10:27:06.2535272Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int16 PASSED [ 54%] 2022-12-01T10:27:06.2535420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int32 PASSED [ 54%] 2022-12-01T10:27:06.2535565Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int64 PASSED [ 54%] 2022-12-01T10:27:06.2535714Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex128 PASSED [ 54%] 2022-12-01T10:27:06.2535858Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex64 PASSED [ 54%] 2022-12-01T10:27:06.2536032Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float16 PASSED [ 54%] 2022-12-01T10:27:06.2536181Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int64 PASSED [ 54%] 2022-12-01T10:27:06.2536328Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int8 PASSED [ 54%] 2022-12-01T10:27:06.2536476Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:27:06.2536623Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bool PASSED [ 54%] 2022-12-01T10:27:06.2536776Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex128 PASSED [ 54%] 2022-12-01T10:27:06.2536927Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex32 PASSED [ 54%] 2022-12-01T10:27:06.2537074Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float64 PASSED [ 54%] 2022-12-01T10:27:06.2537215Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int16 PASSED [ 54%] 2022-12-01T10:27:06.2537364Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int64 PASSED [ 54%] 2022-12-01T10:27:06.2537507Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int8 PASSED [ 55%] 2022-12-01T10:27:06.2537656Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_uint8 PASSED [ 55%] 2022-12-01T10:27:06.2537800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:27:06.2537948Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex64 PASSED [ 55%] 2022-12-01T10:27:06.2538090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float32 PASSED [ 55%] 2022-12-01T10:27:06.2538234Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int16 PASSED [ 55%] 2022-12-01T10:27:06.2538368Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int32 PASSED [ 55%] 2022-12-01T10:27:06.2538512Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bool PASSED [ 55%] 2022-12-01T10:27:06.2538661Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex128 PASSED [ 55%] 2022-12-01T10:27:06.2538810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex64 PASSED [ 55%] 2022-12-01T10:27:06.2538955Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float16 PASSED [ 55%] 2022-12-01T10:27:06.2539096Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float64 PASSED [ 55%] 2022-12-01T10:27:06.2539247Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:27:06.2539391Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int32 PASSED [ 55%] 2022-12-01T10:27:06.2539542Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:27:06.2539684Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float16 PASSED [ 55%] 2022-12-01T10:27:06.2539827Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int16 PASSED [ 55%] 2022-12-01T10:27:06.2539974Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int32 PASSED [ 55%] 2022-12-01T10:27:06.2540148Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int8 PASSED [ 55%] 2022-12-01T10:27:06.2540294Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_uint8 PASSED [ 55%] 2022-12-01T10:27:06.2540440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:27:06.2540583Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bool PASSED [ 55%] 2022-12-01T10:27:06.2540731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex32 PASSED [ 55%] 2022-12-01T10:27:06.2540873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex64 PASSED [ 55%] 2022-12-01T10:27:06.2541016Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int32 PASSED [ 55%] 2022-12-01T10:27:06.2541185Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int8 PASSED [ 55%] 2022-12-01T10:27:06.2541328Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int16 PASSED [ 55%] 2022-12-01T10:27:06.2541472Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float16 PASSED [ 55%] 2022-12-01T10:27:06.2541612Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int16 PASSED [ 55%] 2022-12-01T10:27:06.2541752Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_uint8 PASSED [ 55%] 2022-12-01T10:27:06.2541900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:27:06.2542038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bool PASSED [ 55%] 2022-12-01T10:27:06.2542181Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int16 PASSED [ 55%] 2022-12-01T10:27:06.2542321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int8 PASSED [ 55%] 2022-12-01T10:27:06.2542489Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex128 PASSED [ 55%] 2022-12-01T10:27:06.2542649Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float64 PASSED [ 55%] 2022-12-01T10:27:06.2542805Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex128 PASSED [ 55%] 2022-12-01T10:27:06.2542962Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex64 PASSED [ 55%] 2022-12-01T10:27:06.2543113Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float16 PASSED [ 55%] 2022-12-01T10:27:06.2543262Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float32 PASSED [ 55%] 2022-12-01T10:27:06.2543405Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float64 PASSED [ 55%] 2022-12-01T10:27:06.2543557Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex128 PASSED [ 55%] 2022-12-01T10:27:06.2543707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float32 PASSED [ 55%] 2022-12-01T10:27:06.2543867Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex64 PASSED [ 55%] 2022-12-01T10:27:06.2544022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float64 PASSED [ 55%] 2022-12-01T10:27:06.2544184Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:27:06.2544348Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex128 PASSED [ 55%] 2022-12-01T10:27:06.2544506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float64 PASSED [ 55%] 2022-12-01T10:27:06.2544653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float16 PASSED [ 55%] 2022-12-01T10:27:06.2544798Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float32 PASSED [ 55%] 2022-12-01T10:27:06.2544944Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float64 PASSED [ 55%] 2022-12-01T10:27:06.2545093Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int64 PASSED [ 55%] 2022-12-01T10:27:06.2545268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_uint8 PASSED [ 55%] 2022-12-01T10:27:06.2545411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:27:06.2545556Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex128 PASSED [ 55%] 2022-12-01T10:27:06.2545702Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float32 PASSED [ 55%] 2022-12-01T10:27:06.2545844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int8 PASSED [ 55%] 2022-12-01T10:27:06.2545982Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_uint8 PASSED [ 55%] 2022-12-01T10:27:06.2546125Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:27:06.2546268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bool PASSED [ 55%] 2022-12-01T10:27:06.2546440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float32 PASSED [ 55%] 2022-12-01T10:27:06.2546588Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float64 PASSED [ 55%] 2022-12-01T10:27:06.2546731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int16 PASSED [ 55%] 2022-12-01T10:27:06.2546870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int32 PASSED [ 55%] 2022-12-01T10:27:06.2547007Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_uint8 PASSED [ 55%] 2022-12-01T10:27:06.2547146Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:27:06.2547289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bool PASSED [ 55%] 2022-12-01T10:27:06.2547435Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex128 PASSED [ 55%] 2022-12-01T10:27:06.2547577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float64 PASSED [ 55%] 2022-12-01T10:27:06.2547721Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float64 PASSED [ 55%] 2022-12-01T10:27:06.2547862Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int16 PASSED [ 55%] 2022-12-01T10:27:06.2547998Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int32 PASSED [ 55%] 2022-12-01T10:27:06.2548137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int8 PASSED [ 55%] 2022-12-01T10:27:06.2548271Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_uint8 PASSED [ 55%] 2022-12-01T10:27:06.2548423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:27:06.2548574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float64 PASSED [ 55%] 2022-12-01T10:27:06.2548722Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:27:06.2548871Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float16 PASSED [ 55%] 2022-12-01T10:27:06.2549021Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float64 PASSED [ 55%] 2022-12-01T10:27:06.2549171Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int64 PASSED [ 55%] 2022-12-01T10:27:06.2549317Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_uint8 PASSED [ 55%] 2022-12-01T10:27:06.2549463Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float16 PASSED [ 55%] 2022-12-01T10:27:06.2549604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int32 PASSED [ 55%] 2022-12-01T10:27:06.2549750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int64 PASSED [ 55%] 2022-12-01T10:27:06.2549896Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int8 PASSED [ 55%] 2022-12-01T10:27:06.2550042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bool PASSED [ 55%] 2022-12-01T10:27:06.2550196Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex128 PASSED [ 55%] 2022-12-01T10:27:06.2550371Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float64 PASSED [ 55%] 2022-12-01T10:27:06.2550516Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int16 PASSED [ 55%] 2022-12-01T10:27:06.2550659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int64 PASSED [ 55%] 2022-12-01T10:27:06.2550804Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int8 PASSED [ 55%] 2022-12-01T10:27:06.2550946Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_uint8 PASSED [ 55%] 2022-12-01T10:27:06.2551098Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:27:06.2551245Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bool PASSED [ 55%] 2022-12-01T10:27:06.2551440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex128 PASSED [ 55%] 2022-12-01T10:27:06.2551595Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex64 PASSED [ 55%] 2022-12-01T10:27:06.2551747Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float16 PASSED [ 55%] 2022-12-01T10:27:06.2551895Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float32 PASSED [ 55%] 2022-12-01T10:27:06.2552042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float64 PASSED [ 55%] 2022-12-01T10:27:06.2552184Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int16 PASSED [ 55%] 2022-12-01T10:27:06.2552330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int32 PASSED [ 55%] 2022-12-01T10:27:06.2552473Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int64 PASSED [ 55%] 2022-12-01T10:27:06.2552616Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int8 PASSED [ 55%] 2022-12-01T10:27:06.2552765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_uint8 PASSED [ 55%] 2022-12-01T10:27:06.2552919Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex64 PASSED [ 55%] 2022-12-01T10:27:06.2553066Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float32 PASSED [ 55%] 2022-12-01T10:27:06.2553212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float64 PASSED [ 55%] 2022-12-01T10:27:06.2553358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int32 PASSED [ 55%] 2022-12-01T10:27:06.2553501Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bool PASSED [ 55%] 2022-12-01T10:27:06.2553647Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int16 PASSED [ 55%] 2022-12-01T10:27:06.2553792Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int8 PASSED [ 55%] 2022-12-01T10:27:06.2553942Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_uint8 PASSED [ 55%] 2022-12-01T10:27:06.2554155Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bool PASSED [ 55%] 2022-12-01T10:27:06.2554304Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float16 PASSED [ 55%] 2022-12-01T10:27:06.2554443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float32 PASSED [ 55%] 2022-12-01T10:27:06.2554579Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float64 PASSED [ 55%] 2022-12-01T10:27:06.2554713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int16 PASSED [ 55%] 2022-12-01T10:27:06.2554851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int8 PASSED [ 55%] 2022-12-01T10:27:06.2555004Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:27:06.2555153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bool PASSED [ 55%] 2022-12-01T10:27:06.2555311Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex128 PASSED [ 55%] 2022-12-01T10:27:06.2555467Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex32 PASSED [ 55%] 2022-12-01T10:27:06.2555648Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex64 PASSED [ 55%] 2022-12-01T10:27:06.2555797Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int16 PASSED [ 55%] 2022-12-01T10:27:06.2555941Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int64 PASSED [ 55%] 2022-12-01T10:27:06.2556088Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:27:06.2556233Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int16 PASSED [ 55%] 2022-12-01T10:27:06.2556378Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int32 PASSED [ 55%] 2022-12-01T10:27:06.2556523Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int64 PASSED [ 55%] 2022-12-01T10:27:06.2556824Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int8 PASSED [ 55%] 2022-12-01T10:27:06.2556975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_uint8 PASSED [ 55%] 2022-12-01T10:27:06.2557116Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:27:06.2557260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float16 PASSED [ 56%] 2022-12-01T10:27:06.2557395Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float64 PASSED [ 56%] 2022-12-01T10:27:06.2557563Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float16 PASSED [ 56%] 2022-12-01T10:27:06.2557729Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float32 PASSED [ 56%] 2022-12-01T10:27:06.2557895Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int16 PASSED [ 56%] 2022-12-01T10:27:06.2558060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int32 PASSED [ 56%] 2022-12-01T10:27:06.2558224Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int8 PASSED [ 56%] 2022-12-01T10:27:06.2558391Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bool PASSED [ 56%] 2022-12-01T10:27:06.2558563Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float16 PASSED [ 56%] 2022-12-01T10:27:06.2558732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float32 PASSED [ 56%] 2022-12-01T10:27:06.2558894Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int16 PASSED [ 56%] 2022-12-01T10:27:06.2559059Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int32 PASSED [ 56%] 2022-12-01T10:27:06.2559202Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bool PASSED [ 56%] 2022-12-01T10:27:06.2559351Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float16 PASSED [ 56%] 2022-12-01T10:27:06.2559497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float64 PASSED [ 56%] 2022-12-01T10:27:06.2559643Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int16 PASSED [ 56%] 2022-12-01T10:27:06.2559788Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_uint8 PASSED [ 56%] 2022-12-01T10:27:06.2559936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:27:06.2560083Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex128 PASSED [ 56%] 2022-12-01T10:27:06.2560232Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex64 PASSED [ 56%] 2022-12-01T10:27:06.2560377Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float16 PASSED [ 56%] 2022-12-01T10:27:06.2560524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float64 PASSED [ 56%] 2022-12-01T10:27:06.2560669Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_uint8 PASSED [ 56%] 2022-12-01T10:27:06.2560843Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:27:06.2560984Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bool PASSED [ 56%] 2022-12-01T10:27:06.2561126Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex32 PASSED [ 56%] 2022-12-01T10:27:06.2561269Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int32 PASSED [ 56%] 2022-12-01T10:27:06.2561401Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int64 PASSED [ 56%] 2022-12-01T10:27:06.2561536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int8 PASSED [ 56%] 2022-12-01T10:27:06.2561686Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float16 PASSED [ 56%] 2022-12-01T10:27:06.2561832Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float32 PASSED [ 56%] 2022-12-01T10:27:06.2561998Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float64 PASSED [ 56%] 2022-12-01T10:27:06.2562146Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int64 PASSED [ 56%] 2022-12-01T10:27:06.2562291Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_uint8 PASSED [ 56%] 2022-12-01T10:27:06.2562432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bool XFAIL [ 56%] 2022-12-01T10:27:06.2562574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex64 XFAIL [ 56%] 2022-12-01T10:27:06.2562720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float16 XFAIL [ 56%] 2022-12-01T10:27:06.2562863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float32 XFAIL [ 56%] 2022-12-01T10:27:06.2563005Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int32 XFAIL [ 56%] 2022-12-01T10:27:06.2563146Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int64 XFAIL [ 56%] 2022-12-01T10:27:06.2563306Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:27:06.2563467Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float64 PASSED [ 56%] 2022-12-01T10:27:06.2563607Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bool PASSED [ 56%] 2022-12-01T10:27:06.2563742Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int32 PASSED [ 56%] 2022-12-01T10:27:06.2563879Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_uint8 PASSED [ 56%] 2022-12-01T10:27:06.2564021Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:27:06.2564169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex128 PASSED [ 56%] 2022-12-01T10:27:06.2564313Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex64 PASSED [ 56%] 2022-12-01T10:27:06.2564457Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float32 PASSED [ 56%] 2022-12-01T10:27:06.2564595Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int16 PASSED [ 56%] 2022-12-01T10:27:06.2564733Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int32 PASSED [ 56%] 2022-12-01T10:27:06.2564868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int64 PASSED [ 56%] 2022-12-01T10:27:06.2565011Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bool PASSED [ 56%] 2022-12-01T10:27:06.2565164Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex128 PASSED [ 56%] 2022-12-01T10:27:06.2565316Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex32 PASSED [ 56%] 2022-12-01T10:27:06.2565463Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float16 PASSED [ 56%] 2022-12-01T10:27:06.2565613Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float32 PASSED [ 56%] 2022-12-01T10:27:06.2565759Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int16 PASSED [ 56%] 2022-12-01T10:27:06.2565930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int32 PASSED [ 56%] 2022-12-01T10:27:06.2566075Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int64 PASSED [ 56%] 2022-12-01T10:27:06.2566215Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int8 PASSED [ 56%] 2022-12-01T10:27:06.2566375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:27:06.2566537Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex64 PASSED [ 56%] 2022-12-01T10:27:06.2566695Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float16 PASSED [ 56%] 2022-12-01T10:27:06.2566847Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float64 PASSED [ 56%] 2022-12-01T10:27:06.2567023Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int16 PASSED [ 56%] 2022-12-01T10:27:06.2567180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int8 PASSED [ 56%] 2022-12-01T10:27:06.2567329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bool PASSED [ 56%] 2022-12-01T10:27:06.2567478Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex128 PASSED [ 56%] 2022-12-01T10:27:06.2567624Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex64 PASSED [ 56%] 2022-12-01T10:27:06.2567769Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float16 PASSED [ 56%] 2022-12-01T10:27:06.2567915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float32 PASSED [ 56%] 2022-12-01T10:27:06.2568057Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int16 PASSED [ 56%] 2022-12-01T10:27:06.2568202Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int32 PASSED [ 56%] 2022-12-01T10:27:06.2568348Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int64 PASSED [ 56%] 2022-12-01T10:27:06.2568495Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int8 PASSED [ 56%] 2022-12-01T10:27:06.2568641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:27:06.2568781Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bool PASSED [ 56%] 2022-12-01T10:27:06.2568930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex32 PASSED [ 56%] 2022-12-01T10:27:06.2569078Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex64 PASSED [ 56%] 2022-12-01T10:27:06.2569224Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float16 PASSED [ 56%] 2022-12-01T10:27:06.2569370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float32 PASSED [ 56%] 2022-12-01T10:27:06.2569517Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float64 PASSED [ 56%] 2022-12-01T10:27:06.2569659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int16 PASSED [ 56%] 2022-12-01T10:27:06.2569806Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int32 PASSED [ 56%] 2022-12-01T10:27:06.2569950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_uint8 PASSED [ 56%] 2022-12-01T10:27:06.2570091Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bool PASSED [ 56%] 2022-12-01T10:27:06.2570243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex32 PASSED [ 56%] 2022-12-01T10:27:06.2570388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float16 PASSED [ 56%] 2022-12-01T10:27:06.2570532Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int32 PASSED [ 56%] 2022-12-01T10:27:06.2570677Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int64 PASSED [ 56%] 2022-12-01T10:27:06.2570819Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int8 PASSED [ 56%] 2022-12-01T10:27:06.2570964Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_uint8 PASSED [ 56%] 2022-12-01T10:27:06.2571145Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float32 PASSED [ 56%] 2022-12-01T10:27:06.2571300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float32 PASSED [ 56%] 2022-12-01T10:27:06.2571456Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float64 PASSED [ 56%] 2022-12-01T10:27:06.2571619Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float64 PASSED [ 56%] 2022-12-01T10:27:06.2571781Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float32 PASSED [ 56%] 2022-12-01T10:27:06.2571943Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:27:06.2572121Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float32 PASSED [ 56%] 2022-12-01T10:27:06.2572279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float64 PASSED [ 56%] 2022-12-01T10:27:06.2572452Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:27:06.2572616Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float32 PASSED [ 56%] 2022-12-01T10:27:06.2572772Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int16 PASSED [ 56%] 2022-12-01T10:27:06.2572930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int32 PASSED [ 56%] 2022-12-01T10:27:06.2573090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int8 PASSED [ 56%] 2022-12-01T10:27:06.2573268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:27:06.2573446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 56%] 2022-12-01T10:27:06.2573613Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_float64 PASSED [ 56%] 2022-12-01T10:27:06.2573777Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:27:06.2573939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float32 PASSED [ 56%] 2022-12-01T10:27:06.2574100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float64 PASSED [ 56%] 2022-12-01T10:27:06.2574263Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:27:06.2574428Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float64 PASSED [ 56%] 2022-12-01T10:27:06.2574595Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float32 PASSED [ 56%] 2022-12-01T10:27:06.2574770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:27:06.2574945Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 56%] 2022-12-01T10:27:06.2575116Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int16 PASSED [ 56%] 2022-12-01T10:27:06.2575288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_uint8 PASSED [ 56%] 2022-12-01T10:27:06.2575447Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float64 PASSED [ 56%] 2022-12-01T10:27:06.2575610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float16 PASSED [ 56%] 2022-12-01T10:27:06.2575767Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float32 PASSED [ 56%] 2022-12-01T10:27:06.2575932Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float64 PASSED [ 56%] 2022-12-01T10:27:06.2576136Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 56%] 2022-12-01T10:27:06.2576313Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 56%] 2022-12-01T10:27:06.2576487Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float64 PASSED [ 56%] 2022-12-01T10:27:06.2576658Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int16 PASSED [ 56%] 2022-12-01T10:27:06.2576829Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int32 PASSED [ 56%] 2022-12-01T10:27:06.2577000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int64 PASSED [ 56%] 2022-12-01T10:27:06.2577193Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:27:06.2577364Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 56%] 2022-12-01T10:27:06.2577536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 57%] 2022-12-01T10:27:06.2577705Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int8 PASSED [ 57%] 2022-12-01T10:27:06.2577864Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:27:06.2578025Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float32 PASSED [ 57%] 2022-12-01T10:27:06.2578180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float64 PASSED [ 57%] 2022-12-01T10:27:06.2578368Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:27:06.2578617Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int16 PASSED [ 57%] 2022-12-01T10:27:06.2578780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int8 PASSED [ 57%] 2022-12-01T10:27:06.2578934Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_uint8 PASSED [ 57%] 2022-12-01T10:27:06.2579100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float32 PASSED [ 57%] 2022-12-01T10:27:06.2579260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float64 PASSED [ 57%] 2022-12-01T10:27:06.2579424Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int16 PASSED [ 57%] 2022-12-01T10:27:06.2579586Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int32 PASSED [ 57%] 2022-12-01T10:27:06.2579754Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float32 PASSED [ 57%] 2022-12-01T10:27:06.2579930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:27:06.2580103Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float32 PASSED [ 57%] 2022-12-01T10:27:06.2580283Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex64 PASSED [ 57%] 2022-12-01T10:27:06.2580445Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float64 PASSED [ 57%] 2022-12-01T10:27:06.2580615Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int16 PASSED [ 57%] 2022-12-01T10:27:06.2580786Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int64 PASSED [ 57%] 2022-12-01T10:27:06.2580961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:27:06.2581134Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int16 PASSED [ 57%] 2022-12-01T10:27:06.2581304Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int32 PASSED [ 57%] 2022-12-01T10:27:06.2581506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int64 PASSED [ 57%] 2022-12-01T10:27:06.2581675Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_uint8 PASSED [ 57%] 2022-12-01T10:27:06.2581833Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:27:06.2581977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex128 PASSED [ 57%] 2022-12-01T10:27:06.2582131Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex64 PASSED [ 57%] 2022-12-01T10:27:06.2582283Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:27:06.2582432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bool PASSED [ 57%] 2022-12-01T10:27:06.2582610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex64 PASSED [ 57%] 2022-12-01T10:27:06.2582765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float32 PASSED [ 57%] 2022-12-01T10:27:06.2582913Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int16 PASSED [ 57%] 2022-12-01T10:27:06.2583059Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int32 PASSED [ 57%] 2022-12-01T10:27:06.2583196Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int8 PASSED [ 57%] 2022-12-01T10:27:06.2583340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_uint8 PASSED [ 57%] 2022-12-01T10:27:06.2583498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex128 PASSED [ 57%] 2022-12-01T10:27:06.2583648Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int32 PASSED [ 57%] 2022-12-01T10:27:06.2583800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int8 PASSED [ 57%] 2022-12-01T10:27:06.2583956Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_uint8 PASSED [ 57%] 2022-12-01T10:27:06.2584114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:27:06.2584268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float32 PASSED [ 57%] 2022-12-01T10:27:06.2584424Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float64 PASSED [ 57%] 2022-12-01T10:27:06.2584566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int16 PASSED [ 57%] 2022-12-01T10:27:06.2584718Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int32 PASSED [ 57%] 2022-12-01T10:27:06.2584869Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int64 PASSED [ 57%] 2022-12-01T10:27:06.2585023Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int8 PASSED [ 57%] 2022-12-01T10:27:06.2585176Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:27:06.2585328Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex64 PASSED [ 57%] 2022-12-01T10:27:06.2585482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float32 PASSED [ 57%] 2022-12-01T10:27:06.2585631Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float64 PASSED [ 57%] 2022-12-01T10:27:06.2585767Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int32 PASSED [ 57%] 2022-12-01T10:27:06.2585911Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int64 PASSED [ 57%] 2022-12-01T10:27:06.2586059Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int8 PASSED [ 57%] 2022-12-01T10:27:06.2586218Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex128 PASSED [ 57%] 2022-12-01T10:27:06.2586369Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float32 PASSED [ 57%] 2022-12-01T10:27:06.2586519Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float64 PASSED [ 57%] 2022-12-01T10:27:06.2586668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int16 PASSED [ 57%] 2022-12-01T10:27:06.2586837Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int8 PASSED [ 57%] 2022-12-01T10:27:06.2586978Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:27:06.2587134Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex128 PASSED [ 57%] 2022-12-01T10:27:06.2587289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex32 PASSED [ 57%] 2022-12-01T10:27:06.2587441Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex64 PASSED [ 57%] 2022-12-01T10:27:06.2587593Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float16 PASSED [ 57%] 2022-12-01T10:27:06.2587745Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float64 PASSED [ 57%] 2022-12-01T10:27:06.2587915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bool PASSED [ 57%] 2022-12-01T10:27:06.2588071Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex32 PASSED [ 57%] 2022-12-01T10:27:06.2588224Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float16 PASSED [ 57%] 2022-12-01T10:27:06.2588362Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float32 PASSED [ 57%] 2022-12-01T10:27:06.2588506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float64 PASSED [ 57%] 2022-12-01T10:27:06.2588655Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bool PASSED [ 57%] 2022-12-01T10:27:06.2588803Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int16 PASSED [ 57%] 2022-12-01T10:27:06.2588947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int32 PASSED [ 57%] 2022-12-01T10:27:06.2589089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int64 PASSED [ 57%] 2022-12-01T10:27:06.2589235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_uint8 PASSED [ 57%] 2022-12-01T10:27:06.2589395Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float16 PASSED [ 57%] 2022-12-01T10:27:06.2589542Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int64 PASSED [ 57%] 2022-12-01T10:27:06.2589700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int8 PASSED [ 57%] 2022-12-01T10:27:06.2589856Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float16 PASSED [ 57%] 2022-12-01T10:27:06.2590009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int64 PASSED [ 57%] 2022-12-01T10:27:06.2590162Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bool PASSED [ 57%] 2022-12-01T10:27:06.2590314Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex64 PASSED [ 57%] 2022-12-01T10:27:06.2590468Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float32 PASSED [ 57%] 2022-12-01T10:27:06.2590622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float64 PASSED [ 57%] 2022-12-01T10:27:06.2590777Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int32 PASSED [ 57%] 2022-12-01T10:27:06.2590913Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_uint8 PASSED [ 57%] 2022-12-01T10:27:06.2591072Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:27:06.2591228Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bool PASSED [ 57%] 2022-12-01T10:27:06.2591388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex32 PASSED [ 57%] 2022-12-01T10:27:06.2591551Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex64 PASSED [ 57%] 2022-12-01T10:27:06.2591705Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int64 PASSED [ 57%] 2022-12-01T10:27:06.2591860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int8 PASSED [ 57%] 2022-12-01T10:27:06.2592013Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:27:06.2592179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bool PASSED [ 57%] 2022-12-01T10:27:06.2592334Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float64 PASSED [ 57%] 2022-12-01T10:27:06.2592486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int16 PASSED [ 57%] 2022-12-01T10:27:06.2592637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int64 PASSED [ 57%] 2022-12-01T10:27:06.2592790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int8 PASSED [ 57%] 2022-12-01T10:27:06.2592939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:27:06.2593088Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bool PASSED [ 57%] 2022-12-01T10:27:06.2593263Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex128 PASSED [ 57%] 2022-12-01T10:27:06.2593402Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float16 PASSED [ 57%] 2022-12-01T10:27:06.2593551Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float32 PASSED [ 57%] 2022-12-01T10:27:06.2593698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int16 PASSED [ 57%] 2022-12-01T10:27:06.2593845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int8 PASSED [ 57%] 2022-12-01T10:27:06.2593996Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:27:06.2594224Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bool PASSED [ 57%] 2022-12-01T10:27:06.2594375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex64 PASSED [ 57%] 2022-12-01T10:27:06.2594524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float32 PASSED [ 57%] 2022-12-01T10:27:06.2594678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float64 PASSED [ 57%] 2022-12-01T10:27:06.2594816Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int32 PASSED [ 57%] 2022-12-01T10:27:06.2594963Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int64 PASSED [ 57%] 2022-12-01T10:27:06.2595109Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_uint8 PASSED [ 57%] 2022-12-01T10:27:06.2595261Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float64 PASSED [ 57%] 2022-12-01T10:27:06.2595414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int16 PASSED [ 57%] 2022-12-01T10:27:06.2595562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int8 PASSED [ 57%] 2022-12-01T10:27:06.2595712Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_uint8 PASSED [ 57%] 2022-12-01T10:27:06.2595867Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:27:06.2596012Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex64 PASSED [ 57%] 2022-12-01T10:27:06.2596166Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float32 PASSED [ 57%] 2022-12-01T10:27:06.2596315Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int16 PASSED [ 57%] 2022-12-01T10:27:06.2596461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int64 PASSED [ 57%] 2022-12-01T10:27:06.2596728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:27:06.2596881Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float64 PASSED [ 57%] 2022-12-01T10:27:06.2597031Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int64 PASSED [ 57%] 2022-12-01T10:27:06.2597180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int8 PASSED [ 57%] 2022-12-01T10:27:06.2597314Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_uint8 PASSED [ 57%] 2022-12-01T10:27:06.2597468Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex32 PASSED [ 57%] 2022-12-01T10:27:06.2597665Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float16 PASSED [ 57%] 2022-12-01T10:27:06.2597810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float64 PASSED [ 57%] 2022-12-01T10:27:06.2597956Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int16 PASSED [ 57%] 2022-12-01T10:27:06.2598102Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int8 PASSED [ 58%] 2022-12-01T10:27:06.2598263Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex128 PASSED [ 58%] 2022-12-01T10:27:06.2598415Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int16 PASSED [ 58%] 2022-12-01T10:27:06.2598567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int8 PASSED [ 58%] 2022-12-01T10:27:06.2598706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:27:06.2598884Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float16 PASSED [ 58%] 2022-12-01T10:27:06.2599036Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int16 PASSED [ 58%] 2022-12-01T10:27:06.2599184Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int64 PASSED [ 58%] 2022-12-01T10:27:06.2599330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int8 PASSED [ 58%] 2022-12-01T10:27:06.2599476Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_uint8 PASSED [ 58%] 2022-12-01T10:27:06.2599632Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float16 PASSED [ 58%] 2022-12-01T10:27:06.2599784Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int16 PASSED [ 58%] 2022-12-01T10:27:06.2599922Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int32 PASSED [ 58%] 2022-12-01T10:27:06.2600071Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int64 PASSED [ 58%] 2022-12-01T10:27:06.2600222Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bool PASSED [ 58%] 2022-12-01T10:27:06.2600372Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int16 PASSED [ 58%] 2022-12-01T10:27:06.2600517Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int32 PASSED [ 58%] 2022-12-01T10:27:06.2600659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int64 PASSED [ 58%] 2022-12-01T10:27:06.2600809Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:27:06.2600957Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float32 PASSED [ 58%] 2022-12-01T10:27:06.2601094Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int16 PASSED [ 58%] 2022-12-01T10:27:06.2601237Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int64 PASSED [ 58%] 2022-12-01T10:27:06.2601383Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int8 PASSED [ 58%] 2022-12-01T10:27:06.2601539Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex128 PASSED [ 58%] 2022-12-01T10:27:06.2601691Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float32 PASSED [ 58%] 2022-12-01T10:27:06.2601839Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float64 PASSED [ 58%] 2022-12-01T10:27:06.2601990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int16 PASSED [ 58%] 2022-12-01T10:27:06.2602134Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int64 PASSED [ 58%] 2022-12-01T10:27:06.2602269Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int8 PASSED [ 58%] 2022-12-01T10:27:06.2602413Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_uint8 PASSED [ 58%] 2022-12-01T10:27:06.2602566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float64 PASSED [ 58%] 2022-12-01T10:27:06.2602731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_bool PASSED [ 58%] 2022-12-01T10:27:06.2602896Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_float64 PASSED [ 58%] 2022-12-01T10:27:06.2603089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int16 PASSED [ 58%] 2022-12-01T10:27:06.2603254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int32 PASSED [ 58%] 2022-12-01T10:27:06.2603416Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int8 PASSED [ 58%] 2022-12-01T10:27:06.2603581Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_uint8 PASSED [ 58%] 2022-12-01T10:27:06.2603731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_float64 PASSED [ 58%] 2022-12-01T10:27:06.2603894Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int16 PASSED [ 58%] 2022-12-01T10:27:06.2604061Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int32 PASSED [ 58%] 2022-12-01T10:27:06.2604242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int8 PASSED [ 58%] 2022-12-01T10:27:06.2604405Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bool PASSED [ 58%] 2022-12-01T10:27:06.2604562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int32 PASSED [ 58%] 2022-12-01T10:27:06.2604717Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int8 PASSED [ 58%] 2022-12-01T10:27:06.2604857Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int16 PASSED [ 58%] 2022-12-01T10:27:06.2605012Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int32 PASSED [ 58%] 2022-12-01T10:27:06.2605168Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int8 PASSED [ 58%] 2022-12-01T10:27:06.2605320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_bool PASSED [ 58%] 2022-12-01T10:27:06.2605483Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float64 PASSED [ 58%] 2022-12-01T10:27:06.2605638Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int64 PASSED [ 58%] 2022-12-01T10:27:06.2605792Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int8 PASSED [ 58%] 2022-12-01T10:27:06.2605948Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_uint8 PASSED [ 58%] 2022-12-01T10:27:06.2606095Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bool PASSED [ 58%] 2022-12-01T10:27:06.2606253Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int8 PASSED [ 58%] 2022-12-01T10:27:06.2606438Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 PASSED [ 58%] 2022-12-01T10:27:06.2606619Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 PASSED [ 58%] 2022-12-01T10:27:06.2606804Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 PASSED [ 58%] 2022-12-01T10:27:06.2606992Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:27:06.2607177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 PASSED [ 58%] 2022-12-01T10:27:06.2607356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 PASSED [ 58%] 2022-12-01T10:27:06.2607539Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 PASSED [ 58%] 2022-12-01T10:27:06.2607722Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 PASSED [ 58%] 2022-12-01T10:27:06.2607894Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 PASSED [ 58%] 2022-12-01T10:27:06.2608078Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 PASSED [ 58%] 2022-12-01T10:27:06.2608263Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:27:06.2608482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 PASSED [ 58%] 2022-12-01T10:27:06.2608662Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 PASSED [ 58%] 2022-12-01T10:27:06.2608845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 PASSED [ 58%] 2022-12-01T10:27:06.2609024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 PASSED [ 58%] 2022-12-01T10:27:06.2609200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_bool PASSED [ 58%] 2022-12-01T10:27:06.2609378Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_float64 PASSED [ 58%] 2022-12-01T10:27:06.2609560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int32 PASSED [ 58%] 2022-12-01T10:27:06.2609725Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int64 PASSED [ 58%] 2022-12-01T10:27:06.2609884Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_uint8 PASSED [ 58%] 2022-12-01T10:27:06.2610037Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:27:06.2610195Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex128 PASSED [ 58%] 2022-12-01T10:27:06.2610352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex64 PASSED [ 58%] 2022-12-01T10:27:06.2610503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int32 PASSED [ 58%] 2022-12-01T10:27:06.2610650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int64 PASSED [ 58%] 2022-12-01T10:27:06.2610790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int8 PASSED [ 58%] 2022-12-01T10:27:06.2610944Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bool PASSED [ 58%] 2022-12-01T10:27:06.2611102Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex64 PASSED [ 58%] 2022-12-01T10:27:06.2611259Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float32 PASSED [ 58%] 2022-12-01T10:27:06.2611413Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int16 PASSED [ 58%] 2022-12-01T10:27:06.2611560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int64 PASSED [ 58%] 2022-12-01T10:27:06.2611716Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:27:06.2611872Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float16 PASSED [ 58%] 2022-12-01T10:27:06.2612028Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float32 PASSED [ 58%] 2022-12-01T10:27:06.2612168Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int32 PASSED [ 58%] 2022-12-01T10:27:06.2612323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int64 PASSED [ 58%] 2022-12-01T10:27:06.2612478Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:27:06.2612629Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bool PASSED [ 58%] 2022-12-01T10:27:06.2612780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float64 PASSED [ 58%] 2022-12-01T10:27:06.2612931Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int16 PASSED [ 58%] 2022-12-01T10:27:06.2613077Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int64 PASSED [ 58%] 2022-12-01T10:27:06.2613226Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int8 PASSED [ 58%] 2022-12-01T10:27:06.2613370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:27:06.2613531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex128 PASSED [ 58%] 2022-12-01T10:27:06.2613686Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float16 PASSED [ 58%] 2022-12-01T10:27:06.2613863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float64 PASSED [ 58%] 2022-12-01T10:27:06.2614016Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex128 PASSED [ 58%] 2022-12-01T10:27:06.2614168Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex32 PASSED [ 58%] 2022-12-01T10:27:06.2614319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex64 PASSED [ 58%] 2022-12-01T10:27:06.2614471Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float16 PASSED [ 58%] 2022-12-01T10:27:06.2614606Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float32 PASSED [ 58%] 2022-12-01T10:27:06.2614750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float64 PASSED [ 58%] 2022-12-01T10:27:06.2614921Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int64 PASSED [ 58%] 2022-12-01T10:27:06.2615075Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int8 PASSED [ 58%] 2022-12-01T10:27:06.2615225Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_uint8 PASSED [ 58%] 2022-12-01T10:27:06.2615373Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bool PASSED [ 58%] 2022-12-01T10:27:06.2615524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float16 PASSED [ 58%] 2022-12-01T10:27:06.2615671Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float32 PASSED [ 58%] 2022-12-01T10:27:06.2615816Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float64 PASSED [ 58%] 2022-12-01T10:27:06.2615952Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int16 PASSED [ 58%] 2022-12-01T10:27:06.2616096Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int64 PASSED [ 58%] 2022-12-01T10:27:06.2616245Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int8 PASSED [ 58%] 2022-12-01T10:27:06.2616409Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:27:06.2616571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex128 PASSED [ 58%] 2022-12-01T10:27:06.2616730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float16 PASSED [ 58%] 2022-12-01T10:27:06.2616888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float64 PASSED [ 58%] 2022-12-01T10:27:06.2617043Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int16 PASSED [ 58%] 2022-12-01T10:27:06.2617185Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int64 PASSED [ 58%] 2022-12-01T10:27:06.2617330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bool PASSED [ 58%] 2022-12-01T10:27:06.2617484Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex128 PASSED [ 58%] 2022-12-01T10:27:06.2617633Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float16 PASSED [ 58%] 2022-12-01T10:27:06.2617782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float32 PASSED [ 58%] 2022-12-01T10:27:06.2617926Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float64 PASSED [ 58%] 2022-12-01T10:27:06.2618072Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int16 PASSED [ 58%] 2022-12-01T10:27:06.2618218Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int64 PASSED [ 58%] 2022-12-01T10:27:06.2618351Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int8 PASSED [ 58%] 2022-12-01T10:27:06.2618498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_uint8 PASSED [ 58%] 2022-12-01T10:27:06.2618646Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bool PASSED [ 59%] 2022-12-01T10:27:06.2618802Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex128 PASSED [ 59%] 2022-12-01T10:27:06.2618956Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex64 PASSED [ 59%] 2022-12-01T10:27:06.2619130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float32 PASSED [ 59%] 2022-12-01T10:27:06.2619279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float64 PASSED [ 59%] 2022-12-01T10:27:06.2619427Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int32 PASSED [ 59%] 2022-12-01T10:27:06.2619575Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int64 PASSED [ 59%] 2022-12-01T10:27:06.2619716Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:27:06.2619872Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex128 PASSED [ 59%] 2022-12-01T10:27:06.2620024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float32 PASSED [ 59%] 2022-12-01T10:27:06.2620173Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float64 PASSED [ 59%] 2022-12-01T10:27:06.2620344Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int8 PASSED [ 59%] 2022-12-01T10:27:06.2620513Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex128 XFAIL [ 59%] 2022-12-01T10:27:06.2620675Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex64 XFAIL [ 59%] 2022-12-01T10:27:06.2620834Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float16 XFAIL [ 59%] 2022-12-01T10:27:06.2620979Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float32 XFAIL [ 59%] 2022-12-01T10:27:06.2621133Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float64 XFAIL [ 59%] 2022-12-01T10:27:06.2621288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int64 XFAIL [ 59%] 2022-12-01T10:27:06.2621444Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_uint8 XFAIL [ 59%] 2022-12-01T10:27:06.2621597Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:27:06.2621751Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex64 PASSED [ 59%] 2022-12-01T10:27:06.2621901Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float16 PASSED [ 59%] 2022-12-01T10:27:06.2622048Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float32 PASSED [ 59%] 2022-12-01T10:27:06.2622184Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int16 PASSED [ 59%] 2022-12-01T10:27:06.2622332Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int8 PASSED [ 59%] 2022-12-01T10:27:06.2622526Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex128 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:27:06.2622720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex64 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:27:06.2622912Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float64 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:27:06.2623097Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int16 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:27:06.2623282Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int32 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:27:06.2623459Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int64 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:27:06.2623636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_uint8 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:27:06.2623791Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bool PASSED [ 59%] 2022-12-01T10:27:06.2623941Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex64 PASSED [ 59%] 2022-12-01T10:27:06.2624098Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float16 PASSED [ 59%] 2022-12-01T10:27:06.2624257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float32 PASSED [ 59%] 2022-12-01T10:27:06.2624434Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float64 PASSED [ 59%] 2022-12-01T10:27:06.2624585Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bool PASSED [ 59%] 2022-12-01T10:27:06.2624741Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex128 PASSED [ 59%] 2022-12-01T10:27:06.2624897Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex64 PASSED [ 59%] 2022-12-01T10:27:06.2625049Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float16 PASSED [ 59%] 2022-12-01T10:27:06.2625184Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float32 PASSED [ 59%] 2022-12-01T10:27:06.2625335Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int32 PASSED [ 59%] 2022-12-01T10:27:06.2625482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_uint8 PASSED [ 59%] 2022-12-01T10:27:06.2625664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:27:06.2625818Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bool PASSED [ 59%] 2022-12-01T10:27:06.2625975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex128 PASSED [ 59%] 2022-12-01T10:27:06.2626130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex64 PASSED [ 59%] 2022-12-01T10:27:06.2626283Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float32 PASSED [ 59%] 2022-12-01T10:27:06.2626421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int64 PASSED [ 59%] 2022-12-01T10:27:06.2626569Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int8 PASSED [ 59%] 2022-12-01T10:27:06.2626717Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_uint8 PASSED [ 59%] 2022-12-01T10:27:06.2626879Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:27:06.2627038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bool PASSED [ 59%] 2022-12-01T10:27:06.2627202Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex128 PASSED [ 59%] 2022-12-01T10:27:06.2627365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex64 PASSED [ 59%] 2022-12-01T10:27:06.2627523Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float16 PASSED [ 59%] 2022-12-01T10:27:06.2627680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float32 PASSED [ 59%] 2022-12-01T10:27:06.2627822Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int32 PASSED [ 59%] 2022-12-01T10:27:06.2627976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int64 PASSED [ 59%] 2022-12-01T10:27:06.2628130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int8 PASSED [ 59%] 2022-12-01T10:27:06.2628284Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float32 PASSED [ 59%] 2022-12-01T10:27:06.2628434Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int64 PASSED [ 59%] 2022-12-01T10:27:06.2628585Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int8 PASSED [ 59%] 2022-12-01T10:27:06.2628734Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_uint8 PASSED [ 59%] 2022-12-01T10:27:06.2628888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:27:06.2629032Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex32 PASSED [ 59%] 2022-12-01T10:27:06.2629186Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex64 PASSED [ 59%] 2022-12-01T10:27:06.2629340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float32 PASSED [ 59%] 2022-12-01T10:27:06.2629492Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float64 PASSED [ 59%] 2022-12-01T10:27:06.2629645Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int32 PASSED [ 59%] 2022-12-01T10:27:06.2629819Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int8 PASSED [ 59%] 2022-12-01T10:27:06.2629977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:27:06.2630140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex128 PASSED [ 59%] 2022-12-01T10:27:06.2630298Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float32 PASSED [ 59%] 2022-12-01T10:27:06.2630442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float64 PASSED [ 59%] 2022-12-01T10:27:06.2630599Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int16 PASSED [ 59%] 2022-12-01T10:27:06.2630753Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int32 PASSED [ 59%] 2022-12-01T10:27:06.2630907Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int64 PASSED [ 59%] 2022-12-01T10:27:06.2631089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:27:06.2631257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex128 PASSED [ 59%] 2022-12-01T10:27:06.2631420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex64 PASSED [ 59%] 2022-12-01T10:27:06.2631575Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int8 PASSED [ 59%] 2022-12-01T10:27:06.2631722Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:27:06.2631883Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex128 PASSED [ 59%] 2022-12-01T10:27:06.2632038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int16 PASSED [ 59%] 2022-12-01T10:27:06.2632191Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int32 PASSED [ 59%] 2022-12-01T10:27:06.2632348Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int64 PASSED [ 59%] 2022-12-01T10:27:06.2632502Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:27:06.2632658Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:27:06.2632817Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex128 PASSED [ 59%] 2022-12-01T10:27:06.2632975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex64 PASSED [ 59%] 2022-12-01T10:27:06.2633116Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float16 PASSED [ 59%] 2022-12-01T10:27:06.2633271Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float32 PASSED [ 59%] 2022-12-01T10:27:06.2633423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:27:06.2633582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex32 PASSED [ 59%] 2022-12-01T10:27:06.2633741Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex64 PASSED [ 59%] 2022-12-01T10:27:06.2633897Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float16 PASSED [ 59%] 2022-12-01T10:27:06.2634134Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float64 PASSED [ 59%] 2022-12-01T10:27:06.2634293Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int16 PASSED [ 59%] 2022-12-01T10:27:06.2634431Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int32 PASSED [ 59%] 2022-12-01T10:27:06.2634587Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex128 PASSED [ 59%] 2022-12-01T10:27:06.2634743Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex32 PASSED [ 59%] 2022-12-01T10:27:06.2634897Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float32 PASSED [ 59%] 2022-12-01T10:27:06.2635051Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int16 PASSED [ 59%] 2022-12-01T10:27:06.2635201Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int32 PASSED [ 59%] 2022-12-01T10:27:06.2635416Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int8 PASSED [ 59%] 2022-12-01T10:27:06.2635567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_uint8 PASSED [ 59%] 2022-12-01T10:27:06.2635707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bool PASSED [ 59%] 2022-12-01T10:27:06.2635866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex64 PASSED [ 59%] 2022-12-01T10:27:06.2636021Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float64 PASSED [ 59%] 2022-12-01T10:27:06.2636175Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int64 PASSED [ 59%] 2022-12-01T10:27:06.2636330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:27:06.2636511Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float16 PASSED [ 59%] 2022-12-01T10:27:06.2636773Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float32 PASSED [ 59%] 2022-12-01T10:27:06.2636929Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float64 PASSED [ 59%] 2022-12-01T10:27:06.2637081Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int16 PASSED [ 59%] 2022-12-01T10:27:06.2637217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int64 PASSED [ 59%] 2022-12-01T10:27:06.2637369Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int8 PASSED [ 59%] 2022-12-01T10:27:06.2637524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:27:06.2637674Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bool PASSED [ 59%] 2022-12-01T10:27:06.2637829Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float16 PASSED [ 59%] 2022-12-01T10:27:06.2637982Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int16 PASSED [ 59%] 2022-12-01T10:27:06.2638131Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int32 PASSED [ 59%] 2022-12-01T10:27:06.2638288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:27:06.2638431Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex128 PASSED [ 59%] 2022-12-01T10:27:06.2638588Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float16 PASSED [ 59%] 2022-12-01T10:27:06.2638740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int16 PASSED [ 59%] 2022-12-01T10:27:06.2638888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int64 PASSED [ 59%] 2022-12-01T10:27:06.2639040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int8 PASSED [ 59%] 2022-12-01T10:27:06.2639193Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_uint8 PASSED [ 59%] 2022-12-01T10:27:06.2639370Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_native_batch_norm_cpu_float32 XFAIL [ 59%] 2022-12-01T10:27:06.2639547Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_native_batch_norm_cpu_float64 XFAIL [ 60%] 2022-12-01T10:27:06.2639714Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float32 PASSED [ 60%] 2022-12-01T10:27:06.2639871Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_native_batch_norm_cpu_float32 XFAIL [ 60%] 2022-12-01T10:27:06.2640030Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_bfloat16 XFAIL [ 60%] 2022-12-01T10:27:06.2640187Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float16 XFAIL [ 60%] 2022-12-01T10:27:06.2640344Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float32 XFAIL [ 60%] 2022-12-01T10:27:06.2640498Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float64 XFAIL [ 60%] 2022-12-01T10:27:06.2640666Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex128 PASSED [ 60%] 2022-12-01T10:27:06.2640830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex32 XFAIL [ 60%] 2022-12-01T10:27:06.2641048Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex64 PASSED [ 60%] 2022-12-01T10:27:06.2641199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float16 PASSED [ 60%] 2022-12-01T10:27:06.2641358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int64 PASSED [ 60%] 2022-12-01T10:27:06.2641516Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int8 PASSED [ 60%] 2022-12-01T10:27:06.2641674Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bool PASSED [ 60%] 2022-12-01T10:27:06.2641838Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float32 PASSED [ 60%] 2022-12-01T10:27:06.2642032Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int8 PASSED [ 60%] 2022-12-01T10:27:06.2642197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_uint8 PASSED [ 60%] 2022-12-01T10:27:06.2642370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:27:06.2642541Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex128 PASSED [ 60%] 2022-12-01T10:27:06.2642697Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex64 PASSED [ 60%] 2022-12-01T10:27:06.2642862Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float32 PASSED [ 60%] 2022-12-01T10:27:06.2643027Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float64 PASSED [ 60%] 2022-12-01T10:27:06.2643187Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int8 PASSED [ 60%] 2022-12-01T10:27:06.2643348Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_uint8 PASSED [ 60%] 2022-12-01T10:27:06.2643512Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:27:06.2643680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex128 PASSED [ 60%] 2022-12-01T10:27:06.2643845Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex32 PASSED [ 60%] 2022-12-01T10:27:06.2643998Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex64 PASSED [ 60%] 2022-12-01T10:27:06.2644159Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float64 PASSED [ 60%] 2022-12-01T10:27:06.2644318Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int16 PASSED [ 60%] 2022-12-01T10:27:06.2644476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_uint8 PASSED [ 60%] 2022-12-01T10:27:06.2644646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:27:06.2644821Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex128 PASSED [ 60%] 2022-12-01T10:27:06.2644995Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex64 PASSED [ 60%] 2022-12-01T10:27:06.2645160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:27:06.2645330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex128 PASSED [ 60%] 2022-12-01T10:27:06.2645485Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex64 PASSED [ 60%] 2022-12-01T10:27:06.2645645Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int64 PASSED [ 60%] 2022-12-01T10:27:06.2645804Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int8 PASSED [ 60%] 2022-12-01T10:27:06.2645962Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_uint8 PASSED [ 60%] 2022-12-01T10:27:06.2646125Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:27:06.2646325Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float16 PASSED [ 60%] 2022-12-01T10:27:06.2646483Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int16 PASSED [ 60%] 2022-12-01T10:27:06.2646642Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int8 PASSED [ 60%] 2022-12-01T10:27:06.2646805Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:27:06.2646953Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bool PASSED [ 60%] 2022-12-01T10:27:06.2647116Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float16 PASSED [ 60%] 2022-12-01T10:27:06.2647277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float64 PASSED [ 60%] 2022-12-01T10:27:06.2647464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int16 PASSED [ 60%] 2022-12-01T10:27:06.2647626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int64 PASSED [ 60%] 2022-12-01T10:27:06.2647786Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_uint8 PASSED [ 60%] 2022-12-01T10:27:06.2647948Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float32 PASSED [ 60%] 2022-12-01T10:27:06.2648105Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int16 PASSED [ 60%] 2022-12-01T10:27:06.2648250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int32 PASSED [ 60%] 2022-12-01T10:27:06.2648404Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int64 PASSED [ 60%] 2022-12-01T10:27:06.2648563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:27:06.2648726Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float32 PASSED [ 60%] 2022-12-01T10:27:06.2648886Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float64 PASSED [ 60%] 2022-12-01T10:27:06.2649047Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int16 PASSED [ 60%] 2022-12-01T10:27:06.2649205Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int32 PASSED [ 60%] 2022-12-01T10:27:06.2649361Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int64 PASSED [ 60%] 2022-12-01T10:27:06.2649518Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int8 PASSED [ 60%] 2022-12-01T10:27:06.2649674Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:27:06.2649839Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float32 PASSED [ 60%] 2022-12-01T10:27:06.2649999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int64 PASSED [ 60%] 2022-12-01T10:27:06.2650162Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int8 PASSED [ 60%] 2022-12-01T10:27:06.2650338Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex128 PASSED [ 60%] 2022-12-01T10:27:06.2650513Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex64 PASSED [ 60%] 2022-12-01T10:27:06.2650682Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float16 PASSED [ 60%] 2022-12-01T10:27:06.2650848Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float32 PASSED [ 60%] 2022-12-01T10:27:06.2651013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int64 PASSED [ 60%] 2022-12-01T10:27:06.2651167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int8 PASSED [ 60%] 2022-12-01T10:27:06.2651330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex128 PASSED [ 60%] 2022-12-01T10:27:06.2651493Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float64 PASSED [ 60%] 2022-12-01T10:27:06.2651681Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int64 PASSED [ 60%] 2022-12-01T10:27:06.2651842Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_uint8 PASSED [ 60%] 2022-12-01T10:27:06.2652006Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:27:06.2652165Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bool PASSED [ 60%] 2022-12-01T10:27:06.2652331Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex128 PASSED [ 60%] 2022-12-01T10:27:06.2652496Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex64 PASSED [ 60%] 2022-12-01T10:27:06.2652648Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float32 PASSED [ 60%] 2022-12-01T10:27:06.2652834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int32 PASSED [ 60%] 2022-12-01T10:27:06.2653000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_uint8 PASSED [ 60%] 2022-12-01T10:27:06.2653164Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:27:06.2653324Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float32 PASSED [ 60%] 2022-12-01T10:27:06.2653488Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float64 PASSED [ 60%] 2022-12-01T10:27:06.2653645Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int64 PASSED [ 60%] 2022-12-01T10:27:06.2653803Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int8 PASSED [ 60%] 2022-12-01T10:27:06.2653951Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_uint8 PASSED [ 60%] 2022-12-01T10:27:06.2654114Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:27:06.2654284Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex128 PASSED [ 60%] 2022-12-01T10:27:06.2654448Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex64 PASSED [ 60%] 2022-12-01T10:27:06.2654609Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float64 PASSED [ 60%] 2022-12-01T10:27:06.2654769Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int16 PASSED [ 60%] 2022-12-01T10:27:06.2654926Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int64 PASSED [ 60%] 2022-12-01T10:27:06.2655085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int8 PASSED [ 60%] 2022-12-01T10:27:06.2655244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_uint8 PASSED [ 60%] 2022-12-01T10:27:06.2655399Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:27:06.2655563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float32 PASSED [ 60%] 2022-12-01T10:27:06.2655728Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float64 PASSED [ 60%] 2022-12-01T10:27:06.2655890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int32 PASSED [ 60%] 2022-12-01T10:27:06.2656049Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int8 PASSED [ 60%] 2022-12-01T10:27:06.2656211Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_uint8 PASSED [ 60%] 2022-12-01T10:27:06.2656384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex32 PASSED [ 60%] 2022-12-01T10:27:06.2656556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex64 PASSED [ 60%] 2022-12-01T10:27:06.2656726Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float16 PASSED [ 60%] 2022-12-01T10:27:06.2656878Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int16 PASSED [ 60%] 2022-12-01T10:27:06.2657074Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int8 PASSED [ 60%] 2022-12-01T10:27:06.2657238Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_uint8 PASSED [ 60%] 2022-12-01T10:27:06.2657400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bool PASSED [ 60%] 2022-12-01T10:27:06.2657573Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex32 PASSED [ 60%] 2022-12-01T10:27:06.2657742Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float64 PASSED [ 60%] 2022-12-01T10:27:06.2657909Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int16 PASSED [ 60%] 2022-12-01T10:27:06.2658098Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int32 PASSED [ 60%] 2022-12-01T10:27:06.2658248Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int64 PASSED [ 60%] 2022-12-01T10:27:06.2658414Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int8 PASSED [ 60%] 2022-12-01T10:27:06.2658574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_uint8 PASSED [ 60%] 2022-12-01T10:27:06.2658745Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:27:06.2658916Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex64 PASSED [ 60%] 2022-12-01T10:27:06.2659084Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float32 PASSED [ 60%] 2022-12-01T10:27:06.2659248Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float64 PASSED [ 60%] 2022-12-01T10:27:06.2659416Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int32 PASSED [ 60%] 2022-12-01T10:27:06.2659583Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int8 PASSED [ 60%] 2022-12-01T10:27:06.2659735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_uint8 PASSED [ 60%] 2022-12-01T10:27:06.2659897Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_bool PASSED [ 60%] 2022-12-01T10:27:06.2660055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int8 PASSED [ 60%] 2022-12-01T10:27:06.2660224Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_uint8 PASSED [ 60%] 2022-12-01T10:27:06.2660401Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int16 PASSED [ 60%] 2022-12-01T10:27:06.2660578Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int8 PASSED [ 60%] 2022-12-01T10:27:06.2660754Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_uint8 PASSED [ 60%] 2022-12-01T10:27:06.2660926Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int16 PASSED [ 60%] 2022-12-01T10:27:06.2661092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int32 PASSED [ 61%] 2022-12-01T10:27:06.2661244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int8 PASSED [ 61%] 2022-12-01T10:27:06.2661407Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_uint8 PASSED [ 61%] 2022-12-01T10:27:06.2661575Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_bool PASSED [ 61%] 2022-12-01T10:27:06.2661737Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int16 PASSED [ 61%] 2022-12-01T10:27:06.2661896Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int64 PASSED [ 61%] 2022-12-01T10:27:06.2662059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int8 PASSED [ 61%] 2022-12-01T10:27:06.2662248Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_uint8 PASSED [ 61%] 2022-12-01T10:27:06.2662411Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int32 PASSED [ 61%] 2022-12-01T10:27:06.2662572Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int8 PASSED [ 61%] 2022-12-01T10:27:06.2662722Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_uint8 PASSED [ 61%] 2022-12-01T10:27:06.2662900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bool PASSED [ 61%] 2022-12-01T10:27:06.2663082Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex64 PASSED [ 61%] 2022-12-01T10:27:06.2663286Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float64 PASSED [ 61%] 2022-12-01T10:27:06.2663464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int32 PASSED [ 61%] 2022-12-01T10:27:06.2663638Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int8 PASSED [ 61%] 2022-12-01T10:27:06.2663808Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bool PASSED [ 61%] 2022-12-01T10:27:06.2663985Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex128 PASSED [ 61%] 2022-12-01T10:27:06.2664157Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float16 PASSED [ 61%] 2022-12-01T10:27:06.2664315Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int16 PASSED [ 61%] 2022-12-01T10:27:06.2664481Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int8 PASSED [ 61%] 2022-12-01T10:27:06.2664644Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bool PASSED [ 61%] 2022-12-01T10:27:06.2664811Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex128 PASSED [ 61%] 2022-12-01T10:27:06.2664976Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex32 PASSED [ 61%] 2022-12-01T10:27:06.2665140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex64 PASSED [ 61%] 2022-12-01T10:27:06.2665303Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float32 PASSED [ 61%] 2022-12-01T10:27:06.2665465Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float64 PASSED [ 61%] 2022-12-01T10:27:06.2665621Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int16 PASSED [ 61%] 2022-12-01T10:27:06.2665769Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_uint8 PASSED [ 61%] 2022-12-01T10:27:06.2665933Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float32 PASSED [ 61%] 2022-12-01T10:27:06.2666094Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int64 PASSED [ 61%] 2022-12-01T10:27:06.2666256Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_uint8 PASSED [ 61%] 2022-12-01T10:27:06.2666422Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:27:06.2666590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex32 PASSED [ 61%] 2022-12-01T10:27:06.2666753Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex64 PASSED [ 61%] 2022-12-01T10:27:06.2666916Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float64 PASSED [ 61%] 2022-12-01T10:27:06.2667063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int32 PASSED [ 61%] 2022-12-01T10:27:06.2667223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int8 PASSED [ 61%] 2022-12-01T10:27:06.2667384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_uint8 PASSED [ 61%] 2022-12-01T10:27:06.2667577Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float64 PASSED [ 61%] 2022-12-01T10:27:06.2667738Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int16 PASSED [ 61%] 2022-12-01T10:27:06.2667901Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int32 PASSED [ 61%] 2022-12-01T10:27:06.2668061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int64 PASSED [ 61%] 2022-12-01T10:27:06.2668220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_uint8 PASSED [ 61%] 2022-12-01T10:27:06.2668384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bool PASSED [ 61%] 2022-12-01T10:27:06.2668542Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float16 PASSED [ 61%] 2022-12-01T10:27:06.2668736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int32 PASSED [ 61%] 2022-12-01T10:27:06.2668904Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int8 PASSED [ 61%] 2022-12-01T10:27:06.2669069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_uint8 PASSED [ 61%] 2022-12-01T10:27:06.2669236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float16 PASSED [ 61%] 2022-12-01T10:27:06.2669402Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int16 PASSED [ 61%] 2022-12-01T10:27:06.2669561Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bool PASSED [ 61%] 2022-12-01T10:27:06.2669728Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex32 PASSED [ 61%] 2022-12-01T10:27:06.2669890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex64 PASSED [ 61%] 2022-12-01T10:27:06.2670041Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_uint8 PASSED [ 61%] 2022-12-01T10:27:06.2670217Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:27:06.2670385Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bool PASSED [ 61%] 2022-12-01T10:27:06.2670556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float32 PASSED [ 61%] 2022-12-01T10:27:06.2670724Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int16 PASSED [ 61%] 2022-12-01T10:27:06.2670891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int32 PASSED [ 61%] 2022-12-01T10:27:06.2671054Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int64 PASSED [ 61%] 2022-12-01T10:27:06.2671216Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_uint8 PASSED [ 61%] 2022-12-01T10:27:06.2671384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:27:06.2671538Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex128 PASSED [ 61%] 2022-12-01T10:27:06.2671700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float16 PASSED [ 61%] 2022-12-01T10:27:06.2671864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float32 PASSED [ 61%] 2022-12-01T10:27:06.2672027Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float64 PASSED [ 61%] 2022-12-01T10:27:06.2672188Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int16 PASSED [ 61%] 2022-12-01T10:27:06.2672346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int32 PASSED [ 61%] 2022-12-01T10:27:06.2672504Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int8 PASSED [ 61%] 2022-12-01T10:27:06.2672663Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_uint8 PASSED [ 61%] 2022-12-01T10:27:06.2672859Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:27:06.2673030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bool PASSED [ 61%] 2022-12-01T10:27:06.2673208Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex128 PASSED [ 61%] 2022-12-01T10:27:06.2673382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float16 PASSED [ 61%] 2022-12-01T10:27:06.2673554Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float32 PASSED [ 61%] 2022-12-01T10:27:06.2673725Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float64 PASSED [ 61%] 2022-12-01T10:27:06.2673897Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int16 PASSED [ 61%] 2022-12-01T10:27:06.2674166Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int32 PASSED [ 61%] 2022-12-01T10:27:06.2674356Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:27:06.2674517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bool PASSED [ 61%] 2022-12-01T10:27:06.2674701Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex128 PASSED [ 61%] 2022-12-01T10:27:06.2674877Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float16 PASSED [ 61%] 2022-12-01T10:27:06.2675052Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int16 PASSED [ 61%] 2022-12-01T10:27:06.2675227Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int32 PASSED [ 61%] 2022-12-01T10:27:06.2675403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int64 PASSED [ 61%] 2022-12-01T10:27:06.2675578Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:27:06.2675753Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex128 PASSED [ 61%] 2022-12-01T10:27:06.2675925Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float16 PASSED [ 61%] 2022-12-01T10:27:06.2676092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float32 PASSED [ 61%] 2022-12-01T10:27:06.2676244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float64 PASSED [ 61%] 2022-12-01T10:27:06.2676413Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int16 PASSED [ 61%] 2022-12-01T10:27:06.2676685Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int8 PASSED [ 61%] 2022-12-01T10:27:06.2676857Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_uint8 PASSED [ 61%] 2022-12-01T10:27:06.2677026Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bool PASSED [ 61%] 2022-12-01T10:27:06.2677196Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float16 PASSED [ 61%] 2022-12-01T10:27:06.2677362Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float64 PASSED [ 61%] 2022-12-01T10:27:06.2677527Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int16 PASSED [ 61%] 2022-12-01T10:27:06.2677682Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int64 PASSED [ 61%] 2022-12-01T10:27:06.2677849Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int8 PASSED [ 61%] 2022-12-01T10:27:06.2678015Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_uint8 PASSED [ 61%] 2022-12-01T10:27:06.2678178Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bool PASSED [ 61%] 2022-12-01T10:27:06.2678392Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex64 PASSED [ 61%] 2022-12-01T10:27:06.2678556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float64 PASSED [ 61%] 2022-12-01T10:27:06.2678715Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int16 PASSED [ 61%] 2022-12-01T10:27:06.2678874Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int32 PASSED [ 61%] 2022-12-01T10:27:06.2679035Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int64 PASSED [ 61%] 2022-12-01T10:27:06.2679180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int8 PASSED [ 61%] 2022-12-01T10:27:06.2679344Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float64 PASSED [ 61%] 2022-12-01T10:27:06.2679540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int32 PASSED [ 61%] 2022-12-01T10:27:06.2679711Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:27:06.2679919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_complex128 PASSED [ 61%] 2022-12-01T10:27:06.2680156Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_complex64 PASSED [ 61%] 2022-12-01T10:27:06.2680325Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_float32 PASSED [ 61%] 2022-12-01T10:27:06.2680489Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int8 PASSED [ 61%] 2022-12-01T10:27:06.2680653Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_uint8 PASSED [ 61%] 2022-12-01T10:27:06.2680814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex128 PASSED [ 61%] 2022-12-01T10:27:06.2680991Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex32 PASSED [ 61%] 2022-12-01T10:27:06.2681161Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float32 PASSED [ 61%] 2022-12-01T10:27:06.2681327Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int16 PASSED [ 61%] 2022-12-01T10:27:06.2681493Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int8 PASSED [ 61%] 2022-12-01T10:27:06.2681658Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_uint8 PASSED [ 61%] 2022-12-01T10:27:06.2681829Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:27:06.2682003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex128 PASSED [ 61%] 2022-12-01T10:27:06.2682174Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex64 PASSED [ 61%] 2022-12-01T10:27:06.2682330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float16 PASSED [ 61%] 2022-12-01T10:27:06.2682495Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float32 PASSED [ 61%] 2022-12-01T10:27:06.2682659Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float64 PASSED [ 61%] 2022-12-01T10:27:06.2682823Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int8 PASSED [ 61%] 2022-12-01T10:27:06.2682987Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_uint8 PASSED [ 61%] 2022-12-01T10:27:06.2683152Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bool PASSED [ 61%] 2022-12-01T10:27:06.2683319Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float32 PASSED [ 62%] 2022-12-01T10:27:06.2683484Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int32 PASSED [ 62%] 2022-12-01T10:27:06.2683636Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int64 PASSED [ 62%] 2022-12-01T10:27:06.2683817Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:27:06.2684048Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float16 PASSED [ 62%] 2022-12-01T10:27:06.2684225Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int32 PASSED [ 62%] 2022-12-01T10:27:06.2684400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int64 PASSED [ 62%] 2022-12-01T10:27:06.2684574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int8 PASSED [ 62%] 2022-12-01T10:27:06.2684758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex128 PASSED [ 62%] 2022-12-01T10:27:06.2684936Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int8 PASSED [ 62%] 2022-12-01T10:27:06.2685141Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_uint8 PASSED [ 62%] 2022-12-01T10:27:06.2685313Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:27:06.2685489Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int32 PASSED [ 62%] 2022-12-01T10:27:06.2685656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:27:06.2685827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex128 PASSED [ 62%] 2022-12-01T10:27:06.2685990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float16 PASSED [ 62%] 2022-12-01T10:27:06.2686153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float32 PASSED [ 62%] 2022-12-01T10:27:06.2686318Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int16 PASSED [ 62%] 2022-12-01T10:27:06.2686481Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int32 PASSED [ 62%] 2022-12-01T10:27:06.2686646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int64 PASSED [ 62%] 2022-12-01T10:27:06.2686799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float32 PASSED [ 62%] 2022-12-01T10:27:06.2686963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int32 PASSED [ 62%] 2022-12-01T10:27:06.2687123Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_uint8 PASSED [ 62%] 2022-12-01T10:27:06.2687337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:27:06.2687554Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:27:06.2687763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:27:06.2687965Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:27:06.2688164Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:27:06.2688358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:27:06.2688549Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:27:06.2688746Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:27:06.2688963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:27:06.2689200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:27:06.2689411Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:27:06.2689618Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:27:06.2689825Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:27:06.2690029Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:27:06.2690259Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:27:06.2690467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:27:06.2690627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bool PASSED [ 62%] 2022-12-01T10:27:06.2690783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex128 PASSED [ 62%] 2022-12-01T10:27:06.2690949Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex32 PASSED [ 62%] 2022-12-01T10:27:06.2691110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float32 PASSED [ 62%] 2022-12-01T10:27:06.2691270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float64 PASSED [ 62%] 2022-12-01T10:27:06.2691427Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int64 PASSED [ 62%] 2022-12-01T10:27:06.2691585Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_uint8 PASSED [ 62%] 2022-12-01T10:27:06.2691748Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:27:06.2691912Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int32 PASSED [ 62%] 2022-12-01T10:27:06.2692073Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int64 PASSED [ 62%] 2022-12-01T10:27:06.2692226Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:27:06.2692388Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float64 PASSED [ 62%] 2022-12-01T10:27:06.2692545Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int32 PASSED [ 62%] 2022-12-01T10:27:06.2692704Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int8 PASSED [ 62%] 2022-12-01T10:27:06.2692873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:27:06.2693037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float32 PASSED [ 62%] 2022-12-01T10:27:06.2693206Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float64 PASSED [ 62%] 2022-12-01T10:27:06.2693367Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int64 PASSED [ 62%] 2022-12-01T10:27:06.2693528Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int8 PASSED [ 62%] 2022-12-01T10:27:06.2693679Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:27:06.2693840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float32 PASSED [ 62%] 2022-12-01T10:27:06.2693998Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int16 PASSED [ 62%] 2022-12-01T10:27:06.2694158Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int32 PASSED [ 62%] 2022-12-01T10:27:06.2694312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int64 PASSED [ 62%] 2022-12-01T10:27:06.2694502Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int8 PASSED [ 62%] 2022-12-01T10:27:06.2694657Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_uint8 PASSED [ 62%] 2022-12-01T10:27:06.2694815Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bool PASSED [ 62%] 2022-12-01T10:27:06.2694969Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex128 PASSED [ 62%] 2022-12-01T10:27:06.2695130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float32 PASSED [ 62%] 2022-12-01T10:27:06.2695291Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float64 PASSED [ 62%] 2022-12-01T10:27:06.2695449Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int32 PASSED [ 62%] 2022-12-01T10:27:06.2695633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int8 PASSED [ 62%] 2022-12-01T10:27:06.2695792Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_uint8 PASSED [ 62%] 2022-12-01T10:27:06.2695970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex128 PASSED [ 62%] 2022-12-01T10:27:06.2696142Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex64 PASSED [ 62%] 2022-12-01T10:27:06.2696314Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float16 PASSED [ 62%] 2022-12-01T10:27:06.2696469Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float64 PASSED [ 62%] 2022-12-01T10:27:06.2696635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int64 PASSED [ 62%] 2022-12-01T10:27:06.2696797Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_uint8 PASSED [ 62%] 2022-12-01T10:27:06.2696959Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:27:06.2697132Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex64 PASSED [ 62%] 2022-12-01T10:27:06.2697297Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float16 PASSED [ 62%] 2022-12-01T10:27:06.2697460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float32 PASSED [ 62%] 2022-12-01T10:27:06.2697625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int32 PASSED [ 62%] 2022-12-01T10:27:06.2697788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int8 PASSED [ 62%] 2022-12-01T10:27:06.2697938Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bool PASSED [ 62%] 2022-12-01T10:27:06.2698101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float32 PASSED [ 62%] 2022-12-01T10:27:06.2698267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float64 PASSED [ 62%] 2022-12-01T10:27:06.2698430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int32 PASSED [ 62%] 2022-12-01T10:27:06.2698589Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int8 PASSED [ 62%] 2022-12-01T10:27:06.2698753Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex128 PASSED [ 62%] 2022-12-01T10:27:06.2698916Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex64 PASSED [ 62%] 2022-12-01T10:27:06.2699075Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float16 PASSED [ 62%] 2022-12-01T10:27:06.2699223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float64 PASSED [ 62%] 2022-12-01T10:27:06.2699380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int32 PASSED [ 62%] 2022-12-01T10:27:06.2699540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int8 PASSED [ 62%] 2022-12-01T10:27:06.2699703Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_bool PASSED [ 62%] 2022-12-01T10:27:06.2699909Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex128 PASSED [ 62%] 2022-12-01T10:27:06.2700069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int16 PASSED [ 62%] 2022-12-01T10:27:06.2700231Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int8 PASSED [ 62%] 2022-12-01T10:27:06.2700393Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_bool PASSED [ 62%] 2022-12-01T10:27:06.2700561Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex128 PASSED [ 62%] 2022-12-01T10:27:06.2700719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex64 PASSED [ 62%] 2022-12-01T10:27:06.2700911Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float32 PASSED [ 62%] 2022-12-01T10:27:06.2701076Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float64 PASSED [ 62%] 2022-12-01T10:27:06.2701241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int16 PASSED [ 62%] 2022-12-01T10:27:06.2701403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int32 PASSED [ 62%] 2022-12-01T10:27:06.2701565Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int8 PASSED [ 62%] 2022-12-01T10:27:06.2701727Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_uint8 PASSED [ 62%] 2022-12-01T10:27:06.2701889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_bool PASSED [ 62%] 2022-12-01T10:27:06.2702062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex128 PASSED [ 62%] 2022-12-01T10:27:06.2702217Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int16 PASSED [ 62%] 2022-12-01T10:27:06.2702380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int32 PASSED [ 62%] 2022-12-01T10:27:06.2702548Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int8 PASSED [ 62%] 2022-12-01T10:27:06.2702729Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex128 PASSED [ 62%] 2022-12-01T10:27:06.2702904Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float16 PASSED [ 62%] 2022-12-01T10:27:06.2703077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float64 PASSED [ 62%] 2022-12-01T10:27:06.2703247Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int16 PASSED [ 62%] 2022-12-01T10:27:06.2703410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int64 PASSED [ 62%] 2022-12-01T10:27:06.2703581Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int8 PASSED [ 62%] 2022-12-01T10:27:06.2703731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_bool PASSED [ 62%] 2022-12-01T10:27:06.2703896Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int8 PASSED [ 62%] 2022-12-01T10:27:06.2704065Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex64 PASSED [ 62%] 2022-12-01T10:27:06.2704229Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float64 PASSED [ 62%] 2022-12-01T10:27:06.2704389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int16 PASSED [ 62%] 2022-12-01T10:27:06.2704553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int8 PASSED [ 62%] 2022-12-01T10:27:06.2704719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float64 PASSED [ 62%] 2022-12-01T10:27:06.2704884Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int16 PASSED [ 62%] 2022-12-01T10:27:06.2705074Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int64 PASSED [ 62%] 2022-12-01T10:27:06.2705234Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex128 PASSED [ 62%] 2022-12-01T10:27:06.2705402Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float32 PASSED [ 62%] 2022-12-01T10:27:06.2705565Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float64 PASSED [ 62%] 2022-12-01T10:27:06.2705729Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int8 PASSED [ 62%] 2022-12-01T10:27:06.2705891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_uint8 PASSED [ 63%] 2022-12-01T10:27:06.2706061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex128 PASSED [ 63%] 2022-12-01T10:27:06.2706261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex64 PASSED [ 63%] 2022-12-01T10:27:06.2706433Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float32 PASSED [ 63%] 2022-12-01T10:27:06.2706581Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int32 PASSED [ 63%] 2022-12-01T10:27:06.2706743Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int64 PASSED [ 63%] 2022-12-01T10:27:06.2706908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int32 PASSED [ 63%] 2022-12-01T10:27:06.2707086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:27:06.2707255Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bool PASSED [ 63%] 2022-12-01T10:27:06.2707434Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex128 PASSED [ 63%] 2022-12-01T10:27:06.2707613Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex32 PASSED [ 63%] 2022-12-01T10:27:06.2707788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float16 PASSED [ 63%] 2022-12-01T10:27:06.2707961Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float32 PASSED [ 63%] 2022-12-01T10:27:06.2708120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int32 PASSED [ 63%] 2022-12-01T10:27:06.2708290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int8 PASSED [ 63%] 2022-12-01T10:27:06.2708455Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_bool PASSED [ 63%] 2022-12-01T10:27:06.2708621Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float32 PASSED [ 63%] 2022-12-01T10:27:06.2708782Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float64 PASSED [ 63%] 2022-12-01T10:27:06.2708949Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int32 PASSED [ 63%] 2022-12-01T10:27:06.2709113Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int64 PASSED [ 63%] 2022-12-01T10:27:06.2709276Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int8 PASSED [ 63%] 2022-12-01T10:27:06.2709437Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_bool PASSED [ 63%] 2022-12-01T10:27:06.2709589Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int32 PASSED [ 63%] 2022-12-01T10:27:06.2709751Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int64 PASSED [ 63%] 2022-12-01T10:27:06.2709913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_bool PASSED [ 63%] 2022-12-01T10:27:06.2710084Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float64 PASSED [ 63%] 2022-12-01T10:27:06.2710248Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int64 PASSED [ 63%] 2022-12-01T10:27:06.2710447Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex64 PASSED [ 63%] 2022-12-01T10:27:06.2710609Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int16 PASSED [ 63%] 2022-12-01T10:27:06.2710768Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int32 PASSED [ 63%] 2022-12-01T10:27:06.2710931Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int8 PASSED [ 63%] 2022-12-01T10:27:06.2711093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex128 PASSED [ 63%] 2022-12-01T10:27:06.2711256Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int16 PASSED [ 63%] 2022-12-01T10:27:06.2711444Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int32 PASSED [ 63%] 2022-12-01T10:27:06.2711606Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int64 PASSED [ 63%] 2022-12-01T10:27:06.2711770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int8 PASSED [ 63%] 2022-12-01T10:27:06.2711941Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex64 PASSED [ 63%] 2022-12-01T10:27:06.2712110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float64 PASSED [ 63%] 2022-12-01T10:27:06.2712274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int16 PASSED [ 63%] 2022-12-01T10:27:06.2712440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float32 PASSED [ 63%] 2022-12-01T10:27:06.2712587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int16 PASSED [ 63%] 2022-12-01T10:27:06.2712745Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int32 PASSED [ 63%] 2022-12-01T10:27:06.2712902Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int64 PASSED [ 63%] 2022-12-01T10:27:06.2713070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_bool PASSED [ 63%] 2022-12-01T10:27:06.2713235Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float64 PASSED [ 63%] 2022-12-01T10:27:06.2713398Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int16 PASSED [ 63%] 2022-12-01T10:27:06.2713560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int8 PASSED [ 63%] 2022-12-01T10:27:06.2713722Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_bool PASSED [ 63%] 2022-12-01T10:27:06.2713889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float32 PASSED [ 63%] 2022-12-01T10:27:06.2714118Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int8 PASSED [ 63%] 2022-12-01T10:27:06.2714286Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex32 PASSED [ 63%] 2022-12-01T10:27:06.2714454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex64 PASSED [ 63%] 2022-12-01T10:27:06.2714616Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float16 PASSED [ 63%] 2022-12-01T10:27:06.2714776Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int64 PASSED [ 63%] 2022-12-01T10:27:06.2714938Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int8 PASSED [ 63%] 2022-12-01T10:27:06.2715098Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_uint8 PASSED [ 63%] 2022-12-01T10:27:06.2715266Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:27:06.2715420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float16 PASSED [ 63%] 2022-12-01T10:27:06.2715581Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float32 PASSED [ 63%] 2022-12-01T10:27:06.2715776Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int16 PASSED [ 63%] 2022-12-01T10:27:06.2715939Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int32 PASSED [ 63%] 2022-12-01T10:27:06.2716104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_uint8 PASSED [ 63%] 2022-12-01T10:27:06.2716271Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex64 PASSED [ 63%] 2022-12-01T10:27:06.2716433Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int16 PASSED [ 63%] 2022-12-01T10:27:06.2716704Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int32 PASSED [ 63%] 2022-12-01T10:27:06.2716864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int64 PASSED [ 63%] 2022-12-01T10:27:06.2717085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_uint8 PASSED [ 63%] 2022-12-01T10:27:06.2717257Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:27:06.2717426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex64 PASSED [ 63%] 2022-12-01T10:27:06.2717593Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float64 PASSED [ 63%] 2022-12-01T10:27:06.2717760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int16 PASSED [ 63%] 2022-12-01T10:27:06.2717931Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex128 PASSED [ 63%] 2022-12-01T10:27:06.2718095Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float16 PASSED [ 63%] 2022-12-01T10:27:06.2718262Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float64 PASSED [ 63%] 2022-12-01T10:27:06.2718430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int32 PASSED [ 63%] 2022-12-01T10:27:06.2718580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int64 PASSED [ 63%] 2022-12-01T10:27:06.2718748Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bool PASSED [ 63%] 2022-12-01T10:27:06.2718924Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex128 PASSED [ 63%] 2022-12-01T10:27:06.2719100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex64 PASSED [ 63%] 2022-12-01T10:27:06.2719273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float16 PASSED [ 63%] 2022-12-01T10:27:06.2719445Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int16 PASSED [ 63%] 2022-12-01T10:27:06.2719612Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_uint8 PASSED [ 63%] 2022-12-01T10:27:06.2719780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float64 PASSED [ 63%] 2022-12-01T10:27:06.2719945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int16 PASSED [ 63%] 2022-12-01T10:27:06.2720092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int8 PASSED [ 63%] 2022-12-01T10:27:06.2720267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float16 PASSED [ 63%] 2022-12-01T10:27:06.2720439Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float32 PASSED [ 63%] 2022-12-01T10:27:06.2720611Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float64 PASSED [ 63%] 2022-12-01T10:27:06.2720781Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int16 PASSED [ 63%] 2022-12-01T10:27:06.2720945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int64 PASSED [ 63%] 2022-12-01T10:27:06.2721114Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int8 PASSED [ 63%] 2022-12-01T10:27:06.2721324Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float16 PASSED [ 63%] 2022-12-01T10:27:06.2721472Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int16 PASSED [ 63%] 2022-12-01T10:27:06.2721630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int32 PASSED [ 63%] 2022-12-01T10:27:06.2721788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int8 PASSED [ 63%] 2022-12-01T10:27:06.2721946Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bool PASSED [ 63%] 2022-12-01T10:27:06.2722104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int16 PASSED [ 63%] 2022-12-01T10:27:06.2722261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int32 PASSED [ 63%] 2022-12-01T10:27:06.2722441Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int64 PASSED [ 63%] 2022-12-01T10:27:06.2722601Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int8 PASSED [ 63%] 2022-12-01T10:27:06.2722757Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_uint8 PASSED [ 63%] 2022-12-01T10:27:06.2722926Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_bfloat16 SKIPPED (Skipped!) [ 63%] 2022-12-01T10:27:06.2723093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float16 PASSED [ 63%] 2022-12-01T10:27:06.2723256Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float64 PASSED [ 63%] 2022-12-01T10:27:06.2723416Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int32 PASSED [ 63%] 2022-12-01T10:27:06.2723576Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int64 PASSED [ 63%] 2022-12-01T10:27:06.2723736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_uint8 PASSED [ 63%] 2022-12-01T10:27:06.2723901Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:27:06.2724060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bool PASSED [ 63%] 2022-12-01T10:27:06.2724221Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float16 PASSED [ 63%] 2022-12-01T10:27:06.2724367Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float32 PASSED [ 63%] 2022-12-01T10:27:06.2724523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float64 PASSED [ 63%] 2022-12-01T10:27:06.2724678Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int16 PASSED [ 63%] 2022-12-01T10:27:06.2724838Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:27:06.2724998Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float32 PASSED [ 63%] 2022-12-01T10:27:06.2725156Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int32 PASSED [ 63%] 2022-12-01T10:27:06.2725316Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int64 PASSED [ 63%] 2022-12-01T10:27:06.2725471Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_uint8 PASSED [ 63%] 2022-12-01T10:27:06.2725626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bool PASSED [ 63%] 2022-12-01T10:27:06.2725795Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float16 PASSED [ 63%] 2022-12-01T10:27:06.2725960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float64 PASSED [ 63%] 2022-12-01T10:27:06.2726126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int16 PASSED [ 63%] 2022-12-01T10:27:06.2726290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int8 PASSED [ 63%] 2022-12-01T10:27:06.2726458Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex32 PASSED [ 63%] 2022-12-01T10:27:06.2726649Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float16 PASSED [ 63%] 2022-12-01T10:27:06.2726813Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float32 PASSED [ 63%] 2022-12-01T10:27:06.2726977Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float64 PASSED [ 63%] 2022-12-01T10:27:06.2727127Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int32 PASSED [ 63%] 2022-12-01T10:27:06.2727291Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_uint8 PASSED [ 63%] 2022-12-01T10:27:06.2727456Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:27:06.2727619Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bool PASSED [ 63%] 2022-12-01T10:27:06.2727816Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex128 PASSED [ 64%] 2022-12-01T10:27:06.2727989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex32 PASSED [ 64%] 2022-12-01T10:27:06.2728153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float64 PASSED [ 64%] 2022-12-01T10:27:06.2728310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int16 PASSED [ 64%] 2022-12-01T10:27:06.2728472Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int64 PASSED [ 64%] 2022-12-01T10:27:06.2728625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float32 PASSED [ 64%] 2022-12-01T10:27:06.2728786Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:27:06.2728946Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float32 PASSED [ 64%] 2022-12-01T10:27:06.2729103Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int16 PASSED [ 64%] 2022-12-01T10:27:06.2729269Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float16 PASSED [ 64%] 2022-12-01T10:27:06.2729434Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float32 PASSED [ 64%] 2022-12-01T10:27:06.2729601Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:27:06.2729765Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float16 PASSED [ 64%] 2022-12-01T10:27:06.2729929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex32 PASSED [ 64%] 2022-12-01T10:27:06.2730081Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex64 PASSED [ 64%] 2022-12-01T10:27:06.2730249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:27:06.2730424Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex128 PASSED [ 64%] 2022-12-01T10:27:06.2730595Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float16 PASSED [ 64%] 2022-12-01T10:27:06.2730762Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float64 PASSED [ 64%] 2022-12-01T10:27:06.2730929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int16 PASSED [ 64%] 2022-12-01T10:27:06.2731091Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int8 PASSED [ 64%] 2022-12-01T10:27:06.2731266Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex128 PASSED [ 64%] 2022-12-01T10:27:06.2731429Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex64 PASSED [ 64%] 2022-12-01T10:27:06.2731599Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float16 PASSED [ 64%] 2022-12-01T10:27:06.2731764Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float32 PASSED [ 64%] 2022-12-01T10:27:06.2731959Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int32 PASSED [ 64%] 2022-12-01T10:27:06.2732122Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int64 PASSED [ 64%] 2022-12-01T10:27:06.2732282Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_uint8 PASSED [ 64%] 2022-12-01T10:27:06.2732454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:27:06.2732626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float32 PASSED [ 64%] 2022-12-01T10:27:06.2732792Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float64 PASSED [ 64%] 2022-12-01T10:27:06.2732972Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int16 PASSED [ 64%] 2022-12-01T10:27:06.2733139Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int8 PASSED [ 64%] 2022-12-01T10:27:06.2733319Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex128 PASSED [ 64%] 2022-12-01T10:27:06.2733496Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex64 PASSED [ 64%] 2022-12-01T10:27:06.2733666Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float32 PASSED [ 64%] 2022-12-01T10:27:06.2733837Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float64 PASSED [ 64%] 2022-12-01T10:27:06.2734003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int32 PASSED [ 64%] 2022-12-01T10:27:06.2734168Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int64 PASSED [ 64%] 2022-12-01T10:27:06.2734340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex64 PASSED [ 64%] 2022-12-01T10:27:06.2734495Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float32 PASSED [ 64%] 2022-12-01T10:27:06.2734658Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float64 PASSED [ 64%] 2022-12-01T10:27:06.2734822Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int32 PASSED [ 64%] 2022-12-01T10:27:06.2734983Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int8 PASSED [ 64%] 2022-12-01T10:27:06.2735151Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:27:06.2735315Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bool PASSED [ 64%] 2022-12-01T10:27:06.2735488Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex128 PASSED [ 64%] 2022-12-01T10:27:06.2735656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex64 PASSED [ 64%] 2022-12-01T10:27:06.2735822Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float32 PASSED [ 64%] 2022-12-01T10:27:06.2735974Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float64 PASSED [ 64%] 2022-12-01T10:27:06.2736138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int32 PASSED [ 64%] 2022-12-01T10:27:06.2736303Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int64 PASSED [ 64%] 2022-12-01T10:27:06.2736467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_uint8 PASSED [ 64%] 2022-12-01T10:27:06.2736633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex128 PASSED [ 64%] 2022-12-01T10:27:06.2736798Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex32 PASSED [ 64%] 2022-12-01T10:27:06.2736961Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int32 PASSED [ 64%] 2022-12-01T10:27:06.2737121Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int64 PASSED [ 64%] 2022-12-01T10:27:06.2737312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_uint8 PASSED [ 64%] 2022-12-01T10:27:06.2737463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:27:06.2737623Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bool PASSED [ 64%] 2022-12-01T10:27:06.2737792Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex128 PASSED [ 64%] 2022-12-01T10:27:06.2737958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float64 PASSED [ 64%] 2022-12-01T10:27:06.2738120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int64 PASSED [ 64%] 2022-12-01T10:27:06.2738306Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_uint8 PASSED [ 64%] 2022-12-01T10:27:06.2738473Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bool PASSED [ 64%] 2022-12-01T10:27:06.2738642Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float32 PASSED [ 64%] 2022-12-01T10:27:06.2738795Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int64 PASSED [ 64%] 2022-12-01T10:27:06.2738958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int8 PASSED [ 64%] 2022-12-01T10:27:06.2739126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:27:06.2739292Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float32 PASSED [ 64%] 2022-12-01T10:27:06.2739457Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int16 PASSED [ 64%] 2022-12-01T10:27:06.2739623Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int32 PASSED [ 64%] 2022-12-01T10:27:06.2739787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int64 PASSED [ 64%] 2022-12-01T10:27:06.2739957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:27:06.2740117Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float16 PASSED [ 64%] 2022-12-01T10:27:06.2740267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float32 PASSED [ 64%] 2022-12-01T10:27:06.2740428Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int16 PASSED [ 64%] 2022-12-01T10:27:06.2740587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int64 PASSED [ 64%] 2022-12-01T10:27:06.2740749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_uint8 PASSED [ 64%] 2022-12-01T10:27:06.2740907Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int16 PASSED [ 64%] 2022-12-01T10:27:06.2741070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_uint8 PASSED [ 64%] 2022-12-01T10:27:06.2741234Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:27:06.2741393Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float32 PASSED [ 64%] 2022-12-01T10:27:06.2741551Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int32 PASSED [ 64%] 2022-12-01T10:27:06.2741696Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int64 PASSED [ 64%] 2022-12-01T10:27:06.2741857Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float32 PASSED [ 64%] 2022-12-01T10:27:06.2742019Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float64 PASSED [ 64%] 2022-12-01T10:27:06.2742181Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int16 PASSED [ 64%] 2022-12-01T10:27:06.2742343Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int32 PASSED [ 64%] 2022-12-01T10:27:06.2742536Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int8 PASSED [ 64%] 2022-12-01T10:27:06.2742697Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_uint8 PASSED [ 64%] 2022-12-01T10:27:06.2742877Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float16 PASSED [ 64%] 2022-12-01T10:27:06.2743054Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float32 PASSED [ 64%] 2022-12-01T10:27:06.2743216Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float64 PASSED [ 64%] 2022-12-01T10:27:06.2743388Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:27:06.2743563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex128 PASSED [ 64%] 2022-12-01T10:27:06.2743759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float64 PASSED [ 64%] 2022-12-01T10:27:06.2743938Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex128 PASSED [ 64%] 2022-12-01T10:27:06.2744108Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex64 PASSED [ 64%] 2022-12-01T10:27:06.2744276Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float64 PASSED [ 64%] 2022-12-01T10:27:06.2744457Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex128 PASSED [ 64%] 2022-12-01T10:27:06.2744632Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float32 PASSED [ 64%] 2022-12-01T10:27:06.2744793Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float64 PASSED [ 64%] 2022-12-01T10:27:06.2744980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex128 PASSED [ 64%] 2022-12-01T10:27:06.2745158Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float16 PASSED [ 64%] 2022-12-01T10:27:06.2745335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float64 PASSED [ 64%] 2022-12-01T10:27:06.2745505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:27:06.2745672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float16 PASSED [ 64%] 2022-12-01T10:27:06.2745834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float32 PASSED [ 64%] 2022-12-01T10:27:06.2745995Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float64 PASSED [ 64%] 2022-12-01T10:27:06.2746157Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int16 XFAIL [ 64%] 2022-12-01T10:27:06.2746312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int64 XFAIL [ 64%] 2022-12-01T10:27:06.2746479Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int8 PASSED [ 64%] 2022-12-01T10:27:06.2746645Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_uint8 PASSED [ 64%] 2022-12-01T10:27:06.2746810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:27:06.2746970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bool PASSED [ 64%] 2022-12-01T10:27:06.2747136Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex128 PASSED [ 64%] 2022-12-01T10:27:06.2747300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex64 PASSED [ 64%] 2022-12-01T10:27:06.2747463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float32 PASSED [ 64%] 2022-12-01T10:27:06.2747614Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float64 PASSED [ 64%] 2022-12-01T10:27:06.2747799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int16 PASSED [ 64%] 2022-12-01T10:27:06.2747958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int32 PASSED [ 64%] 2022-12-01T10:27:06.2748119Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_uint8 PASSED [ 64%] 2022-12-01T10:27:06.2748283Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:27:06.2748443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bool PASSED [ 64%] 2022-12-01T10:27:06.2748600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int16 PASSED [ 64%] 2022-12-01T10:27:06.2748760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int64 PASSED [ 64%] 2022-12-01T10:27:06.2748945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int8 PASSED [ 64%] 2022-12-01T10:27:06.2749098Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:27:06.2749267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex128 PASSED [ 64%] 2022-12-01T10:27:06.2749428Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float32 PASSED [ 64%] 2022-12-01T10:27:06.2749588Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float64 PASSED [ 65%] 2022-12-01T10:27:06.2749747Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int32 PASSED [ 65%] 2022-12-01T10:27:06.2749905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int8 PASSED [ 65%] 2022-12-01T10:27:06.2750061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_uint8 PASSED [ 65%] 2022-12-01T10:27:06.2750224Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:27:06.2750382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bool PASSED [ 65%] 2022-12-01T10:27:06.2750538Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex128 PASSED [ 65%] 2022-12-01T10:27:06.2750699Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex64 PASSED [ 65%] 2022-12-01T10:27:06.2750861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float32 PASSED [ 65%] 2022-12-01T10:27:06.2751016Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int16 PASSED [ 65%] 2022-12-01T10:27:06.2751174Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_uint8 PASSED [ 65%] 2022-12-01T10:27:06.2751347Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:27:06.2751519Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float32 PASSED [ 65%] 2022-12-01T10:27:06.2751692Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:27:06.2751852Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bool PASSED [ 65%] 2022-12-01T10:27:06.2752027Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex128 PASSED [ 65%] 2022-12-01T10:27:06.2752199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex64 PASSED [ 65%] 2022-12-01T10:27:06.2752369Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float32 PASSED [ 65%] 2022-12-01T10:27:06.2752539Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float64 PASSED [ 65%] 2022-12-01T10:27:06.2752708Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int16 PASSED [ 65%] 2022-12-01T10:27:06.2752874Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int64 PASSED [ 65%] 2022-12-01T10:27:06.2753039Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int8 PASSED [ 65%] 2022-12-01T10:27:06.2753242Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex128 PASSED [ 65%] 2022-12-01T10:27:06.2753399Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float32 PASSED [ 65%] 2022-12-01T10:27:06.2753565Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float64 PASSED [ 65%] 2022-12-01T10:27:06.2753733Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int16 PASSED [ 65%] 2022-12-01T10:27:06.2753896Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int64 PASSED [ 65%] 2022-12-01T10:27:06.2754125Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int8 PASSED [ 65%] 2022-12-01T10:27:06.2754335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex128 PASSED [ 65%] 2022-12-01T10:27:06.2754507Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float32 PASSED [ 65%] 2022-12-01T10:27:06.2754677Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int32 PASSED [ 65%] 2022-12-01T10:27:06.2754839Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int64 PASSED [ 65%] 2022-12-01T10:27:06.2754999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:27:06.2755168Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bool PASSED [ 65%] 2022-12-01T10:27:06.2755341Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex64 PASSED [ 65%] 2022-12-01T10:27:06.2755511Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float16 PASSED [ 65%] 2022-12-01T10:27:06.2755682Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float32 PASSED [ 65%] 2022-12-01T10:27:06.2755852Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int16 PASSED [ 65%] 2022-12-01T10:27:06.2756017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int64 PASSED [ 65%] 2022-12-01T10:27:06.2756181Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int8 PASSED [ 65%] 2022-12-01T10:27:06.2756346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:27:06.2756496Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float32 PASSED [ 65%] 2022-12-01T10:27:06.2756767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int64 PASSED [ 65%] 2022-12-01T10:27:06.2756933Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int8 PASSED [ 65%] 2022-12-01T10:27:06.2757103Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_uint8 PASSED [ 65%] 2022-12-01T10:27:06.2757273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bool PASSED [ 65%] 2022-12-01T10:27:06.2757441Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float32 PASSED [ 65%] 2022-12-01T10:27:06.2757613Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int32 PASSED [ 65%] 2022-12-01T10:27:06.2757777Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int64 PASSED [ 65%] 2022-12-01T10:27:06.2757943Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int8 PASSED [ 65%] 2022-12-01T10:27:06.2758089Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bool PASSED [ 65%] 2022-12-01T10:27:06.2758249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float32 PASSED [ 65%] 2022-12-01T10:27:06.2758407Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int32 PASSED [ 65%] 2022-12-01T10:27:06.2758583Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex128 PASSED [ 65%] 2022-12-01T10:27:06.2758814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex64 PASSED [ 65%] 2022-12-01T10:27:06.2758985Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float64 PASSED [ 65%] 2022-12-01T10:27:06.2759154Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int16 PASSED [ 65%] 2022-12-01T10:27:06.2759320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int64 PASSED [ 65%] 2022-12-01T10:27:06.2759485Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int8 PASSED [ 65%] 2022-12-01T10:27:06.2759638Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_uint8 PASSED [ 65%] 2022-12-01T10:27:06.2759835Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bool PASSED [ 65%] 2022-12-01T10:27:06.2760005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float16 PASSED [ 65%] 2022-12-01T10:27:06.2760168Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float64 PASSED [ 65%] 2022-12-01T10:27:06.2760331Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int16 PASSED [ 65%] 2022-12-01T10:27:06.2760494Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int8 PASSED [ 65%] 2022-12-01T10:27:06.2760659Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:27:06.2760849Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 65%] 2022-12-01T10:27:06.2761036Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float16 PASSED [ 65%] 2022-12-01T10:27:06.2761206Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float32 PASSED [ 65%] 2022-12-01T10:27:06.2761386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float64 PASSED [ 65%] 2022-12-01T10:27:06.2761568Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int64 PASSED [ 65%] 2022-12-01T10:27:06.2761751Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int8 PASSED [ 65%] 2022-12-01T10:27:06.2761942Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:27:06.2762127Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bool PASSED [ 65%] 2022-12-01T10:27:06.2762317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 65%] 2022-12-01T10:27:06.2762505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float16 PASSED [ 65%] 2022-12-01T10:27:06.2762688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float64 PASSED [ 65%] 2022-12-01T10:27:06.2762860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int32 PASSED [ 65%] 2022-12-01T10:27:06.2763038Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int64 PASSED [ 65%] 2022-12-01T10:27:06.2763219Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int8 PASSED [ 65%] 2022-12-01T10:27:06.2763402Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_uint8 PASSED [ 65%] 2022-12-01T10:27:06.2763565Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float32 PASSED [ 65%] 2022-12-01T10:27:06.2763730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float64 PASSED [ 65%] 2022-12-01T10:27:06.2763922Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int32 PASSED [ 65%] 2022-12-01T10:27:06.2764086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int64 PASSED [ 65%] 2022-12-01T10:27:06.2764249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int8 PASSED [ 65%] 2022-12-01T10:27:06.2764405Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:27:06.2764577Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex32 PASSED [ 65%] 2022-12-01T10:27:06.2764741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float32 PASSED [ 65%] 2022-12-01T10:27:06.2764904Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int16 PASSED [ 65%] 2022-12-01T10:27:06.2765092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int64 PASSED [ 65%] 2022-12-01T10:27:06.2765257Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_uint8 PASSED [ 65%] 2022-12-01T10:27:06.2765416Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bool PASSED [ 65%] 2022-12-01T10:27:06.2765577Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex32 PASSED [ 65%] 2022-12-01T10:27:06.2765737Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int16 PASSED [ 65%] 2022-12-01T10:27:06.2765890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bool PASSED [ 65%] 2022-12-01T10:27:06.2766052Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int16 PASSED [ 65%] 2022-12-01T10:27:06.2766215Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int8 PASSED [ 65%] 2022-12-01T10:27:06.2766380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_uint8 PASSED [ 65%] 2022-12-01T10:27:06.2766542Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex32 PASSED [ 65%] 2022-12-01T10:27:06.2766708Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float32 PASSED [ 65%] 2022-12-01T10:27:06.2766867Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int16 PASSED [ 65%] 2022-12-01T10:27:06.2767029Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int32 PASSED [ 65%] 2022-12-01T10:27:06.2767177Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int64 PASSED [ 65%] 2022-12-01T10:27:06.2767356Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:27:06.2767535Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float32 PASSED [ 65%] 2022-12-01T10:27:06.2767701Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex64 PASSED [ 65%] 2022-12-01T10:27:06.2767857Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int16 PASSED [ 65%] 2022-12-01T10:27:06.2768015Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int64 PASSED [ 65%] 2022-12-01T10:27:06.2768172Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int8 PASSED [ 65%] 2022-12-01T10:27:06.2768326Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_uint8 PASSED [ 65%] 2022-12-01T10:27:06.2768489Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:27:06.2768641Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex32 PASSED [ 65%] 2022-12-01T10:27:06.2768801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float32 PASSED [ 65%] 2022-12-01T10:27:06.2768962Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float64 PASSED [ 65%] 2022-12-01T10:27:06.2769123Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_uint8 PASSED [ 65%] 2022-12-01T10:27:06.2769364Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:27:06.2769576Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:27:06.2769784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:27:06.2769992Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:27:06.2770199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:27:06.2770429Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:27:06.2770650Z 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:27:06.2770875Z 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:27:06.2771102Z 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:27:06.2771323Z 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:27:06.2771547Z 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:27:06.2771767Z 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:27:06.2771941Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:27:06.2772104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bool PASSED [ 65%] 2022-12-01T10:27:06.2772278Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex128 PASSED [ 65%] 2022-12-01T10:27:06.2772450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex32 PASSED [ 65%] 2022-12-01T10:27:06.2772604Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex64 PASSED [ 66%] 2022-12-01T10:27:06.2772771Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float16 PASSED [ 66%] 2022-12-01T10:27:06.2772936Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float64 PASSED [ 66%] 2022-12-01T10:27:06.2773103Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int16 PASSED [ 66%] 2022-12-01T10:27:06.2773266Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int64 PASSED [ 66%] 2022-12-01T10:27:06.2773429Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int8 PASSED [ 66%] 2022-12-01T10:27:06.2773594Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_uint8 PASSED [ 66%] 2022-12-01T10:27:06.2773767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex128 PASSED [ 66%] 2022-12-01T10:27:06.2773937Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex32 PASSED [ 66%] 2022-12-01T10:27:06.2774090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float16 PASSED [ 66%] 2022-12-01T10:27:06.2774254Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float32 PASSED [ 66%] 2022-12-01T10:27:06.2774444Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float64 PASSED [ 66%] 2022-12-01T10:27:06.2774608Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int16 PASSED [ 66%] 2022-12-01T10:27:06.2774772Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int64 PASSED [ 66%] 2022-12-01T10:27:06.2774935Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int8 PASSED [ 66%] 2022-12-01T10:27:06.2775106Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:27:06.2775280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex128 PASSED [ 66%] 2022-12-01T10:27:06.2775448Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex32 PASSED [ 66%] 2022-12-01T10:27:06.2775631Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float32 PASSED [ 66%] 2022-12-01T10:27:06.2775798Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float64 PASSED [ 66%] 2022-12-01T10:27:06.2775964Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int16 PASSED [ 66%] 2022-12-01T10:27:06.2776125Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int64 PASSED [ 66%] 2022-12-01T10:27:06.2776285Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_uint8 PASSED [ 66%] 2022-12-01T10:27:06.2776468Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:27:06.2776648Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float64 PASSED [ 66%] 2022-12-01T10:27:06.2776877Z 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:27:06.2777102Z 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:27:06.2777269Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:27:06.2777450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:27:06.2777626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:27:06.2777801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float32 PASSED [ 66%] 2022-12-01T10:27:06.2777978Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float64 PASSED [ 66%] 2022-12-01T10:27:06.2778170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:27:06.2778358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float32 PASSED [ 66%] 2022-12-01T10:27:06.2778542Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float64 PASSED [ 66%] 2022-12-01T10:27:06.2778724Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int32 PASSED [ 66%] 2022-12-01T10:27:06.2778893Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int8 PASSED [ 66%] 2022-12-01T10:27:06.2779090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 66%] 2022-12-01T10:27:06.2779284Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 66%] 2022-12-01T10:27:06.2779470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:27:06.2779655Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float16 PASSED [ 66%] 2022-12-01T10:27:06.2779862Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float32 PASSED [ 66%] 2022-12-01T10:27:06.2780043Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:27:06.2780227Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex64 PASSED [ 66%] 2022-12-01T10:27:06.2780407Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float16 PASSED [ 66%] 2022-12-01T10:27:06.2780587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float32 PASSED [ 66%] 2022-12-01T10:27:06.2780786Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:27:06.2780975Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:27:06.2781173Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:27:06.2781368Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 66%] 2022-12-01T10:27:06.2781563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 66%] 2022-12-01T10:27:06.2781756Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int64 PASSED [ 66%] 2022-12-01T10:27:06.2781932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float32 PASSED [ 66%] 2022-12-01T10:27:06.2782112Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float64 PASSED [ 66%] 2022-12-01T10:27:06.2782295Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float16 PASSED [ 66%] 2022-12-01T10:27:06.2782478Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float32 PASSED [ 66%] 2022-12-01T10:27:06.2782646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float64 PASSED [ 66%] 2022-12-01T10:27:06.2782843Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:27:06.2783041Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 66%] 2022-12-01T10:27:06.2783237Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 66%] 2022-12-01T10:27:06.2783432Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float16 PASSED [ 66%] 2022-12-01T10:27:06.2783626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int32 PASSED [ 66%] 2022-12-01T10:27:06.2783820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int64 PASSED [ 66%] 2022-12-01T10:27:06.2784009Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_uint8 PASSED [ 66%] 2022-12-01T10:27:06.2784198Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 66%] 2022-12-01T10:27:06.2784375Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int32 PASSED [ 66%] 2022-12-01T10:27:06.2784563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int8 PASSED [ 66%] 2022-12-01T10:27:06.2784742Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float32 PASSED [ 66%] 2022-12-01T10:27:06.2784949Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float64 PASSED [ 66%] 2022-12-01T10:27:06.2785126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int64 PASSED [ 66%] 2022-12-01T10:27:06.2785304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:27:06.2785480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float32 PASSED [ 66%] 2022-12-01T10:27:06.2785656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float64 PASSED [ 66%] 2022-12-01T10:27:06.2785830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int16 PASSED [ 66%] 2022-12-01T10:27:06.2786031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int32 PASSED [ 66%] 2022-12-01T10:27:06.2786192Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int64 PASSED [ 66%] 2022-12-01T10:27:06.2786367Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_uint8 PASSED [ 66%] 2022-12-01T10:27:06.2786548Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:27:06.2786727Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float32 PASSED [ 66%] 2022-12-01T10:27:06.2786905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float64 PASSED [ 66%] 2022-12-01T10:27:06.2787093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:27:06.2787279Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:27:06.2787467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex64 PASSED [ 66%] 2022-12-01T10:27:06.2787649Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int64 PASSED [ 66%] 2022-12-01T10:27:06.2787822Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int8 PASSED [ 66%] 2022-12-01T10:27:06.2788007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float64 PASSED [ 66%] 2022-12-01T10:27:06.2788184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int8 PASSED [ 66%] 2022-12-01T10:27:06.2788368Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_uint8 PASSED [ 66%] 2022-12-01T10:27:06.2788533Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float16 PASSED [ 66%] 2022-12-01T10:27:06.2788699Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float32 PASSED [ 66%] 2022-12-01T10:27:06.2788861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float64 PASSED [ 66%] 2022-12-01T10:27:06.2789023Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bool PASSED [ 66%] 2022-12-01T10:27:06.2789193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex128 PASSED [ 66%] 2022-12-01T10:27:06.2789347Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex32 PASSED [ 66%] 2022-12-01T10:27:06.2789505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int8 PASSED [ 66%] 2022-12-01T10:27:06.2789667Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bool PASSED [ 66%] 2022-12-01T10:27:06.2789838Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex128 PASSED [ 66%] 2022-12-01T10:27:06.2790012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex32 PASSED [ 66%] 2022-12-01T10:27:06.2790180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex64 PASSED [ 66%] 2022-12-01T10:27:06.2790371Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int8 PASSED [ 66%] 2022-12-01T10:27:06.2790534Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_uint8 PASSED [ 66%] 2022-12-01T10:27:06.2790708Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex128 PASSED [ 66%] 2022-12-01T10:27:06.2790867Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex32 PASSED [ 66%] 2022-12-01T10:27:06.2791034Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float32 PASSED [ 66%] 2022-12-01T10:27:06.2791197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int32 PASSED [ 66%] 2022-12-01T10:27:06.2791387Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int8 PASSED [ 66%] 2022-12-01T10:27:06.2791552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_uint8 PASSED [ 66%] 2022-12-01T10:27:06.2791720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex128 PASSED [ 66%] 2022-12-01T10:27:06.2791885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex64 PASSED [ 66%] 2022-12-01T10:27:06.2792048Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float16 PASSED [ 66%] 2022-12-01T10:27:06.2792197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float32 PASSED [ 66%] 2022-12-01T10:27:06.2792356Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int32 PASSED [ 66%] 2022-12-01T10:27:06.2792514Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_bool PASSED [ 66%] 2022-12-01T10:27:06.2792681Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex64 PASSED [ 66%] 2022-12-01T10:27:06.2792842Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float64 PASSED [ 66%] 2022-12-01T10:27:06.2793005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int16 PASSED [ 66%] 2022-12-01T10:27:06.2793161Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int64 PASSED [ 66%] 2022-12-01T10:27:06.2793319Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int8 PASSED [ 66%] 2022-12-01T10:27:06.2793482Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:27:06.2793638Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex128 PASSED [ 66%] 2022-12-01T10:27:06.2793805Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex32 PASSED [ 66%] 2022-12-01T10:27:06.2793968Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float16 PASSED [ 66%] 2022-12-01T10:27:06.2794218Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float32 PASSED [ 66%] 2022-12-01T10:27:06.2794387Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bool PASSED [ 66%] 2022-12-01T10:27:06.2794552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex128 PASSED [ 66%] 2022-12-01T10:27:06.2794718Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex32 PASSED [ 66%] 2022-12-01T10:27:06.2794881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float16 PASSED [ 66%] 2022-12-01T10:27:06.2795044Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float32 PASSED [ 66%] 2022-12-01T10:27:06.2795195Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float64 PASSED [ 66%] 2022-12-01T10:27:06.2795359Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int64 PASSED [ 66%] 2022-12-01T10:27:06.2795524Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int8 PASSED [ 66%] 2022-12-01T10:27:06.2795730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bool PASSED [ 67%] 2022-12-01T10:27:06.2795896Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex64 PASSED [ 67%] 2022-12-01T10:27:06.2796060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float64 PASSED [ 67%] 2022-12-01T10:27:06.2796220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int16 PASSED [ 67%] 2022-12-01T10:27:06.2796378Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int32 PASSED [ 67%] 2022-12-01T10:27:06.2796523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int64 PASSED [ 67%] 2022-12-01T10:27:06.2796767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int8 PASSED [ 67%] 2022-12-01T10:27:06.2796962Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_uint8 PASSED [ 67%] 2022-12-01T10:27:06.2797140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:27:06.2797313Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bool PASSED [ 67%] 2022-12-01T10:27:06.2797490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex128 PASSED [ 67%] 2022-12-01T10:27:06.2797661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float16 PASSED [ 67%] 2022-12-01T10:27:06.2797831Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int16 PASSED [ 67%] 2022-12-01T10:27:06.2797997Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int32 PASSED [ 67%] 2022-12-01T10:27:06.2798145Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_uint8 PASSED [ 67%] 2022-12-01T10:27:06.2798331Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_bfloat16 SKIPPED (Skipped!) [ 67%] 2022-12-01T10:27:06.2798497Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int32 PASSED [ 67%] 2022-12-01T10:27:06.2798662Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:27:06.2798826Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bool PASSED [ 67%] 2022-12-01T10:27:06.2798998Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex128 PASSED [ 67%] 2022-12-01T10:27:06.2799167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex64 PASSED [ 67%] 2022-12-01T10:27:06.2799332Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float64 PASSED [ 67%] 2022-12-01T10:27:06.2799495Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int8 PASSED [ 67%] 2022-12-01T10:27:06.2799652Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bool PASSED [ 67%] 2022-12-01T10:27:06.2799829Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex128 PASSED [ 67%] 2022-12-01T10:27:06.2800002Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex32 PASSED [ 67%] 2022-12-01T10:27:06.2800173Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float64 PASSED [ 67%] 2022-12-01T10:27:06.2800340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int16 PASSED [ 67%] 2022-12-01T10:27:06.2800501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int32 PASSED [ 67%] 2022-12-01T10:27:06.2800661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int64 PASSED [ 67%] 2022-12-01T10:27:06.2800825Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bool PASSED [ 67%] 2022-12-01T10:27:06.2800997Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex128 PASSED [ 67%] 2022-12-01T10:27:06.2801227Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex64 PASSED [ 67%] 2022-12-01T10:27:06.2801393Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float16 PASSED [ 67%] 2022-12-01T10:27:06.2801557Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float32 PASSED [ 67%] 2022-12-01T10:27:06.2801716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float64 PASSED [ 67%] 2022-12-01T10:27:06.2801879Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int64 PASSED [ 67%] 2022-12-01T10:27:06.2802043Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_uint8 PASSED [ 67%] 2022-12-01T10:27:06.2802207Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float16 PASSED [ 67%] 2022-12-01T10:27:06.2802396Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float64 PASSED [ 67%] 2022-12-01T10:27:06.2802562Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int64 PASSED [ 67%] 2022-12-01T10:27:06.2802711Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int8 PASSED [ 67%] 2022-12-01T10:27:06.2802869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_uint8 PASSED [ 67%] 2022-12-01T10:27:06.2803036Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:27:06.2803199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex128 PASSED [ 67%] 2022-12-01T10:27:06.2803362Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float32 PASSED [ 67%] 2022-12-01T10:27:06.2803525Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float64 PASSED [ 67%] 2022-12-01T10:27:06.2803686Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int16 PASSED [ 67%] 2022-12-01T10:27:06.2803848Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int32 PASSED [ 67%] 2022-12-01T10:27:06.2803998Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float32 PASSED [ 67%] 2022-12-01T10:27:06.2804159Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int16 PASSED [ 67%] 2022-12-01T10:27:06.2804318Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int32 PASSED [ 67%] 2022-12-01T10:27:06.2804479Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int8 PASSED [ 67%] 2022-12-01T10:27:06.2804645Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:27:06.2804802Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bool PASSED [ 67%] 2022-12-01T10:27:06.2804971Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex128 PASSED [ 67%] 2022-12-01T10:27:06.2805132Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float32 PASSED [ 67%] 2022-12-01T10:27:06.2805291Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int16 PASSED [ 67%] 2022-12-01T10:27:06.2805437Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int32 PASSED [ 67%] 2022-12-01T10:27:06.2805596Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int64 PASSED [ 67%] 2022-12-01T10:27:06.2805757Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:27:06.2805924Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex128 PASSED [ 67%] 2022-12-01T10:27:06.2806087Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float16 PASSED [ 67%] 2022-12-01T10:27:06.2806244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int16 PASSED [ 67%] 2022-12-01T10:27:06.2806403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int32 PASSED [ 67%] 2022-12-01T10:27:06.2806586Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_uint8 PASSED [ 67%] 2022-12-01T10:27:06.2806751Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex128 PASSED [ 67%] 2022-12-01T10:27:06.2806903Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex32 PASSED [ 67%] 2022-12-01T10:27:06.2807068Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex64 PASSED [ 67%] 2022-12-01T10:27:06.2807227Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float16 PASSED [ 67%] 2022-12-01T10:27:06.2807386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int16 PASSED [ 67%] 2022-12-01T10:27:06.2807544Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int64 PASSED [ 67%] 2022-12-01T10:27:06.2807728Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int8 PASSED [ 67%] 2022-12-01T10:27:06.2807887Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_uint8 PASSED [ 67%] 2022-12-01T10:27:06.2808050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bool PASSED [ 67%] 2022-12-01T10:27:06.2808209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex64 PASSED [ 67%] 2022-12-01T10:27:06.2808373Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float64 PASSED [ 67%] 2022-12-01T10:27:06.2808534Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int32 PASSED [ 67%] 2022-12-01T10:27:06.2808691Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bool PASSED [ 67%] 2022-12-01T10:27:06.2808849Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float32 PASSED [ 67%] 2022-12-01T10:27:06.2809014Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float64 PASSED [ 67%] 2022-12-01T10:27:06.2809174Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int32 PASSED [ 67%] 2022-12-01T10:27:06.2809331Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int8 PASSED [ 67%] 2022-12-01T10:27:06.2809496Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:27:06.2809647Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int32 PASSED [ 67%] 2022-12-01T10:27:06.2809809Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int64 PASSED [ 67%] 2022-12-01T10:27:06.2809973Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex128 PASSED [ 67%] 2022-12-01T10:27:06.2810134Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex64 PASSED [ 67%] 2022-12-01T10:27:06.2810298Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float64 PASSED [ 67%] 2022-12-01T10:27:06.2810460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int8 PASSED [ 67%] 2022-12-01T10:27:06.2810620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:27:06.2810777Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int64 PASSED [ 67%] 2022-12-01T10:27:06.2810938Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:27:06.2811085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bool PASSED [ 67%] 2022-12-01T10:27:06.2811244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int16 PASSED [ 67%] 2022-12-01T10:27:06.2811403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int64 PASSED [ 67%] 2022-12-01T10:27:06.2811563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int8 PASSED [ 67%] 2022-12-01T10:27:06.2811722Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_uint8 PASSED [ 67%] 2022-12-01T10:27:06.2811919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float32 PASSED [ 67%] 2022-12-01T10:27:06.2812081Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float64 PASSED [ 67%] 2022-12-01T10:27:06.2812263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_float64 PASSED [ 67%] 2022-12-01T10:27:06.2812428Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int32 PASSED [ 67%] 2022-12-01T10:27:06.2812604Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int64 PASSED [ 67%] 2022-12-01T10:27:06.2812778Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int8 PASSED [ 67%] 2022-12-01T10:27:06.2812979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_uint8 PASSED [ 67%] 2022-12-01T10:27:06.2813157Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_bool PASSED [ 67%] 2022-12-01T10:27:06.2813333Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_float32 PASSED [ 67%] 2022-12-01T10:27:06.2813506Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int32 PASSED [ 67%] 2022-12-01T10:27:06.2813678Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int64 PASSED [ 67%] 2022-12-01T10:27:06.2813849Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int8 PASSED [ 67%] 2022-12-01T10:27:06.2814010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:27:06.2814179Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bool PASSED [ 67%] 2022-12-01T10:27:06.2814349Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int16 PASSED [ 67%] 2022-12-01T10:27:06.2814515Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int32 PASSED [ 67%] 2022-12-01T10:27:06.2814677Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int64 PASSED [ 67%] 2022-12-01T10:27:06.2814842Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_bool PASSED [ 67%] 2022-12-01T10:27:06.2815007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float32 PASSED [ 67%] 2022-12-01T10:27:06.2815169Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int16 PASSED [ 67%] 2022-12-01T10:27:06.2815330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int8 PASSED [ 67%] 2022-12-01T10:27:06.2815481Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_uint8 PASSED [ 67%] 2022-12-01T10:27:06.2815643Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_bool PASSED [ 67%] 2022-12-01T10:27:06.2815817Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float64 PASSED [ 67%] 2022-12-01T10:27:06.2815986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int16 PASSED [ 67%] 2022-12-01T10:27:06.2816149Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int64 PASSED [ 67%] 2022-12-01T10:27:06.2816318Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bool PASSED [ 67%] 2022-12-01T10:27:06.2816490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float32 PASSED [ 67%] 2022-12-01T10:27:06.2816663Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float64 PASSED [ 67%] 2022-12-01T10:27:06.2816834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int16 PASSED [ 67%] 2022-12-01T10:27:06.2816992Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int32 PASSED [ 67%] 2022-12-01T10:27:06.2817195Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int64 PASSED [ 67%] 2022-12-01T10:27:06.2817391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:27:06.2817588Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 PASSED [ 68%] 2022-12-01T10:27:06.2817784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 PASSED [ 68%] 2022-12-01T10:27:06.2817978Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 PASSED [ 68%] 2022-12-01T10:27:06.2818195Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 PASSED [ 68%] 2022-12-01T10:27:06.2818389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 PASSED [ 68%] 2022-12-01T10:27:06.2818587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:27:06.2818777Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 PASSED [ 68%] 2022-12-01T10:27:06.2818958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 PASSED [ 68%] 2022-12-01T10:27:06.2819151Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 PASSED [ 68%] 2022-12-01T10:27:06.2819339Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 PASSED [ 68%] 2022-12-01T10:27:06.2819528Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 PASSED [ 68%] 2022-12-01T10:27:06.2819716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 PASSED [ 68%] 2022-12-01T10:27:06.2819907Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 PASSED [ 68%] 2022-12-01T10:27:06.2820097Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_bool PASSED [ 68%] 2022-12-01T10:27:06.2820283Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int32 PASSED [ 68%] 2022-12-01T10:27:06.2820463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int8 PASSED [ 68%] 2022-12-01T10:27:06.2820632Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_uint8 PASSED [ 68%] 2022-12-01T10:27:06.2820804Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_bool PASSED [ 68%] 2022-12-01T10:27:06.2820979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float32 PASSED [ 68%] 2022-12-01T10:27:06.2821146Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int16 PASSED [ 68%] 2022-12-01T10:27:06.2821312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int32 PASSED [ 68%] 2022-12-01T10:27:06.2821476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_uint8 PASSED [ 68%] 2022-12-01T10:27:06.2821637Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bool PASSED [ 68%] 2022-12-01T10:27:06.2821805Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex128 PASSED [ 68%] 2022-12-01T10:27:06.2821969Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex64 PASSED [ 68%] 2022-12-01T10:27:06.2822123Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float64 PASSED [ 68%] 2022-12-01T10:27:06.2822313Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int16 PASSED [ 68%] 2022-12-01T10:27:06.2822477Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:27:06.2822643Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex64 PASSED [ 68%] 2022-12-01T10:27:06.2822805Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float16 PASSED [ 68%] 2022-12-01T10:27:06.2822970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float64 PASSED [ 68%] 2022-12-01T10:27:06.2823132Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int16 PASSED [ 68%] 2022-12-01T10:27:06.2823294Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int32 PASSED [ 68%] 2022-12-01T10:27:06.2823482Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_uint8 PASSED [ 68%] 2022-12-01T10:27:06.2823643Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex32 PASSED [ 68%] 2022-12-01T10:27:06.2823811Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float16 PASSED [ 68%] 2022-12-01T10:27:06.2823973Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float64 PASSED [ 68%] 2022-12-01T10:27:06.2824138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int16 PASSED [ 68%] 2022-12-01T10:27:06.2824301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:27:06.2824461Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bool PASSED [ 68%] 2022-12-01T10:27:06.2824625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex32 PASSED [ 68%] 2022-12-01T10:27:06.2824788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float32 PASSED [ 68%] 2022-12-01T10:27:06.2824952Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float64 PASSED [ 68%] 2022-12-01T10:27:06.2825103Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int16 PASSED [ 68%] 2022-12-01T10:27:06.2825265Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:27:06.2825430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex128 PASSED [ 68%] 2022-12-01T10:27:06.2825602Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex128 PASSED [ 68%] 2022-12-01T10:27:06.2825772Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex64 PASSED [ 68%] 2022-12-01T10:27:06.2825938Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float64 PASSED [ 68%] 2022-12-01T10:27:06.2826100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex32 XFAIL [ 68%] 2022-12-01T10:27:06.2826266Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex64 PASSED [ 68%] 2022-12-01T10:27:06.2826427Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float16 PASSED [ 68%] 2022-12-01T10:27:06.2826579Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float32 PASSED [ 68%] 2022-12-01T10:27:06.2826740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int8 PASSED [ 68%] 2022-12-01T10:27:06.2826906Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex128 PASSED [ 68%] 2022-12-01T10:27:06.2827063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float32 PASSED [ 68%] 2022-12-01T10:27:06.2827224Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float64 PASSED [ 68%] 2022-12-01T10:27:06.2827388Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int16 PASSED [ 68%] 2022-12-01T10:27:06.2827545Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int64 PASSED [ 68%] 2022-12-01T10:27:06.2827743Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex64 PASSED [ 68%] 2022-12-01T10:27:06.2827902Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float32 PASSED [ 68%] 2022-12-01T10:27:06.2828070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int32 PASSED [ 68%] 2022-12-01T10:27:06.2828235Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int8 PASSED [ 68%] 2022-12-01T10:27:06.2828403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_uint8 PASSED [ 68%] 2022-12-01T10:27:06.2828562Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:27:06.2828744Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bool PASSED [ 68%] 2022-12-01T10:27:06.2828908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex128 PASSED [ 68%] 2022-12-01T10:27:06.2829071Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex64 PASSED [ 68%] 2022-12-01T10:27:06.2829231Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float16 PASSED [ 68%] 2022-12-01T10:27:06.2829377Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float32 PASSED [ 68%] 2022-12-01T10:27:06.2829531Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int32 PASSED [ 68%] 2022-12-01T10:27:06.2829687Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_uint8 PASSED [ 68%] 2022-12-01T10:27:06.2829850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:27:06.2830008Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bool PASSED [ 68%] 2022-12-01T10:27:06.2830174Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex64 PASSED [ 68%] 2022-12-01T10:27:06.2830335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float32 PASSED [ 68%] 2022-12-01T10:27:06.2830492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int16 PASSED [ 68%] 2022-12-01T10:27:06.2830637Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int32 PASSED [ 68%] 2022-12-01T10:27:06.2830790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int64 PASSED [ 68%] 2022-12-01T10:27:06.2830952Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:27:06.2831110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bool PASSED [ 68%] 2022-12-01T10:27:06.2831277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex64 PASSED [ 68%] 2022-12-01T10:27:06.2831442Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float64 PASSED [ 68%] 2022-12-01T10:27:06.2831601Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int64 PASSED [ 68%] 2022-12-01T10:27:06.2831763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int8 PASSED [ 68%] 2022-12-01T10:27:06.2831935Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:27:06.2832092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bool PASSED [ 68%] 2022-12-01T10:27:06.2832268Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex128 PASSED [ 68%] 2022-12-01T10:27:06.2832443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex64 PASSED [ 68%] 2022-12-01T10:27:06.2832614Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float16 PASSED [ 68%] 2022-12-01T10:27:06.2832787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float32 PASSED [ 68%] 2022-12-01T10:27:06.2833004Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float64 PASSED [ 68%] 2022-12-01T10:27:06.2833173Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int8 PASSED [ 68%] 2022-12-01T10:27:06.2833344Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_uint8 PASSED [ 68%] 2022-12-01T10:27:06.2833504Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:27:06.2833650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bool PASSED [ 68%] 2022-12-01T10:27:06.2833812Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex64 PASSED [ 68%] 2022-12-01T10:27:06.2833971Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float16 PASSED [ 68%] 2022-12-01T10:27:06.2834223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int16 PASSED [ 68%] 2022-12-01T10:27:06.2834391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int64 PASSED [ 68%] 2022-12-01T10:27:06.2834547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int8 PASSED [ 68%] 2022-12-01T10:27:06.2834704Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_uint8 PASSED [ 68%] 2022-12-01T10:27:06.2834874Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex128 PASSED [ 68%] 2022-12-01T10:27:06.2835045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex64 PASSED [ 68%] 2022-12-01T10:27:06.2835197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float64 PASSED [ 68%] 2022-12-01T10:27:06.2835360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int64 PASSED [ 68%] 2022-12-01T10:27:06.2835522Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_uint8 PASSED [ 68%] 2022-12-01T10:27:06.2835697Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:27:06.2835876Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex128 PASSED [ 68%] 2022-12-01T10:27:06.2836050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex32 PASSED [ 68%] 2022-12-01T10:27:06.2836227Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex64 PASSED [ 68%] 2022-12-01T10:27:06.2836398Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float32 PASSED [ 68%] 2022-12-01T10:27:06.2836659Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float64 PASSED [ 68%] 2022-12-01T10:27:06.2836892Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_uint8 PASSED [ 68%] 2022-12-01T10:27:06.2837063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex64 PASSED [ 68%] 2022-12-01T10:27:06.2837227Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float16 PASSED [ 68%] 2022-12-01T10:27:06.2837392Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float64 PASSED [ 68%] 2022-12-01T10:27:06.2837554Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int32 PASSED [ 68%] 2022-12-01T10:27:06.2837717Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int8 PASSED [ 68%] 2022-12-01T10:27:06.2837873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_uint8 PASSED [ 68%] 2022-12-01T10:27:06.2838043Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int32 PASSED [ 68%] 2022-12-01T10:27:06.2838194Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:27:06.2838356Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bool PASSED [ 68%] 2022-12-01T10:27:06.2838519Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float16 PASSED [ 68%] 2022-12-01T10:27:06.2838733Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int16 PASSED [ 68%] 2022-12-01T10:27:06.2838889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int64 PASSED [ 68%] 2022-12-01T10:27:06.2839063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float16 PASSED [ 68%] 2022-12-01T10:27:06.2839236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float64 PASSED [ 68%] 2022-12-01T10:27:06.2839406Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int16 PASSED [ 68%] 2022-12-01T10:27:06.2839574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int32 PASSED [ 68%] 2022-12-01T10:27:06.2839760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float32 PASSED [ 68%] 2022-12-01T10:27:06.2839926Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int16 PASSED [ 68%] 2022-12-01T10:27:06.2840092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int32 PASSED [ 69%] 2022-12-01T10:27:06.2840255Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int8 PASSED [ 69%] 2022-12-01T10:27:06.2840415Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_uint8 PASSED [ 69%] 2022-12-01T10:27:06.2840582Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:27:06.2840750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex32 PASSED [ 69%] 2022-12-01T10:27:06.2840912Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2841085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:27:06.2841248Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex128 PASSED [ 69%] 2022-12-01T10:27:06.2841418Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2841583Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int32 PASSED [ 69%] 2022-12-01T10:27:06.2841746Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int64 PASSED [ 69%] 2022-12-01T10:27:06.2841920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:27:06.2842099Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex128 PASSED [ 69%] 2022-12-01T10:27:06.2842275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex32 PASSED [ 69%] 2022-12-01T10:27:06.2842448Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float16 PASSED [ 69%] 2022-12-01T10:27:06.2842621Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2842782Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float64 PASSED [ 69%] 2022-12-01T10:27:06.2842950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int16 PASSED [ 69%] 2022-12-01T10:27:06.2843115Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int32 PASSED [ 69%] 2022-12-01T10:27:06.2843281Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int8 PASSED [ 69%] 2022-12-01T10:27:06.2843446Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_uint8 PASSED [ 69%] 2022-12-01T10:27:06.2843618Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:27:06.2843787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bool PASSED [ 69%] 2022-12-01T10:27:06.2843960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex64 PASSED [ 69%] 2022-12-01T10:27:06.2844142Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float16 PASSED [ 69%] 2022-12-01T10:27:06.2844310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int16 PASSED [ 69%] 2022-12-01T10:27:06.2844472Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int32 PASSED [ 69%] 2022-12-01T10:27:06.2844633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int64 PASSED [ 69%] 2022-12-01T10:27:06.2844798Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int8 PASSED [ 69%] 2022-12-01T10:27:06.2844963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex64 PASSED [ 69%] 2022-12-01T10:27:06.2845148Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float16 PASSED [ 69%] 2022-12-01T10:27:06.2845312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2845474Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float64 PASSED [ 69%] 2022-12-01T10:27:06.2845630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:27:06.2845801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex128 PASSED [ 69%] 2022-12-01T10:27:06.2845972Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex64 PASSED [ 69%] 2022-12-01T10:27:06.2846142Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2846305Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float64 PASSED [ 69%] 2022-12-01T10:27:06.2846467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:27:06.2846631Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bool PASSED [ 69%] 2022-12-01T10:27:06.2846798Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2846959Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float64 PASSED [ 69%] 2022-12-01T10:27:06.2847109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int64 PASSED [ 69%] 2022-12-01T10:27:06.2847273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_uint8 PASSED [ 69%] 2022-12-01T10:27:06.2847436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:27:06.2847598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bool PASSED [ 69%] 2022-12-01T10:27:06.2847767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex128 PASSED [ 69%] 2022-12-01T10:27:06.2847933Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex32 PASSED [ 69%] 2022-12-01T10:27:06.2848097Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float16 PASSED [ 69%] 2022-12-01T10:27:06.2848257Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2848419Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float64 PASSED [ 69%] 2022-12-01T10:27:06.2848567Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int8 PASSED [ 69%] 2022-12-01T10:27:06.2848726Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_uint8 PASSED [ 69%] 2022-12-01T10:27:06.2848889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bool PASSED [ 69%] 2022-12-01T10:27:06.2849060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex128 PASSED [ 69%] 2022-12-01T10:27:06.2849225Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2849423Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bool PASSED [ 69%] 2022-12-01T10:27:06.2849592Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex128 PASSED [ 69%] 2022-12-01T10:27:06.2849760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex64 PASSED [ 69%] 2022-12-01T10:27:06.2849912Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float16 PASSED [ 69%] 2022-12-01T10:27:06.2850074Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2850232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float64 PASSED [ 69%] 2022-12-01T10:27:06.2850420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int16 PASSED [ 69%] 2022-12-01T10:27:06.2850583Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int64 PASSED [ 69%] 2022-12-01T10:27:06.2850746Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int8 PASSED [ 69%] 2022-12-01T10:27:06.2850909Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:27:06.2851079Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex128 PASSED [ 69%] 2022-12-01T10:27:06.2851248Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex32 PASSED [ 69%] 2022-12-01T10:27:06.2851399Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2851562Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float64 PASSED [ 69%] 2022-12-01T10:27:06.2851721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int64 PASSED [ 69%] 2022-12-01T10:27:06.2851884Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:27:06.2852048Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bool PASSED [ 69%] 2022-12-01T10:27:06.2852217Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex128 PASSED [ 69%] 2022-12-01T10:27:06.2852383Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex64 PASSED [ 69%] 2022-12-01T10:27:06.2852547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2852709Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int16 PASSED [ 69%] 2022-12-01T10:27:06.2852858Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int32 PASSED [ 69%] 2022-12-01T10:27:06.2853017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int64 PASSED [ 69%] 2022-12-01T10:27:06.2853181Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int8 PASSED [ 69%] 2022-12-01T10:27:06.2853362Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:27:06.2853537Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float16 PASSED [ 69%] 2022-12-01T10:27:06.2853711Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2853888Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float64 PASSED [ 69%] 2022-12-01T10:27:06.2854048Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_complex64 PASSED [ 69%] 2022-12-01T10:27:06.2854204Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2854357Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2854521Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2854721Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_complex64 PASSED [ 69%] 2022-12-01T10:27:06.2854887Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_complex64 PASSED [ 69%] 2022-12-01T10:27:06.2855052Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_complex64 PASSED [ 69%] 2022-12-01T10:27:06.2855213Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2855376Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_complex64 PASSED [ 69%] 2022-12-01T10:27:06.2855536Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2855684Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2855870Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2856032Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_float32 XFAIL [ 69%] 2022-12-01T10:27:06.2856194Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_float32 XFAIL [ 69%] 2022-12-01T10:27:06.2856358Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_complex64 PASSED [ 69%] 2022-12-01T10:27:06.2856537Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_complex64 PASSED [ 69%] 2022-12-01T10:27:06.2856711Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2856871Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_complex64 PASSED [ 69%] 2022-12-01T10:27:06.2857029Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2857176Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_amin_cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2857339Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_complex64 PASSED [ 69%] 2022-12-01T10:27:06.2857501Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2857660Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmax_cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2857821Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmin_cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2857980Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argsort_cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2858196Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_float32 SKIPPED (Errors when storage_offset is included) [ 69%] 2022-12-01T10:27:06.2858435Z 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:27:06.2858670Z 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:27:06.2858824Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_complex64 PASSED [ 69%] 2022-12-01T10:27:06.2858980Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2859139Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2859298Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_complex64 PASSED [ 69%] 2022-12-01T10:27:06.2859463Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2859634Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_complex64 PASSED [ 69%] 2022-12-01T10:27:06.2859799Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2859966Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_complex64 PASSED [ 69%] 2022-12-01T10:27:06.2860153Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_complex64 PASSED [ 69%] 2022-12-01T10:27:06.2860300Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2860489Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_shapes_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:27:06.2860670Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_complex64 PASSED [ 69%] 2022-12-01T10:27:06.2860844Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2861016Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_complex64 PASSED [ 69%] 2022-12-01T10:27:06.2861183Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2861371Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_complex64 PASSED [ 69%] 2022-12-01T10:27:06.2861533Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2861682Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_complex64 PASSED [ 69%] 2022-12-01T10:27:06.2861840Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ceil_cpu_float32 PASSED [ 69%] 2022-12-01T10:27:06.2862001Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_complex64 XFAIL [ 70%] 2022-12-01T10:27:06.2862159Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2862315Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2862486Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2862654Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_max_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2862818Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2862991Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2863141Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_complex_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2863315Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2863485Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2863660Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2863832Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2864001Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2864169Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2864329Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2864488Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2864638Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2864799Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2864958Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummax_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2865124Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2865307Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2865467Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_deg2rad_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2865656Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2865813Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2865965Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2866132Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2866298Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2866456Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2866632Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_floor_rounding_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2866846Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2867027Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2867200Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_trunc_rounding_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2867362Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2867516Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2867680Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2867841Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2868003Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2868162Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2868324Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2868481Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2868639Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erf_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2868801Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfc_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2868947Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp2_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2869114Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2869278Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2869447Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2869607Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expm1_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2869789Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_complex64 SKIPPED (Skipped!) [ 70%] 2022-12-01T10:27:06.2869966Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_float32 SKIPPED (Skipped!) [ 70%] 2022-12-01T10:27:06.2870132Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2870286Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2870448Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2870605Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2870771Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2870934Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2871145Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2871311Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2871474Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2871647Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2871805Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2871970Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfftn_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2872137Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2872333Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2872499Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft2_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2872661Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2872819Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2872985Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2873147Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2873300Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2873465Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2873630Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2873797Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2873966Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_divide_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2874207Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmax_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2874372Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmin_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2874529Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmod_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2874679Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2874842Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2875002Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gt_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2875165Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2875333Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_heaviside_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2875492Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histc_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2875664Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogramdd_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2875826Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2875989Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2876133Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2876288Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_i0_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2876451Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_igamma_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2876759Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_igammac_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2876922Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_imag_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2877091Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2877260Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2877434Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2877586Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2877750Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2877953Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2878120Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2878283Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2878445Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2878607Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2878768Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2878934Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isneginf_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2879083Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isposinf_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2879243Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2879451Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:27:06.2879649Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:27:06.2879813Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kthvalue_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2879970Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_le_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2880132Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2880300Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2880471Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2880642Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2880821Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2880989Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2881157Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2881329Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2881501Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2881691Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2881878Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2882049Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2882244Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2882414Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2882594Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2882769Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2882945Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2883117Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2883302Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2883528Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2883708Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2883875Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_complex64 PASSED [ 70%] 2022-12-01T10:27:06.2884052Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_float32 PASSED [ 70%] 2022-12-01T10:27:06.2884232Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2884406Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2884596Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2884771Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2884951Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2885198Z 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:27:06.2885369Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2885522Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2885699Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2885872Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2886059Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2886244Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2886414Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2886588Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2886757Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2886926Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2887094Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2887271Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2887444Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2887619Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2887821Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2887985Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_float32 XFAIL [ 71%] 2022-12-01T10:27:06.2888144Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2888302Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log1p_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2888464Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2888608Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2888766Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2888962Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2889134Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp2_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2889303Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logcumsumexp_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2889471Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2889657Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_complex64 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:27:06.2889821Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2889974Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2890139Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_complex64 XFAIL [ 71%] 2022-12-01T10:27:06.2890303Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_float32 XFAIL [ 71%] 2022-12-01T10:27:06.2890467Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2890624Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2890778Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lt_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2890939Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2891097Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2891263Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2891415Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2891573Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2891744Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_argmax_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2891917Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumprod_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2892091Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumsum_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2892260Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumsum_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2892425Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2892600Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_log_softmax_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2892774Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_logaddexp_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2892934Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_mean_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2893103Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_prod_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2893298Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_prod_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2893473Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2893647Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2893819Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2893984Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2894153Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_softmax_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2894334Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_std_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2894500Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_std_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2894672Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_sum_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2894837Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2895004Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2895169Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_binary_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2895351Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_with_dim_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2895513Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_maximum_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2895675Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2895823Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_median_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2896011Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2896198Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2896362Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_binary_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2896523Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2896680Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mode_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2896847Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2897008Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_msort_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2897168Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2897326Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_multinomial_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2897482Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2897659Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2897825Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmedian_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2897993Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanquantile_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2898154Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nansum_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2898324Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2898493Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2898683Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_layer_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2898843Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2899002Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2899158Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2899340Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_complex64 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:27:06.2899504Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2899667Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2899861Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2900027Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2900220Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2900415Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2900604Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2900787Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2900967Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_bilinear_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2901162Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2901368Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2901547Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2901736Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2901918Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2902098Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2902287Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cross_entropy_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2902467Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_ctc_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2902648Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2902830Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2903013Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_bag_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2903220Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2903407Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2903590Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_grid_sample_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2903762Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_group_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2903943Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardshrink_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2904151Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardtanh_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2904327Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_huber_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2904514Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_area_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2904704Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2904898Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2905103Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2905284Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2905452Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_logsigmoid_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2905640Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2905825Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2906006Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2906183Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mish_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2906358Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mse_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2906548Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2906727Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_nll_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2906911Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_complex64 PASSED [ 71%] 2022-12-01T10:27:06.2907095Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_float32 PASSED [ 71%] 2022-12-01T10:27:06.2907266Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2907453Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2907640Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2907825Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2908010Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2908190Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pdist_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2908383Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2908569Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2908743Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2908916Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_complex_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2909104Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2909284Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2909507Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softshrink_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2909689Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2909877Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2910058Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2910252Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2910492Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2910645Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2910810Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2910968Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2911135Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2911294Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2911467Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_number_mean_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2911627Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_float32 XFAIL [ 72%] 2022-12-01T10:27:06.2911790Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2911954Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2912104Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2912271Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pca_lowrank_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2912473Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2912718Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2912951Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2913118Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2913280Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polar_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2913466Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_0_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2913662Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:27:06.2913847Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:27:06.2914069Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2914240Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2914404Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2914565Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2914723Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2914890Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rad2deg_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2915087Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_float32 XFAIL [ 72%] 2022-12-01T10:27:06.2915245Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2915413Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2915573Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2915735Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2915893Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2916054Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2916253Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2916415Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2916682Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2916842Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2917009Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2917177Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2917347Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2917514Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2917677Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2917852Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2918018Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2918176Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2918325Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2918484Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2918659Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_0_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2918849Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:27:06.2919042Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:27:06.2919209Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2919371Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2919543Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2919700Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2919867Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2920029Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2920204Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_mean_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2920382Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_prod_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2920558Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_sum_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2920776Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_searchsorted_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2920941Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2921110Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_scatter_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2921260Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2921420Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2921587Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2921751Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_signbit_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2921948Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2922113Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2922273Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2922439Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2922599Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2922765Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2922960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_complex64 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:27:06.2923153Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:27:06.2923329Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_airy_ai_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2923505Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j0_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2923676Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j1_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2923850Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y0_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2924042Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2924210Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_entr_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2924370Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_erfcx_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2924560Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_h_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2924750Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_he_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2924938Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_laguerre_polynomial_l_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2925110Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_log_ndtr_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2925294Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i0_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2925480Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k0_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2925680Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2926182Z 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:27:06.2926393Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_spherical_bessel_j0_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2926562Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_zeta_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2926727Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2926891Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2927066Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2927230Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2927392Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2927582Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2927748Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2927899Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2928059Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2928226Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2928391Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2928554Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2928713Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2928870Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2929043Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2929211Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2929359Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2929531Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_lowrank_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2929695Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2929855Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2930014Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_complex64 PASSED [ 72%] 2022-12-01T10:27:06.2930186Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2930348Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_float32 PASSED [ 72%] 2022-12-01T10:27:06.2930514Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2930663Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_complex64 PASSED [ 73%] 2022-12-01T10:27:06.2930828Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2930985Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_topk_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2931144Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2931315Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_complex64 PASSED [ 73%] 2022-12-01T10:27:06.2931480Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2931646Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2931803Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2932013Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_complex64 PASSED [ 73%] 2022-12-01T10:27:06.2932175Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2932338Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trunc_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2932497Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2932662Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2932827Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_complex64 PASSED [ 73%] 2022-12-01T10:27:06.2933014Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_complex64 XFAIL [ 73%] 2022-12-01T10:27:06.2933180Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2933343Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_complex64 PASSED [ 73%] 2022-12-01T10:27:06.2933490Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2933650Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2933807Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2933973Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_complex64 PASSED [ 73%] 2022-12-01T10:27:06.2934143Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_real_cpu_complex64 PASSED [ 73%] 2022-12-01T10:27:06.2934305Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_complex64 PASSED [ 73%] 2022-12-01T10:27:06.2934469Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_complex64 PASSED [ 73%] 2022-12-01T10:27:06.2934629Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2940442Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_complex64 PASSED [ 73%] 2022-12-01T10:27:06.2940662Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_complex64 PASSED [ 73%] 2022-12-01T10:27:06.2940829Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2940980Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_xlogy_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2941143Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_complex64 PASSED [ 73%] 2022-12-01T10:27:06.2941309Z test_ops.py::TestCompositeComplianceCPU::test_backward_H_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2941483Z test_ops.py::TestCompositeComplianceCPU::test_backward___radd___cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2941652Z test_ops.py::TestCompositeComplianceCPU::test_backward___rdiv___cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2941821Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmul___cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2941986Z test_ops.py::TestCompositeComplianceCPU::test_backward___rpow___cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2942150Z test_ops.py::TestCompositeComplianceCPU::test_backward_add_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2942308Z test_ops.py::TestCompositeComplianceCPU::test_backward_addcdiv_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2942479Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2942645Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmv_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2942812Z test_ops.py::TestCompositeComplianceCPU::test_backward_addr_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2942973Z test_ops.py::TestCompositeComplianceCPU::test_backward_asin_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2943138Z test_ops.py::TestCompositeComplianceCPU::test_backward_atan2_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2943391Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_1d_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2943560Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_2d_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2943726Z test_ops.py::TestCompositeComplianceCPU::test_backward_baddbmm_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2943883Z test_ops.py::TestCompositeComplianceCPU::test_backward_bmm_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2944065Z test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_tensors_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2944242Z test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_to_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2944406Z test_ops.py::TestCompositeComplianceCPU::test_backward_cat_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2944603Z test_ops.py::TestCompositeComplianceCPU::test_backward_cdist_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2944772Z test_ops.py::TestCompositeComplianceCPU::test_backward_ceil_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2944936Z test_ops.py::TestCompositeComplianceCPU::test_backward_chunk_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2945102Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2945260Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_max_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2945428Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_min_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2945590Z test_ops.py::TestCompositeComplianceCPU::test_backward_clone_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2945770Z test_ops.py::TestCompositeComplianceCPU::test_backward_constant_pad_nd_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2945941Z test_ops.py::TestCompositeComplianceCPU::test_backward_copysign_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2946110Z test_ops.py::TestCompositeComplianceCPU::test_backward_corrcoef_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2946282Z test_ops.py::TestCompositeComplianceCPU::test_backward_cummin_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2946449Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumsum_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2946637Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumulative_trapezoid_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2946792Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagflat_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2946958Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2947119Z test_ops.py::TestCompositeComplianceCPU::test_backward_dist_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2947279Z test_ops.py::TestCompositeComplianceCPU::test_backward_dot_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2947444Z test_ops.py::TestCompositeComplianceCPU::test_backward_double_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2947610Z test_ops.py::TestCompositeComplianceCPU::test_backward_einsum_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2947780Z test_ops.py::TestCompositeComplianceCPU::test_backward_erfinv_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2947943Z test_ops.py::TestCompositeComplianceCPU::test_backward_expand_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2948097Z test_ops.py::TestCompositeComplianceCPU::test_backward_expm1_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2948263Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft2_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2948428Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2948603Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftshift_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2948772Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft2_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2948939Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2949137Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft2_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2949304Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft2_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2949459Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2949620Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfftn_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2949782Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfftn_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2949950Z test_ops.py::TestCompositeComplianceCPU::test_backward_flatten_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2950114Z test_ops.py::TestCompositeComplianceCPU::test_backward_fliplr_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2950301Z test_ops.py::TestCompositeComplianceCPU::test_backward_flipud_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2950468Z test_ops.py::TestCompositeComplianceCPU::test_backward_float_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2950644Z test_ops.py::TestCompositeComplianceCPU::test_backward_float_power_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2950808Z test_ops.py::TestCompositeComplianceCPU::test_backward_floor_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2950962Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmax_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2951128Z test_ops.py::TestCompositeComplianceCPU::test_backward_hsplit_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2951288Z test_ops.py::TestCompositeComplianceCPU::test_backward_i0_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2951456Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_add_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2951625Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_copy_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2951794Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_fill_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2951966Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_reduce_cpu_float32 XFAIL [ 73%] 2022-12-01T10:27:06.2952139Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_select_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2952292Z test_ops.py::TestCompositeComplianceCPU::test_backward_inner_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2952461Z test_ops.py::TestCompositeComplianceCPU::test_backward_kthvalue_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2952624Z test_ops.py::TestCompositeComplianceCPU::test_backward_lerp_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2952793Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cond_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2952963Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cross_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2953132Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2953299Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eig_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2953479Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvals_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2953657Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2953827Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_norm_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2954087Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_power_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2954263Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_multi_dot_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2954435Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2954635Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2954884Z 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:27:06.2955113Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_ex_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2955300Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_triangular_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2955468Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svd_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2955631Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svdvals_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2955813Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorsolve_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2955987Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vander_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2956189Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vecdot_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2956369Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vector_norm_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2956664Z test_ops.py::TestCompositeComplianceCPU::test_backward_log1p_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2956828Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2956998Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2957180Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_dtype_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2957340Z test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2957514Z test_ops.py::TestCompositeComplianceCPU::test_backward_logcumsumexp_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2957677Z test_ops.py::TestCompositeComplianceCPU::test_backward_logit_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2957842Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2958012Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_unpack_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2958175Z test_ops.py::TestCompositeComplianceCPU::test_backward_mH_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2958346Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_amin_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2958524Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_cumprod_cpu_float32 PASSED [ 73%] 2022-12-01T10:27:06.2958687Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_cumsum_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2958855Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_fill_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2959035Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_log_softmax_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2959214Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_logaddexp_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2959386Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_mean_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2959556Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2959734Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_normalize_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2959902Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_prod_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2960076Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_scatter_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2960236Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_std_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2960402Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_sum_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2960569Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_var_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2960734Z test_ops.py::TestCompositeComplianceCPU::test_backward_matmul_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2960963Z test_ops.py::TestCompositeComplianceCPU::test_backward_matrix_exp_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2961125Z test_ops.py::TestCompositeComplianceCPU::test_backward_mean_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2961292Z test_ops.py::TestCompositeComplianceCPU::test_backward_median_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2961480Z test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_list_of_tensors_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2961662Z test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_variadic_tensors_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2961829Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_binary_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2962013Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_with_dim_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2962216Z test_ops.py::TestCompositeComplianceCPU::test_backward_minimum_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2962384Z test_ops.py::TestCompositeComplianceCPU::test_backward_mul_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2962569Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2962737Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanmean_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2962911Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanquantile_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2963074Z test_ops.py::TestCompositeComplianceCPU::test_backward_narrow_cpu_float32 XFAIL [ 74%] 2022-12-01T10:27:06.2963242Z test_ops.py::TestCompositeComplianceCPU::test_backward_native_batch_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2963417Z test_ops.py::TestCompositeComplianceCPU::test_backward_native_layer_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2963630Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2963831Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2964027Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2964216Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool1d_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2964404Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2964589Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_batch_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2964773Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_bilinear_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2964950Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2965144Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2965342Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2965535Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2965738Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2965933Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_similarity_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2966124Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cross_entropy_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2966312Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2966501Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout3d_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2966701Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_elu_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2966890Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_bag_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2967104Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2967283Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_glu_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2967471Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_grid_sample_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2967658Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_group_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2967872Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardshrink_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2968061Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardtanh_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2968258Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2968434Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_huber_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2968632Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_area_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2968831Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2969028Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_linear_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2969216Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_l1_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2969399Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_leaky_relu_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2969600Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_local_response_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2969785Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_logsigmoid_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2969965Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool1d_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2970152Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2970331Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2970525Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2970708Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mish_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2970893Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mse_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2971099Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2971286Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_normalize_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2971476Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_circular_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2971666Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_constant_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2971859Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_replicate_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2972046Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pairwise_distance_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2972237Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2972448Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_prelu_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2972625Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu6_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2972805Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2972979Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_rrelu_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2973155Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_selu_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2973343Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2973561Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2973741Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softplus_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2973926Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softsign_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2974117Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_threshold_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2974313Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2974526Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2974720Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2974916Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_nearest_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2975084Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2975254Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_fro_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2975411Z test_ops.py::TestCompositeComplianceCPU::test_backward_normal_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2975591Z test_ops.py::TestCompositeComplianceCPU::test_backward_normal_number_mean_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2975757Z test_ops.py::TestCompositeComplianceCPU::test_backward_permute_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2975925Z test_ops.py::TestCompositeComplianceCPU::test_backward_pinverse_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2976113Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_0_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2976297Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_1_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2976486Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_2_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2976672Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_3_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2976847Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_4_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2977015Z test_ops.py::TestCompositeComplianceCPU::test_backward_positive_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2977178Z test_ops.py::TestCompositeComplianceCPU::test_backward_prod_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2977341Z test_ops.py::TestCompositeComplianceCPU::test_backward_put_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2977507Z test_ops.py::TestCompositeComplianceCPU::test_backward_quantile_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2977673Z test_ops.py::TestCompositeComplianceCPU::test_backward_renorm_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2977842Z test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2978074Z test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2978248Z test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_conj_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2978409Z test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_neg_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2978570Z test_ops.py::TestCompositeComplianceCPU::test_backward_roll_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2978736Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2978915Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_0_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2979085Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_add_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2979277Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2979460Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_prod_cpu_float32 XFAIL [ 74%] 2022-12-01T10:27:06.2979640Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_sum_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2979815Z test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_lengths_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2979992Z test_ops.py::TestCompositeComplianceCPU::test_backward_select_scatter_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2980155Z test_ops.py::TestCompositeComplianceCPU::test_backward_sgn_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2980317Z test_ops.py::TestCompositeComplianceCPU::test_backward_sin_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2980481Z test_ops.py::TestCompositeComplianceCPU::test_backward_sinh_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2980646Z test_ops.py::TestCompositeComplianceCPU::test_backward_slice_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2980823Z test_ops.py::TestCompositeComplianceCPU::test_backward_slice_scatter_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2981025Z test_ops.py::TestCompositeComplianceCPU::test_backward_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 74%] 2022-12-01T10:27:06.2981197Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1e_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2981364Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_log_ndtr_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2981539Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtri_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2981718Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_xlog1py_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2981883Z test_ops.py::TestCompositeComplianceCPU::test_backward_squeeze_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2982047Z test_ops.py::TestCompositeComplianceCPU::test_backward_stack_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2982211Z test_ops.py::TestCompositeComplianceCPU::test_backward_std_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2982374Z test_ops.py::TestCompositeComplianceCPU::test_backward_stft_cpu_float32 PASSED [ 74%] 2022-12-01T10:27:06.2982545Z test_ops.py::TestCompositeComplianceCPU::test_backward_sum_to_size_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2982707Z test_ops.py::TestCompositeComplianceCPU::test_backward_svd_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2982936Z 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:27:06.2983096Z test_ops.py::TestCompositeComplianceCPU::test_backward_take_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2983255Z test_ops.py::TestCompositeComplianceCPU::test_backward_tan_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2983411Z test_ops.py::TestCompositeComplianceCPU::test_backward_tanh_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2983580Z test_ops.py::TestCompositeComplianceCPU::test_backward_tensor_split_cpu_float32 XFAIL [ 75%] 2022-12-01T10:27:06.2983747Z test_ops.py::TestCompositeComplianceCPU::test_backward_tile_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2983972Z test_ops.py::TestCompositeComplianceCPU::test_backward_to_sparse_cpu_float32 SKIPPED (Allowed exception) [ 75%] 2022-12-01T10:27:06.2984137Z test_ops.py::TestCompositeComplianceCPU::test_backward_topk_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2984297Z test_ops.py::TestCompositeComplianceCPU::test_backward_trapezoid_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2984461Z test_ops.py::TestCompositeComplianceCPU::test_backward_trapz_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2984622Z test_ops.py::TestCompositeComplianceCPU::test_backward_triu_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2984787Z test_ops.py::TestCompositeComplianceCPU::test_backward_trunc_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2984952Z test_ops.py::TestCompositeComplianceCPU::test_backward_unbind_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2985145Z test_ops.py::TestCompositeComplianceCPU::test_backward_unsqueeze_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2985310Z test_ops.py::TestCompositeComplianceCPU::test_backward_var_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2985474Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2985637Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2985792Z test_ops.py::TestCompositeComplianceCPU::test_backward_vsplit_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2985958Z test_ops.py::TestCompositeComplianceCPU::test_backward_vstack_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2986122Z test_ops.py::TestCompositeComplianceCPU::test_backward_where_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2986284Z test_ops.py::TestCompositeComplianceCPU::test_backward_xlogy_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2986446Z test_ops.py::TestCompositeComplianceCPU::test_backward_zero__cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2986611Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_H_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2986779Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___radd___cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2986946Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rdiv___cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2987098Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmod___cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2987260Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rpow___cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2987421Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acos_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2987588Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acosh_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2987748Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_add_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2987915Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2988122Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_allclose_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:27:06.2988292Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amin_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2988456Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_angle_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2988652Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argsort_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:27:06.2988813Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asin_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2988978Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2989141Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atanh_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2989315Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_1d_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2989487Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_3d_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2989686Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_baddbmm_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2989855Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bernoulli_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2990014Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_block_diag_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2990213Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bool_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:27:06.2990395Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_tensors_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2990559Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ceil_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2990786Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chalf_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:27:06.2990988Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_char_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:27:06.2991155Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2991323Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_min_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2991499Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_combinations_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2991665Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_physical_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2991846Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_constant_pad_nd_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2992017Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_contiguous_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2992188Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_copysign_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2992356Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_corrcoef_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2992522Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cos_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2992733Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_count_nonzero_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:27:06.2992901Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummax_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2993088Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumulative_trapezoid_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2993249Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_embed_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2993414Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diff_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2993583Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_digamma_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2993749Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dist_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2993937Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_floor_rounding_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2994183Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dot_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2994352Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_double_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2994519Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dsplit_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2994673Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dstack_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2994837Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_einsum_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2995037Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:27:06.2995231Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_equal_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:27:06.2995439Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erf_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2995605Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfinv_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2995770Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2995940Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_as_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2996105Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2996259Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expm1_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2996458Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eye_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:27:06.2996777Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2996953Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftn_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2997130Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftshift_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2997299Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft2_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2997467Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2997632Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfftn_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2997805Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft2_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2997964Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfftn_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2998133Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft2_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2998302Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2998472Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2998636Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flip_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2998804Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flipud_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2999005Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:27:06.2999215Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_divide_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:27:06.2999372Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmin_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2999537Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmod_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2999701Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frac_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.2999868Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frexp_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.3000034Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gather_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.3000231Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ge_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:27:06.3000425Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gt_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:27:06.3000625Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_half_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:27:06.3000829Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_heaviside_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:27:06.3001019Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histc_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:27:06.3001226Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogramdd_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:27:06.3001435Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hstack_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.3001598Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_i0_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.3001800Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igamma_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:27:06.3001971Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_add_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.3002178Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_reduce_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:27:06.3002380Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isfinite_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:27:06.3002600Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isin_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:27:06.3002801Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isnan_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:27:06.3002989Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isneginf_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:27:06.3003192Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isposinf_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:27:06.3003358Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_istft_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.3003580Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 75%] 2022-12-01T10:27:06.3003776Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 75%] 2022-12-01T10:27:06.3003943Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kron_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.3004110Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ldexp_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.3004305Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_le_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:27:06.3004472Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lerp_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.3004628Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lgamma_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.3004800Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cond_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.3004975Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cross_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.3005147Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.3005319Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eig_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.3005496Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigh_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.3005671Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvals_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.3005850Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvalsh_cpu_float32 PASSED [ 75%] 2022-12-01T10:27:06.3006033Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_householder_product_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3006206Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_ex_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3006423Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:27:06.3006632Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:27:06.3006816Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_ex_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3007023Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_solve_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3007205Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_power_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3007421Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:27:06.3007600Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_multi_dot_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3007774Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3007961Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3008172Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_hermitian_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3008348Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_qr_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3008523Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_slogdet_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3008696Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3008872Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vecdot_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3009053Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vector_norm_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3009254Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linspace_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:27:06.3009419Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log10_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3009584Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3009770Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_dtype_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3009979Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logcumsumexp_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:27:06.3010147Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logdet_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3010353Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_xor_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:27:06.3010516Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3010687Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_solve_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3010857Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_unpack_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3011010Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mT_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3011186Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_amax_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3011362Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_amin_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3011623Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_cumprod_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3011799Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_fill_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3011979Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_log_softmax_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3012158Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_logaddexp_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3012329Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_prod_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3012507Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_select_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3012708Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_softmax_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3012882Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matrix_exp_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3013053Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_binary_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3013240Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_with_dim_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3013408Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_maximum_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3013570Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mean_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3013758Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_list_of_tensors_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3013972Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_with_dim_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3014146Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_minimum_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3014301Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mode_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3014470Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_movedim_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3014677Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_multinomial_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:27:06.3014839Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mv_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3015023Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3015197Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nan_to_num_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3015370Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmedian_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3015547Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanquantile_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3015714Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nansum_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3015913Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_copy_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:27:06.3016079Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_cpu_float32 XFAIL [ 76%] 2022-12-01T10:27:06.3016292Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_layer_norm_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:27:06.3016486Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ne_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:27:06.3016687Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:27:06.3016901Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_strided_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:27:06.3017102Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_ones_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:27:06.3017302Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_zeros_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:27:06.3017503Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3017687Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3017880Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3018074Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3018261Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool2d_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3018478Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool3d_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3018676Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3018885Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3019066Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_celu_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3019251Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv1d_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3019434Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3019656Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3019857Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_similarity_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3020044Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout2d_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3020232Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout3d_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3020415Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3020596Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_elu_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3020820Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_bag_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:27:06.3021007Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gelu_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3021202Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_group_norm_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3021382Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardshrink_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3021582Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3021784Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3021967Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_kl_div_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3022149Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_l1_loss_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3022334Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_layer_norm_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3022523Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_leaky_relu_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3022722Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_local_response_norm_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3022908Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_logsigmoid_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3023082Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool3d_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3023279Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3023464Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_cpu_float32 XFAIL [ 76%] 2022-12-01T10:27:06.3023649Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mse_loss_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3023882Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:27:06.3024097Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_nll_loss_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3024288Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_reflect_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3024484Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_replicate_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3024681Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pairwise_distance_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3024886Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pdist_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:27:06.3025080Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3025300Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3025490Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu6_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3025668Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3025859Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3026057Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3026245Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softplus_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3026434Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_tanhshrink_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3026648Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3026840Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nonzero_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:27:06.3027010Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_fro_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3027180Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_inf_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3027347Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_nuc_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3027548Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:27:06.3027761Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_number_mean_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:27:06.3027964Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:27:06.3028164Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_like_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:27:06.3028334Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_outer_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3028495Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pinverse_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3028662Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polar_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3028852Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_0_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3029039Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_1_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3029226Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_3_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3029394Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pow_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3029561Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_prod_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3029752Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_put_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3029916Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_qr_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3030074Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_quantile_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:06.3030274Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rand_like_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:27:06.3030481Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randint_like_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:27:06.3030684Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:27:06.3030916Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_like_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:27:06.3031096Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reciprocal_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3031270Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_remainder_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3031470Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_renorm_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-12-01T10:27:06.3031645Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_as_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3031803Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3031967Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_roll_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3032152Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amin_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3032371Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_prod_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-12-01T10:27:06.3032592Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_lengths_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-12-01T10:27:06.3032812Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_offsets_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-12-01T10:27:06.3032991Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_scatter_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3033154Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinh_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3033318Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sort_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3033525Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sparse_sampled_addmm_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-12-01T10:27:06.3033740Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y0_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:27:06.3033972Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:27:06.3034532Z 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:27:06.3034915Z 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:27:06.3035092Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_entr_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3035318Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_h_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:27:06.3035496Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i0e_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3035726Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_log_ndtr_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3035947Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i0_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:27:06.3036154Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k0_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:27:06.3036371Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k1_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:27:06.3036692Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:27:06.3037138Z 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:27:06.3037364Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_spherical_bessel_j0_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:27:06.3037541Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_xlog1py_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3037707Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3037892Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_list_args_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3038059Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sqrt_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3038227Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_square_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3038383Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sub_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3038560Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_to_size_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3038726Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3038966Z 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:27:06.3039144Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_along_dim_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3039314Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3039478Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tan_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3039644Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tanh_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3039809Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3040006Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_sparse_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-12-01T10:27:06.3040175Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_topk_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3040339Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trace_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3040506Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapz_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3040684Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triangular_solve_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3040849Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tril_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3041025Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_true_divide_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3041199Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unflatten_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3041392Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_uniform_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:27:06.3041648Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_consecutive_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:27:06.3041851Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:27:06.3042017Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3042182Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vdot_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3042346Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3042515Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vsplit_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3042682Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zero__cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3042873Z test_ops.py::TestCompositeComplianceCPU::test_operator_H_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3043037Z test_ops.py::TestCompositeComplianceCPU::test_operator___getitem___cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3043204Z test_ops.py::TestCompositeComplianceCPU::test_operator___radd___cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3043373Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmatmul___cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3043537Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmod___cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3043699Z test_ops.py::TestCompositeComplianceCPU::test_operator___rsub___cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3043862Z test_ops.py::TestCompositeComplianceCPU::test_operator_abs_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3044028Z test_ops.py::TestCompositeComplianceCPU::test_operator_acosh_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3044194Z test_ops.py::TestCompositeComplianceCPU::test_operator_add_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3044352Z test_ops.py::TestCompositeComplianceCPU::test_operator_addbmm_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3044521Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3044702Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_decomposed_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3044866Z test_ops.py::TestCompositeComplianceCPU::test_operator_addr_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3045028Z test_ops.py::TestCompositeComplianceCPU::test_operator_all_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3045190Z test_ops.py::TestCompositeComplianceCPU::test_operator_amax_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3045357Z test_ops.py::TestCompositeComplianceCPU::test_operator_arange_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3045525Z test_ops.py::TestCompositeComplianceCPU::test_operator_argsort_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3045708Z test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_scatter_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3045859Z test_ops.py::TestCompositeComplianceCPU::test_operator_asin_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3046027Z test_ops.py::TestCompositeComplianceCPU::test_operator_asinh_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3046194Z test_ops.py::TestCompositeComplianceCPU::test_operator_atan2_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3046365Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_1d_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3046536Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_2d_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3046703Z test_ops.py::TestCompositeComplianceCPU::test_operator_bfloat16_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3046874Z test_ops.py::TestCompositeComplianceCPU::test_operator_block_diag_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3047038Z test_ops.py::TestCompositeComplianceCPU::test_operator_bmm_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3047193Z test_ops.py::TestCompositeComplianceCPU::test_operator_bool_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3047374Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_shapes_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3047585Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_tensors_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3047756Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_to_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3047919Z test_ops.py::TestCompositeComplianceCPU::test_operator_byte_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3048098Z test_ops.py::TestCompositeComplianceCPU::test_operator_cartesian_prod_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3048262Z test_ops.py::TestCompositeComplianceCPU::test_operator_ceil_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3048429Z test_ops.py::TestCompositeComplianceCPU::test_operator_chalf_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3048634Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_inverse_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3048801Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_solve_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3048969Z test_ops.py::TestCompositeComplianceCPU::test_operator_chunk_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3049139Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_max_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3049305Z test_ops.py::TestCompositeComplianceCPU::test_operator_clone_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3049478Z test_ops.py::TestCompositeComplianceCPU::test_operator_column_stack_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3049653Z test_ops.py::TestCompositeComplianceCPU::test_operator_combinations_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3049829Z test_ops.py::TestCompositeComplianceCPU::test_operator_conj_physical_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3050007Z test_ops.py::TestCompositeComplianceCPU::test_operator_constant_pad_nd_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3050170Z test_ops.py::TestCompositeComplianceCPU::test_operator_contiguous_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3050344Z test_ops.py::TestCompositeComplianceCPU::test_operator_count_nonzero_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3050510Z test_ops.py::TestCompositeComplianceCPU::test_operator_cross_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3050675Z test_ops.py::TestCompositeComplianceCPU::test_operator_cummin_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3050844Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumprod_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3051011Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumsum_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3051176Z test_ops.py::TestCompositeComplianceCPU::test_operator_diag_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3051346Z test_ops.py::TestCompositeComplianceCPU::test_operator_diag_embed_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3051518Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagflat_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3051670Z test_ops.py::TestCompositeComplianceCPU::test_operator_diff_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3051852Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_floor_rounding_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3052034Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_no_rounding_mode_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3052199Z test_ops.py::TestCompositeComplianceCPU::test_operator_dsplit_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3052366Z test_ops.py::TestCompositeComplianceCPU::test_operator_dstack_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3052585Z test_ops.py::TestCompositeComplianceCPU::test_operator_empty_like_cpu_float32 SKIPPED (Expected: empty_like is not comparable) [ 77%] 2022-12-01T10:27:06.3052749Z test_ops.py::TestCompositeComplianceCPU::test_operator_erf_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3052914Z test_ops.py::TestCompositeComplianceCPU::test_operator_erfinv_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3053086Z test_ops.py::TestCompositeComplianceCPU::test_operator_expand_as_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3053272Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftn_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3053445Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftshift_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3053611Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3053778Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3053956Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft2_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3054126Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3054284Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfftn_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3054480Z test_ops.py::TestCompositeComplianceCPU::test_operator_flatten_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3054647Z test_ops.py::TestCompositeComplianceCPU::test_operator_flip_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3054816Z test_ops.py::TestCompositeComplianceCPU::test_operator_fliplr_cpu_float32 PASSED [ 77%] 2022-12-01T10:27:06.3054984Z test_ops.py::TestCompositeComplianceCPU::test_operator_float_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3055151Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmax_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3055319Z test_ops.py::TestCompositeComplianceCPU::test_operator_frexp_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3055483Z test_ops.py::TestCompositeComplianceCPU::test_operator_ge_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3055648Z test_ops.py::TestCompositeComplianceCPU::test_operator_geqrf_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3055800Z test_ops.py::TestCompositeComplianceCPU::test_operator_gt_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3055966Z test_ops.py::TestCompositeComplianceCPU::test_operator_half_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3056140Z test_ops.py::TestCompositeComplianceCPU::test_operator_histogram_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3056309Z test_ops.py::TestCompositeComplianceCPU::test_operator_hstack_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3056478Z test_ops.py::TestCompositeComplianceCPU::test_operator_igammac_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3056646Z test_ops.py::TestCompositeComplianceCPU::test_operator_inner_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3056810Z test_ops.py::TestCompositeComplianceCPU::test_operator_int_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3056982Z test_ops.py::TestCompositeComplianceCPU::test_operator_isfinite_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3057141Z test_ops.py::TestCompositeComplianceCPU::test_operator_isneginf_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3057310Z test_ops.py::TestCompositeComplianceCPU::test_operator_isposinf_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3057480Z test_ops.py::TestCompositeComplianceCPU::test_operator_isreal_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3057648Z test_ops.py::TestCompositeComplianceCPU::test_operator_istft_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3057856Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (skip) [ 78%] 2022-12-01T10:27:06.3058064Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (skip) [ 78%] 2022-12-01T10:27:06.3058254Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_unary_cpu_float32 SKIPPED (skip) [ 78%] 2022-12-01T10:27:06.3058425Z test_ops.py::TestCompositeComplianceCPU::test_operator_kthvalue_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3058593Z test_ops.py::TestCompositeComplianceCPU::test_operator_ldexp_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3058748Z test_ops.py::TestCompositeComplianceCPU::test_operator_lerp_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3058917Z test_ops.py::TestCompositeComplianceCPU::test_operator_lgamma_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3059124Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cond_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3059300Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cross_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3059471Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3059652Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvals_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3059834Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvalsh_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3060030Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_householder_product_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3060188Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3060389Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_ex_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3060573Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3060754Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_solve_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3060933Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3061117Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_ex_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3061289Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3061490Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3061680Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_hermitian_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3061918Z 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:27:06.3062100Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_slogdet_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3062278Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_ex_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3062453Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vander_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3062636Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vector_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3062806Z test_ops.py::TestCompositeComplianceCPU::test_operator_log10_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3062979Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3063162Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_dtype_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3063341Z test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp2_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3063504Z test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3063680Z test_ops.py::TestCompositeComplianceCPU::test_operator_logcumsumexp_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3063849Z test_ops.py::TestCompositeComplianceCPU::test_operator_logdet_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3064022Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_and_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3064195Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_xor_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3064366Z test_ops.py::TestCompositeComplianceCPU::test_operator_logspace_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3064532Z test_ops.py::TestCompositeComplianceCPU::test_operator_long_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3064699Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3064867Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_solve_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3065046Z test_ops.py::TestCompositeComplianceCPU::test_operator_mH_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3065221Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_argmax_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3065396Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_argmin_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3065577Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_logsumexp_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3065751Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_median_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3065925Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_prod_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3066098Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_var_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3066328Z test_ops.py::TestCompositeComplianceCPU::test_operator_matmul_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3066491Z test_ops.py::TestCompositeComplianceCPU::test_operator_matrix_exp_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3066675Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_no_dim_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3066862Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_with_dim_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3067027Z test_ops.py::TestCompositeComplianceCPU::test_operator_mean_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3067221Z test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_variadic_tensors_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3067394Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_binary_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3067584Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_with_dim_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3067752Z test_ops.py::TestCompositeComplianceCPU::test_operator_mm_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3067918Z test_ops.py::TestCompositeComplianceCPU::test_operator_mode_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3068071Z test_ops.py::TestCompositeComplianceCPU::test_operator_mul_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3068248Z test_ops.py::TestCompositeComplianceCPU::test_operator_multinomial_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3068419Z test_ops.py::TestCompositeComplianceCPU::test_operator_nan_to_num_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3068591Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanmedian_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3068766Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanquantile_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3068936Z test_ops.py::TestCompositeComplianceCPU::test_operator_nansum_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3069121Z test_ops.py::TestCompositeComplianceCPU::test_operator_native_batch_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3069301Z test_ops.py::TestCompositeComplianceCPU::test_operator_native_layer_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3069532Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_strided_cpu_float32 SKIPPED (Expected: new_empty_strided is not comparable) [ 78%] 2022-12-01T10:27:06.3069704Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_full_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3069879Z test_ops.py::TestCompositeComplianceCPU::test_operator_nextafter_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3070091Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3070294Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3070491Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3070684Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3070923Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3071134Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3071319Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv2d_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3071505Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3071703Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3071906Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3072128Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_similarity_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3072318Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_ctc_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3072506Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout2d_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3072694Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout3d_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3072876Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_elu_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3073093Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_bag_cpu_float32 SKIPPED (Allowed exemption) [ 78%] 2022-12-01T10:27:06.3073265Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gelu_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3073461Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_grid_sample_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3073654Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_group_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3073847Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardtanh_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3074119Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3074320Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_instance_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3074517Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_area_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3074721Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3074923Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3075097Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_l1_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3075290Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_leaky_relu_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3075476Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_linear_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3075677Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_local_response_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3075871Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3076060Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3076250Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool2d_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3076445Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool3d_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3076734Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3076974Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3077158Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mish_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3077366Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3077555Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_nll_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3077744Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_normalize_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3077937Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_constant_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3078161Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_reflect_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3078360Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_replicate_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3078563Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pairwise_distance_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3078735Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pdist_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3078931Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3079128Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3079310Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:06.3079497Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_rrelu_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3079675Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_selu_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3079868Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3080062Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3080248Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3080437Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softplus_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3080615Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softshrink_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3080813Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3081028Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3081201Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_inf_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3081370Z test_ops.py::TestCompositeComplianceCPU::test_operator_ormqr_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3081544Z test_ops.py::TestCompositeComplianceCPU::test_operator_pinverse_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3081712Z test_ops.py::TestCompositeComplianceCPU::test_operator_polar_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3081905Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_0_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3082082Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_1_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3082271Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_2_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3082460Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_3_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3082676Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_4_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3082840Z test_ops.py::TestCompositeComplianceCPU::test_operator_qr_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3083012Z test_ops.py::TestCompositeComplianceCPU::test_operator_randn_like_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3083178Z test_ops.py::TestCompositeComplianceCPU::test_operator_ravel_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3083346Z test_ops.py::TestCompositeComplianceCPU::test_operator_real_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3083515Z test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3083686Z test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_interleave_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3083883Z test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3084059Z test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_neg_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3084227Z test_ops.py::TestCompositeComplianceCPU::test_operator_roll_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3084393Z test_ops.py::TestCompositeComplianceCPU::test_operator_rot90_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3084573Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_0_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3084757Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_neg_3_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3084923Z test_ops.py::TestCompositeComplianceCPU::test_operator_rsqrt_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3085088Z test_ops.py::TestCompositeComplianceCPU::test_operator_rsub_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3085248Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_add_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3085432Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amax_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3085614Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_mean_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3085791Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_prod_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3085958Z test_ops.py::TestCompositeComplianceCPU::test_operator_select_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3086137Z test_ops.py::TestCompositeComplianceCPU::test_operator_select_scatter_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3086303Z test_ops.py::TestCompositeComplianceCPU::test_operator_sgn_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3086468Z test_ops.py::TestCompositeComplianceCPU::test_operator_short_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3086622Z test_ops.py::TestCompositeComplianceCPU::test_operator_sign_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3086788Z test_ops.py::TestCompositeComplianceCPU::test_operator_sinc_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3086946Z test_ops.py::TestCompositeComplianceCPU::test_operator_sinh_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3087115Z test_ops.py::TestCompositeComplianceCPU::test_operator_slice_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3087293Z test_ops.py::TestCompositeComplianceCPU::test_operator_slice_scatter_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3087462Z test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3087664Z test_ops.py::TestCompositeComplianceCPU::test_operator_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 79%] 2022-12-01T10:27:06.3087842Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_airy_ai_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3088023Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j0_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3088191Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j1_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3088389Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3088615Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3089034Z 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:27:06.3089412Z 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:27:06.3089611Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_h_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3089786Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i0e_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3089988Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3090191Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_laguerre_polynomial_l_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3090559Z 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:27:06.3090757Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i0_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3090950Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k0_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3091140Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k1_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3091317Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtr_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3091497Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtri_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3091705Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3091908Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3092100Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3092489Z 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:27:06.3092861Z 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:27:06.3093058Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_spherical_bessel_j0_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3093232Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_zeta_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3093413Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_list_args_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3093592Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_with_sizes_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3093762Z test_ops.py::TestCompositeComplianceCPU::test_operator_squeeze_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3093926Z test_ops.py::TestCompositeComplianceCPU::test_operator_std_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3094091Z test_ops.py::TestCompositeComplianceCPU::test_operator_stft_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3094262Z test_ops.py::TestCompositeComplianceCPU::test_operator_sum_to_size_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3094416Z test_ops.py::TestCompositeComplianceCPU::test_operator_svd_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3094581Z test_ops.py::TestCompositeComplianceCPU::test_operator_t_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3094778Z test_ops.py::TestCompositeComplianceCPU::test_operator_take_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3094938Z test_ops.py::TestCompositeComplianceCPU::test_operator_tanh_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3095112Z test_ops.py::TestCompositeComplianceCPU::test_operator_tensordot_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3095308Z test_ops.py::TestCompositeComplianceCPU::test_operator_to_sparse_cpu_float32 SKIPPED (Allowed exception) [ 79%] 2022-12-01T10:27:06.3095476Z test_ops.py::TestCompositeComplianceCPU::test_operator_topk_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3095646Z test_ops.py::TestCompositeComplianceCPU::test_operator_trapezoid_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3095802Z test_ops.py::TestCompositeComplianceCPU::test_operator_trapz_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3095964Z test_ops.py::TestCompositeComplianceCPU::test_operator_tril_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3096150Z test_ops.py::TestCompositeComplianceCPU::test_operator_triu_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3096321Z test_ops.py::TestCompositeComplianceCPU::test_operator_trunc_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3096490Z test_ops.py::TestCompositeComplianceCPU::test_operator_unbind_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3096664Z test_ops.py::TestCompositeComplianceCPU::test_operator_unflatten_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3096832Z test_ops.py::TestCompositeComplianceCPU::test_operator_unfold_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3097000Z test_ops.py::TestCompositeComplianceCPU::test_operator_uniform_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3097166Z test_ops.py::TestCompositeComplianceCPU::test_operator_unique_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3097326Z test_ops.py::TestCompositeComplianceCPU::test_operator_unsqueeze_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3097496Z test_ops.py::TestCompositeComplianceCPU::test_operator_var_mean_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3097675Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_complex_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3097845Z test_ops.py::TestCompositeComplianceCPU::test_operator_vstack_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3098012Z test_ops.py::TestCompositeComplianceCPU::test_operator_xlogy_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3098178Z test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_cpu_float32 PASSED [ 79%] 2022-12-01T10:27:06.3098327Z test_ops.py::TestMathBitsCPU::test_conj_view_H_cpu_complex64 PASSED [ 79%] 2022-12-01T10:27:06.3098480Z test_ops.py::TestMathBitsCPU::test_conj_view___getitem___cpu_complex64 PASSED [ 79%] 2022-12-01T10:27:06.3098618Z test_ops.py::TestMathBitsCPU::test_conj_view___rpow___cpu_complex64 PASSED [ 79%] 2022-12-01T10:27:06.3098769Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_abs_cpu_complex64 PASSED [ 79%] 2022-12-01T10:27:06.3098921Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_acos_cpu_complex64 PASSED [ 79%] 2022-12-01T10:27:06.3099074Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_acosh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:27:06.3099231Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_addcdiv_cpu_complex64 PASSED [ 79%] 2022-12-01T10:27:06.3099383Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_addr_cpu_complex64 PASSED [ 79%] 2022-12-01T10:27:06.3099533Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_all_cpu_complex64 PASSED [ 79%] 2022-12-01T10:27:06.3099740Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_as_strided_cpu_complex64 SKIPPED (Errors when storage_offset is included) [ 79%] 2022-12-01T10:27:06.3099890Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_asin_cpu_complex64 PASSED [ 79%] 2022-12-01T10:27:06.3100025Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atan_cpu_complex64 PASSED [ 79%] 2022-12-01T10:27:06.3100176Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atanh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:27:06.3100344Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_tensors_cpu_complex64 PASSED [ 79%] 2022-12-01T10:27:06.3100520Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cat_cpu_complex64 PASSED [ 79%] 2022-12-01T10:27:06.3100682Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_constant_pad_nd_cpu_complex64 PASSED [ 79%] 2022-12-01T10:27:06.3100834Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cosh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:27:06.3100986Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cumsum_cpu_complex64 PASSED [ 79%] 2022-12-01T10:27:06.3101157Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_div_no_rounding_mode_cpu_complex64 PASSED [ 79%] 2022-12-01T10:27:06.3101298Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_dsplit_cpu_complex64 PASSED [ 79%] 2022-12-01T10:27:06.3101498Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_like_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 79%] 2022-12-01T10:27:06.3101674Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_eq_cpu_complex64 PASSED [ 79%] 2022-12-01T10:27:06.3101828Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_exp_cpu_complex64 PASSED [ 79%] 2022-12-01T10:27:06.3101985Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_cpu_complex64 PASSED [ 79%] 2022-12-01T10:27:06.3102149Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_eye_cpu_complex64 SKIPPED (Skipped!) [ 79%] 2022-12-01T10:27:06.3102303Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft_cpu_complex64 PASSED [ 79%] 2022-12-01T10:27:06.3102461Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfftn_cpu_complex64 PASSED [ 79%] 2022-12-01T10:27:06.3102615Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:27:06.3102759Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft_cpu_complex64 PASSED [ 79%] 2022-12-01T10:27:06.3102915Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftn_cpu_complex64 PASSED [ 79%] 2022-12-01T10:27:06.3103069Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fill_cpu_complex64 PASSED [ 79%] 2022-12-01T10:27:06.3103219Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flip_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3103376Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fliplr_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3103535Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_float_power_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3103689Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_hsplit_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3103840Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_imag_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3103984Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_fill_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3104143Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_select_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3104296Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isnan_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3104453Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svd_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3104610Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linspace_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:27:06.3104761Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log10_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3104911Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3105069Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_and_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3105213Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_not_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3105367Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logspace_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:27:06.3105524Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_masked_fill_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3105677Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_mean_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3105851Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3106061Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3106212Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_mul_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3106367Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_narrow_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3106517Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ne_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3106655Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_neg_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3106811Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_ones_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3106970Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_zeros_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3107164Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_l1_loss_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3107322Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_norm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3107508Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_randn_cpu_complex64 SKIPPED (Test expects tensor input) [ 80%] 2022-12-01T10:27:06.3107670Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reciprocal_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3107827Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_as_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3107971Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3108122Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_roll_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3108271Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sgn_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3108424Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sigmoid_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3108575Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sin_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3108729Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinc_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3108883Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_square_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3109032Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sub_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3109177Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3109323Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_to_size_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3109470Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_t_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3109620Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tan_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3109771Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tanh_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3109924Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_trace_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3110084Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_transpose_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3110236Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_triu_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3110393Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_true_divide_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3110534Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unbind_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3110693Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unfold_copy_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3110844Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3110997Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_vsplit_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3111152Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_where_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3111300Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_zeros_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:27:06.3111475Z test_ops.py::TestMathBitsCPU::test_conj_view_abs_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3111626Z test_ops.py::TestMathBitsCPU::test_conj_view_acos_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3111762Z test_ops.py::TestMathBitsCPU::test_conj_view_acosh_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3111908Z test_ops.py::TestMathBitsCPU::test_conj_view_add_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3112055Z test_ops.py::TestMathBitsCPU::test_conj_view_addbmm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3112202Z test_ops.py::TestMathBitsCPU::test_conj_view_addmm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3112362Z test_ops.py::TestMathBitsCPU::test_conj_view_addmm_decomposed_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3112506Z test_ops.py::TestMathBitsCPU::test_conj_view_addmv_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3112679Z test_ops.py::TestMathBitsCPU::test_conj_view_angle_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3112829Z test_ops.py::TestMathBitsCPU::test_conj_view_any_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3112968Z test_ops.py::TestMathBitsCPU::test_conj_view_argwhere_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3113166Z test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_cpu_complex64 SKIPPED (Errors when storage_offset is included) [ 80%] 2022-12-01T10:27:06.3113362Z test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_scatter_cpu_complex64 SKIPPED (Works only for CPU complex64) [ 80%] 2022-12-01T10:27:06.3113507Z test_ops.py::TestMathBitsCPU::test_conj_view_asin_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3113651Z test_ops.py::TestMathBitsCPU::test_conj_view_atanh_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3113803Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_2d_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3113952Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_3d_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3114173Z test_ops.py::TestMathBitsCPU::test_conj_view_baddbmm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3114333Z test_ops.py::TestMathBitsCPU::test_conj_view_bfloat16_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3114465Z test_ops.py::TestMathBitsCPU::test_conj_view_bool_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3114629Z test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_tensors_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3114789Z test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_to_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3114935Z test_ops.py::TestMathBitsCPU::test_conj_view_chalf_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:27:06.3115081Z test_ops.py::TestMathBitsCPU::test_conj_view_char_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3115238Z test_ops.py::TestMathBitsCPU::test_conj_view_column_stack_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3115390Z test_ops.py::TestMathBitsCPU::test_conj_view_conj_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3115549Z test_ops.py::TestMathBitsCPU::test_conj_view_conj_physical_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3115699Z test_ops.py::TestMathBitsCPU::test_conj_view_constant_pad_nd_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3115855Z test_ops.py::TestMathBitsCPU::test_conj_view_contiguous_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3115998Z test_ops.py::TestMathBitsCPU::test_conj_view_cov_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3116143Z test_ops.py::TestMathBitsCPU::test_conj_view_cross_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3116296Z test_ops.py::TestMathBitsCPU::test_conj_view_cumprod_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3116443Z test_ops.py::TestMathBitsCPU::test_conj_view_cumsum_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3116706Z test_ops.py::TestMathBitsCPU::test_conj_view_cumulative_trapezoid_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3116863Z test_ops.py::TestMathBitsCPU::test_conj_view_diag_embed_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3117001Z test_ops.py::TestMathBitsCPU::test_conj_view_diagonal_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3117210Z test_ops.py::TestMathBitsCPU::test_conj_view_dist_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3117354Z test_ops.py::TestMathBitsCPU::test_conj_view_dot_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3117500Z test_ops.py::TestMathBitsCPU::test_conj_view_dstack_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3117648Z test_ops.py::TestMathBitsCPU::test_conj_view_einsum_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3117815Z test_ops.py::TestMathBitsCPU::test_conj_view_empty_like_cpu_complex64 SKIPPED (Skipped!) [ 80%] 2022-12-01T10:27:06.3117960Z test_ops.py::TestMathBitsCPU::test_conj_view_eq_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3118120Z test_ops.py::TestMathBitsCPU::test_conj_view_eye_cpu_complex64 SKIPPED (Skipped!) [ 80%] 2022-12-01T10:27:06.3118305Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft2_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3118446Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3118607Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftshift_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3118760Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft2_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3118909Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3119062Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfftn_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3119212Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3119364Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftn_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3119520Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftshift_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3119658Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3119805Z test_ops.py::TestMathBitsCPU::test_conj_view_fill_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3119954Z test_ops.py::TestMathBitsCPU::test_conj_view_flip_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3120101Z test_ops.py::TestMathBitsCPU::test_conj_view_fliplr_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3120257Z test_ops.py::TestMathBitsCPU::test_conj_view_float_power_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3120408Z test_ops.py::TestMathBitsCPU::test_conj_view_full_like_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3120556Z test_ops.py::TestMathBitsCPU::test_conj_view_gradient_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3120701Z test_ops.py::TestMathBitsCPU::test_conj_view_imag_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3120839Z test_ops.py::TestMathBitsCPU::test_conj_view_index_add_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3120989Z test_ops.py::TestMathBitsCPU::test_conj_view_index_copy_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3121140Z test_ops.py::TestMathBitsCPU::test_conj_view_index_put_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3121297Z test_ops.py::TestMathBitsCPU::test_conj_view_index_select_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3121442Z test_ops.py::TestMathBitsCPU::test_conj_view_int_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3121592Z test_ops.py::TestMathBitsCPU::test_conj_view_isfinite_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3121739Z test_ops.py::TestMathBitsCPU::test_conj_view_isinf_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3121884Z test_ops.py::TestMathBitsCPU::test_conj_view_isnan_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3122016Z test_ops.py::TestMathBitsCPU::test_conj_view_istft_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3122210Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_2inputs_2outputs_cpu_complex64 SKIPPED (Only runs on cuda) [ 80%] 2022-12-01T10:27:06.3122394Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_cpu_complex64 SKIPPED (Only runs on cuda) [ 80%] 2022-12-01T10:27:06.3122590Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_return_by_ref_cpu_complex64 SKIPPED (Only runs on cuda) [ 80%] 2022-12-01T10:27:06.3122799Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_unary_cpu_complex64 SKIPPED (Only runs on cuda) [ 80%] 2022-12-01T10:27:06.3122947Z test_ops.py::TestMathBitsCPU::test_conj_view_ldexp_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:27:06.3123093Z test_ops.py::TestMathBitsCPU::test_conj_view_lerp_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3123257Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_singular_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3123418Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3123569Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_ex_cpu_complex64 PASSED [ 80%] 2022-12-01T10:27:06.3123726Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_solve_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3123905Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3124080Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_grad_oriented_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3124231Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3124393Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_power_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3124554Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3124728Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_hermitian_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3124884Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_multi_dot_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3125028Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3125179Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_qr_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3125334Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3125497Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorinv_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3125653Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vander_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3125810Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vecdot_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3125960Z test_ops.py::TestMathBitsCPU::test_conj_view_linspace_cpu_complex64 XFAIL [ 81%] 2022-12-01T10:27:06.3126113Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_and_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3126255Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_or_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3126401Z test_ops.py::TestMathBitsCPU::test_conj_view_long_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3126545Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3126696Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_solve_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3126843Z test_ops.py::TestMathBitsCPU::test_conj_view_mH_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3126999Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_cumsum_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3127154Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_fill_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3127304Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_prod_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3127445Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_std_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3127591Z test_ops.py::TestMathBitsCPU::test_conj_view_matmul_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3127741Z test_ops.py::TestMathBitsCPU::test_conj_view_matrix_exp_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3127912Z test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3128058Z test_ops.py::TestMathBitsCPU::test_conj_view_mm_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3128244Z test_ops.py::TestMathBitsCPU::test_conj_view_movedim_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3128386Z test_ops.py::TestMathBitsCPU::test_conj_view_mv_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3128530Z test_ops.py::TestMathBitsCPU::test_conj_view_ne_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3128667Z test_ops.py::TestMathBitsCPU::test_conj_view_new_ones_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3128830Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv1d_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3129009Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv_transpose1d_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3129172Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_linear_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3129365Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_normalize_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3129539Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_circular_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3129714Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_replicate_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3129889Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_unshuffle_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3130066Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softmin_with_dtype_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3130221Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softsign_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3130390Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_tanhshrink_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3130584Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3130736Z test_ops.py::TestMathBitsCPU::test_conj_view_nonzero_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3130884Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3131034Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_fro_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3131183Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_inf_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3131330Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_nuc_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3131463Z test_ops.py::TestMathBitsCPU::test_conj_view_ones_cpu_complex64 XFAIL [ 81%] 2022-12-01T10:27:06.3131606Z test_ops.py::TestMathBitsCPU::test_conj_view_pow_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3131758Z test_ops.py::TestMathBitsCPU::test_conj_view_rand_like_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3131910Z test_ops.py::TestMathBitsCPU::test_conj_view_randn_like_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3132057Z test_ops.py::TestMathBitsCPU::test_conj_view_ravel_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3132202Z test_ops.py::TestMathBitsCPU::test_conj_view_real_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3132357Z test_ops.py::TestMathBitsCPU::test_conj_view_reciprocal_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3132502Z test_ops.py::TestMathBitsCPU::test_conj_view_renorm_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3132652Z test_ops.py::TestMathBitsCPU::test_conj_view_resize__cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3132790Z test_ops.py::TestMathBitsCPU::test_conj_view_resize_as__cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3132944Z test_ops.py::TestMathBitsCPU::test_conj_view_resolve_conj_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3133089Z test_ops.py::TestMathBitsCPU::test_conj_view_roll_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3133233Z test_ops.py::TestMathBitsCPU::test_conj_view_rot90_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3133385Z test_ops.py::TestMathBitsCPU::test_conj_view_sigmoid_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3133530Z test_ops.py::TestMathBitsCPU::test_conj_view_sinh_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3133722Z test_ops.py::TestMathBitsCPU::test_conj_view_softmax_with_dtype_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3133880Z test_ops.py::TestMathBitsCPU::test_conj_view_split_list_args_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3134010Z test_ops.py::TestMathBitsCPU::test_conj_view_std_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3134153Z test_ops.py::TestMathBitsCPU::test_conj_view_stft_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3134294Z test_ops.py::TestMathBitsCPU::test_conj_view_sum_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3134440Z test_ops.py::TestMathBitsCPU::test_conj_view_symeig_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3134581Z test_ops.py::TestMathBitsCPU::test_conj_view_t_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3134738Z test_ops.py::TestMathBitsCPU::test_conj_view_tensor_split_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3134919Z test_ops.py::TestMathBitsCPU::test_conj_view_tensordot_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3135068Z test_ops.py::TestMathBitsCPU::test_conj_view_tile_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3135208Z test_ops.py::TestMathBitsCPU::test_conj_view_to_sparse_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3135358Z test_ops.py::TestMathBitsCPU::test_conj_view_trapezoid_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3135501Z test_ops.py::TestMathBitsCPU::test_conj_view_tril_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3135645Z test_ops.py::TestMathBitsCPU::test_conj_view_triu_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3135799Z test_ops.py::TestMathBitsCPU::test_conj_view_true_divide_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3135945Z test_ops.py::TestMathBitsCPU::test_conj_view_unbind_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3136095Z test_ops.py::TestMathBitsCPU::test_conj_view_unflatten_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3136244Z test_ops.py::TestMathBitsCPU::test_conj_view_uniform_cpu_complex64 XFAIL [ 81%] 2022-12-01T10:27:06.3136377Z test_ops.py::TestMathBitsCPU::test_conj_view_vdot_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3136527Z test_ops.py::TestMathBitsCPU::test_conj_view_view_as_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3136670Z test_ops.py::TestMathBitsCPU::test_conj_view_view_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3136812Z test_ops.py::TestMathBitsCPU::test_conj_view_vsplit_cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3136954Z test_ops.py::TestMathBitsCPU::test_conj_view_zero__cpu_complex64 PASSED [ 81%] 2022-12-01T10:27:06.3137100Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_H_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3137243Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_T_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3137398Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___radd___cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3137543Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rdiv___cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3137701Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmatmul___cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3137857Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmul___cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3138006Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rsub___cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3138161Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_abs_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3138318Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_add_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3138474Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addr_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3138636Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_allclose_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3138788Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_any_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3138931Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asin_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3139121Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asinh_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3139277Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atan_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3139440Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_1d_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3139602Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_3d_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3139775Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_tensors_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3139933Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cat_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3140089Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_chunk_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3140265Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_clone_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3140431Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_column_stack_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3140591Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3140758Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_physical_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3140911Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cos_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3141070Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cumsum_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3141233Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diag_embed_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3141393Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dsplit_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3141596Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 81%] 2022-12-01T10:27:06.3141789Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_like_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 81%] 2022-12-01T10:27:06.3141948Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_exp_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3142108Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft2_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3142268Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3142434Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftshift_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3142593Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3142755Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfftn_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3142917Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft2_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3143082Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftshift_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3143234Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft2_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3143393Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3143546Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fill_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3143705Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fliplr_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3143863Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flipud_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3144028Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_float_power_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3144185Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hstack_cpu_complex128 PASSED [ 81%] 2022-12-01T10:27:06.3144345Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_add_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3144525Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_fill_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3144689Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isclose_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3144860Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_matrix_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3145024Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3145183Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linspace_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:27:06.3145338Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3145503Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_and_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3145692Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_or_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3145855Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_xor_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3146004Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logspace_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:27:06.3146167Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_masked_fill_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3146349Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3146506Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_narrow_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3146707Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 82%] 2022-12-01T10:27:06.3146893Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3147074Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_tanhshrink_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3147231Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3147386Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_pow_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3147530Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_prod_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3147722Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_randn_cpu_complex128 SKIPPED (Test expects tensor input) [ 82%] 2022-12-01T10:27:06.3147876Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_real_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3148042Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reciprocal_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3148204Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_as_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3148363Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rot90_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3148514Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sqrt_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3148676Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_squeeze_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3148819Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_stack_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3148979Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_mean_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3149131Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sub_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3149293Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_to_size_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3149446Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_t_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3149598Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_to_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3149763Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_transpose_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3149947Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_triu_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3150110Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unfold_copy_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3150252Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3150410Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_mean_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3150567Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_as_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3150722Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vstack_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3150880Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_where_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3151061Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_zeros_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:27:06.3151214Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_add_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3151370Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addbmm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3151511Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcdiv_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3151664Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3151814Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addr_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3151969Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_allclose_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3152125Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3152293Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_scatter_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3152447Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_asinh_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3152602Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atan_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3152752Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atanh_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3152896Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_3d_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3153051Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_baddbmm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3153202Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bool_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3153360Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_to_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3153510Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_char_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3153666Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3153819Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_chunk_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3153972Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_clone_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3154188Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_physical_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3154357Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_constant_pad_nd_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3154513Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_contiguous_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3154674Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_count_nonzero_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3154829Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumprod_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3154984Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumsum_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3155145Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_embed_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3155299Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dist_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3155514Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_exp_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3155672Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_as_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3155827Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft2_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3155989Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftshift_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3156143Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft2_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3156299Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfftn_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3156456Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft2_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3156762Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftn_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3156931Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftshift_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3157073Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3157230Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfftn_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3157385Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flip_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3157539Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fliplr_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3157691Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3157840Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_geqrf_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3157998Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_gradient_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3158155Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_add_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3158362Z 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:27:06.3158520Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isclose_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3158676Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isfinite_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3158832Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isreal_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3159031Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 82%] 2022-12-01T10:27:06.3159219Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 82%] 2022-12-01T10:27:06.3159405Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 82%] 2022-12-01T10:27:06.3159560Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ldexp_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:27:06.3159723Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cross_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3159873Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigh_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3160038Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvals_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3160202Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvalsh_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3160356Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3160522Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_ex_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3160692Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3160861Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3161040Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_hermitian_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3161241Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_multi_dot_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3161387Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3161623Z 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:27:06.3161786Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_ex_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3161958Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_triangular_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3162114Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svd_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3162299Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svdvals_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3162466Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vecdot_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3162633Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vector_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3162786Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logdet_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3162931Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_not_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3163086Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_solve_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3163236Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mH_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3163400Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_cumprod_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3163557Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_cumsum_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3163714Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_fill_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3163875Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_prod_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3164034Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_select_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3164180Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_sum_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3164335Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_var_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3164488Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_matmul_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3164643Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_matrix_exp_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3164816Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3164995Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3165153Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_movedim_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3165303Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mv_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3165448Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_copy_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3165597Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ne_cpu_complex128 PASSED [ 82%] 2022-12-01T10:27:06.3165748Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_neg_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3165920Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_cpu_complex128 SKIPPED (Skipped!) [ 83%] 2022-12-01T10:27:06.3166140Z 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:27:06.3166298Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_ones_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3166454Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_zeros_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3166650Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv1d_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3166824Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_normalize_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3166993Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_unshuffle_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3167171Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_silu_complex_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3167342Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softsign_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3167517Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_tanhshrink_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3167698Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_inf_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3167855Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_nuc_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3168013Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_like_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3168165Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_outer_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3168321Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_positive_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3168462Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_pow_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3168616Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_prod_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3168770Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rand_like_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3168924Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_cpu_complex128 XFAIL [ 83%] 2022-12-01T10:27:06.3169080Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_like_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3169233Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ravel_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3169387Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_renorm_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3169539Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3169684Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_neg_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3169836Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_roll_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3169987Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsqrt_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3170135Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsub_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3170294Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_add_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3170447Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3170599Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_select_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3170753Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_short_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3170893Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sigmoid_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3171042Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinc_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3171228Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped!) [ 83%] 2022-12-01T10:27:06.3171380Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3171547Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_list_args_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3171712Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_with_sizes_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3171868Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_mean_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3172073Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_stft_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3172299Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sub_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3172439Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3172594Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_to_size_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3172740Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_svd_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3172903Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_along_dim_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3173052Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tanh_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3173210Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensordot_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3173389Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tile_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3173539Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3173684Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_sparse_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3173840Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_transpose_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3174004Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_triangular_solve_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3174161Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_true_divide_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3174315Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unbind_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3174466Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_uniform_cpu_complex128 XFAIL [ 83%] 2022-12-01T10:27:06.3174621Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_mean_cpu_complex128 PASSED [ 83%] 2022-12-01T10:27:06.3174772Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_cpu_complex128 XFAIL [ 83%] 2022-12-01T10:27:06.3174910Z test_ops.py::TestMathBitsCPU::test_neg_view___getitem___cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3175056Z test_ops.py::TestMathBitsCPU::test_neg_view___rdiv___cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3175204Z test_ops.py::TestMathBitsCPU::test_neg_view___rmatmul___cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3175354Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_abs_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3175503Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_acos_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3175648Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_add_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3175795Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_addr_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3175939Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_all_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3176093Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_allclose_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3176230Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_amax_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3176376Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_amin_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3176522Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_arange_cpu_float64 XFAIL [ 83%] 2022-12-01T10:27:06.3176726Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_as_strided_cpu_float64 SKIPPED (Errors when storage_offset is included) [ 83%] 2022-12-01T10:27:06.3176871Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_asin_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3177021Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atanh_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3177174Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_1d_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3177328Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_3d_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3177480Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_tensors_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3177668Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_to_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3177813Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cat_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3177960Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3178114Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_max_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3178263Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_min_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3178419Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_contiguous_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3178571Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_copysign_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3178704Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cos_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3178879Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cosh_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3179039Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_diag_embed_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3179191Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_diagonal_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3179342Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_digamma_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3179506Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_floor_rounding_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3179673Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_no_rounding_mode_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3179837Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_trunc_rounding_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3179989Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_dstack_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3180125Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erf_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3180273Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfc_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3180421Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp2_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3180568Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3180716Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3180863Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expm1_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3181015Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftn_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3181171Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftshift_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3181311Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft2_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3181462Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfftn_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3181609Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft2_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3181755Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftn_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3181908Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft2_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3182063Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfftn_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3182215Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft2_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3182367Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfftn_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3182501Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fill_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3182654Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flatten_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3182872Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flip_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3183083Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flipud_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3183268Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3183424Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_divide_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3183570Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmax_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3183717Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmin_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3183851Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ge_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3183997Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_gt_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3184150Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_heaviside_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3184301Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hsplit_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3184470Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_igamma_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3184627Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_igammac_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3184777Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_add_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3184933Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_copy_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3185081Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isnan_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3185221Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isposinf_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3185370Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isreal_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3185514Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_lgamma_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3185679Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_matrix_norm_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3185836Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_norm_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3185991Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svd_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3186156Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_vector_norm_cpu_float64 PASSED [ 83%] 2022-12-01T10:27:06.3186304Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log10_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3186439Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log2_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3186583Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3186738Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_softmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3186894Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_not_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3187049Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logsumexp_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3187201Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_maximum_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3187376Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_variadic_tensors_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3187527Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_minimum_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3187661Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_movedim_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3187815Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nan_to_num_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3187964Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_narrow_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3188108Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ne_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3188325Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_strided_cpu_float64 SKIPPED (Expected: empty_strided is not comparable) [ 84%] 2022-12-01T10:27:06.3188477Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_full_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3188661Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nextafter_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3188874Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_dropout_cpu_float64 SKIPPED (Expected: dropout is not comparable) [ 84%] 2022-12-01T10:27:06.3189038Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_elu_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3189188Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_gelu_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3189361Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardshrink_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3189529Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardtanh_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3189709Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3189912Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_layer_norm_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3190096Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3190276Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pairwise_distance_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3190441Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pdist_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3190615Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3190766Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu6_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3190927Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3191097Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softplus_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3191266Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softshrink_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3191437Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_tanhshrink_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3191584Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_norm_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3191732Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ones_cpu_float64 XFAIL [ 84%] 2022-12-01T10:27:06.3191887Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_positive_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3192033Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_pow_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3192170Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_prod_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3192323Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_remainder_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3192477Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_repeat_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3192628Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3192778Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_roll_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3192927Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rot90_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3193073Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsqrt_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3193219Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsub_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3193352Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sgn_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3193503Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sigmoid_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3193650Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sign_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3193792Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sin_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3193939Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinh_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3194194Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i0e_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3194354Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3194536Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3194669Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sqrt_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3194816Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3194972Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_mean_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3195118Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sub_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3195264Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tanh_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3195441Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_trace_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3195602Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_transpose_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3195748Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tril_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3195883Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_triu_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3196032Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_trunc_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3196185Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unbind_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3196340Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unflatten_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3196489Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unsqueeze_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3196748Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_mean_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3196902Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_as_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3197053Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3197187Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_zeros_cpu_float64 XFAIL [ 84%] 2022-12-01T10:27:06.3197331Z test_ops.py::TestMathBitsCPU::test_neg_view_abs_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3197478Z test_ops.py::TestMathBitsCPU::test_neg_view_acosh_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3197625Z test_ops.py::TestMathBitsCPU::test_neg_view_addbmm_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3197772Z test_ops.py::TestMathBitsCPU::test_neg_view_addcmul_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3197931Z test_ops.py::TestMathBitsCPU::test_neg_view_addmm_decomposed_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3198074Z test_ops.py::TestMathBitsCPU::test_neg_view_addmv_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3198219Z test_ops.py::TestMathBitsCPU::test_neg_view_addr_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3198368Z test_ops.py::TestMathBitsCPU::test_neg_view_allclose_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3198496Z test_ops.py::TestMathBitsCPU::test_neg_view_amin_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3198636Z test_ops.py::TestMathBitsCPU::test_neg_view_aminmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3198778Z test_ops.py::TestMathBitsCPU::test_neg_view_angle_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3198920Z test_ops.py::TestMathBitsCPU::test_neg_view_any_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3199063Z test_ops.py::TestMathBitsCPU::test_neg_view_argmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3199205Z test_ops.py::TestMathBitsCPU::test_neg_view_argmin_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3199348Z test_ops.py::TestMathBitsCPU::test_neg_view_argsort_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3199493Z test_ops.py::TestMathBitsCPU::test_neg_view_argwhere_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3199621Z test_ops.py::TestMathBitsCPU::test_neg_view_asinh_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3199808Z test_ops.py::TestMathBitsCPU::test_neg_view_atan_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3199947Z test_ops.py::TestMathBitsCPU::test_neg_view_atanh_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3200095Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_1d_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3200243Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_3d_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3200384Z test_ops.py::TestMathBitsCPU::test_neg_view_baddbmm_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3200527Z test_ops.py::TestMathBitsCPU::test_neg_view_bernoulli_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3200669Z test_ops.py::TestMathBitsCPU::test_neg_view_bfloat16_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3200797Z test_ops.py::TestMathBitsCPU::test_neg_view_bool_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3200984Z test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_to_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3201127Z test_ops.py::TestMathBitsCPU::test_neg_view_cat_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3201268Z test_ops.py::TestMathBitsCPU::test_neg_view_cdist_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3201410Z test_ops.py::TestMathBitsCPU::test_neg_view_char_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3201557Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3201716Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_inverse_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3201858Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3201989Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_max_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3202131Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_min_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3202285Z test_ops.py::TestMathBitsCPU::test_neg_view_column_stack_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3202438Z test_ops.py::TestMathBitsCPU::test_neg_view_combinations_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3202592Z test_ops.py::TestMathBitsCPU::test_neg_view_conj_physical_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3202742Z test_ops.py::TestMathBitsCPU::test_neg_view_contiguous_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3202886Z test_ops.py::TestMathBitsCPU::test_neg_view_corrcoef_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3203027Z test_ops.py::TestMathBitsCPU::test_neg_view_cosh_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3203153Z test_ops.py::TestMathBitsCPU::test_neg_view_cov_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3203298Z test_ops.py::TestMathBitsCPU::test_neg_view_cross_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3203439Z test_ops.py::TestMathBitsCPU::test_neg_view_cummax_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3203583Z test_ops.py::TestMathBitsCPU::test_neg_view_cumprod_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3203731Z test_ops.py::TestMathBitsCPU::test_neg_view_diag_embed_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3203878Z test_ops.py::TestMathBitsCPU::test_neg_view_diagflat_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3204021Z test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3204160Z test_ops.py::TestMathBitsCPU::test_neg_view_diff_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3204291Z test_ops.py::TestMathBitsCPU::test_neg_view_digamma_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3204449Z test_ops.py::TestMathBitsCPU::test_neg_view_div_floor_rounding_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3204589Z test_ops.py::TestMathBitsCPU::test_neg_view_dot_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3204732Z test_ops.py::TestMathBitsCPU::test_neg_view_dsplit_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3204873Z test_ops.py::TestMathBitsCPU::test_neg_view_dstack_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3205014Z test_ops.py::TestMathBitsCPU::test_neg_view_einsum_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3205209Z test_ops.py::TestMathBitsCPU::test_neg_view_empty_like_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T10:27:06.3205347Z test_ops.py::TestMathBitsCPU::test_neg_view_eq_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3205475Z test_ops.py::TestMathBitsCPU::test_neg_view_erfinv_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3205616Z test_ops.py::TestMathBitsCPU::test_neg_view_expand_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3205758Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft2_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3205897Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftn_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3206046Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft2_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3206192Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfftn_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3206362Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft_cpu_float64 PASSED [ 84%] 2022-12-01T10:27:06.3206507Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfftn_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3206635Z test_ops.py::TestMathBitsCPU::test_neg_view_fill_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3206777Z test_ops.py::TestMathBitsCPU::test_neg_view_flatten_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3206930Z test_ops.py::TestMathBitsCPU::test_neg_view_floor_divide_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3207070Z test_ops.py::TestMathBitsCPU::test_neg_view_fmin_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3207209Z test_ops.py::TestMathBitsCPU::test_neg_view_frac_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3207349Z test_ops.py::TestMathBitsCPU::test_neg_view_frexp_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3207490Z test_ops.py::TestMathBitsCPU::test_neg_view_geqrf_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3207635Z test_ops.py::TestMathBitsCPU::test_neg_view_gradient_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3207771Z test_ops.py::TestMathBitsCPU::test_neg_view_gt_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3207905Z test_ops.py::TestMathBitsCPU::test_neg_view_heaviside_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3208048Z test_ops.py::TestMathBitsCPU::test_neg_view_histogram_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3208188Z test_ops.py::TestMathBitsCPU::test_neg_view_hsplit_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3208329Z test_ops.py::TestMathBitsCPU::test_neg_view_hstack_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3208469Z test_ops.py::TestMathBitsCPU::test_neg_view_igamma_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3208610Z test_ops.py::TestMathBitsCPU::test_neg_view_igammac_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3208751Z test_ops.py::TestMathBitsCPU::test_neg_view_index_add_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3208898Z test_ops.py::TestMathBitsCPU::test_neg_view_index_copy_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3209101Z test_ops.py::TestMathBitsCPU::test_neg_view_index_put_cpu_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 85%] 2022-12-01T10:27:06.3209255Z test_ops.py::TestMathBitsCPU::test_neg_view_index_reduce_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3209404Z test_ops.py::TestMathBitsCPU::test_neg_view_index_select_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3209543Z test_ops.py::TestMathBitsCPU::test_neg_view_int_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3209686Z test_ops.py::TestMathBitsCPU::test_neg_view_isclose_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3209827Z test_ops.py::TestMathBitsCPU::test_neg_view_isin_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3209968Z test_ops.py::TestMathBitsCPU::test_neg_view_isinf_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3210107Z test_ops.py::TestMathBitsCPU::test_neg_view_isnan_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3210288Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 85%] 2022-12-01T10:27:06.3210485Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 85%] 2022-12-01T10:27:06.3210693Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 85%] 2022-12-01T10:27:06.3210868Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 85%] 2022-12-01T10:27:06.3211011Z test_ops.py::TestMathBitsCPU::test_neg_view_kron_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3211156Z test_ops.py::TestMathBitsCPU::test_neg_view_kthvalue_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3211295Z test_ops.py::TestMathBitsCPU::test_neg_view_ldexp_cpu_float64 XFAIL [ 85%] 2022-12-01T10:27:06.3211436Z test_ops.py::TestMathBitsCPU::test_neg_view_lerp_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3211575Z test_ops.py::TestMathBitsCPU::test_neg_view_lgamma_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3211739Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cross_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3211897Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvalsh_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3212069Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_householder_product_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3212217Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3212369Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_ex_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3212526Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3212684Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_ex_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3212833Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3212989Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_grad_oriented_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3213134Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3213294Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_ex_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3213452Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3213608Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_multi_dot_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3213769Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_hermitian_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3213992Z 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:27:06.3214138Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_qr_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3214291Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_ex_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3214430Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svd_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3214586Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svdvals_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3214742Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorinv_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3214901Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorsolve_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3215043Z test_ops.py::TestMathBitsCPU::test_neg_view_log10_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3215189Z test_ops.py::TestMathBitsCPU::test_neg_view_log1p_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3215331Z test_ops.py::TestMathBitsCPU::test_neg_view_log_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3215480Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_and_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3215616Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_or_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3215768Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_xor_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3215946Z test_ops.py::TestMathBitsCPU::test_neg_view_long_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3216088Z test_ops.py::TestMathBitsCPU::test_neg_view_mT_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3216236Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_amin_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3216389Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_argmin_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3216541Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_cumsum_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3216691Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_mean_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3216831Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_median_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3216988Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_normalize_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3217162Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_select_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3217318Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_softmax_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3217462Z test_ops.py::TestMathBitsCPU::test_neg_view_matmul_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3217612Z test_ops.py::TestMathBitsCPU::test_neg_view_matrix_exp_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3217760Z test_ops.py::TestMathBitsCPU::test_neg_view_max_binary_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3217903Z test_ops.py::TestMathBitsCPU::test_neg_view_maximum_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3218038Z test_ops.py::TestMathBitsCPU::test_neg_view_min_binary_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3218198Z test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_with_dim_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3218337Z test_ops.py::TestMathBitsCPU::test_neg_view_mm_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3218480Z test_ops.py::TestMathBitsCPU::test_neg_view_mode_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3218638Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3218781Z test_ops.py::TestMathBitsCPU::test_neg_view_nanmean_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3218926Z test_ops.py::TestMathBitsCPU::test_neg_view_nanmedian_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3219081Z test_ops.py::TestMathBitsCPU::test_neg_view_native_layer_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3219209Z test_ops.py::TestMathBitsCPU::test_neg_view_ne_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3219421Z test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_strided_cpu_float64 SKIPPED (Expected: new_empty_strided is not comparable) [ 85%] 2022-12-01T10:27:06.3219565Z test_ops.py::TestMathBitsCPU::test_neg_view_new_zeros_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3219710Z test_ops.py::TestMathBitsCPU::test_neg_view_nextafter_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3219898Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional__scaled_dot_product_attention_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3220079Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3220256Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3220419Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool3d_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3220584Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_batch_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3220735Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_bilinear_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3220923Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3221080Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_celu_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3221242Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3221443Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3221619Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_embedding_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3221786Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cross_entropy_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3221947Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_ctc_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3222109Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3222252Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_elu_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3222416Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3222631Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3222830Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3223065Z 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:27:06.3223224Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gelu_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3223377Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_glu_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3223543Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_group_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3223709Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardshrink_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3223866Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardsigmoid_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3224030Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardswish_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3224195Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardtanh_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3224367Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_area_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3224545Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bicubic_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3224722Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bilinear_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3224886Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_layer_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3225045Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_linear_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3225209Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool1d_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3225357Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3225536Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_grad_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3225703Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_grad_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3225860Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mish_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3226031Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multi_margin_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3226207Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_margin_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3226367Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_nll_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3226534Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_normalize_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3226690Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_circular_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3226886Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_replicate_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3227059Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pairwise_distance_cpu_float64 PASSED [ 85%] 2022-12-01T10:27:06.3227231Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3227389Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_prelu_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3227548Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu6_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3227704Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_silu_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3227872Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3228063Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_soft_margin_loss_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3228216Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3228378Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softplus_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3228542Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softshrink_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3228706Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_tanhshrink_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3228870Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_threshold_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3229043Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3229201Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_unfold_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3229349Z test_ops.py::TestMathBitsCPU::test_neg_view_nonzero_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3229497Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_fro_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3229631Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_inf_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3229775Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_nuc_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3229932Z test_ops.py::TestMathBitsCPU::test_neg_view_normal_number_mean_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3230076Z test_ops.py::TestMathBitsCPU::test_neg_view_ones_like_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3230220Z test_ops.py::TestMathBitsCPU::test_neg_view_polar_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3230383Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_0_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3230548Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_2_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3230696Z test_ops.py::TestMathBitsCPU::test_neg_view_positive_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3230828Z test_ops.py::TestMathBitsCPU::test_neg_view_pow_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3230973Z test_ops.py::TestMathBitsCPU::test_neg_view_prod_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3231113Z test_ops.py::TestMathBitsCPU::test_neg_view_put_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3231252Z test_ops.py::TestMathBitsCPU::test_neg_view_qr_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3231397Z test_ops.py::TestMathBitsCPU::test_neg_view_quantile_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3231540Z test_ops.py::TestMathBitsCPU::test_neg_view_rad2deg_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3231680Z test_ops.py::TestMathBitsCPU::test_neg_view_randn_cpu_float64 XFAIL [ 86%] 2022-12-01T10:27:06.3231819Z test_ops.py::TestMathBitsCPU::test_neg_view_real_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3231963Z test_ops.py::TestMathBitsCPU::test_neg_view_reciprocal_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3232107Z test_ops.py::TestMathBitsCPU::test_neg_view_remainder_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3232298Z test_ops.py::TestMathBitsCPU::test_neg_view_reshape_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3232505Z test_ops.py::TestMathBitsCPU::test_neg_view_resize__cpu_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 86%] 2022-12-01T10:27:06.3232657Z test_ops.py::TestMathBitsCPU::test_neg_view_resolve_conj_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3232797Z test_ops.py::TestMathBitsCPU::test_neg_view_roll_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3232938Z test_ops.py::TestMathBitsCPU::test_neg_view_rot90_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3233078Z test_ops.py::TestMathBitsCPU::test_neg_view_round_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3233223Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_0_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3233429Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 86%] 2022-12-01T10:27:06.3233573Z test_ops.py::TestMathBitsCPU::test_neg_view_rsqrt_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3233727Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_add_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3233869Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3234095Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amax_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3234262Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_mean_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3234422Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_prod_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3234580Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_sum_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3234721Z test_ops.py::TestMathBitsCPU::test_neg_view_searchsorted_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3234889Z test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_lengths_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3235037Z test_ops.py::TestMathBitsCPU::test_neg_view_select_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3235193Z test_ops.py::TestMathBitsCPU::test_neg_view_select_scatter_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3235337Z test_ops.py::TestMathBitsCPU::test_neg_view_short_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3235483Z test_ops.py::TestMathBitsCPU::test_neg_view_sigmoid_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3235624Z test_ops.py::TestMathBitsCPU::test_neg_view_sign_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3235767Z test_ops.py::TestMathBitsCPU::test_neg_view_signbit_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3235896Z test_ops.py::TestMathBitsCPU::test_neg_view_sin_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3236041Z test_ops.py::TestMathBitsCPU::test_neg_view_sinc_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3236187Z test_ops.py::TestMathBitsCPU::test_neg_view_slice_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3236327Z test_ops.py::TestMathBitsCPU::test_neg_view_sort_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3236483Z test_ops.py::TestMathBitsCPU::test_neg_view_special_airy_ai_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3236765Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_t_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3236919Z test_ops.py::TestMathBitsCPU::test_neg_view_special_entr_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3237091Z test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_h_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3237250Z test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_he_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3237400Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i1_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3237556Z test_ops.py::TestMathBitsCPU::test_neg_view_special_log_ndtr_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3237725Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i0_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3237943Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i1_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3238110Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k0_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3238276Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k1_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3238429Z test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtr_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3238584Z test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtri_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3238981Z 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:27:06.3239151Z test_ops.py::TestMathBitsCPU::test_neg_view_special_spherical_bessel_j0_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3239374Z test_ops.py::TestMathBitsCPU::test_neg_view_special_xlog1py_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3239530Z test_ops.py::TestMathBitsCPU::test_neg_view_split_list_args_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3239677Z test_ops.py::TestMathBitsCPU::test_neg_view_square_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3239825Z test_ops.py::TestMathBitsCPU::test_neg_view_squeeze_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3239972Z test_ops.py::TestMathBitsCPU::test_neg_view_std_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3240118Z test_ops.py::TestMathBitsCPU::test_neg_view_std_mean_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3240246Z test_ops.py::TestMathBitsCPU::test_neg_view_sub_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3240396Z test_ops.py::TestMathBitsCPU::test_neg_view_sum_to_size_cpu_float64 XFAIL [ 86%] 2022-12-01T10:27:06.3240537Z test_ops.py::TestMathBitsCPU::test_neg_view_svd_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3240691Z test_ops.py::TestMathBitsCPU::test_neg_view_svd_lowrank_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3240837Z test_ops.py::TestMathBitsCPU::test_neg_view_t_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3240992Z test_ops.py::TestMathBitsCPU::test_neg_view_take_along_dim_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3241134Z test_ops.py::TestMathBitsCPU::test_neg_view_take_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3241289Z test_ops.py::TestMathBitsCPU::test_neg_view_tensor_split_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3241432Z test_ops.py::TestMathBitsCPU::test_neg_view_tile_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3241561Z test_ops.py::TestMathBitsCPU::test_neg_view_tril_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3241713Z test_ops.py::TestMathBitsCPU::test_neg_view_true_divide_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3241860Z test_ops.py::TestMathBitsCPU::test_neg_view_unflatten_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3242003Z test_ops.py::TestMathBitsCPU::test_neg_view_unfold_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3242143Z test_ops.py::TestMathBitsCPU::test_neg_view_uniform_cpu_float64 XFAIL [ 86%] 2022-12-01T10:27:06.3242304Z test_ops.py::TestMathBitsCPU::test_neg_view_unique_consecutive_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3242445Z test_ops.py::TestMathBitsCPU::test_neg_view_unique_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3242590Z test_ops.py::TestMathBitsCPU::test_neg_view_unsqueeze_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3242717Z test_ops.py::TestMathBitsCPU::test_neg_view_var_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3242858Z test_ops.py::TestMathBitsCPU::test_neg_view_vstack_cpu_float64 PASSED [ 86%] 2022-12-01T10:27:06.3242997Z test_ops.py::TestMathBitsCPU::test_neg_view_zeros_cpu_float64 XFAIL [ 86%] 2022-12-01T10:27:06.3243163Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_abs_cpu PASSED [ 86%] 2022-12-01T10:27:06.3243333Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acos_cpu PASSED [ 86%] 2022-12-01T10:27:06.3243501Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acosh_cpu PASSED [ 86%] 2022-12-01T10:27:06.3243692Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addr_cpu PASSED [ 86%] 2022-12-01T10:27:06.3243864Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_allclose_cpu PASSED [ 86%] 2022-12-01T10:27:06.3244018Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amax_cpu PASSED [ 86%] 2022-12-01T10:27:06.3244180Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amin_cpu PASSED [ 86%] 2022-12-01T10:27:06.3244354Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_as_strided_cpu PASSED [ 86%] 2022-12-01T10:27:06.3244518Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asin_cpu PASSED [ 86%] 2022-12-01T10:27:06.3244709Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan_cpu PASSED [ 86%] 2022-12-01T10:27:06.3244885Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_1d_cpu PASSED [ 86%] 2022-12-01T10:27:06.3245055Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_2d_cpu PASSED [ 86%] 2022-12-01T10:27:06.3245230Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_and_cpu PASSED [ 86%] 2022-12-01T10:27:06.3245396Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_not_cpu PASSED [ 86%] 2022-12-01T10:27:06.3245569Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_right_shift_cpu PASSED [ 86%] 2022-12-01T10:27:06.3245740Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_xor_cpu PASSED [ 86%] 2022-12-01T10:27:06.3245924Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_tensors_cpu PASSED [ 86%] 2022-12-01T10:27:06.3246101Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_to_cpu PASSED [ 86%] 2022-12-01T10:27:06.3246270Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_chunk_cpu PASSED [ 86%] 2022-12-01T10:27:06.3246438Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_cpu PASSED [ 86%] 2022-12-01T10:27:06.3246615Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_physical_cpu PASSED [ 86%] 2022-12-01T10:27:06.3246786Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copysign_cpu PASSED [ 86%] 2022-12-01T10:27:06.3246949Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cosh_cpu PASSED [ 86%] 2022-12-01T10:27:06.3247111Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diag_embed_cpu PASSED [ 86%] 2022-12-01T10:27:06.3247280Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diagonal_cpu PASSED [ 86%] 2022-12-01T10:27:06.3247451Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dsplit_cpu PASSED [ 86%] 2022-12-01T10:27:06.3247617Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_cpu PASSED [ 86%] 2022-12-01T10:27:06.3247783Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eq_cpu PASSED [ 86%] 2022-12-01T10:27:06.3247948Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erf_cpu PASSED [ 86%] 2022-12-01T10:27:06.3248114Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp2_cpu PASSED [ 86%] 2022-12-01T10:27:06.3248280Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_cpu PASSED [ 87%] 2022-12-01T10:27:06.3248433Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expm1_cpu PASSED [ 87%] 2022-12-01T10:27:06.3248604Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftn_cpu PASSED [ 87%] 2022-12-01T10:27:06.3248780Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftshift_cpu PASSED [ 87%] 2022-12-01T10:27:06.3248948Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft_cpu PASSED [ 87%] 2022-12-01T10:27:06.3249140Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft_cpu PASSED [ 87%] 2022-12-01T10:27:06.3249312Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftn_cpu PASSED [ 87%] 2022-12-01T10:27:06.3249487Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftshift_cpu PASSED [ 87%] 2022-12-01T10:27:06.3249657Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft2_cpu PASSED [ 87%] 2022-12-01T10:27:06.3249827Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft_cpu PASSED [ 87%] 2022-12-01T10:27:06.3249984Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft2_cpu PASSED [ 87%] 2022-12-01T10:27:06.3250178Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft_cpu PASSED [ 87%] 2022-12-01T10:27:06.3250348Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfftn_cpu PASSED [ 87%] 2022-12-01T10:27:06.3250524Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_float_power_cpu PASSED [ 87%] 2022-12-01T10:27:06.3250687Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmax_cpu PASSED [ 87%] 2022-12-01T10:27:06.3250849Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_frac_cpu PASSED [ 87%] 2022-12-01T10:27:06.3251014Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_cpu PASSED [ 87%] 2022-12-01T10:27:06.3251185Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_like_cpu PASSED [ 87%] 2022-12-01T10:27:06.3251344Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ge_cpu PASSED [ 87%] 2022-12-01T10:27:06.3251502Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hstack_cpu PASSED [ 87%] 2022-12-01T10:27:06.3251667Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hypot_cpu PASSED [ 87%] 2022-12-01T10:27:06.3251829Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_i0_cpu PASSED [ 87%] 2022-12-01T10:27:06.3252000Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igammac_cpu PASSED [ 87%] 2022-12-01T10:27:06.3252171Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add__cpu PASSED [ 87%] 2022-12-01T10:27:06.3252339Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy_cpu PASSED [ 87%] 2022-12-01T10:27:06.3252509Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill__cpu PASSED [ 87%] 2022-12-01T10:27:06.3252674Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isclose_cpu PASSED [ 87%] 2022-12-01T10:27:06.3252847Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isfinite_cpu PASSED [ 87%] 2022-12-01T10:27:06.3253002Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isnan_cpu PASSED [ 87%] 2022-12-01T10:27:06.3253171Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isreal_cpu PASSED [ 87%] 2022-12-01T10:27:06.3253336Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_item_cpu PASSED [ 87%] 2022-12-01T10:27:06.3253501Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lcm_cpu PASSED [ 87%] 2022-12-01T10:27:06.3253671Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_linspace_cpu PASSED [ 87%] 2022-12-01T10:27:06.3253842Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_and_cpu PASSED [ 87%] 2022-12-01T10:27:06.3254013Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_or_cpu PASSED [ 87%] 2022-12-01T10:27:06.3254185Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_xor_cpu PASSED [ 87%] 2022-12-01T10:27:06.3254345Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lt_cpu PASSED [ 87%] 2022-12-01T10:27:06.3254532Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_masked_fill_cpu PASSED [ 87%] 2022-12-01T10:27:06.3254701Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_maximum_cpu PASSED [ 87%] 2022-12-01T10:27:06.3254866Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mean_cpu PASSED [ 87%] 2022-12-01T10:27:06.3255034Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_meshgrid_cpu PASSED [ 87%] 2022-12-01T10:27:06.3255202Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_minimum_cpu PASSED [ 87%] 2022-12-01T10:27:06.3255366Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mul_cpu PASSED [ 87%] 2022-12-01T10:27:06.3255539Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nan_to_num_cpu PASSED [ 87%] 2022-12-01T10:27:06.3255732Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_narrow_cpu PASSED [ 87%] 2022-12-01T10:27:06.3255904Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_native_layer_norm_cpu PASSED [ 87%] 2022-12-01T10:27:06.3256066Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ne_cpu PASSED [ 87%] 2022-12-01T10:27:06.3256254Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_dropout_cpu PASSED [ 87%] 2022-12-01T10:27:06.3256436Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_elu_cpu PASSED [ 87%] 2022-12-01T10:27:06.3256617Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_glu_cpu PASSED [ 87%] 2022-12-01T10:27:06.3256805Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardtanh_cpu PASSED [ 87%] 2022-12-01T10:27:06.3256994Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_huber_loss_cpu PASSED [ 87%] 2022-12-01T10:27:06.3257180Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_l1_loss_cpu PASSED [ 87%] 2022-12-01T10:27:06.3257377Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_margin_ranking_loss_cpu PASSED [ 87%] 2022-12-01T10:27:06.3257559Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mish_cpu PASSED [ 87%] 2022-12-01T10:27:06.3257735Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mse_loss_cpu PASSED [ 87%] 2022-12-01T10:27:06.3257933Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pairwise_distance_cpu PASSED [ 87%] 2022-12-01T10:27:06.3258116Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu6_cpu PASSED [ 87%] 2022-12-01T10:27:06.3258298Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_selu_cpu PASSED [ 87%] 2022-12-01T10:27:06.3258484Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softplus_cpu PASSED [ 87%] 2022-12-01T10:27:06.3258673Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softshrink_cpu PASSED [ 87%] 2022-12-01T10:27:06.3258854Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_tanhshrink_cpu PASSED [ 87%] 2022-12-01T10:27:06.3259038Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_threshold_cpu PASSED [ 87%] 2022-12-01T10:27:06.3259203Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_cpu PASSED [ 87%] 2022-12-01T10:27:06.3259361Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_like_cpu PASSED [ 87%] 2022-12-01T10:27:06.3259530Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_permute_cpu PASSED [ 87%] 2022-12-01T10:27:06.3259698Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ravel_cpu PASSED [ 87%] 2022-12-01T10:27:06.3259895Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reshape_cpu PASSED [ 87%] 2022-12-01T10:27:06.3260061Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_roll_cpu PASSED [ 87%] 2022-12-01T10:27:06.3260226Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rot90_cpu PASSED [ 87%] 2022-12-01T10:27:06.3260388Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_round_cpu PASSED [ 87%] 2022-12-01T10:27:06.3260554Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rpow_cpu PASSED [ 87%] 2022-12-01T10:27:06.3260725Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rtruediv_cpu PASSED [ 87%] 2022-12-01T10:27:06.3260876Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sgn_cpu PASSED [ 87%] 2022-12-01T10:27:06.3261072Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sigmoid_cpu PASSED [ 87%] 2022-12-01T10:27:06.3261237Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinh_cpu PASSED [ 87%] 2022-12-01T10:27:06.3261412Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_zeta_cpu PASSED [ 87%] 2022-12-01T10:27:06.3261572Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sqrt_cpu PASSED [ 87%] 2022-12-01T10:27:06.3261738Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_squeeze_cpu PASSED [ 87%] 2022-12-01T10:27:06.3261902Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_stack_cpu PASSED [ 87%] 2022-12-01T10:27:06.3262073Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_std_mean_cpu PASSED [ 87%] 2022-12-01T10:27:06.3262225Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sub_cpu PASSED [ 87%] 2022-12-01T10:27:06.3262400Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_swap_axes_cpu PASSED [ 87%] 2022-12-01T10:27:06.3262565Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_t_cpu PASSED [ 87%] 2022-12-01T10:27:06.3262726Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tan_cpu PASSED [ 87%] 2022-12-01T10:27:06.3262889Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tanh_cpu PASSED [ 87%] 2022-12-01T10:27:06.3263065Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tensor_split_cpu PASSED [ 87%] 2022-12-01T10:27:06.3263231Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trace_cpu PASSED [ 87%] 2022-12-01T10:27:06.3263401Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_transpose_cpu PASSED [ 87%] 2022-12-01T10:27:06.3263571Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_indices_cpu PASSED [ 87%] 2022-12-01T10:27:06.3263725Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_cpu PASSED [ 87%] 2022-12-01T10:27:06.3263893Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_indices_cpu PASSED [ 87%] 2022-12-01T10:27:06.3264071Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_divide_cpu PASSED [ 87%] 2022-12-01T10:27:06.3264241Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unbind_cpu PASSED [ 87%] 2022-12-01T10:27:06.3264415Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unflatten_cpu PASSED [ 87%] 2022-12-01T10:27:06.3264587Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unfold_copy_cpu PASSED [ 87%] 2022-12-01T10:27:06.3264752Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_uniform_cpu PASSED [ 87%] 2022-12-01T10:27:06.3264921Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_mean_cpu PASSED [ 87%] 2022-12-01T10:27:06.3265085Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_view_cpu PASSED [ 87%] 2022-12-01T10:27:06.3265244Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vsplit_cpu PASSED [ 87%] 2022-12-01T10:27:06.3265437Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vstack_cpu PASSED [ 87%] 2022-12-01T10:27:06.3265605Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_where_cpu PASSED [ 87%] 2022-12-01T10:27:06.3265778Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_like_cpu PASSED [ 87%] 2022-12-01T10:27:06.3265943Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acos_cpu PASSED [ 87%] 2022-12-01T10:27:06.3266108Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acosh_cpu PASSED [ 87%] 2022-12-01T10:27:06.3266271Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_add_cpu PASSED [ 87%] 2022-12-01T10:27:06.3266457Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addr_cpu PASSED [ 87%] 2022-12-01T10:27:06.3266627Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_allclose_cpu PASSED [ 87%] 2022-12-01T10:27:06.3266781Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_any_cpu PASSED [ 87%] 2022-12-01T10:27:06.3266950Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_arange_cpu PASSED [ 87%] 2022-12-01T10:27:06.3267121Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_as_strided_cpu PASSED [ 87%] 2022-12-01T10:27:06.3267287Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asinh_cpu PASSED [ 87%] 2022-12-01T10:27:06.3267454Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan2_cpu PASSED [ 87%] 2022-12-01T10:27:06.3267621Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atanh_cpu PASSED [ 87%] 2022-12-01T10:27:06.3267803Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_left_shift_cpu PASSED [ 87%] 2022-12-01T10:27:06.3267974Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_not_cpu PASSED [ 87%] 2022-12-01T10:27:06.3268219Z 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:27:06.3268402Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_tensors_cpu PASSED [ 87%] 2022-12-01T10:27:06.3268565Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ceil_cpu PASSED [ 87%] 2022-12-01T10:27:06.3268733Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_chunk_cpu PASSED [ 87%] 2022-12-01T10:27:06.3268897Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clone_cpu PASSED [ 87%] 2022-12-01T10:27:06.3269075Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_column_stack_cpu PASSED [ 87%] 2022-12-01T10:27:06.3269249Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_physical_cpu PASSED [ 87%] 2022-12-01T10:27:06.3269432Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_constant_pad_nd_cpu PASSED [ 87%] 2022-12-01T10:27:06.3269605Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copysign_cpu PASSED [ 87%] 2022-12-01T10:27:06.3269766Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cos_cpu PASSED [ 87%] 2022-12-01T10:27:06.3269919Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cosh_cpu PASSED [ 87%] 2022-12-01T10:27:06.3270088Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_digamma_cpu PASSED [ 87%] 2022-12-01T10:27:06.3270253Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_div_cpu PASSED [ 87%] 2022-12-01T10:27:06.3270422Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dsplit_cpu PASSED [ 87%] 2022-12-01T10:27:06.3270589Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_cpu PASSED [ 87%] 2022-12-01T10:27:06.3270800Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_like_cpu PASSED [ 87%] 2022-12-01T10:27:06.3270963Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eq_cpu PASSED [ 88%] 2022-12-01T10:27:06.3271124Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erf_cpu PASSED [ 88%] 2022-12-01T10:27:06.3271278Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp2_cpu PASSED [ 88%] 2022-12-01T10:27:06.3271445Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_cpu PASSED [ 88%] 2022-12-01T10:27:06.3271610Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expm1_cpu PASSED [ 88%] 2022-12-01T10:27:06.3271780Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft2_cpu PASSED [ 88%] 2022-12-01T10:27:06.3271974Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft_cpu PASSED [ 88%] 2022-12-01T10:27:06.3272146Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftn_cpu PASSED [ 88%] 2022-12-01T10:27:06.3272321Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftshift_cpu PASSED [ 88%] 2022-12-01T10:27:06.3272490Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfftn_cpu PASSED [ 88%] 2022-12-01T10:27:06.3272659Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft2_cpu PASSED [ 88%] 2022-12-01T10:27:06.3272816Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft_cpu PASSED [ 88%] 2022-12-01T10:27:06.3272983Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfftn_cpu PASSED [ 88%] 2022-12-01T10:27:06.3273154Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fill_cpu PASSED [ 88%] 2022-12-01T10:27:06.3273324Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flatten_cpu PASSED [ 88%] 2022-12-01T10:27:06.3273496Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fliplr_cpu PASSED [ 88%] 2022-12-01T10:27:06.3273663Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_cpu PASSED [ 88%] 2022-12-01T10:27:06.3273885Z 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:27:06.3274132Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gcd_cpu PASSED [ 88%] 2022-12-01T10:27:06.3274297Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gt_cpu PASSED [ 88%] 2022-12-01T10:27:06.3274460Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_heaviside_cpu PASSED [ 88%] 2022-12-01T10:27:06.3274632Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hsplit_cpu PASSED [ 88%] 2022-12-01T10:27:06.3274801Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hstack_cpu PASSED [ 88%] 2022-12-01T10:27:06.3274966Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_i0_cpu PASSED [ 88%] 2022-12-01T10:27:06.3275131Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_imag_cpu PASSED [ 88%] 2022-12-01T10:27:06.3275364Z 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:27:06.3275540Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy_cpu PASSED [ 88%] 2022-12-01T10:27:06.3275711Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isfinite_cpu PASSED [ 88%] 2022-12-01T10:27:06.3275884Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isnan_cpu PASSED [ 88%] 2022-12-01T10:27:06.3276040Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isreal_cpu PASSED [ 88%] 2022-12-01T10:27:06.3276292Z 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:27:06.3276458Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_le_cpu PASSED [ 88%] 2022-12-01T10:27:06.3276824Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_linspace_cpu PASSED [ 88%] 2022-12-01T10:27:06.3276993Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log10_cpu PASSED [ 88%] 2022-12-01T10:27:06.3277161Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log1p_cpu PASSED [ 88%] 2022-12-01T10:27:06.3277326Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log_cpu PASSED [ 88%] 2022-12-01T10:27:06.3277545Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_not_cpu PASSED [ 88%] 2022-12-01T10:27:06.3277718Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logspace_cpu PASSED [ 88%] 2022-12-01T10:27:06.3277872Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lt_cpu PASSED [ 88%] 2022-12-01T10:27:06.3278038Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mean_cpu PASSED [ 88%] 2022-12-01T10:27:06.3278208Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_meshgrid_cpu PASSED [ 88%] 2022-12-01T10:27:06.3278376Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_minimum_cpu PASSED [ 88%] 2022-12-01T10:27:06.3278543Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_movedim_cpu PASSED [ 88%] 2022-12-01T10:27:06.3278709Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_narrow_cpu PASSED [ 88%] 2022-12-01T10:27:06.3278876Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ne_cpu PASSED [ 88%] 2022-12-01T10:27:06.3279051Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nextafter_cpu PASSED [ 88%] 2022-12-01T10:27:06.3279236Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_celu_cpu PASSED [ 88%] 2022-12-01T10:27:06.3279414Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardtanh_cpu PASSED [ 88%] 2022-12-01T10:27:06.3279615Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hinge_embedding_loss_cpu PASSED [ 88%] 2022-12-01T10:27:06.3279800Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_l1_loss_cpu PASSED [ 88%] 2022-12-01T10:27:06.3279985Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mse_loss_cpu PASSED [ 88%] 2022-12-01T10:27:06.3280182Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pairwise_distance_cpu PASSED [ 88%] 2022-12-01T10:27:06.3280368Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pdist_cpu PASSED [ 88%] 2022-12-01T10:27:06.3280565Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_poisson_nll_loss_cpu PASSED [ 88%] 2022-12-01T10:27:06.3280744Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu6_cpu PASSED [ 88%] 2022-12-01T10:27:06.3280936Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softshrink_cpu PASSED [ 88%] 2022-12-01T10:27:06.3281107Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_tanhshrink_cpu PASSED [ 88%] 2022-12-01T10:27:06.3281276Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_roll_cpu PASSED [ 88%] 2022-12-01T10:27:06.3281510Z 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:27:06.3281685Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i0e_cpu PASSED [ 88%] 2022-12-01T10:27:06.3281897Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_logit_cpu PASSED [ 88%] 2022-12-01T10:27:06.3282092Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_spherical_bessel_j0_cpu PASSED [ 88%] 2022-12-01T10:27:06.3282268Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_zeta_cpu PASSED [ 88%] 2022-12-01T10:27:06.3282435Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sqrt_cpu PASSED [ 88%] 2022-12-01T10:27:06.3282606Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_squeeze_cpu PASSED [ 88%] 2022-12-01T10:27:06.3282771Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_stack_cpu PASSED [ 88%] 2022-12-01T10:27:06.3282953Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_std_mean_cpu PASSED [ 88%] 2022-12-01T10:27:06.3283119Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sub_cpu PASSED [ 88%] 2022-12-01T10:27:06.3283353Z 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:27:06.3283516Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tanh_cpu PASSED [ 88%] 2022-12-01T10:27:06.3283692Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tensor_split_cpu PASSED [ 88%] 2022-12-01T10:27:06.3283906Z 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:27:06.3284068Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_cpu PASSED [ 88%] 2022-12-01T10:27:06.3284247Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_indices_cpu PASSED [ 88%] 2022-12-01T10:27:06.3284474Z 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:27:06.3284639Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unsqueeze_cpu PASSED [ 88%] 2022-12-01T10:27:06.3284804Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_view_cpu PASSED [ 88%] 2022-12-01T10:27:06.3284971Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vsplit_cpu PASSED [ 88%] 2022-12-01T10:27:06.3285137Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_where_cpu PASSED [ 88%] 2022-12-01T10:27:06.3285284Z test_ops.py::TestFakeTensorCPU::test_fake___getitem___cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3285428Z test_ops.py::TestFakeTensorCPU::test_fake___rand___cpu_int64 PASSED [ 88%] 2022-12-01T10:27:06.3285572Z test_ops.py::TestFakeTensorCPU::test_fake___rdiv___cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3285718Z test_ops.py::TestFakeTensorCPU::test_fake___rmod___cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3285851Z test_ops.py::TestFakeTensorCPU::test_fake___rmul___cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3285992Z test_ops.py::TestFakeTensorCPU::test_fake_abs_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3286132Z test_ops.py::TestFakeTensorCPU::test_fake_acos_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3286276Z test_ops.py::TestFakeTensorCPU::test_fake_addbmm_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3286418Z test_ops.py::TestFakeTensorCPU::test_fake_addcdiv_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3286557Z test_ops.py::TestFakeTensorCPU::test_fake_all_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3286700Z test_ops.py::TestFakeTensorCPU::test_fake_allclose_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3286838Z test_ops.py::TestFakeTensorCPU::test_fake_amax_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3286980Z test_ops.py::TestFakeTensorCPU::test_fake_angle_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3287135Z test_ops.py::TestFakeTensorCPU::test_fake_any_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3287275Z test_ops.py::TestFakeTensorCPU::test_fake_arange_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3287416Z test_ops.py::TestFakeTensorCPU::test_fake_argmax_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3287558Z test_ops.py::TestFakeTensorCPU::test_fake_as_strided_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3287715Z test_ops.py::TestFakeTensorCPU::test_fake_as_strided_scatter_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3287854Z test_ops.py::TestFakeTensorCPU::test_fake_asinh_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3287992Z test_ops.py::TestFakeTensorCPU::test_fake_atan2_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3288131Z test_ops.py::TestFakeTensorCPU::test_fake_atanh_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3288288Z test_ops.py::TestFakeTensorCPU::test_fake_atleast_2d_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3288432Z test_ops.py::TestFakeTensorCPU::test_fake_atleast_3d_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3288578Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_T_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3288732Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rpow___cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3288881Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rsub___cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3289031Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_abs_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3289187Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addcdiv_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3289353Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmm_decomposed_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3289496Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmv_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3289649Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addr_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3289798Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_any_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3289952Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_argmax_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3290103Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_argmin_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3290260Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_argwhere_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3290424Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_as_strided_scatter_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3290575Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atan2_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3290714Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atan_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3290863Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atanh_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3291023Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_3d_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3291179Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_baddbmm_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3291335Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bfloat16_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3291487Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bincount_cpu_int64 PASSED [ 88%] 2022-12-01T10:27:06.3291640Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_not_cpu_int64 PASSED [ 88%] 2022-12-01T10:27:06.3291792Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_or_cpu_int64 PASSED [ 88%] 2022-12-01T10:27:06.3291947Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_right_shift_cpu_int64 PASSED [ 88%] 2022-12-01T10:27:06.3292097Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_xor_cpu_int64 PASSED [ 88%] 2022-12-01T10:27:06.3292247Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bmm_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3292400Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bool_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3292558Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bucketize_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3292737Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_byte_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3292898Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_solve_cpu_float32 PASSED [ 88%] 2022-12-01T10:27:06.3293051Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3293205Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_max_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3293345Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_clone_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3293500Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_column_stack_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3293650Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_conj_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3293837Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_conj_physical_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3294003Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_constant_pad_nd_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3294179Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cov_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:27:06.3294328Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cross_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3294481Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cummax_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3294623Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cumprod_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3294774Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cumsum_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3294943Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cumulative_trapezoid_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3295097Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_deg2rad_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3295256Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diag_embed_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3295413Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagflat_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3295564Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagonal_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3295729Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagonal_scatter_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3295883Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_digamma_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3296039Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_trunc_rounding_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3296192Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_equal_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3296341Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_erf_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3296491Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_erfinv_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3296642Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_exp2_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3296799Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fft2_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3296951Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fft_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3297108Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfft2_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3297248Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfft_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3297401Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifftn_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3297560Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifftshift_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3297715Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ihfft2_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3297870Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ihfft_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3298028Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ihfftn_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3298211Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_irfft2_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3298363Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_irfft_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3298503Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfft2_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3298658Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfftn_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3298811Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_flatten_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3298962Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fliplr_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3299114Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_flipud_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3299293Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_float_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3299454Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_floor_divide_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3299610Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fmax_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3299760Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fmod_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3299897Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_frac_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3300049Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_full_like_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3300203Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_gather_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3300350Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_gcd_cpu_int64 PASSED [ 89%] 2022-12-01T10:27:06.3300500Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ge_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3300653Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_half_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3300807Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_hstack_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3300957Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_igamma_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3301103Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_copy_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3301252Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_int_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3301400Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isin_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3301553Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isnan_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3301757Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 89%] 2022-12-01T10:27:06.3301907Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_kron_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3302057Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_le_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3302206Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lerp_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3302350Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lgamma_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3302508Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cross_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3302668Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eigh_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3302821Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_inv_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3302978Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_inv_ex_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3303140Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_solve_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3303318Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3303483Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_solve_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3303683Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3303836Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_rank_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3303994Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3304189Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_pinv_hermitian_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:27:06.3304373Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_solve_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:27:06.3304528Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_svd_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3304692Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_tensorinv_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3304913Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_tensorsolve_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:27:06.3305078Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vander_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3305240Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vecdot_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3305379Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log2_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3305529Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3305693Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_softmax_dtype_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3305849Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logaddexp2_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3306003Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_or_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3306161Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logspace_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3306314Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_long_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3306463Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lt_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3306609Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_unpack_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3306755Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mH_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3306914Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_amax_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3307070Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_argmin_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3307232Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_cumprod_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3307388Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_cumsum_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3307548Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_fill_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3307714Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_logaddexp_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3307863Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_mean_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3308023Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_median_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3308185Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_scatter_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3308342Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_select_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3308499Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_softmin_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3308653Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_sum_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3308808Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_var_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3308967Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_matmul_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3309169Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_matrix_exp_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3309325Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_reduction_no_dim_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3309478Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_median_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3309630Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_binary_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3309785Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_minimum_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3309936Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mode_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3310089Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_msort_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3310238Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mul_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3310451Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_multinomial_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:27:06.3310638Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mvlgamma_mvlgamma_p_3_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:27:06.3310832Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:27:06.3310991Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_narrow_copy_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3311167Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_narrow_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:27:06.3311317Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ne_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3311482Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_empty_strided_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3311636Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_ones_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3311794Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_zeros_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3311956Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nextafter_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3312155Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped!) [ 89%] 2022-12-01T10:27:06.3312341Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3312525Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3312709Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3312892Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3313066Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_avg_pool1d_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3313235Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_avg_pool3d_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3313403Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_batch_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3313571Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3313744Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3313926Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:27:06.3314177Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3314452Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_cross_entropy_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3314644Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_dropout3d_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3314854Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_embedding_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3315062Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3315254Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3315441Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3315606Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_grid_sample_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3315780Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_group_norm_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3315977Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardshrink_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3316152Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardswish_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3316322Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_huber_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3316508Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3316767Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_l1_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3316943Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_leaky_relu_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3317112Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_linear_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3317284Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_local_response_norm_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3317463Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_logsigmoid_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3317649Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3317819Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_pool2d_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3317986Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_pool3d_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3318170Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3318349Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool3d_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3318530Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3318698Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_mish_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3318859Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_mse_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3319041Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3319230Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3319411Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_circular_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3319589Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_reflect_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3319759Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pdist_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3319937Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3320104Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_prelu_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3320281Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_silu_complex_cpu_complex64 PASSED [ 90%] 2022-12-01T10:27:06.3320500Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3320680Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3320852Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softmin_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3321027Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softshrink_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3321197Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_tanhshrink_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3321381Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3321616Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3321791Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_unfold_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3321943Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3322090Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_inf_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3322241Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_nuc_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3322410Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_normal_number_mean_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3322564Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ormqr_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3322715Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_outer_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3322875Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_pca_lowrank_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3323032Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_pinverse_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3323187Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polar_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3323353Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_0_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3323523Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_3_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3323675Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_prod_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3323822Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_qr_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3323979Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rand_like_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3324138Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_randn_like_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3324295Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ravel_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3324454Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_reciprocal_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3324610Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_renorm_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3324748Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_repeat_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3324902Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_resize__cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3325057Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_resolve_neg_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3325208Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rot90_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3325365Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_add_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3325521Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3325690Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_amax_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3325858Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_prod_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3326072Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_searchsorted_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3326243Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_segment_reduce_offsets_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3326394Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_select_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3326556Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_select_scatter_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3326707Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sgn_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3326861Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sigmoid_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3327012Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sinc_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3327202Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_slice_scatter_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3327357Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sort_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3327513Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_j0_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3327677Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_y1_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3327864Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3328028Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_erfcx_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3328208Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_hermite_polynomial_h_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3328392Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_hermite_polynomial_he_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3328553Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_i1_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3328737Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_laguerre_polynomial_l_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3329140Z 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:27:06.3329320Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_i0_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3329498Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_k0_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3329661Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_ndtri_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3329855Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3330042Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3330228Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3330614Z 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:27:06.3330771Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_split_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3330925Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sqrt_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3331068Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_square_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3331223Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_squeeze_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3331377Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_std_mean_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3331526Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_stft_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3331675Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sub_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3331854Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_svd_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3332013Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_svd_lowrank_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3332161Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_t_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3332312Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_take_along_dim_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3332462Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_take_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3332646Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tensor_split_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-12-01T10:27:06.3332794Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_to_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3332976Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_trace_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3333135Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_transpose_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3333296Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_trapezoid_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3333454Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tril_indices_cpu_int64 PASSED [ 90%] 2022-12-01T10:27:06.3333593Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_triu_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3333751Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_triu_indices_cpu_int64 PASSED [ 90%] 2022-12-01T10:27:06.3333908Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_true_divide_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3334059Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_trunc_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3334228Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unique_consecutive_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3334381Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unique_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3334541Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unsqueeze_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3334696Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_var_mean_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3334847Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_vdot_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3334997Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_as_complex_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3335146Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3335299Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_xlogy_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3335444Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_zero__cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3335602Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_zeros_like_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3335750Z test_ops.py::TestFakeTensorCPU::test_fake_baddbmm_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3335900Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_and_cpu_int64 PASSED [ 90%] 2022-12-01T10:27:06.3336048Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_not_cpu_int64 PASSED [ 90%] 2022-12-01T10:27:06.3336192Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_right_shift_cpu_int64 PASSED [ 90%] 2022-12-01T10:27:06.3336337Z test_ops.py::TestFakeTensorCPU::test_fake_bool_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3336490Z test_ops.py::TestFakeTensorCPU::test_fake_broadcast_to_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3336633Z test_ops.py::TestFakeTensorCPU::test_fake_cat_cpu_float32 PASSED [ 90%] 2022-12-01T10:27:06.3336776Z test_ops.py::TestFakeTensorCPU::test_fake_cdist_cpu_float32 PASSED [ 91%] 2022-12-01T10:27:06.3336918Z test_ops.py::TestFakeTensorCPU::test_fake_char_cpu_float32 PASSED [ 91%] 2022-12-01T10:27:06.3337089Z test_ops.py::TestFakeTensorCPU::test_fake_cholesky_cpu_float32 SKIPPED (Skip failing test) [ 91%] 2022-12-01T10:27:06.3337299Z test_ops.py::TestFakeTensorCPU::test_fake_cholesky_inverse_cpu_float32 SKIPPED (Skip failing test) [ 91%] 2022-12-01T10:27:06.3337432Z test_ops.py::TestFakeTensorCPU::test_fake_chunk_cpu_float32 PASSED [ 91%] 2022-12-01T10:27:06.3337578Z test_ops.py::TestFakeTensorCPU::test_fake_complex_cpu_float32 PASSED [ 91%] 2022-12-01T10:27:06.3337724Z test_ops.py::TestFakeTensorCPU::test_fake_contiguous_cpu_float32 PASSED [ 91%] 2022-12-01T10:27:06.3337870Z test_ops.py::TestFakeTensorCPU::test_fake_copysign_cpu_float32 PASSED [ 91%] 2022-12-01T10:27:06.3338008Z test_ops.py::TestFakeTensorCPU::test_fake_cos_cpu_float32 PASSED [ 91%] 2022-12-01T10:27:06.3338170Z test_ops.py::TestFakeTensorCPU::test_fake_cov_cpu_float32 SKIPPED (Skip failing test) [ 91%] 2022-12-01T10:27:06.3338359Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_T_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3338580Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___getitem___cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3338778Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rmatmul___cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3338957Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rsub___cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3339142Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_abs_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3339330Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_acos_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3339524Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addcdiv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3339713Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addcmul_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3339902Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addmm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3340089Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addmv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3340274Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addr_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3340456Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3340640Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_as_strided_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3340845Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_as_strided_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3341032Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_asinh_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3341214Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atan_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3341408Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atleast_1d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3341597Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atleast_3d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3341781Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_bmm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3341962Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cat_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3342146Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ceil_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3342348Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cholesky_inverse_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3342525Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clamp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3342746Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_column_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3342941Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_combinations_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3343131Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3343327Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_constant_pad_nd_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3343518Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_contiguous_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3343735Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_corrcoef_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3343923Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cos_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3344111Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cosh_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3344298Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cummin_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3344475Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_deg2rad_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3344668Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diag_embed_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3344858Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagonal_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3345043Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dist_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3345244Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_floor_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3345432Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_double_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3345616Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3345794Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dstack_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3345977Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_erf_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3346167Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_expand_as_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3346345Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_expand_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3346532Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_expm1_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3346719Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fft2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3346904Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3347094Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3347287Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3347475Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_hfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3347665Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_hfft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3347895Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifft2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3348070Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3348260Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ihfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3348450Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ihfft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3348638Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_irfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3348829Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_irfft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3349047Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_irfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3349241Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_rfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3349428Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_flip_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3349620Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_float_power_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3349804Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmod_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3349974Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_frac_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3350159Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_hsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3350344Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_hstack_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3350535Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3350730Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_select_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3350917Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ldexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3351101Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lerp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3351295Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3351500Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_det_singular_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3351690Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eigh_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3351879Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eigvalsh_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3352088Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_householder_product_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3352297Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lstsq_grad_oriented_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3352489Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3352693Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_factor_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3352893Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_matrix_power_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3353118Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_multi_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3353304Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_pinv_cpu_float32 SKIPPED (Skipped!) [ 91%] 2022-12-01T10:27:06.3353501Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_slogdet_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3353693Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3353883Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_tensorsolve_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3354142Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log1p_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3354371Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logaddexp2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3354573Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logcumsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3354760Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3354950Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3355142Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lu_unpack_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3355325Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mH_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3355521Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3355704Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3355895Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3356088Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_median_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3356291Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3356487Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3356768Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3356966Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_std_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3357159Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3357350Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_matrix_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3357550Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3357727Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_maximum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3357916Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_min_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3358120Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_min_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3358314Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_minimum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3358554Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3358760Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_1_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3358959Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_3_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3359152Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nanmean_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3359343Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nanmedian_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3359572Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nanquantile_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3359752Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nansum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3359956Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_native_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3360157Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_native_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3360345Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3360573Z 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:27:06.3360792Z 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:27:06.3361013Z 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:27:06.3361228Z 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:27:06.3361444Z 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:27:06.3361654Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3361845Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv1d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:27:06.3362059Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv_transpose1d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3362274Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv_transpose2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3362484Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv_transpose3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3362694Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_cosine_similarity_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3362905Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_cross_entropy_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3363102Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skipped!) [ 92%] 2022-12-01T10:27:06.3363311Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3363519Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3363758Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_embedding_bag_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3363962Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_embedding_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3364179Z 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:27:06.3364396Z 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:27:06.3364594Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_gelu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3364830Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_grid_sample_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3365043Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3365249Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardswish_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3365467Z 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:27:06.3365683Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_area_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3365900Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_bicubic_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3366113Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3366330Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3366536Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_trilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3366733Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_kl_div_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3366936Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_leaky_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3367138Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3367357Z 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:27:06.3367558Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3367766Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3367979Z 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:27:06.3368179Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_mse_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3368394Z 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:27:06.3368606Z 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:27:06.3368808Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3369045Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3369256Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_circular_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3369468Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_constant_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3369676Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_replicate_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3369910Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pdist_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3370125Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pixel_unshuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3370329Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_prelu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3370526Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_rrelu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3370725Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_selu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3370923Z 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:27:06.3371137Z 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:27:06.3371344Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softplus_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3371550Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3371752Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softsign_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3371983Z 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:27:06.3372184Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3372372Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3372565Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_inf_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3372758Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_nuc_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3372948Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_normal_number_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3373143Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_pca_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3373332Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_permute_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3373515Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_pinverse_cpu_float32 SKIPPED (Skipped!) [ 92%] 2022-12-01T10:27:06.3373702Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polar_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3373911Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_0_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3374152Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3374360Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3374548Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_pow_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3374729Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_put_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3374901Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3375114Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_quantile_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3375306Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rad2deg_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3375494Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ravel_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3375686Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_reciprocal_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3375881Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_remainder_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3376068Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_renorm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3376253Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_repeat_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3376457Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_repeat_interleave_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3376647Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_reshape_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3376830Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_resolve_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3377021Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_resolve_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3377205Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_roll_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3377390Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rot90_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3377573Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3377778Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3377977Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3378175Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3378379Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_segment_reduce_lengths_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3378577Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_segment_reduce_offsets_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3378761Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_select_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3378946Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sign_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3379135Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sinh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3379350Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_slice_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3379551Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3379745Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_entr_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3379938Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_i0e_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3380126Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_i1_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3380351Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_log_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3380588Z 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:27:06.3380874Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3381078Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_with_sizes_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3381262Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3381445Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_std_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3381624Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_stft_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3381810Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_symeig_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3381990Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_t_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3382184Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_take_along_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3382367Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_take_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3382540Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tan_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3382723Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tanh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3382915Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tensordot_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3383102Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_topk_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3383288Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trace_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3383478Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3383664Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_triu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3383849Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trunc_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3384037Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3384230Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unsqueeze_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3384403Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_vdot_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3384644Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_as_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3384831Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_as_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3385015Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_vstack_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3385198Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_where_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3391245Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_xlogy_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3391549Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_zero__cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3391883Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_T_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3392122Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___radd___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3392317Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rmul___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3392508Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rpow___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3392686Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rsub___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3392880Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_acos_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3393074Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_acosh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3393271Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addcdiv_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3393481Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addmm_decomposed_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3393670Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3393861Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_angle_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3394144Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_as_strided_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3394335Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atan2_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:27:06.3394525Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atan_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3394706Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_baddbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3394899Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_block_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3395098Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_broadcast_to_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3395300Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cartesian_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3395490Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ceil_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3395683Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3395885Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cholesky_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3396129Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_chunk_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3396326Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_column_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3396526Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_combinations_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3396867Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3397071Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_constant_pad_nd_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3397266Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_contiguous_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3397512Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_corrcoef_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3397706Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cos_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3397894Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cosh_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3398081Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cov_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3398271Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cummin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3398462Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3398672Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumulative_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3398851Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3399045Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagflat_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3399246Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagonal_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3399437Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_digamma_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3399623Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dist_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3399828Z 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:27:06.3400036Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_div_trunc_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3400224Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_double_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3400415Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3400602Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_einsum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3400778Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_erf_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3400966Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_erfc_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3401147Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_exp2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3401339Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3401574Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3401766Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3401954Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3402141Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3402328Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3402516Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3402734Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ihfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3402922Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ihfft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3403107Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_rfft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3403295Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_rfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3403487Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_flatten_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3403682Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_float_power_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3403871Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fmin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3404055Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_frac_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3404244Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_gather_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3404425Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_gradient_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3404612Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_half_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3404796Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_hstack_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3404982Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_i0_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3405179Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3405374Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_reduce_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3405566Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_inner_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3405760Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_kthvalue_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3405946Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ldexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3406131Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lerp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3406309Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lgamma_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3406504Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_det_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3406725Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eig_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3406921Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eigh_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3407120Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eigvals_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3407334Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_householder_product_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3407528Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_inv_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3407751Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_inv_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3407947Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lstsq_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3408154Z 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:27:06.3408346Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_matrix_power_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3408539Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_pinv_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3408736Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_solve_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3408943Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_solve_triangular_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3409140Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3409344Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_tensorinv_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3409540Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_vander_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3409734Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_vecdot_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3409936Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_vector_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3410123Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log10_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3410303Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log1p_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3410492Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3410683Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3410875Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3411076Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log_softmax_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3411269Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logaddexp2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3411458Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logdet_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3411645Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logit_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3411835Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3412054Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3412234Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lu_unpack_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3412426Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3412627Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3412823Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3413073Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_median_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3413269Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3413469Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3413672Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3413870Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_select_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3414069Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3414255Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_std_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3414450Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3414641Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_var_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3414829Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_matmul_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3415019Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_max_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3415224Z 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:27:06.3415433Z 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:27:06.3415626Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_maximum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3415839Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3416046Z 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:27:06.3416222Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3416408Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3416591Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mul_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3416773Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mv_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3416969Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nanquantile_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3417191Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nansum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3417378Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_narrow_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3417579Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_native_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3417763Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3417990Z 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:27:06.3418225Z 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:27:06.3418444Z 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:27:06.3418650Z 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:27:06.3418855Z 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:27:06.3419064Z 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:27:06.3419266Z 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:27:06.3419474Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3419680Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_celu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3419881Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv2d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3420097Z 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:27:06.3420302Z 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:27:06.3420508Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_dropout2d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:27:06.3420713Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_dropout_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3420919Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_elu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3421129Z 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:27:06.3421360Z 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:27:06.3421594Z 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:27:06.3421810Z 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:27:06.3422012Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_glu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3422247Z 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:27:06.3422455Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardswish_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3422652Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardtanh_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3422870Z 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:27:06.3423091Z 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:27:06.3423335Z 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:27:06.3423541Z 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:27:06.3423747Z 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:27:06.3423964Z 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:27:06.3424175Z 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:27:06.3424378Z 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:27:06.3424583Z 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:27:06.3424787Z 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:27:06.3424990Z 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:27:06.3425203Z 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:27:06.3425411Z 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:27:06.3425618Z 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:27:06.3425820Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_mish_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3426022Z 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:27:06.3426240Z 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:27:06.3426448Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3426657Z 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:27:06.3426867Z 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:27:06.3427079Z 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:27:06.3427315Z 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:27:06.3427533Z 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:27:06.3427736Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_prelu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3427941Z 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:27:06.3428151Z 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:27:06.3428379Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softsign_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3428590Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_threshold_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3428805Z 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:27:06.3429004Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_normal_number_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3429194Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polar_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3429390Z 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:27:06.3429602Z 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:27:06.3429790Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pow_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3429973Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3430158Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ravel_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3430345Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_real_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3430539Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_reciprocal_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3430732Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_remainder_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3430923Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_repeat_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3431116Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_reshape_as_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3431297Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_reshape_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3431493Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_resolve_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3431675Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_roll_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3431861Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rot90_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3432066Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3432273Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_segment_reduce_lengths_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3432510Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_segment_reduce_offsets_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3432700Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_select_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3432897Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_select_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3433083Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sign_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3433263Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sin_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3433484Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_slice_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3433676Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3433877Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_entr_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3434155Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_i0e_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3434352Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_i1_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3434538Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_i1e_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3434739Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_xlog1py_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3434937Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_split_list_args_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3435125Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_std_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3435305Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_std_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3435492Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_stft_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3435683Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3435866Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3436055Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_symeig_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3436253Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_take_along_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3436443Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_take_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3436730Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tile_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3436920Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_to_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3437113Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_to_sparse_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3437299Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_transpose_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3437493Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3437695Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_triangular_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3437933Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tril_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3438117Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_triu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3438306Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unbind_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3438497Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unsqueeze_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3438682Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_var_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3438913Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_as_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3439109Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_as_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3439286Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3439478Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_vstack_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3439665Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_xlogy_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3439849Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_zero__cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:27:06.3439998Z test_ops.py::TestFakeTensorCPU::test_fake_cummin_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3440147Z test_ops.py::TestFakeTensorCPU::test_fake_deg2rad_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3440292Z test_ops.py::TestFakeTensorCPU::test_fake_diag_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3440440Z test_ops.py::TestFakeTensorCPU::test_fake_diag_embed_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3440574Z test_ops.py::TestFakeTensorCPU::test_fake_diagonal_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3440729Z test_ops.py::TestFakeTensorCPU::test_fake_diagonal_scatter_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3440884Z test_ops.py::TestFakeTensorCPU::test_fake_div_floor_rounding_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3441040Z test_ops.py::TestFakeTensorCPU::test_fake_div_trunc_rounding_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3441181Z test_ops.py::TestFakeTensorCPU::test_fake_dsplit_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3441325Z test_ops.py::TestFakeTensorCPU::test_fake_empty_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3441472Z test_ops.py::TestFakeTensorCPU::test_fake_empty_like_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3441618Z test_ops.py::TestFakeTensorCPU::test_fake_expm1_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3441757Z test_ops.py::TestFakeTensorCPU::test_fake_eye_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3441889Z test_ops.py::TestFakeTensorCPU::test_fake_fft_fft2_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3442029Z test_ops.py::TestFakeTensorCPU::test_fake_fft_fftn_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3442170Z test_ops.py::TestFakeTensorCPU::test_fake_fft_hfft2_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3442309Z test_ops.py::TestFakeTensorCPU::test_fake_fft_hfft_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3442450Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ifft2_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3442591Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ihfft2_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3442735Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ihfft_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3442879Z test_ops.py::TestFakeTensorCPU::test_fake_fft_irfft2_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3443011Z test_ops.py::TestFakeTensorCPU::test_fake_fft_irfftn_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3443179Z test_ops.py::TestFakeTensorCPU::test_fake_flatten_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3443318Z test_ops.py::TestFakeTensorCPU::test_fake_flip_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3443455Z test_ops.py::TestFakeTensorCPU::test_fake_floor_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3443592Z test_ops.py::TestFakeTensorCPU::test_fake_fmin_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3443730Z test_ops.py::TestFakeTensorCPU::test_fake_fmod_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3443868Z test_ops.py::TestFakeTensorCPU::test_fake_frexp_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3444008Z test_ops.py::TestFakeTensorCPU::test_fake_full_like_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3444165Z test_ops.py::TestFakeTensorCPU::test_fake_half_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3444305Z test_ops.py::TestFakeTensorCPU::test_fake_histc_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3444450Z test_ops.py::TestFakeTensorCPU::test_fake_histogramdd_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3444586Z test_ops.py::TestFakeTensorCPU::test_fake_hstack_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3444725Z test_ops.py::TestFakeTensorCPU::test_fake_igamma_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3444861Z test_ops.py::TestFakeTensorCPU::test_fake_igammac_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3445003Z test_ops.py::TestFakeTensorCPU::test_fake_index_copy_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:06.3445145Z test_ops.py::TestFakeTensorCPU::test_fake_index_fill_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3445285Z test_ops.py::TestFakeTensorCPU::test_fake_index_reduce_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3445422Z test_ops.py::TestFakeTensorCPU::test_fake_inner_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3445559Z test_ops.py::TestFakeTensorCPU::test_fake_int_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3445700Z test_ops.py::TestFakeTensorCPU::test_fake_isclose_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3445837Z test_ops.py::TestFakeTensorCPU::test_fake_isnan_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3445976Z test_ops.py::TestFakeTensorCPU::test_fake_isposinf_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3446113Z test_ops.py::TestFakeTensorCPU::test_fake_kron_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3446249Z test_ops.py::TestFakeTensorCPU::test_fake_lcm_cpu_int64 PASSED [ 95%] 2022-12-01T10:27:06.3446378Z test_ops.py::TestFakeTensorCPU::test_fake_ldexp_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3446514Z test_ops.py::TestFakeTensorCPU::test_fake_lerp_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3446651Z test_ops.py::TestFakeTensorCPU::test_fake_lgamma_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3446796Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_cond_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3446939Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_det_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3447101Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_det_singular_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3447244Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_eigh_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3447412Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_householder_product_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3447557Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_ldl_solve_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3447722Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3447866Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3448020Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_factor_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3448176Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_factor_ex_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3448327Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_solve_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3448536Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_power_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:27:06.3448727Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:27:06.3448880Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_multi_dot_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3449015Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3449242Z 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:27:06.3449405Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_triangular_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3449578Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_svd_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3449733Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_tensorinv_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3449891Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_vector_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3450035Z test_ops.py::TestFakeTensorCPU::test_fake_linspace_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3450179Z test_ops.py::TestFakeTensorCPU::test_fake_log1p_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3450308Z test_ops.py::TestFakeTensorCPU::test_fake_log_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3450455Z test_ops.py::TestFakeTensorCPU::test_fake_log_softmax_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3450601Z test_ops.py::TestFakeTensorCPU::test_fake_logaddexp2_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3450754Z test_ops.py::TestFakeTensorCPU::test_fake_logcumsumexp_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3450899Z test_ops.py::TestFakeTensorCPU::test_fake_logical_not_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3451045Z test_ops.py::TestFakeTensorCPU::test_fake_logsumexp_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3451183Z test_ops.py::TestFakeTensorCPU::test_fake_long_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3451321Z test_ops.py::TestFakeTensorCPU::test_fake_mT_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3451461Z test_ops.py::TestFakeTensorCPU::test_fake_masked_argmax_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3451610Z test_ops.py::TestFakeTensorCPU::test_fake_masked_argmin_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3451759Z test_ops.py::TestFakeTensorCPU::test_fake_masked_cumsum_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3451917Z test_ops.py::TestFakeTensorCPU::test_fake_masked_log_softmax_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3452071Z test_ops.py::TestFakeTensorCPU::test_fake_masked_logaddexp_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3452228Z test_ops.py::TestFakeTensorCPU::test_fake_masked_logsumexp_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3452371Z test_ops.py::TestFakeTensorCPU::test_fake_masked_mean_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3452518Z test_ops.py::TestFakeTensorCPU::test_fake_masked_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3452662Z test_ops.py::TestFakeTensorCPU::test_fake_masked_normalize_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3452813Z test_ops.py::TestFakeTensorCPU::test_fake_masked_scatter_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3452963Z test_ops.py::TestFakeTensorCPU::test_fake_masked_select_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3453114Z test_ops.py::TestFakeTensorCPU::test_fake_masked_softmin_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3453257Z test_ops.py::TestFakeTensorCPU::test_fake_masked_sum_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3453398Z test_ops.py::TestFakeTensorCPU::test_fake_matmul_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3453539Z test_ops.py::TestFakeTensorCPU::test_fake_max_binary_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3453698Z test_ops.py::TestFakeTensorCPU::test_fake_max_reduction_no_dim_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3453870Z test_ops.py::TestFakeTensorCPU::test_fake_maximum_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3454001Z test_ops.py::TestFakeTensorCPU::test_fake_mean_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3454141Z test_ops.py::TestFakeTensorCPU::test_fake_median_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3454307Z test_ops.py::TestFakeTensorCPU::test_fake_meshgrid_variadic_tensors_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3454469Z test_ops.py::TestFakeTensorCPU::test_fake_min_reduction_with_dim_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3454612Z test_ops.py::TestFakeTensorCPU::test_fake_minimum_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3454754Z test_ops.py::TestFakeTensorCPU::test_fake_movedim_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3454893Z test_ops.py::TestFakeTensorCPU::test_fake_mul_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3455104Z test_ops.py::TestFakeTensorCPU::test_fake_mvlgamma_mvlgamma_p_1_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:27:06.3455281Z test_ops.py::TestFakeTensorCPU::test_fake_mvlgamma_mvlgamma_p_3_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:27:06.3455463Z test_ops.py::TestFakeTensorCPU::test_fake_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:27:06.3455628Z test_ops.py::TestFakeTensorCPU::test_fake_nanmean_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:27:06.3455783Z test_ops.py::TestFakeTensorCPU::test_fake_native_layer_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3455929Z test_ops.py::TestFakeTensorCPU::test_fake_new_empty_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3456073Z test_ops.py::TestFakeTensorCPU::test_fake_new_full_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3456216Z test_ops.py::TestFakeTensorCPU::test_fake_new_ones_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3456392Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3456565Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3456725Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3456886Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3457054Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool1d_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3457216Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3457390Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3457545Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3457723Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3457897Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cosine_similarity_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3458054Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cross_entropy_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3458216Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3458389Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3458565Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3458735Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3458888Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_glu_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3459051Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_grid_sample_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3459213Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_group_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3459402Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardtanh_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3459564Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3459729Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_huber_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3459891Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_instance_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3460064Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3460236Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3460418Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_l1_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3460583Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_layer_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3460759Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_local_response_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3460919Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_logsigmoid_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3461081Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3461240Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_pool2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3461396Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_pool3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3461558Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool1d_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3461727Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3461895Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3462063Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3462244Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_nll_loss_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:27:06.3462395Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_normalize_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3462556Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_circular_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3462722Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_replicate_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3462895Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pairwise_distance_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3463049Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pdist_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3463206Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_silu_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3463375Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3463543Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3463702Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softmin_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3463865Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3464026Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_threshold_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3464195Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3464380Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3464537Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_unfold_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3464721Z test_ops.py::TestFakeTensorCPU::test_fake_norm_nuc_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3464866Z test_ops.py::TestFakeTensorCPU::test_fake_normal_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3465022Z test_ops.py::TestFakeTensorCPU::test_fake_normal_number_mean_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3465166Z test_ops.py::TestFakeTensorCPU::test_fake_ones_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3465297Z test_ops.py::TestFakeTensorCPU::test_fake_ormqr_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3465433Z test_ops.py::TestFakeTensorCPU::test_fake_outer_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3465579Z test_ops.py::TestFakeTensorCPU::test_fake_pinverse_cpu_float32 PASSED [ 95%] 2022-12-01T10:27:06.3465717Z test_ops.py::TestFakeTensorCPU::test_fake_polar_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3465909Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_0_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3466073Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_3_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3466230Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_4_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3466370Z test_ops.py::TestFakeTensorCPU::test_fake_pow_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3466498Z test_ops.py::TestFakeTensorCPU::test_fake_put_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3466639Z test_ops.py::TestFakeTensorCPU::test_fake_rad2deg_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3466780Z test_ops.py::TestFakeTensorCPU::test_fake_rand_like_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3466930Z test_ops.py::TestFakeTensorCPU::test_fake_randint_like_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3467074Z test_ops.py::TestFakeTensorCPU::test_fake_real_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3467218Z test_ops.py::TestFakeTensorCPU::test_fake_remainder_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3467359Z test_ops.py::TestFakeTensorCPU::test_fake_renorm_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3467544Z test_ops.py::TestFakeTensorCPU::test_fake_repeat_interleave_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-12-01T10:27:06.3467680Z test_ops.py::TestFakeTensorCPU::test_fake_reshape_as_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3467824Z test_ops.py::TestFakeTensorCPU::test_fake_reshape_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3467958Z test_ops.py::TestFakeTensorCPU::test_fake_rot90_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3468113Z test_ops.py::TestFakeTensorCPU::test_fake_round_decimals_0_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3468268Z test_ops.py::TestFakeTensorCPU::test_fake_round_decimals_3_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3468421Z test_ops.py::TestFakeTensorCPU::test_fake_round_decimals_neg_3_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3468562Z test_ops.py::TestFakeTensorCPU::test_fake_rsub_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3468707Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_add_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3468840Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3468997Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_amin_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3469150Z test_ops.py::TestFakeTensorCPU::test_fake_searchsorted_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3469332Z test_ops.py::TestFakeTensorCPU::test_fake_segment_reduce_lengths_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-12-01T10:27:06.3469470Z test_ops.py::TestFakeTensorCPU::test_fake_sgn_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3469612Z test_ops.py::TestFakeTensorCPU::test_fake_softmax_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3469769Z test_ops.py::TestFakeTensorCPU::test_fake_softmax_with_dtype_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3469922Z test_ops.py::TestFakeTensorCPU::test_fake_special_airy_ai_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3470094Z test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3470504Z 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:27:06.3470657Z test_ops.py::TestFakeTensorCPU::test_fake_special_entr_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3470827Z test_ops.py::TestFakeTensorCPU::test_fake_special_hermite_polynomial_h_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3470999Z test_ops.py::TestFakeTensorCPU::test_fake_special_hermite_polynomial_he_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3471145Z test_ops.py::TestFakeTensorCPU::test_fake_special_i1_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3471288Z test_ops.py::TestFakeTensorCPU::test_fake_special_i1e_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3471483Z test_ops.py::TestFakeTensorCPU::test_fake_special_laguerre_polynomial_l_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3471640Z test_ops.py::TestFakeTensorCPU::test_fake_special_log_ndtr_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3471796Z test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_i0_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3471960Z test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_i1_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3472124Z test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_k0_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3472287Z test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_k1_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3472437Z test_ops.py::TestFakeTensorCPU::test_fake_special_ndtr_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3472617Z test_ops.py::TestFakeTensorCPU::test_fake_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3472792Z test_ops.py::TestFakeTensorCPU::test_fake_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3472959Z test_ops.py::TestFakeTensorCPU::test_fake_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3473326Z 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:27:06.3473677Z 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:27:06.3474122Z 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:27:06.3474287Z test_ops.py::TestFakeTensorCPU::test_fake_special_xlog1py_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3474439Z test_ops.py::TestFakeTensorCPU::test_fake_special_zeta_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3474585Z test_ops.py::TestFakeTensorCPU::test_fake_split_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3474740Z test_ops.py::TestFakeTensorCPU::test_fake_split_list_args_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3474896Z test_ops.py::TestFakeTensorCPU::test_fake_split_with_sizes_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3475038Z test_ops.py::TestFakeTensorCPU::test_fake_sqrt_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3475182Z test_ops.py::TestFakeTensorCPU::test_fake_squeeze_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3475313Z test_ops.py::TestFakeTensorCPU::test_fake_std_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3475454Z test_ops.py::TestFakeTensorCPU::test_fake_sum_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3475598Z test_ops.py::TestFakeTensorCPU::test_fake_sum_to_size_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3475745Z test_ops.py::TestFakeTensorCPU::test_fake_svd_lowrank_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3475890Z test_ops.py::TestFakeTensorCPU::test_fake_symeig_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3476028Z test_ops.py::TestFakeTensorCPU::test_fake_t_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3476216Z test_ops.py::TestFakeTensorCPU::test_fake_take_along_dim_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3476355Z test_ops.py::TestFakeTensorCPU::test_fake_tan_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3476484Z test_ops.py::TestFakeTensorCPU::test_fake_tanh_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3476765Z test_ops.py::TestFakeTensorCPU::test_fake_tensor_split_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-12-01T10:27:06.3476910Z test_ops.py::TestFakeTensorCPU::test_fake_tensordot_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3477047Z test_ops.py::TestFakeTensorCPU::test_fake_tile_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3477195Z test_ops.py::TestFakeTensorCPU::test_fake_transpose_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3477382Z test_ops.py::TestFakeTensorCPU::test_fake_trapz_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3477540Z test_ops.py::TestFakeTensorCPU::test_fake_triangular_solve_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3477685Z test_ops.py::TestFakeTensorCPU::test_fake_triu_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3477814Z test_ops.py::TestFakeTensorCPU::test_fake_trunc_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3477956Z test_ops.py::TestFakeTensorCPU::test_fake_var_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3478097Z test_ops.py::TestFakeTensorCPU::test_fake_var_mean_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3478249Z test_ops.py::TestFakeTensorCPU::test_fake_view_as_complex_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3478389Z test_ops.py::TestFakeTensorCPU::test_fake_view_as_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3478532Z test_ops.py::TestFakeTensorCPU::test_fake_view_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3478673Z test_ops.py::TestFakeTensorCPU::test_fake_vsplit_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3478815Z test_ops.py::TestFakeTensorCPU::test_fake_vstack_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3478957Z test_ops.py::TestFakeTensorCPU::test_fake_xlogy_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3479087Z test_ops.py::TestFakeTensorCPU::test_fake_zeros_like_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3479216Z test_ops.py::TestTagsCPU::test_tags_T_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3479349Z test_ops.py::TestTagsCPU::test_tags___radd___cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3479478Z test_ops.py::TestTagsCPU::test_tags___rand___cpu_int64 PASSED [ 96%] 2022-12-01T10:27:06.3479611Z test_ops.py::TestTagsCPU::test_tags___rdiv___cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3479748Z test_ops.py::TestTagsCPU::test_tags___rmatmul___cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3479881Z test_ops.py::TestTagsCPU::test_tags___rmod___cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3480014Z test_ops.py::TestTagsCPU::test_tags___rmul___cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3480132Z test_ops.py::TestTagsCPU::test_tags___ror___cpu_int64 PASSED [ 96%] 2022-12-01T10:27:06.3480266Z test_ops.py::TestTagsCPU::test_tags___rxor___cpu_int64 PASSED [ 96%] 2022-12-01T10:27:06.3480401Z test_ops.py::TestTagsCPU::test_tags__refs_add_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3480533Z test_ops.py::TestTagsCPU::test_tags__refs_addr_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3480669Z test_ops.py::TestTagsCPU::test_tags__refs_allclose_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3480802Z test_ops.py::TestTagsCPU::test_tags__refs_any_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3480937Z test_ops.py::TestTagsCPU::test_tags__refs_asin_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3481073Z test_ops.py::TestTagsCPU::test_tags__refs_atan2_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3481198Z test_ops.py::TestTagsCPU::test_tags__refs_atan_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3481335Z test_ops.py::TestTagsCPU::test_tags__refs_atanh_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3481513Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_1d_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3481651Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_2d_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3481786Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_3d_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3481923Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_and_cpu_int64 PASSED [ 96%] 2022-12-01T10:27:06.3482074Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_left_shift_cpu_int64 PASSED [ 96%] 2022-12-01T10:27:06.3482212Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_not_cpu_int64 PASSED [ 96%] 2022-12-01T10:27:06.3482338Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_or_cpu_int64 PASSED [ 96%] 2022-12-01T10:27:06.3482492Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_shapes_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3482651Z test_ops.py::TestTagsCPU::test_tags__refs_cat_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3482790Z test_ops.py::TestTagsCPU::test_tags__refs_ceil_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3482925Z test_ops.py::TestTagsCPU::test_tags__refs_chunk_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3483059Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3483197Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_max_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3483342Z test_ops.py::TestTagsCPU::test_tags__refs_column_stack_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3483480Z test_ops.py::TestTagsCPU::test_tags__refs_conj_physical_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3483620Z test_ops.py::TestTagsCPU::test_tags__refs_contiguous_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3483758Z test_ops.py::TestTagsCPU::test_tags__refs_diag_embed_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3483918Z test_ops.py::TestTagsCPU::test_tags__refs_div_no_rounding_mode_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3484073Z test_ops.py::TestTagsCPU::test_tags__refs_div_trunc_rounding_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3484212Z test_ops.py::TestTagsCPU::test_tags__refs_empty_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3484349Z test_ops.py::TestTagsCPU::test_tags__refs_empty_like_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3484484Z test_ops.py::TestTagsCPU::test_tags__refs_eq_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3484607Z test_ops.py::TestTagsCPU::test_tags__refs_erf_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3484742Z test_ops.py::TestTagsCPU::test_tags__refs_erfinv_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3484876Z test_ops.py::TestTagsCPU::test_tags__refs_expand_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3485014Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fft2_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3485150Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fft_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3485286Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fftn_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3485425Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft2_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3485562Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfftn_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3485688Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft2_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3485824Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3485970Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftshift_cpu_float32 PASSED [ 96%] 2022-12-01T10:27:06.3486109Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft2_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3486246Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3486382Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft2_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3486523Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3486687Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3486814Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfftn_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3486949Z test_ops.py::TestTagsCPU::test_tags__refs_fliplr_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3487087Z test_ops.py::TestTagsCPU::test_tags__refs_float_power_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3487222Z test_ops.py::TestTagsCPU::test_tags__refs_fmin_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3487353Z test_ops.py::TestTagsCPU::test_tags__refs_gcd_cpu_int64 PASSED [ 97%] 2022-12-01T10:27:06.3487487Z test_ops.py::TestTagsCPU::test_tags__refs_ge_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3487626Z test_ops.py::TestTagsCPU::test_tags__refs_heaviside_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3487787Z test_ops.py::TestTagsCPU::test_tags__refs_hstack_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3487925Z test_ops.py::TestTagsCPU::test_tags__refs_hypot_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3488049Z test_ops.py::TestTagsCPU::test_tags__refs_i0_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3488183Z test_ops.py::TestTagsCPU::test_tags__refs_igammac_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3488320Z test_ops.py::TestTagsCPU::test_tags__refs_imag_cpu_complex64 PASSED [ 97%] 2022-12-01T10:27:06.3488457Z test_ops.py::TestTagsCPU::test_tags__refs_index_fill_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3488604Z test_ops.py::TestTagsCPU::test_tags__refs_index_select_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3488741Z test_ops.py::TestTagsCPU::test_tags__refs_isfinite_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3488880Z test_ops.py::TestTagsCPU::test_tags__refs_isposinf_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3489035Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_matrix_norm_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3489165Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_norm_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3489305Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_svd_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3489452Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_svdvals_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3489603Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_vector_norm_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3489741Z test_ops.py::TestTagsCPU::test_tags__refs_log_softmax_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3489879Z test_ops.py::TestTagsCPU::test_tags__refs_logical_and_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3490018Z test_ops.py::TestTagsCPU::test_tags__refs_logical_not_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3490157Z test_ops.py::TestTagsCPU::test_tags__refs_logical_or_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3490284Z test_ops.py::TestTagsCPU::test_tags__refs_logical_xor_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3490425Z test_ops.py::TestTagsCPU::test_tags__refs_logsumexp_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3490561Z test_ops.py::TestTagsCPU::test_tags__refs_lt_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3490697Z test_ops.py::TestTagsCPU::test_tags__refs_maximum_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3490830Z test_ops.py::TestTagsCPU::test_tags__refs_mean_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3490967Z test_ops.py::TestTagsCPU::test_tags__refs_movedim_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3491100Z test_ops.py::TestTagsCPU::test_tags__refs_mul_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3491239Z test_ops.py::TestTagsCPU::test_tags__refs_new_empty_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3491380Z test_ops.py::TestTagsCPU::test_tags__refs_new_empty_strided_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3491516Z test_ops.py::TestTagsCPU::test_tags__refs_new_full_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3491653Z test_ops.py::TestTagsCPU::test_tags__refs_new_ones_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3491804Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_celu_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3491989Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_dropout_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3492140Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_gelu_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3492299Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardtanh_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3492474Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3492619Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_l1_loss_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3492779Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_leaky_relu_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3492931Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mish_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3493125Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pairwise_distance_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3493284Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pdist_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3493433Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu6_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3493585Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3493744Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_threshold_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3493886Z test_ops.py::TestTagsCPU::test_tags__refs_permute_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3494014Z test_ops.py::TestTagsCPU::test_tags__refs_prod_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3494153Z test_ops.py::TestTagsCPU::test_tags__refs_randn_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3494291Z test_ops.py::TestTagsCPU::test_tags__refs_ravel_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3494435Z test_ops.py::TestTagsCPU::test_tags__refs_reciprocal_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3494574Z test_ops.py::TestTagsCPU::test_tags__refs_reshape_as_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3494710Z test_ops.py::TestTagsCPU::test_tags__refs_roll_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3494846Z test_ops.py::TestTagsCPU::test_tags__refs_rot90_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3494984Z test_ops.py::TestTagsCPU::test_tags__refs_rsqrt_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3495106Z test_ops.py::TestTagsCPU::test_tags__refs_sgn_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3495241Z test_ops.py::TestTagsCPU::test_tags__refs_sign_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3495373Z test_ops.py::TestTagsCPU::test_tags__refs_sin_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3495505Z test_ops.py::TestTagsCPU::test_tags__refs_sinc_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3495641Z test_ops.py::TestTagsCPU::test_tags__refs_softmax_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3495779Z test_ops.py::TestTagsCPU::test_tags__refs_special_i0e_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3495929Z test_ops.py::TestTagsCPU::test_tags__refs_special_logit_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3496103Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3496261Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3496427Z test_ops.py::TestTagsCPU::test_tags__refs_special_spherical_bessel_j0_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3496574Z test_ops.py::TestTagsCPU::test_tags__refs_special_zeta_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3496713Z test_ops.py::TestTagsCPU::test_tags__refs_std_mean_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3496852Z test_ops.py::TestTagsCPU::test_tags__refs_sum_to_size_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3496987Z test_ops.py::TestTagsCPU::test_tags__refs_tan_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3497183Z test_ops.py::TestTagsCPU::test_tags__refs_to_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3497321Z test_ops.py::TestTagsCPU::test_tags__refs_trace_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3497444Z test_ops.py::TestTagsCPU::test_tags__refs_tril_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3497584Z test_ops.py::TestTagsCPU::test_tags__refs_tril_indices_cpu_int64 PASSED [ 97%] 2022-12-01T10:27:06.3497729Z test_ops.py::TestTagsCPU::test_tags__refs_true_divide_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3497870Z test_ops.py::TestTagsCPU::test_tags__refs_trunc_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3498005Z test_ops.py::TestTagsCPU::test_tags__refs_unbind_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3498134Z test_ops.py::TestTagsCPU::test_tags__refs_unfold_copy_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3498298Z test_ops.py::TestTagsCPU::test_tags__refs_var_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3498438Z test_ops.py::TestTagsCPU::test_tags__refs_var_mean_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3498578Z test_ops.py::TestTagsCPU::test_tags__refs_view_as_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3498713Z test_ops.py::TestTagsCPU::test_tags__refs_view_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3498851Z test_ops.py::TestTagsCPU::test_tags__refs_vstack_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3498986Z test_ops.py::TestTagsCPU::test_tags__refs_where_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3499120Z test_ops.py::TestTagsCPU::test_tags__refs_zeros_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3499241Z test_ops.py::TestTagsCPU::test_tags_acos_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3499371Z test_ops.py::TestTagsCPU::test_tags_add_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3499505Z test_ops.py::TestTagsCPU::test_tags_addcdiv_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3499644Z test_ops.py::TestTagsCPU::test_tags_addcmul_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3499779Z test_ops.py::TestTagsCPU::test_tags_addmm_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3499920Z test_ops.py::TestTagsCPU::test_tags_addmm_decomposed_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3500051Z test_ops.py::TestTagsCPU::test_tags_addmv_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3500181Z test_ops.py::TestTagsCPU::test_tags_amax_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3500302Z test_ops.py::TestTagsCPU::test_tags_amin_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3500432Z test_ops.py::TestTagsCPU::test_tags_aminmax_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3500562Z test_ops.py::TestTagsCPU::test_tags_angle_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3500696Z test_ops.py::TestTagsCPU::test_tags_arange_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3500832Z test_ops.py::TestTagsCPU::test_tags_argmax_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3500965Z test_ops.py::TestTagsCPU::test_tags_argsort_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3501103Z test_ops.py::TestTagsCPU::test_tags_argwhere_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3501235Z test_ops.py::TestTagsCPU::test_tags_asinh_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3501357Z test_ops.py::TestTagsCPU::test_tags_atan_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3501490Z test_ops.py::TestTagsCPU::test_tags_atanh_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3501623Z test_ops.py::TestTagsCPU::test_tags_atleast_1d_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3501757Z test_ops.py::TestTagsCPU::test_tags_baddbmm_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3501892Z test_ops.py::TestTagsCPU::test_tags_bernoulli_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3502027Z test_ops.py::TestTagsCPU::test_tags_bfloat16_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3502162Z test_ops.py::TestTagsCPU::test_tags_bitwise_and_cpu_int64 PASSED [ 97%] 2022-12-01T10:27:06.3502338Z test_ops.py::TestTagsCPU::test_tags_bitwise_not_cpu_int64 PASSED [ 97%] 2022-12-01T10:27:06.3502468Z test_ops.py::TestTagsCPU::test_tags_bool_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3502597Z test_ops.py::TestTagsCPU::test_tags_broadcast_tensors_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3502735Z test_ops.py::TestTagsCPU::test_tags_broadcast_to_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3502867Z test_ops.py::TestTagsCPU::test_tags_bucketize_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3502999Z test_ops.py::TestTagsCPU::test_tags_chalf_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3503129Z test_ops.py::TestTagsCPU::test_tags_char_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3503264Z test_ops.py::TestTagsCPU::test_tags_cholesky_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3503429Z test_ops.py::TestTagsCPU::test_tags_cholesky_inverse_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3503565Z test_ops.py::TestTagsCPU::test_tags_chunk_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3503685Z test_ops.py::TestTagsCPU::test_tags_clamp_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3503826Z test_ops.py::TestTagsCPU::test_tags_combinations_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3503966Z test_ops.py::TestTagsCPU::test_tags_conj_physical_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3504100Z test_ops.py::TestTagsCPU::test_tags_contiguous_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3504232Z test_ops.py::TestTagsCPU::test_tags_cosh_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3504362Z test_ops.py::TestTagsCPU::test_tags_cov_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:06.3504496Z test_ops.py::TestTagsCPU::test_tags_cummin_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3504631Z test_ops.py::TestTagsCPU::test_tags_cumsum_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3504771Z test_ops.py::TestTagsCPU::test_tags_cumulative_trapezoid_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3504909Z test_ops.py::TestTagsCPU::test_tags_diagflat_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3505044Z test_ops.py::TestTagsCPU::test_tags_diagonal_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3505173Z test_ops.py::TestTagsCPU::test_tags_diff_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3505303Z test_ops.py::TestTagsCPU::test_tags_dist_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3505450Z test_ops.py::TestTagsCPU::test_tags_div_floor_rounding_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3505598Z test_ops.py::TestTagsCPU::test_tags_div_trunc_rounding_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3505728Z test_ops.py::TestTagsCPU::test_tags_dot_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3505851Z test_ops.py::TestTagsCPU::test_tags_double_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3505986Z test_ops.py::TestTagsCPU::test_tags_dsplit_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3506121Z test_ops.py::TestTagsCPU::test_tags_einsum_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3506252Z test_ops.py::TestTagsCPU::test_tags_empty_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3506384Z test_ops.py::TestTagsCPU::test_tags_empty_like_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3506515Z test_ops.py::TestTagsCPU::test_tags_erf_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3506648Z test_ops.py::TestTagsCPU::test_tags_erfc_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3506781Z test_ops.py::TestTagsCPU::test_tags_expand_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3506902Z test_ops.py::TestTagsCPU::test_tags_expm1_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3507033Z test_ops.py::TestTagsCPU::test_tags_fft_fft2_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3507172Z test_ops.py::TestTagsCPU::test_tags_fft_fftshift_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3507304Z test_ops.py::TestTagsCPU::test_tags_fft_hfft2_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3507466Z test_ops.py::TestTagsCPU::test_tags_fft_hfft_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3507596Z test_ops.py::TestTagsCPU::test_tags_fft_ifft_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3507730Z test_ops.py::TestTagsCPU::test_tags_fft_ifftn_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3507864Z test_ops.py::TestTagsCPU::test_tags_fft_ihfft2_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3507988Z test_ops.py::TestTagsCPU::test_tags_fft_irfftn_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3508119Z test_ops.py::TestTagsCPU::test_tags_fft_rfft2_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3508251Z test_ops.py::TestTagsCPU::test_tags_fft_rfft_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3508406Z test_ops.py::TestTagsCPU::test_tags_fill_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3508541Z test_ops.py::TestTagsCPU::test_tags_flatten_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3508673Z test_ops.py::TestTagsCPU::test_tags_fmin_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3508805Z test_ops.py::TestTagsCPU::test_tags_fmod_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3508938Z test_ops.py::TestTagsCPU::test_tags_frac_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3509062Z test_ops.py::TestTagsCPU::test_tags_full_like_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3509192Z test_ops.py::TestTagsCPU::test_tags_gcd_cpu_int64 PASSED [ 98%] 2022-12-01T10:27:06.3509323Z test_ops.py::TestTagsCPU::test_tags_geqrf_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3509455Z test_ops.py::TestTagsCPU::test_tags_half_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3509587Z test_ops.py::TestTagsCPU::test_tags_hsplit_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3509717Z test_ops.py::TestTagsCPU::test_tags_hypot_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3509851Z test_ops.py::TestTagsCPU::test_tags_igamma_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3509984Z test_ops.py::TestTagsCPU::test_tags_index_add_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3510109Z test_ops.py::TestTagsCPU::test_tags_index_copy_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3510243Z test_ops.py::TestTagsCPU::test_tags_index_put_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3510377Z test_ops.py::TestTagsCPU::test_tags_isfinite_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3510506Z test_ops.py::TestTagsCPU::test_tags_isin_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3510637Z test_ops.py::TestTagsCPU::test_tags_isinf_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3510768Z test_ops.py::TestTagsCPU::test_tags_isnan_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3510903Z test_ops.py::TestTagsCPU::test_tags_isneginf_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3511034Z test_ops.py::TestTagsCPU::test_tags_isreal_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3511158Z test_ops.py::TestTagsCPU::test_tags_istft_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3511339Z test_ops.py::TestTagsCPU::test_tags_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-12-01T10:27:06.3511528Z test_ops.py::TestTagsCPU::test_tags_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-12-01T10:27:06.3511694Z test_ops.py::TestTagsCPU::test_tags_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-12-01T10:27:06.3511878Z test_ops.py::TestTagsCPU::test_tags_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-12-01T10:27:06.3512015Z test_ops.py::TestTagsCPU::test_tags_kthvalue_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3512147Z test_ops.py::TestTagsCPU::test_tags_lcm_cpu_int64 PASSED [ 98%] 2022-12-01T10:27:06.3512296Z test_ops.py::TestTagsCPU::test_tags_linalg_det_singular_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3512465Z test_ops.py::TestTagsCPU::test_tags_linalg_eigvalsh_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3512613Z test_ops.py::TestTagsCPU::test_tags_linalg_householder_product_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3512751Z test_ops.py::TestTagsCPU::test_tags_linalg_inv_ex_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3512904Z test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3513040Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3513179Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3513326Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_ex_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3513475Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3513658Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3513790Z test_ops.py::TestTagsCPU::test_tags_linalg_multi_dot_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3513951Z test_ops.py::TestTagsCPU::test_tags_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3514158Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3514316Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_hermitian_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3514459Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_ex_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3514614Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_triangular_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3514751Z test_ops.py::TestTagsCPU::test_tags_linalg_svd_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3514894Z test_ops.py::TestTagsCPU::test_tags_linalg_vecdot_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3515032Z test_ops.py::TestTagsCPU::test_tags_linalg_vector_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3515172Z test_ops.py::TestTagsCPU::test_tags_linspace_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3515303Z test_ops.py::TestTagsCPU::test_tags_log2_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3515436Z test_ops.py::TestTagsCPU::test_tags_log_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3515582Z test_ops.py::TestTagsCPU::test_tags_log_softmax_dtype_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3515721Z test_ops.py::TestTagsCPU::test_tags_logaddexp2_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3515856Z test_ops.py::TestTagsCPU::test_tags_logdet_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3515995Z test_ops.py::TestTagsCPU::test_tags_logical_or_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3516134Z test_ops.py::TestTagsCPU::test_tags_logical_xor_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3516257Z test_ops.py::TestTagsCPU::test_tags_logit_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3516387Z test_ops.py::TestTagsCPU::test_tags_mT_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3516528Z test_ops.py::TestTagsCPU::test_tags_masked_amax_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3516773Z test_ops.py::TestTagsCPU::test_tags_masked_argmax_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3516913Z test_ops.py::TestTagsCPU::test_tags_masked_fill_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3517062Z test_ops.py::TestTagsCPU::test_tags_masked_log_softmax_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3517202Z test_ops.py::TestTagsCPU::test_tags_masked_mean_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3517340Z test_ops.py::TestTagsCPU::test_tags_masked_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3517466Z test_ops.py::TestTagsCPU::test_tags_masked_prod_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3517607Z test_ops.py::TestTagsCPU::test_tags_masked_scatter_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3517750Z test_ops.py::TestTagsCPU::test_tags_masked_softmax_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3517937Z test_ops.py::TestTagsCPU::test_tags_masked_softmin_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3518070Z test_ops.py::TestTagsCPU::test_tags_matmul_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3518221Z test_ops.py::TestTagsCPU::test_tags_max_reduction_no_dim_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3518375Z test_ops.py::TestTagsCPU::test_tags_max_reduction_with_dim_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3518512Z test_ops.py::TestTagsCPU::test_tags_maximum_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3518634Z test_ops.py::TestTagsCPU::test_tags_mean_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3518769Z test_ops.py::TestTagsCPU::test_tags_median_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3518926Z test_ops.py::TestTagsCPU::test_tags_meshgrid_list_of_tensors_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3519095Z test_ops.py::TestTagsCPU::test_tags_min_binary_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3519248Z test_ops.py::TestTagsCPU::test_tags_min_reduction_no_dim_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3519379Z test_ops.py::TestTagsCPU::test_tags_mm_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3519517Z test_ops.py::TestTagsCPU::test_tags_movedim_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3519652Z test_ops.py::TestTagsCPU::test_tags_msort_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3519773Z test_ops.py::TestTagsCPU::test_tags_mv_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3519925Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3520075Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3520211Z test_ops.py::TestTagsCPU::test_tags_nan_to_num_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3520352Z test_ops.py::TestTagsCPU::test_tags_nanmean_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3520488Z test_ops.py::TestTagsCPU::test_tags_nanmedian_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3520624Z test_ops.py::TestTagsCPU::test_tags_nansum_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3520762Z test_ops.py::TestTagsCPU::test_tags_narrow_copy_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3520893Z test_ops.py::TestTagsCPU::test_tags_native_layer_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3521022Z test_ops.py::TestTagsCPU::test_tags_ne_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3521163Z test_ops.py::TestTagsCPU::test_tags_new_empty_strided_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3521298Z test_ops.py::TestTagsCPU::test_tags_new_full_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3521432Z test_ops.py::TestTagsCPU::test_tags_new_zeros_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3521600Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3521766Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3521934Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3522087Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3522242Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool1d_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3522394Z test_ops.py::TestTagsCPU::test_tags_nn_functional_bilinear_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3522556Z test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3522704Z test_ops.py::TestTagsCPU::test_tags_nn_functional_celu_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3522869Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3523033Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_similarity_cpu_float32 PASSED [ 98%] 2022-12-01T10:27:06.3523221Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cross_entropy_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3523375Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout2d_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3523516Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout3d_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3523668Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3523813Z test_ops.py::TestTagsCPU::test_tags_nn_functional_elu_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3523968Z test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_bag_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3524121Z test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3524326Z test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3524494Z test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3524658Z test_ops.py::TestTagsCPU::test_tags_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3524801Z test_ops.py::TestTagsCPU::test_tags_nn_functional_grid_sample_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3524968Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3525123Z test_ops.py::TestTagsCPU::test_tags_nn_functional_huber_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3525279Z test_ops.py::TestTagsCPU::test_tags_nn_functional_instance_norm_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3525439Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_area_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3525603Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3525786Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_linear_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3526026Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3526235Z test_ops.py::TestTagsCPU::test_tags_nn_functional_layer_norm_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3526415Z test_ops.py::TestTagsCPU::test_tags_nn_functional_linear_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3526618Z test_ops.py::TestTagsCPU::test_tags_nn_functional_logsigmoid_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3526786Z test_ops.py::TestTagsCPU::test_tags_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3526954Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool1d_cpu_float32 SKIPPED (Skipped!) [ 99%] 2022-12-01T10:27:06.3527115Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3527277Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3527432Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3527598Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3527759Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3527912Z test_ops.py::TestTagsCPU::test_tags_nn_functional_normalize_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3528059Z test_ops.py::TestTagsCPU::test_tags_nn_functional_one_hot_cpu_int64 PASSED [ 99%] 2022-12-01T10:27:06.3528214Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_reflect_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3528378Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pairwise_distance_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3528536Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3528697Z test_ops.py::TestTagsCPU::test_tags_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3528886Z test_ops.py::TestTagsCPU::test_tags_nn_functional_relu6_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3529045Z test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_complex_cpu_complex64 PASSED [ 99%] 2022-12-01T10:27:06.3529189Z test_ops.py::TestTagsCPU::test_tags_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3529349Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3529502Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softplus_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3529659Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softshrink_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3529810Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softsign_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3529962Z test_ops.py::TestTagsCPU::test_tags_nn_functional_tanhshrink_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3530152Z test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3530335Z test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3530486Z test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3530624Z test_ops.py::TestTagsCPU::test_tags_norm_inf_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3530771Z test_ops.py::TestTagsCPU::test_tags_normal_number_mean_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3530922Z test_ops.py::TestTagsCPU::test_tags_ops_nvprims_var_mean_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3531060Z test_ops.py::TestTagsCPU::test_tags_ormqr_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3531197Z test_ops.py::TestTagsCPU::test_tags_outer_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3531336Z test_ops.py::TestTagsCPU::test_tags_permute_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3531489Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_3_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3531640Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_4_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3531770Z test_ops.py::TestTagsCPU::test_tags_positive_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3531900Z test_ops.py::TestTagsCPU::test_tags_qr_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3532037Z test_ops.py::TestTagsCPU::test_tags_quantile_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3532173Z test_ops.py::TestTagsCPU::test_tags_rad2deg_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3532313Z test_ops.py::TestTagsCPU::test_tags_randint_like_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3532446Z test_ops.py::TestTagsCPU::test_tags_randn_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3532584Z test_ops.py::TestTagsCPU::test_tags_randn_like_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3532718Z test_ops.py::TestTagsCPU::test_tags_ravel_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3532848Z test_ops.py::TestTagsCPU::test_tags_reciprocal_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3532982Z test_ops.py::TestTagsCPU::test_tags_remainder_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3533116Z test_ops.py::TestTagsCPU::test_tags_repeat_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3533258Z test_ops.py::TestTagsCPU::test_tags_repeat_interleave_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3533392Z test_ops.py::TestTagsCPU::test_tags_resize__cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3533528Z test_ops.py::TestTagsCPU::test_tags_resolve_conj_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3533660Z test_ops.py::TestTagsCPU::test_tags_roll_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3533790Z test_ops.py::TestTagsCPU::test_tags_rot90_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3533922Z test_ops.py::TestTagsCPU::test_tags_round_decimals_0_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3534059Z test_ops.py::TestTagsCPU::test_tags_round_decimals_3_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3534220Z test_ops.py::TestTagsCPU::test_tags_rsqrt_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3534355Z test_ops.py::TestTagsCPU::test_tags_scatter_add_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3534504Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amax_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3534654Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_mean_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3534801Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_sum_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3534953Z test_ops.py::TestTagsCPU::test_tags_segment_reduce_offsets_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3535080Z test_ops.py::TestTagsCPU::test_tags_select_scatter_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3535238Z test_ops.py::TestTagsCPU::test_tags_short_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3535374Z test_ops.py::TestTagsCPU::test_tags_sigmoid_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3535512Z test_ops.py::TestTagsCPU::test_tags_signbit_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3535646Z test_ops.py::TestTagsCPU::test_tags_sinc_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3535786Z test_ops.py::TestTagsCPU::test_tags_slice_scatter_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3535920Z test_ops.py::TestTagsCPU::test_tags_softmax_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3536066Z test_ops.py::TestTagsCPU::test_tags_softmax_with_dtype_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3536186Z test_ops.py::TestTagsCPU::test_tags_sort_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3536352Z test_ops.py::TestTagsCPU::test_tags_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 99%] 2022-12-01T10:27:06.3536493Z test_ops.py::TestTagsCPU::test_tags_special_airy_ai_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3536657Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3537035Z 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:27:06.3537175Z test_ops.py::TestTagsCPU::test_tags_special_entr_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3537337Z test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_h_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3537478Z test_ops.py::TestTagsCPU::test_tags_special_i0e_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3537618Z test_ops.py::TestTagsCPU::test_tags_special_i1_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3537744Z test_ops.py::TestTagsCPU::test_tags_special_i1e_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3537906Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i0_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3538064Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i1_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3538208Z test_ops.py::TestTagsCPU::test_tags_special_ndtr_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3538350Z test_ops.py::TestTagsCPU::test_tags_special_ndtri_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3538525Z test_ops.py::TestTagsCPU::test_tags_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3538691Z test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3539045Z 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:27:06.3539177Z test_ops.py::TestTagsCPU::test_tags_special_xlog1py_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3539319Z test_ops.py::TestTagsCPU::test_tags_split_with_sizes_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3539457Z test_ops.py::TestTagsCPU::test_tags_squeeze_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3539593Z test_ops.py::TestTagsCPU::test_tags_std_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3539770Z test_ops.py::TestTagsCPU::test_tags_stft_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3539902Z test_ops.py::TestTagsCPU::test_tags_sum_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3540036Z test_ops.py::TestTagsCPU::test_tags_sum_to_size_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3540175Z test_ops.py::TestTagsCPU::test_tags_svd_lowrank_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3540298Z test_ops.py::TestTagsCPU::test_tags_symeig_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3540428Z test_ops.py::TestTagsCPU::test_tags_t_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3540559Z test_ops.py::TestTagsCPU::test_tags_take_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3540690Z test_ops.py::TestTagsCPU::test_tags_to_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3540879Z test_ops.py::TestTagsCPU::test_tags_to_sparse_cpu_float32 SKIPPED (Allowed exception) [ 99%] 2022-12-01T10:27:06.3541021Z test_ops.py::TestTagsCPU::test_tags_trapezoid_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3541155Z test_ops.py::TestTagsCPU::test_tags_trapz_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3541298Z test_ops.py::TestTagsCPU::test_tags_triangular_solve_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3541431Z test_ops.py::TestTagsCPU::test_tags_tril_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3541555Z test_ops.py::TestTagsCPU::test_tags_tril_indices_cpu_int64 PASSED [ 99%] 2022-12-01T10:27:06.3541688Z test_ops.py::TestTagsCPU::test_tags_triu_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3541824Z test_ops.py::TestTagsCPU::test_tags_triu_indices_cpu_int64 PASSED [ 99%] 2022-12-01T10:27:06.3541961Z test_ops.py::TestTagsCPU::test_tags_unflatten_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3542097Z test_ops.py::TestTagsCPU::test_tags_unfold_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3542250Z test_ops.py::TestTagsCPU::test_tags_unique_consecutive_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3542381Z test_ops.py::TestTagsCPU::test_tags_unique_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3542512Z test_ops.py::TestTagsCPU::test_tags_var_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3542633Z test_ops.py::TestTagsCPU::test_tags_vdot_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3542768Z test_ops.py::TestTagsCPU::test_tags_view_as_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3542902Z test_ops.py::TestTagsCPU::test_tags_vsplit_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3543032Z test_ops.py::TestTagsCPU::test_tags_where_cpu_float32 PASSED [ 99%] 2022-12-01T10:27:06.3543163Z test_ops.py::TestTagsCPU::test_tags_zero__cpu_float32 PASSED [100%] 2022-12-01T10:27:06.3543172Z 2022-12-01T10:27:06.3543477Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops/test_ops-83d01684da206af9.xml - 2022-12-01T10:27:06.3543627Z = 9122 passed, 3856 skipped, 15 deselected, 154 xfailed, 132 warnings in 1126.22s (0:18:46) = 2022-12-01T10:27:06.3543796Z 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:27:06.3543802Z 2022-12-01T10:27:06.3544136Z ##[endgroup] 2022-12-01T10:27:06.3544395Z FINISHED PRINTING LOG FILE of test_ops (/var/lib/jenkins/workspace/test/test-reports/test_ops_pg8m2ouq) 2022-12-01T10:27:06.3544400Z 2022-12-01T10:27:06.3544871Z 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:27:06.219294] 2022-12-01T10:27:34.1419520Z 2022-12-01T10:27:34.1420096Z Expand the folded group to see the log file of test_ops 2022-12-01T10:27:34.1423327Z ##[group]PRINTING LOG FILE of test_ops (/var/lib/jenkins/workspace/test/test-reports/test_ops_k5x3oey8) 2022-12-01T10:27:34.1424489Z Test results will be stored in test-reports/python-pytest/test_ops/test_ops-61f288ad3ffc464b.xml 2022-12-01T10:27:34.1425066Z ============================= test session starts ============================== 2022-12-01T10:27:34.1425599Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:27:34.1425863Z cachedir: .pytest_cache 2022-12-01T10:27:34.1426282Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:27:34.1426640Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:27:34.1427047Z 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:27:34.1427370Z collecting ... collected 26295 items / 26257 deselected / 38 selected 2022-12-01T10:27:34.1431189Z 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:27:34.1434897Z 2022-12-01T10:27:34.1435060Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_cpu PASSED [ 2%] 2022-12-01T10:27:34.1435382Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_ex_cpu PASSED [ 5%] 2022-12-01T10:27:34.1435745Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:27:34.1436133Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 10%] 2022-12-01T10:27:34.1436522Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_complex64 PASSED [ 13%] 2022-12-01T10:27:34.1437096Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_float32 PASSED [ 15%] 2022-12-01T10:27:34.1437536Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_complex64 PASSED [ 18%] 2022-12-01T10:27:34.1437906Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_float32 PASSED [ 21%] 2022-12-01T10:27:34.1438248Z test_ops.py::TestCommonCPU::test_out_linalg_cholesky_cpu_float32 PASSED [ 23%] 2022-12-01T10:27:34.1438574Z test_ops.py::TestCommonCPU::test_out_linalg_cholesky_ex_cpu_float32 PASSED [ 26%] 2022-12-01T10:27:34.1438893Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_cpu PASSED [ 28%] 2022-12-01T10:27:34.1439210Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_ex_cpu PASSED [ 31%] 2022-12-01T10:27:34.1439570Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_complex64 PASSED [ 34%] 2022-12-01T10:27:34.1439942Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_float32 PASSED [ 36%] 2022-12-01T10:27:34.1440308Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_complex64 PASSED [ 39%] 2022-12-01T10:27:34.1440696Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_float32 PASSED [ 42%] 2022-12-01T10:27:34.1441076Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_cpu_float32 PASSED [ 44%] 2022-12-01T10:27:34.1441467Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_ex_cpu_float32 PASSED [ 47%] 2022-12-01T10:27:34.1441838Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_cpu_float32 PASSED [ 50%] 2022-12-01T10:27:34.1442230Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_ex_cpu_float32 PASSED [ 52%] 2022-12-01T10:27:34.1442615Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_cpu_float32 PASSED [ 55%] 2022-12-01T10:27:34.1442998Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_ex_cpu_float32 PASSED [ 57%] 2022-12-01T10:27:34.1443360Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_cpu_complex64 PASSED [ 60%] 2022-12-01T10:27:34.1443714Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_ex_cpu_complex64 PASSED [ 63%] 2022-12-01T10:27:34.1444081Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_cpu_complex128 PASSED [ 65%] 2022-12-01T10:27:34.1444424Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_ex_cpu_complex128 PASSED [ 68%] 2022-12-01T10:27:34.1444768Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_cpu_float64 PASSED [ 71%] 2022-12-01T10:27:34.1445110Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_ex_cpu_float64 PASSED [ 73%] 2022-12-01T10:27:34.1445463Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cholesky_cpu_float32 PASSED [ 76%] 2022-12-01T10:27:34.1445809Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cholesky_ex_cpu_float32 PASSED [ 78%] 2022-12-01T10:27:34.1446210Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 81%] 2022-12-01T10:27:34.1446642Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cholesky_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 84%] 2022-12-01T10:27:34.1447123Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 86%] 2022-12-01T10:27:34.1447540Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cholesky_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 89%] 2022-12-01T10:27:34.1447917Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_cholesky_cpu_float32 PASSED [ 92%] 2022-12-01T10:27:34.1448253Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_cholesky_ex_cpu_float32 PASSED [ 94%] 2022-12-01T10:27:34.1448569Z test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_cpu_float32 PASSED [ 97%] 2022-12-01T10:27:34.1448890Z test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_ex_cpu_float32 PASSED [100%] 2022-12-01T10:27:34.1449070Z 2022-12-01T10:27:34.1449452Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops/test_ops-61f288ad3ffc464b.xml - 2022-12-01T10:27:34.1449819Z ========= 32 passed, 6 skipped, 26257 deselected, 2 warnings in 22.70s ========= 2022-12-01T10:27:34.1450133Z 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:27:34.1450331Z 2022-12-01T10:27:34.1450622Z ##[endgroup] 2022-12-01T10:27:34.1450990Z FINISHED PRINTING LOG FILE of test_ops (/var/lib/jenkins/workspace/test/test-reports/test_ops_k5x3oey8) 2022-12-01T10:27:34.1451193Z 2022-12-01T10:27:34.1451362Z Running test_sparse_csr ... [2022-12-01 10:27:34.142838] 2022-12-01T10:27:34.1451833Z Executing ['/opt/conda/bin/python', '-bb', 'test_sparse_csr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:27:34.143184] 2022-12-01T10:29:28.8160267Z 2022-12-01T10:29:28.8160616Z Expand the folded group to see the log file of test_sparse_csr 2022-12-01T10:29:28.8161291Z ##[group]PRINTING LOG FILE of test_sparse_csr (/var/lib/jenkins/workspace/test/test-reports/test_sparse_csr_rqk3j2nn) 2022-12-01T10:29:28.8167466Z Test results will be stored in test-reports/python-unittest/test_sparse_csr 2022-12-01T10:29:28.8167815Z 2022-12-01T10:29:28.8168030Z Running tests... 2022-12-01T10:29:28.8168557Z ---------------------------------------------------------------------- 2022-12-01T10:29:28.8169421Z test_add_cpu_float32 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 2017 2022-12-01T10:29:28.8169930Z due to: 2022-12-01T10:29:28.8170214Z Traceback (most recent call last): 2022-12-01T10:29:28.8170885Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8171483Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8172063Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8172418Z 2022-12-01T10:29:28.8172642Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8172953Z 2022-12-01T10:29:28.8173127Z Traceback (most recent call last): 2022-12-01T10:29:28.8173777Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8174041Z ) from e 2022-12-01T10:29:28.8174525Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8174936Z 2022-12-01T10:29:28.8175132Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8175465Z ========== 2022-12-01T10:29:28.8176824Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:2301: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-12-01T10:29:28.8178170Z values, size=size, dtype=dtype, layout=layout, device=device) 2022-12-01T10:29:28.8178562Z ok (0.324s) 2022-12-01T10:29:28.8178971Z test_add_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.040s) 2022-12-01T10:29:28.8179910Z test_addmm_all_sparse_csr_SparseCSC_cpu_complex128 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_addmm_all_sparse_csr test_sparse_csr.py line 1836 2022-12-01T10:29:28.8180450Z due to: 2022-12-01T10:29:28.8180759Z Traceback (most recent call last): 2022-12-01T10:29:28.8181453Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:29:28.8181995Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:29:28.8182390Z AssertionError: layout 2022-12-01T10:29:28.8182597Z 2022-12-01T10:29:28.8182714Z from user code: 2022-12-01T10:29:28.8183211Z File "test_sparse_csr.py", line 1853, in test_addmm_all_sparse_csr 2022-12-01T10:29:28.8183752Z _test_addmm_addmv(self, torch.addmm, M, m1, m2, layout=layout, mode="all_sparse") 2022-12-01T10:29:28.8184080Z 2022-12-01T10:29:28.8184324Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8184729Z ========== 2022-12-01T10:29:28.8185158Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT convert_layout test_sparse_csr.py line 100 2022-12-01T10:29:28.8185482Z due to: 2022-12-01T10:29:28.8185692Z Traceback (most recent call last): 2022-12-01T10:29:28.8186130Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:29:28.8186535Z return self._op(*args, **kwargs or {}) 2022-12-01T10:29:28.8189942Z NotImplementedError: Could not run 'aten::to_sparse_csc' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_sparse_csc' is only available for these backends: [CPU, SparseCPU, SparseCsrCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:29:28.8192057Z 2022-12-01T10:29:28.8192339Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:29:28.8192997Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-12-01T10:29:28.8193669Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-12-01T10:29:28.8194491Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:29:28.8195267Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:29:28.8196082Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:29:28.8197006Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:29:28.8197732Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:29:28.8198399Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:29:28.8199221Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:29:28.8199910Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:29:28.8200704Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:29:28.8201456Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8202226Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8202942Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8203720Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8204418Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8205162Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8205886Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8206636Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8207487Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8208167Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8208715Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8209380Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8210080Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8210793Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8211513Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8212222Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8212896Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_1.cpp:15586 [kernel] 2022-12-01T10:29:28.8213566Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:29:28.8214285Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:29:28.8215039Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:29:28.8215830Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:29:28.8216585Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:29:28.8217304Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:29:28.8218048Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:29:28.8218899Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:29:28.8219700Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:29:28.8220451Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:29:28.8220871Z 2022-12-01T10:29:28.8220881Z 2022-12-01T10:29:28.8221103Z During handling of the above exception, another exception occurred: 2022-12-01T10:29:28.8221381Z 2022-12-01T10:29:28.8221538Z Traceback (most recent call last): 2022-12-01T10:29:28.8222233Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:29:28.8222801Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:29:28.8223301Z NotImplementedError: Cannot access storage of SparseCsrTensorImpl 2022-12-01T10:29:28.8223608Z 2022-12-01T10:29:28.8223847Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8224062Z 2022-12-01T10:29:28.8224156Z Traceback (most recent call last): 2022-12-01T10:29:28.8226345Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:29:28.8226755Z raise TorchRuntimeError() from e 2022-12-01T10:29:28.8226982Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:29:28.8227127Z 2022-12-01T10:29:28.8227199Z from user code: 2022-12-01T10:29:28.8227416Z File "test_sparse_csr.py", line 104, in convert_layout 2022-12-01T10:29:28.8227628Z return mat.to_sparse_csc() 2022-12-01T10:29:28.8227748Z 2022-12-01T10:29:28.8227884Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8228104Z ========== 2022-12-01T10:29:28.8228252Z ok (0.118s) 2022-12-01T10:29:28.8228516Z test_addmm_all_sparse_csr_SparseCSC_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.028s) 2022-12-01T10:29:28.8228931Z test_addmm_all_sparse_csr_SparseCSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.027s) 2022-12-01T10:29:28.8229390Z test_addmm_all_sparse_csr_SparseCSC_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.027s) 2022-12-01T10:29:28.8229851Z test_addmm_all_sparse_csr_SparseCSR_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-12-01T10:29:28.8230343Z test_addmm_all_sparse_csr_SparseCSR_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-12-01T10:29:28.8230803Z test_addmm_all_sparse_csr_SparseCSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-12-01T10:29:28.8231284Z test_addmm_all_sparse_csr_SparseCSR_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-12-01T10:29:28.8232090Z test_addmm_dense_result_SparseCSC_cpu_complex128 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_addmm_dense_result test_sparse_csr.py line 1879 2022-12-01T10:29:28.8232549Z due to: 2022-12-01T10:29:28.8232735Z Traceback (most recent call last): 2022-12-01T10:29:28.8233235Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:29:28.8233722Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:29:28.8234182Z AssertionError: layout 2022-12-01T10:29:28.8234400Z 2022-12-01T10:29:28.8234522Z from user code: 2022-12-01T10:29:28.8234863Z File "test_sparse_csr.py", line 1887, in test_addmm_dense_result 2022-12-01T10:29:28.8235335Z _test_addmm_addmv(self, torch.addmm, M, m1, m2, layout=layout, mode="dense_result") 2022-12-01T10:29:28.8235605Z 2022-12-01T10:29:28.8235808Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8236137Z ========== 2022-12-01T10:29:28.8236372Z ok (0.044s) 2022-12-01T10:29:28.8236866Z test_addmm_dense_result_SparseCSC_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-12-01T10:29:28.8237484Z test_addmm_dense_result_SparseCSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-12-01T10:29:28.8237996Z test_addmm_dense_result_SparseCSC_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-12-01T10:29:28.8238498Z test_addmm_dense_result_SparseCSR_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:29:28.8239023Z test_addmm_dense_result_SparseCSR_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:29:28.8239501Z test_addmm_dense_result_SparseCSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-12-01T10:29:28.8239981Z test_addmm_dense_result_SparseCSR_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-12-01T10:29:28.8240904Z test_addmm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 1948 2022-12-01T10:29:28.8241403Z due to: 2022-12-01T10:29:28.8241672Z Traceback (most recent call last): 2022-12-01T10:29:28.8242203Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:29:28.8242599Z return self._op(*args, **kwargs or {}) 2022-12-01T10:29:28.8242970Z RuntimeError: mat1 and mat2 shapes cannot be multiplied (2x3 and 2x3) 2022-12-01T10:29:28.8243216Z 2022-12-01T10:29:28.8243434Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8243702Z 2022-12-01T10:29:28.8243842Z Traceback (most recent call last): 2022-12-01T10:29:28.8244460Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:29:28.8244943Z raise TorchRuntimeError() from e 2022-12-01T10:29:28.8245307Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:29:28.8245529Z 2022-12-01T10:29:28.8245639Z from user code: 2022-12-01T10:29:28.8245971Z File "test_sparse_csr.py", line 1953, in 2022-12-01T10:29:28.8246337Z return torch.addmm(a, a, a) 2022-12-01T10:29:28.8246524Z 2022-12-01T10:29:28.8246732Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8247062Z ========== 2022-12-01T10:29:28.8247605Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 1957 2022-12-01T10:29:28.8247998Z due to: 2022-12-01T10:29:28.8248265Z Traceback (most recent call last): 2022-12-01T10:29:28.8248801Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:29:28.8249209Z return self._op(*args, **kwargs or {}) 2022-12-01T10:29:28.8249669Z RuntimeError: mat2 must be a matrix, got 3-D tensor 2022-12-01T10:29:28.8249878Z 2022-12-01T10:29:28.8250116Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8250398Z 2022-12-01T10:29:28.8250568Z Traceback (most recent call last): 2022-12-01T10:29:28.8251221Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:29:28.8251683Z raise TorchRuntimeError() from e 2022-12-01T10:29:28.8252075Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:29:28.8252311Z 2022-12-01T10:29:28.8252427Z from user code: 2022-12-01T10:29:28.8252778Z File "test_sparse_csr.py", line 1962, in 2022-12-01T10:29:28.8253163Z return torch.addmm(a, a, a.unsqueeze(0)) 2022-12-01T10:29:28.8253381Z 2022-12-01T10:29:28.8253593Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8253960Z ========== 2022-12-01T10:29:28.8254511Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 1966 2022-12-01T10:29:28.8254943Z due to: 2022-12-01T10:29:28.8255249Z Traceback (most recent call last): 2022-12-01T10:29:28.8255590Z File ".13", line 6, in forward 2022-12-01T10:29:28.8256030Z addmm = torch.addmm(unsqueeze, _stack0, _stack0); unsqueeze = _stack0 = None 2022-12-01T10:29:28.8256782Z RuntimeError: expand(torch.FloatTensor{[1, 3, 3]}, size=[3, 3]): the number of sizes provided (2) must be greater or equal to the number of dimensions in the tensor (3) 2022-12-01T10:29:28.8257117Z 2022-12-01T10:29:28.8257257Z During handling of the above exception, another exception occurred: 2022-12-01T10:29:28.8257425Z 2022-12-01T10:29:28.8257507Z Traceback (most recent call last): 2022-12-01T10:29:28.8257858Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:29:28.8258132Z return self._op(*args, **kwargs or {}) 2022-12-01T10:29:28.8260187Z NotImplementedError: Could not run 'aten::to_sparse_csr' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_sparse_csr' is only available for these backends: [CPU, SparseCPU, SparseCsrCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:29:28.8261401Z 2022-12-01T10:29:28.8261575Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:29:28.8261959Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-12-01T10:29:28.8262352Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-12-01T10:29:28.8262807Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:29:28.8263259Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:29:28.8263704Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:29:28.8264149Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:29:28.8264569Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:29:28.8264962Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:29:28.8265364Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:29:28.8265751Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:29:28.8266186Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:29:28.8266633Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8267054Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8267456Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8267869Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8268284Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8268734Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8269135Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8269539Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8269939Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8270349Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8270781Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8271199Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8271633Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8272072Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8272491Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8272930Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8273342Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_4.cpp:12871 [kernel] 2022-12-01T10:29:28.8273734Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:29:28.8274210Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:29:28.8274656Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:29:28.8275140Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:29:28.8275587Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:29:28.8275999Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:29:28.8276444Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:29:28.8277035Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:29:28.8277498Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:29:28.8277945Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:29:28.8278176Z 2022-12-01T10:29:28.8278181Z 2022-12-01T10:29:28.8278320Z During handling of the above exception, another exception occurred: 2022-12-01T10:29:28.8278487Z 2022-12-01T10:29:28.8278581Z Traceback (most recent call last): 2022-12-01T10:29:28.8278939Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:29:28.8279259Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:29:28.8279577Z NotImplementedError: Cannot access storage of SparseCsrTensorImpl 2022-12-01T10:29:28.8279822Z 2022-12-01T10:29:28.8279960Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8280123Z 2022-12-01T10:29:28.8280215Z Traceback (most recent call last): 2022-12-01T10:29:28.8280595Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:29:28.8280893Z raise TorchRuntimeError() from e 2022-12-01T10:29:28.8281130Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:29:28.8281262Z 2022-12-01T10:29:28.8281332Z from user code: 2022-12-01T10:29:28.8281556Z File "test_sparse_csr.py", line 1968, in 2022-12-01T10:29:28.8281791Z a_sparse = a.to_sparse_csr() 2022-12-01T10:29:28.8281914Z 2022-12-01T10:29:28.8282033Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8282253Z ========== 2022-12-01T10:29:28.8282452Z ok (0.084s) 2022-12-01T10:29:28.8282949Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_addmm_sizes_all_sparse_csr test_sparse_csr.py line 1913 2022-12-01T10:29:28.8283297Z due to: 2022-12-01T10:29:28.8283576Z Traceback (most recent call last): 2022-12-01T10:29:28.8284276Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:29:28.8284797Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:29:28.8285184Z AssertionError: layout 2022-12-01T10:29:28.8285379Z 2022-12-01T10:29:28.8285495Z from user code: 2022-12-01T10:29:28.8285835Z File "test_sparse_csr.py", line 1932, in test_addmm_sizes_all_sparse_csr 2022-12-01T10:29:28.8286349Z _test_addmm_addmv(self, torch.addmm, M, m1, m2, layout=torch.sparse_csr, mode="all_sparse") 2022-12-01T10:29:28.8286617Z 2022-12-01T10:29:28.8286811Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8287168Z ========== 2022-12-01T10:29:28.8287678Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 1937 2022-12-01T10:29:28.8288074Z due to: 2022-12-01T10:29:28.8288380Z Traceback (most recent call last): 2022-12-01T10:29:28.8289028Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8289577Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8290195Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8290564Z 2022-12-01T10:29:28.8290807Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8291066Z 2022-12-01T10:29:28.8291223Z Traceback (most recent call last): 2022-12-01T10:29:28.8291911Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8292369Z ) from e 2022-12-01T10:29:28.8292882Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8293228Z 2022-12-01T10:29:28.8293363Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8293585Z ========== 2022-12-01T10:29:28.8293924Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 1938 2022-12-01T10:29:28.8294163Z due to: 2022-12-01T10:29:28.8294346Z Traceback (most recent call last): 2022-12-01T10:29:28.8294732Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8295065Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8295417Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8295626Z 2022-12-01T10:29:28.8295765Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8295930Z 2022-12-01T10:29:28.8296092Z Traceback (most recent call last): 2022-12-01T10:29:28.8296485Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8296755Z ) from e 2022-12-01T10:29:28.8297089Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8297347Z 2022-12-01T10:29:28.8297466Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8297685Z ========== 2022-12-01T10:29:28.8297845Z ok (0.022s) 2022-12-01T10:29:28.8298095Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8298442Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8298822Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8299166Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8299497Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8299835Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8300172Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8300510Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8300847Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8301185Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8301527Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8301856Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8302199Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8302541Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:29:28.8302876Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:29:28.8303199Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8303539Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8303878Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8304209Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8304539Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8304881Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8305221Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8305547Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8305891Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8306231Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8306567Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8306889Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8307257Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8307595Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8307933Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8308255Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8308597Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8308942Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8309308Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8309636Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8309972Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8310308Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:29:28.8310631Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:29:28.8310963Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:29:28.8311296Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8311634Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8311960Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8312297Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8312628Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8312966Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8313292Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8313625Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8313961Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8314378Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8314713Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8315047Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8315384Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8315712Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8316043Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8316374Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8316841Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8317176Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8317581Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8317918Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8318256Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8318586Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8318925Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8319260Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:29:28.8319584Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8319962Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8320304Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8320640Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8320966Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8321302Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8321637Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8321970Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8322296Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8322635Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8322973Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8323295Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8323630Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8323973Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8324309Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8324630Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8324966Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8325306Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8325642Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8325963Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8326302Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8326646Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8326984Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8327308Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8327647Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8328024Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8328347Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8328682Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8329021Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8329361Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8329687Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8330051Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8330398Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:29:28.8330742Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:29:28.8331066Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:29:28.8331400Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8331737Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8332067Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8332402Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8332738Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8333074Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8333406Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8333744Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8334079Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8334626Z test_autograd_dense_output_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn test_sparse_csr.py line 2524 2022-12-01T10:29:28.8334928Z due to: 2022-12-01T10:29:28.8335109Z Traceback (most recent call last): 2022-12-01T10:29:28.8335499Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8335835Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8336190Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8336401Z 2022-12-01T10:29:28.8336540Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8336707Z 2022-12-01T10:29:28.8336800Z Traceback (most recent call last): 2022-12-01T10:29:28.8337186Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8337454Z ) from e 2022-12-01T10:29:28.8337789Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8338043Z 2022-12-01T10:29:28.8338175Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8338382Z ========== 2022-12-01T10:29:28.8338700Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn test_sparse_csr.py line 2543 2022-12-01T10:29:28.8338942Z due to: 2022-12-01T10:29:28.8339111Z Traceback (most recent call last): 2022-12-01T10:29:28.8339545Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8339889Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8340225Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8340432Z 2022-12-01T10:29:28.8340569Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8340739Z 2022-12-01T10:29:28.8340832Z Traceback (most recent call last): 2022-12-01T10:29:28.8341231Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8341483Z ) from e 2022-12-01T10:29:28.8341846Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8342103Z 2022-12-01T10:29:28.8342234Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8342444Z ========== 2022-12-01T10:29:28.8342602Z ok (0.320s) 2022-12-01T10:29:28.8343042Z test_autograd_dense_output_addmv_cpu_float64 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn test_sparse_csr.py line 2591 2022-12-01T10:29:28.8343350Z due to: 2022-12-01T10:29:28.8343522Z Traceback (most recent call last): 2022-12-01T10:29:28.8343908Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8344254Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8344592Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8344803Z 2022-12-01T10:29:28.8344939Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8345106Z 2022-12-01T10:29:28.8345200Z Traceback (most recent call last): 2022-12-01T10:29:28.8345593Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8345851Z ) from e 2022-12-01T10:29:28.8346183Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8346436Z 2022-12-01T10:29:28.8346568Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8346775Z ========== 2022-12-01T10:29:28.8346933Z ok (0.061s) 2022-12-01T10:29:28.8347433Z test_autograd_dense_output_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 2612 2022-12-01T10:29:28.8347780Z due to: 2022-12-01T10:29:28.8347950Z Traceback (most recent call last): 2022-12-01T10:29:28.8348357Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-12-01T10:29:28.8348666Z if isinstance(subobj, property): 2022-12-01T10:29:28.8348984Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-12-01T10:29:28.8349158Z 2022-12-01T10:29:28.8349229Z from user code: 2022-12-01T10:29:28.8349477Z File "test_sparse_csr.py", line 2615, in 2022-12-01T10:29:28.8349751Z ndims_equals_2d = (s.input.ndim == 2 for s in samples) 2022-12-01T10:29:28.8349897Z 2022-12-01T10:29:28.8350029Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8350249Z ========== 2022-12-01T10:29:28.8350562Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn test_sparse_csr.py line 2624 2022-12-01T10:29:28.8350793Z due to: 2022-12-01T10:29:28.8350975Z Traceback (most recent call last): 2022-12-01T10:29:28.8351358Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8351700Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8352088Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8352293Z 2022-12-01T10:29:28.8352430Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8352595Z 2022-12-01T10:29:28.8352685Z Traceback (most recent call last): 2022-12-01T10:29:28.8353065Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8353328Z ) from e 2022-12-01T10:29:28.8353657Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8353914Z 2022-12-01T10:29:28.8354107Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8354331Z ========== 2022-12-01T10:29:28.8354489Z ok (0.024s) 2022-12-01T10:29:28.8355012Z test_autograd_dense_output_mv_cpu_float64 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 2612 2022-12-01T10:29:28.8355364Z due to: 2022-12-01T10:29:28.8355544Z Traceback (most recent call last): 2022-12-01T10:29:28.8355949Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-12-01T10:29:28.8356241Z if isinstance(subobj, property): 2022-12-01T10:29:28.8356736Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-12-01T10:29:28.8356917Z 2022-12-01T10:29:28.8356989Z from user code: 2022-12-01T10:29:28.8357227Z File "test_sparse_csr.py", line 2615, in 2022-12-01T10:29:28.8357511Z ndims_equals_2d = (s.input.ndim == 2 for s in samples) 2022-12-01T10:29:28.8357658Z 2022-12-01T10:29:28.8357789Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8358011Z ========== 2022-12-01T10:29:28.8358156Z ok (0.012s) 2022-12-01T10:29:28.8358675Z test_autograd_sparse_csr_unary_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 2472 2022-12-01T10:29:28.8359035Z due to: 2022-12-01T10:29:28.8359203Z Traceback (most recent call last): 2022-12-01T10:29:28.8359609Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-12-01T10:29:28.8359915Z if isinstance(subobj, property): 2022-12-01T10:29:28.8360227Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-12-01T10:29:28.8360401Z 2022-12-01T10:29:28.8360470Z from user code: 2022-12-01T10:29:28.8360721Z File "test_sparse_csr.py", line 2475, in 2022-12-01T10:29:28.8361012Z ndims_equals_2d = (s.input.ndim == 2 for s in samples) 2022-12-01T10:29:28.8361157Z 2022-12-01T10:29:28.8361280Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8361500Z ========== 2022-12-01T10:29:28.8361812Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn test_sparse_csr.py line 2482 2022-12-01T10:29:28.8362041Z due to: 2022-12-01T10:29:28.8362223Z Traceback (most recent call last): 2022-12-01T10:29:28.8362609Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8362954Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8363288Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8363498Z 2022-12-01T10:29:28.8363633Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8363798Z 2022-12-01T10:29:28.8363889Z Traceback (most recent call last): 2022-12-01T10:29:28.8364271Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8364540Z ) from e 2022-12-01T10:29:28.8364944Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8365202Z 2022-12-01T10:29:28.8365334Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8365539Z ========== 2022-12-01T10:29:28.8365700Z ok (0.020s) 2022-12-01T10:29:28.8365952Z test_autograd_sparse_csr_unary_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8366360Z test_autograd_sparse_csr_unary_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op angle not supported with CSR input and autograd (0.024s) 2022-12-01T10:29:28.8366841Z test_autograd_sparse_csr_unary_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op angle not supported with CSR input and autograd (0.002s) 2022-12-01T10:29:28.8367360Z test_autograd_sparse_csr_unary_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asin not supported with CSR input and autograd (0.006s) 2022-12-01T10:29:28.8367832Z test_autograd_sparse_csr_unary_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asin not supported with CSR input and autograd (0.002s) 2022-12-01T10:29:28.8368287Z test_autograd_sparse_csr_unary_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asinh not supported with CSR input and autograd (0.006s) 2022-12-01T10:29:28.8368762Z test_autograd_sparse_csr_unary_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asinh not supported with CSR input and autograd (0.002s) 2022-12-01T10:29:28.8369231Z test_autograd_sparse_csr_unary_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atan not supported with CSR input and autograd (0.006s) 2022-12-01T10:29:28.8369701Z test_autograd_sparse_csr_unary_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atan not supported with CSR input and autograd (0.002s) 2022-12-01T10:29:28.8370172Z test_autograd_sparse_csr_unary_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atanh not supported with CSR input and autograd (0.006s) 2022-12-01T10:29:28.8370636Z test_autograd_sparse_csr_unary_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atanh not supported with CSR input and autograd (0.002s) 2022-12-01T10:29:28.8371099Z test_autograd_sparse_csr_unary_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op ceil not supported with CSR input and autograd (0.006s) 2022-12-01T10:29:28.8371512Z test_autograd_sparse_csr_unary_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8371869Z test_autograd_sparse_csr_unary_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8372270Z test_autograd_sparse_csr_unary_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op erf not supported with CSR input and autograd (0.002s) 2022-12-01T10:29:28.8372738Z test_autograd_sparse_csr_unary_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op erfinv not supported with CSR input and autograd (0.002s) 2022-12-01T10:29:28.8373208Z test_autograd_sparse_csr_unary_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op expm1 not supported with CSR input and autograd (0.002s) 2022-12-01T10:29:28.8373678Z test_autograd_sparse_csr_unary_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op floor not supported with CSR input and autograd (0.002s) 2022-12-01T10:29:28.8374138Z test_autograd_sparse_csr_unary_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isinf not supported with CSR input and autograd (0.002s) 2022-12-01T10:29:28.8374607Z test_autograd_sparse_csr_unary_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isinf not supported with CSR input and autograd (0.002s) 2022-12-01T10:29:28.8375075Z test_autograd_sparse_csr_unary_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isnan not supported with CSR input and autograd (0.002s) 2022-12-01T10:29:28.8375576Z test_autograd_sparse_csr_unary_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isnan not supported with CSR input and autograd (0.002s) 2022-12-01T10:29:28.8376055Z test_autograd_sparse_csr_unary_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isneginf not supported with CSR input and autograd (0.002s) 2022-12-01T10:29:28.8376527Z test_autograd_sparse_csr_unary_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isposinf not supported with CSR input and autograd (0.002s) 2022-12-01T10:29:28.8376996Z test_autograd_sparse_csr_unary_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op log1p not supported with CSR input and autograd (0.002s) 2022-12-01T10:29:28.8377427Z test_autograd_sparse_csr_unary_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8377767Z test_autograd_sparse_csr_unary_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8378161Z test_autograd_sparse_csr_unary_round_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op round not supported with CSR input and autograd (0.002s) 2022-12-01T10:29:28.8378631Z test_autograd_sparse_csr_unary_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sgn not supported with CSR input and autograd (0.002s) 2022-12-01T10:29:28.8379096Z test_autograd_sparse_csr_unary_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sgn not supported with CSR input and autograd (0.002s) 2022-12-01T10:29:28.8379559Z test_autograd_sparse_csr_unary_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sign not supported with CSR input and autograd (0.002s) 2022-12-01T10:29:28.8380020Z test_autograd_sparse_csr_unary_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op signbit not supported with CSR input and autograd (0.002s) 2022-12-01T10:29:28.8380494Z test_autograd_sparse_csr_unary_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sin not supported with CSR input and autograd (0.002s) 2022-12-01T10:29:28.8380953Z test_autograd_sparse_csr_unary_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sin not supported with CSR input and autograd (0.002s) 2022-12-01T10:29:28.8381413Z test_autograd_sparse_csr_unary_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sinh not supported with CSR input and autograd (0.002s) 2022-12-01T10:29:28.8381877Z test_autograd_sparse_csr_unary_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sinh not supported with CSR input and autograd (0.002s) 2022-12-01T10:29:28.8382337Z test_autograd_sparse_csr_unary_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sqrt not supported with CSR input and autograd (0.002s) 2022-12-01T10:29:28.8382803Z test_autograd_sparse_csr_unary_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sqrt not supported with CSR input and autograd (0.002s) 2022-12-01T10:29:28.8383267Z test_autograd_sparse_csr_unary_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tan not supported with CSR input and autograd (0.002s) 2022-12-01T10:29:28.8383730Z test_autograd_sparse_csr_unary_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tan not supported with CSR input and autograd (0.002s) 2022-12-01T10:29:28.8384180Z test_autograd_sparse_csr_unary_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tanh not supported with CSR input and autograd (0.002s) 2022-12-01T10:29:28.8384646Z test_autograd_sparse_csr_unary_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tanh not supported with CSR input and autograd (0.002s) 2022-12-01T10:29:28.8385110Z test_autograd_sparse_csr_unary_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op trunc not supported with CSR input and autograd (0.002s) 2022-12-01T10:29:28.8385549Z test_baddbmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:29:28.8385887Z test_baddbmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:29:28.8386237Z test_baddbmm_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:29:28.8386582Z test_baddbmm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:29:28.8387192Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT run_test_block_addmm_addmv test_sparse_csr.py line 1475 2022-12-01T10:29:28.8387533Z due to: 2022-12-01T10:29:28.8387752Z Traceback (most recent call last): 2022-12-01T10:29:28.8388143Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8388493Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8388830Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8389039Z 2022-12-01T10:29:28.8389176Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8389339Z 2022-12-01T10:29:28.8389430Z Traceback (most recent call last): 2022-12-01T10:29:28.8389812Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8390080Z ) from e 2022-12-01T10:29:28.8390411Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8390666Z 2022-12-01T10:29:28.8390803Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8391014Z ========== 2022-12-01T10:29:28.8391339Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT ref_sp_numpy test_sparse_csr.py line 1536 2022-12-01T10:29:28.8391589Z due to: 2022-12-01T10:29:28.8391758Z Traceback (most recent call last): 2022-12-01T10:29:28.8392142Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8412066Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8412462Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8412668Z 2022-12-01T10:29:28.8412808Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8412980Z 2022-12-01T10:29:28.8413074Z Traceback (most recent call last): 2022-12-01T10:29:28.8413520Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8413787Z ) from e 2022-12-01T10:29:28.8414134Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8414395Z 2022-12-01T10:29:28.8414529Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8414754Z ========== 2022-12-01T10:29:28.8415070Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 1567 2022-12-01T10:29:28.8415318Z due to: 2022-12-01T10:29:28.8415501Z Traceback (most recent call last): 2022-12-01T10:29:28.8415880Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8416229Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8416577Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8416783Z 2022-12-01T10:29:28.8416923Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8417078Z 2022-12-01T10:29:28.8417296Z Traceback (most recent call last): 2022-12-01T10:29:28.8417699Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8417969Z ) from e 2022-12-01T10:29:28.8418294Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8418548Z 2022-12-01T10:29:28.8418681Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8418906Z ========== 2022-12-01T10:29:28.8419242Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT prep_input test_sparse_csr.py line 1538 2022-12-01T10:29:28.8419481Z due to: 2022-12-01T10:29:28.8419665Z Traceback (most recent call last): 2022-12-01T10:29:28.8420049Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8420425Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8420779Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8420991Z 2022-12-01T10:29:28.8421127Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8421290Z 2022-12-01T10:29:28.8421380Z Traceback (most recent call last): 2022-12-01T10:29:28.8421760Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8422029Z ) from e 2022-12-01T10:29:28.8422359Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8422616Z 2022-12-01T10:29:28.8422735Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8422957Z ========== 2022-12-01T10:29:28.8423307Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT to_sp_block_compressed test_sparse_csr.py line 1540 2022-12-01T10:29:28.8423573Z due to: 2022-12-01T10:29:28.8423747Z Traceback (most recent call last): 2022-12-01T10:29:28.8424131Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8424474Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8424811Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8425020Z 2022-12-01T10:29:28.8425157Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8425320Z 2022-12-01T10:29:28.8425412Z Traceback (most recent call last): 2022-12-01T10:29:28.8425800Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8426057Z ) from e 2022-12-01T10:29:28.8426389Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8426641Z 2022-12-01T10:29:28.8426775Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8426981Z ========== 2022-12-01T10:29:28.8427302Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT wrapper test_sparse_csr.py line 1523 2022-12-01T10:29:28.8427550Z due to: 2022-12-01T10:29:28.8427725Z Traceback (most recent call last): 2022-12-01T10:29:28.8428110Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8428453Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8428800Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8428995Z 2022-12-01T10:29:28.8429130Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8429295Z 2022-12-01T10:29:28.8429389Z Traceback (most recent call last): 2022-12-01T10:29:28.8429777Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8430083Z ) from e 2022-12-01T10:29:28.8430412Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8430672Z 2022-12-01T10:29:28.8430804Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8431024Z ========== 2022-12-01T10:29:28.8431323Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT tt test_sparse_csr.py line 1516 2022-12-01T10:29:28.8431566Z due to: 2022-12-01T10:29:28.8431750Z Traceback (most recent call last): 2022-12-01T10:29:28.8432122Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8432471Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8432851Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8433060Z 2022-12-01T10:29:28.8433196Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8433351Z 2022-12-01T10:29:28.8433445Z Traceback (most recent call last): 2022-12-01T10:29:28.8433834Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8434188Z ) from e 2022-12-01T10:29:28.8434508Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8434764Z 2022-12-01T10:29:28.8434896Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8435117Z ========== 2022-12-01T10:29:28.8435281Z ok (0.119s) 2022-12-01T10:29:28.8435545Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.084s) 2022-12-01T10:29:28.8435925Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.079s) 2022-12-01T10:29:28.8436305Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.078s) 2022-12-01T10:29:28.8436824Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.053s) 2022-12-01T10:29:28.8437204Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.054s) 2022-12-01T10:29:28.8437574Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.049s) 2022-12-01T10:29:28.8437942Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.048s) 2022-12-01T10:29:28.8438304Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.054s) 2022-12-01T10:29:28.8438685Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.055s) 2022-12-01T10:29:28.8439056Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.050s) 2022-12-01T10:29:28.8439429Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.049s) 2022-12-01T10:29:28.8439789Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.057s) 2022-12-01T10:29:28.8440161Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.057s) 2022-12-01T10:29:28.8440529Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.053s) 2022-12-01T10:29:28.8440893Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.052s) 2022-12-01T10:29:28.8441252Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.052s) 2022-12-01T10:29:28.8441625Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.053s) 2022-12-01T10:29:28.8442056Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.048s) 2022-12-01T10:29:28.8442422Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.046s) 2022-12-01T10:29:28.8442778Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.054s) 2022-12-01T10:29:28.8443149Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.055s) 2022-12-01T10:29:28.8443516Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.050s) 2022-12-01T10:29:28.8443869Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.049s) 2022-12-01T10:29:28.8444276Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.055s) 2022-12-01T10:29:28.8444654Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.056s) 2022-12-01T10:29:28.8445020Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.051s) 2022-12-01T10:29:28.8445371Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.049s) 2022-12-01T10:29:28.8445740Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.057s) 2022-12-01T10:29:28.8446106Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.059s) 2022-12-01T10:29:28.8446464Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.053s) 2022-12-01T10:29:28.8446815Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.052s) 2022-12-01T10:29:28.8447178Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8447552Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8447919Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8448269Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8448635Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8449000Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8449367Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8449717Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8450079Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8450451Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8450804Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8451166Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T10:29:28.8451533Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8451900Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8452283Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8452645Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8453007Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8453377Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8453731Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8454091Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8454485Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8454856Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8455209Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8455568Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8455930Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8456299Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8456653Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8457017Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8457387Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8457757Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8458107Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8458469Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8459094Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT run_test test_sparse_csr.py line 1645 2022-12-01T10:29:28.8459443Z due to: 2022-12-01T10:29:28.8459613Z Traceback (most recent call last): 2022-12-01T10:29:28.8460005Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8460353Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8460691Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8460898Z 2022-12-01T10:29:28.8461035Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8461198Z 2022-12-01T10:29:28.8461290Z Traceback (most recent call last): 2022-12-01T10:29:28.8461681Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8461938Z ) from e 2022-12-01T10:29:28.8462270Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8462523Z 2022-12-01T10:29:28.8462653Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8462860Z ========== 2022-12-01T10:29:28.8463200Z test_sparse_csr.py:1676: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T10:29:28.8463670Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:29:28.8463968Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:29:28.8464164Z should be replaced with 2022-12-01T10:29:28.8464505Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T10:29:28.8464838Z unitriangular=unitriangular) 2022-12-01T10:29:28.8465016Z ok (0.039s) 2022-12-01T10:29:28.8465309Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8465711Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8466141Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8466522Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8466913Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8467302Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8467690Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8468064Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8468463Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8468854Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8469234Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8469618Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8470007Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8470390Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8470760Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8471143Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8471542Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8471935Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8472308Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8472695Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8473082Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8473471Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8473846Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8474345Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8474738Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8475130Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8475506Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8475893Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8476326Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8476935Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8477313Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8477675Z test_bmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:29:28.8478017Z test_bmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:29:28.8478357Z test_bmm_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:29:28.8478680Z test_bmm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:29:28.8479034Z test_compressed_layout_conversions_coverage_SparseBSC_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8479611Z This test performs a smoke test for covered conversion and verifies ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _convert_to_layout test_sparse_csr.py line 2811 2022-12-01T10:29:28.8479937Z due to: 2022-12-01T10:29:28.8480108Z Traceback (most recent call last): 2022-12-01T10:29:28.8480456Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:29:28.8480730Z return self._op(*args, **kwargs or {}) 2022-12-01T10:29:28.8482727Z NotImplementedError: Could not run 'aten::to_sparse_bsc' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_sparse_bsc' is only available for these backends: [CPU, SparseCPU, SparseCsrCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:29:28.8483938Z 2022-12-01T10:29:28.8484110Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:29:28.8484476Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-12-01T10:29:28.8484878Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-12-01T10:29:28.8485335Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:29:28.8485856Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:29:28.8486287Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:29:28.8486746Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:29:28.8487162Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:29:28.8487555Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:29:28.8487935Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:29:28.8488373Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:29:28.8488812Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:29:28.8489252Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:16899 [autograd kernel] 2022-12-01T10:29:28.8489661Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:16899 [autograd kernel] 2022-12-01T10:29:28.8490073Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:16899 [autograd kernel] 2022-12-01T10:29:28.8490486Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:16899 [autograd kernel] 2022-12-01T10:29:28.8490900Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:16899 [autograd kernel] 2022-12-01T10:29:28.8491299Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:16899 [autograd kernel] 2022-12-01T10:29:28.8491714Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:16899 [autograd kernel] 2022-12-01T10:29:28.8492124Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:16899 [autograd kernel] 2022-12-01T10:29:28.8492530Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:16899 [autograd kernel] 2022-12-01T10:29:28.8492929Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:16899 [autograd kernel] 2022-12-01T10:29:28.8493343Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:16899 [autograd kernel] 2022-12-01T10:29:28.8493757Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:16899 [autograd kernel] 2022-12-01T10:29:28.8494184Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:16899 [autograd kernel] 2022-12-01T10:29:28.8494609Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:16899 [autograd kernel] 2022-12-01T10:29:28.8495039Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:16899 [autograd kernel] 2022-12-01T10:29:28.8495474Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:16899 [autograd kernel] 2022-12-01T10:29:28.8495889Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp:16890 [kernel] 2022-12-01T10:29:28.8496282Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:29:28.8496678Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:29:28.8497156Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:29:28.8497637Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:29:28.8498075Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:29:28.8498482Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:29:28.8498922Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:29:28.8499395Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:29:28.8499864Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:29:28.8500308Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:29:28.8500540Z 2022-12-01T10:29:28.8500545Z 2022-12-01T10:29:28.8500684Z During handling of the above exception, another exception occurred: 2022-12-01T10:29:28.8500849Z 2022-12-01T10:29:28.8500940Z Traceback (most recent call last): 2022-12-01T10:29:28.8501294Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:29:28.8501609Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:29:28.8501925Z NotImplementedError: Cannot access storage of SparseCsrTensorImpl 2022-12-01T10:29:28.8502100Z 2022-12-01T10:29:28.8502238Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8502407Z 2022-12-01T10:29:28.8502499Z Traceback (most recent call last): 2022-12-01T10:29:28.8502880Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:29:28.8503178Z raise TorchRuntimeError() from e 2022-12-01T10:29:28.8503416Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:29:28.8503559Z 2022-12-01T10:29:28.8503618Z from user code: 2022-12-01T10:29:28.8503839Z File "test_sparse_csr.py", line 2824, in _convert_to_layout 2022-12-01T10:29:28.8504079Z result = a.to_sparse_bsc(blocksize) 2022-12-01T10:29:28.8504210Z 2022-12-01T10:29:28.8504329Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8504552Z ========== 2022-12-01T10:29:28.8504713Z ok (0.065s) 2022-12-01T10:29:28.8504975Z test_compressed_layout_conversions_coverage_SparseBSC_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8505323Z This test performs a smoke test for covered conversion and verifies ... ok (0.034s) 2022-12-01T10:29:28.8505672Z test_compressed_layout_conversions_coverage_SparseBSC_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8506009Z This test performs a smoke test for covered conversion and verifies ... ok (0.015s) 2022-12-01T10:29:28.8506338Z test_compressed_layout_conversions_coverage_SparseBSC_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8506674Z This test performs a smoke test for covered conversion and verifies ... ok (0.018s) 2022-12-01T10:29:28.8507013Z test_compressed_layout_conversions_coverage_SparseBSR_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8507352Z This test performs a smoke test for covered conversion and verifies ... ok (0.038s) 2022-12-01T10:29:28.8507679Z test_compressed_layout_conversions_coverage_SparseBSR_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8508015Z This test performs a smoke test for covered conversion and verifies ... ok (0.034s) 2022-12-01T10:29:28.8508352Z test_compressed_layout_conversions_coverage_SparseBSR_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8508732Z This test performs a smoke test for covered conversion and verifies ... ok (0.015s) 2022-12-01T10:29:28.8509075Z test_compressed_layout_conversions_coverage_SparseBSR_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8509410Z This test performs a smoke test for covered conversion and verifies ... ok (0.012s) 2022-12-01T10:29:28.8509750Z test_compressed_layout_conversions_coverage_SparseCSC_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8510074Z This test performs a smoke test for covered conversion and verifies ... ok (0.015s) 2022-12-01T10:29:28.8510409Z test_compressed_layout_conversions_coverage_SparseCSC_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8510749Z This test performs a smoke test for covered conversion and verifies ... ok (0.015s) 2022-12-01T10:29:28.8511109Z test_compressed_layout_conversions_coverage_SparseCSC_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8511449Z This test performs a smoke test for covered conversion and verifies ... ok (0.004s) 2022-12-01T10:29:28.8511789Z test_compressed_layout_conversions_coverage_SparseCSC_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8512122Z This test performs a smoke test for covered conversion and verifies ... ok (0.004s) 2022-12-01T10:29:28.8512448Z test_compressed_layout_conversions_coverage_SparseCSR_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8512780Z This test performs a smoke test for covered conversion and verifies ... ok (0.015s) 2022-12-01T10:29:28.8513119Z test_compressed_layout_conversions_coverage_SparseCSR_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8513457Z This test performs a smoke test for covered conversion and verifies ... ok (0.015s) 2022-12-01T10:29:28.8513781Z test_compressed_layout_conversions_coverage_SparseCSR_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8514196Z This test performs a smoke test for covered conversion and verifies ... ok (0.004s) 2022-12-01T10:29:28.8514540Z test_compressed_layout_conversions_coverage_SparseCSR_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8514866Z This test performs a smoke test for covered conversion and verifies ... ok (0.004s) 2022-12-01T10:29:28.8515179Z test_coo_csr_conversion_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-12-01T10:29:28.8515491Z test_coo_csr_conversion_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8515806Z test_coo_csr_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8516111Z test_coo_csr_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8516425Z test_coo_csr_conversion_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8516865Z test_coo_csr_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8517163Z test_coo_csr_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8517476Z test_coo_csr_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8517787Z test_coo_csr_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8518095Z test_coo_csr_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8518386Z test_coo_csr_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8518692Z test_coo_csr_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8519003Z test_coo_to_csr_convert_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-12-01T10:29:28.8519300Z test_csr_coo_conversion_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-12-01T10:29:28.8519605Z test_csr_coo_conversion_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8519916Z test_csr_coo_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T10:29:28.8520295Z test_csr_coo_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T10:29:28.8520597Z test_csr_coo_conversion_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8520906Z test_csr_coo_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8521215Z test_csr_coo_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8521507Z test_csr_coo_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8521815Z test_csr_coo_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8522120Z test_csr_coo_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8522425Z test_csr_coo_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8522756Z test_csr_coo_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8523336Z test_csr_double_to_sparse_csr_cpu (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 963 2022-12-01T10:29:28.8523680Z due to: 2022-12-01T10:29:28.8523856Z Traceback (most recent call last): 2022-12-01T10:29:28.8524250Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8524605Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8524958Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8525153Z 2022-12-01T10:29:28.8525296Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8525461Z 2022-12-01T10:29:28.8525553Z Traceback (most recent call last): 2022-12-01T10:29:28.8525953Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8526214Z ) from e 2022-12-01T10:29:28.8526546Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8526802Z 2022-12-01T10:29:28.8526935Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8527158Z ========== 2022-12-01T10:29:28.8527305Z ok (0.006s) 2022-12-01T10:29:28.8527772Z test_csr_is_contiguous_cpu (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 957 2022-12-01T10:29:28.8528097Z due to: 2022-12-01T10:29:28.8528269Z Traceback (most recent call last): 2022-12-01T10:29:28.8528655Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8529000Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8529352Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8529550Z 2022-12-01T10:29:28.8529686Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8529851Z 2022-12-01T10:29:28.8529944Z Traceback (most recent call last): 2022-12-01T10:29:28.8530337Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8530599Z ) from e 2022-12-01T10:29:28.8530927Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8531181Z 2022-12-01T10:29:28.8531314Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8531539Z ========== 2022-12-01T10:29:28.8531688Z ok (0.007s) 2022-12-01T10:29:28.8531923Z test_csr_matvec_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-12-01T10:29:28.8532227Z test_csr_matvec_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:29:28.8532544Z test_csr_matvec_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:29:28.8532835Z test_csr_matvec_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:29:28.8533354Z test_csr_storage_cpu (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 951 2022-12-01T10:29:28.8533792Z due to: 2022-12-01T10:29:28.8533966Z Traceback (most recent call last): 2022-12-01T10:29:28.8534355Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8534701Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8535038Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8535244Z 2022-12-01T10:29:28.8535418Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8535586Z 2022-12-01T10:29:28.8535679Z Traceback (most recent call last): 2022-12-01T10:29:28.8536073Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8536329Z ) from e 2022-12-01T10:29:28.8536661Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8536916Z 2022-12-01T10:29:28.8537049Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8537257Z ========== 2022-12-01T10:29:28.8537417Z ok (0.008s) 2022-12-01T10:29:28.8537866Z test_csr_stride_cpu (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 942 2022-12-01T10:29:28.8538170Z due to: 2022-12-01T10:29:28.8538356Z Traceback (most recent call last): 2022-12-01T10:29:28.8538746Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8539093Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8539427Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8539634Z 2022-12-01T10:29:28.8539771Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8539933Z 2022-12-01T10:29:28.8540026Z Traceback (most recent call last): 2022-12-01T10:29:28.8540406Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8540678Z ) from e 2022-12-01T10:29:28.8541010Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8541266Z 2022-12-01T10:29:28.8541397Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8541606Z ========== 2022-12-01T10:29:28.8541766Z ok (0.010s) 2022-12-01T10:29:28.8542295Z test_csr_to_block_csr_blocksize_2_cpu_float64_int32 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /opt/conda/lib/python3.7/site-packages/scipy/sparse/compressed.py line 27 2022-12-01T10:29:28.8542647Z due to: 2022-12-01T10:29:28.8542834Z Traceback (most recent call last): 2022-12-01T10:29:28.8543179Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:29:28.8543505Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:29:28.8543808Z NotImplementedError: Cannot access storage of SparseCsrTensorImpl 2022-12-01T10:29:28.8543983Z 2022-12-01T10:29:28.8544114Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8544333Z ========== 2022-12-01T10:29:28.8544478Z ok (0.021s) 2022-12-01T10:29:28.8544738Z test_csr_to_block_csr_blocksize_2_cpu_float64_int64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:29:28.8545079Z test_csr_to_block_csr_blocksize_4_cpu_float64_int32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8545450Z test_csr_to_block_csr_blocksize_4_cpu_float64_int64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8545763Z test_csr_to_block_csr_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-12-01T10:29:28.8546105Z test_dense_to_from_sparse_compressed_SparseBSC_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8546693Z This test tests conversion from dense to/from CSR and CSC ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 3095 2022-12-01T10:29:28.8547020Z due to: 2022-12-01T10:29:28.8547206Z Traceback (most recent call last): 2022-12-01T10:29:28.8547593Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8547970Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8548310Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8548520Z 2022-12-01T10:29:28.8548656Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8548819Z 2022-12-01T10:29:28.8548913Z Traceback (most recent call last): 2022-12-01T10:29:28.8549294Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8549563Z ) from e 2022-12-01T10:29:28.8549896Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8550152Z 2022-12-01T10:29:28.8550283Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8550494Z ========== 2022-12-01T10:29:28.8550656Z ok (0.066s) 2022-12-01T10:29:28.8550932Z test_dense_to_from_sparse_compressed_SparseBSC_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8551451Z This test tests conversion from dense to/from CSR and CSC ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _check_batched test_sparse_csr.py line 2955 2022-12-01T10:29:28.8551761Z due to: 2022-12-01T10:29:28.8551944Z Traceback (most recent call last): 2022-12-01T10:29:28.8552331Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8552661Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8553012Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8553219Z 2022-12-01T10:29:28.8553355Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8553521Z 2022-12-01T10:29:28.8553601Z Traceback (most recent call last): 2022-12-01T10:29:28.8554063Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8554344Z ) from e 2022-12-01T10:29:28.8554681Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8554929Z 2022-12-01T10:29:28.8555063Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8555287Z ========== 2022-12-01T10:29:28.8555646Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _check_against_scipy_matrix test_sparse_csr.py line 2928 2022-12-01T10:29:28.8555902Z due to: 2022-12-01T10:29:28.8556088Z Traceback (most recent call last): 2022-12-01T10:29:28.8556478Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8556940Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8557293Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8557502Z 2022-12-01T10:29:28.8557643Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8557809Z 2022-12-01T10:29:28.8557978Z Traceback (most recent call last): 2022-12-01T10:29:28.8558364Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8558636Z ) from e 2022-12-01T10:29:28.8558970Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8559226Z 2022-12-01T10:29:28.8559361Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8559572Z ========== 2022-12-01T10:29:28.8559733Z ok (0.344s) 2022-12-01T10:29:28.8560015Z test_dense_to_from_sparse_compressed_SparseBSC_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8560334Z This test tests conversion from dense to/from CSR and CSC ... ok (0.023s) 2022-12-01T10:29:28.8560715Z test_dense_to_from_sparse_compressed_SparseBSC_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8561050Z This test tests conversion from dense to/from CSR and CSC ... ok (0.037s) 2022-12-01T10:29:28.8561368Z test_dense_to_from_sparse_compressed_SparseBSR_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8561691Z This test tests conversion from dense to/from CSR and CSC ... ok (0.034s) 2022-12-01T10:29:28.8562020Z test_dense_to_from_sparse_compressed_SparseBSR_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8562341Z This test tests conversion from dense to/from CSR and CSC ... ok (0.238s) 2022-12-01T10:29:28.8562656Z test_dense_to_from_sparse_compressed_SparseBSR_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8562975Z This test tests conversion from dense to/from CSR and CSC ... ok (0.023s) 2022-12-01T10:29:28.8563310Z test_dense_to_from_sparse_compressed_SparseBSR_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8563640Z This test tests conversion from dense to/from CSR and CSC ... ok (0.037s) 2022-12-01T10:29:28.8563953Z test_dense_to_from_sparse_compressed_SparseCSC_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8564277Z This test tests conversion from dense to/from CSR and CSC ... ok (0.013s) 2022-12-01T10:29:28.8564607Z test_dense_to_from_sparse_compressed_SparseCSC_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8564915Z This test tests conversion from dense to/from CSR and CSC ... ok (0.076s) 2022-12-01T10:29:28.8565241Z test_dense_to_from_sparse_compressed_SparseCSC_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8565561Z This test tests conversion from dense to/from CSR and CSC ... ok (0.012s) 2022-12-01T10:29:28.8565891Z test_dense_to_from_sparse_compressed_SparseCSC_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8566204Z This test tests conversion from dense to/from CSR and CSC ... ok (0.011s) 2022-12-01T10:29:28.8566526Z test_dense_to_from_sparse_compressed_SparseCSR_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8566847Z This test tests conversion from dense to/from CSR and CSC ... ok (0.012s) 2022-12-01T10:29:28.8567160Z test_dense_to_from_sparse_compressed_SparseCSR_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8567476Z This test tests conversion from dense to/from CSR and CSC ... ok (0.072s) 2022-12-01T10:29:28.8567797Z test_dense_to_from_sparse_compressed_SparseCSR_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8568119Z This test tests conversion from dense to/from CSR and CSC ... ok (0.012s) 2022-12-01T10:29:28.8568438Z test_dense_to_from_sparse_compressed_SparseCSR_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8568763Z This test tests conversion from dense to/from CSR and CSC ... ok (0.011s) 2022-12-01T10:29:28.8569075Z test_direct_coo_csr_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-12-01T10:29:28.8569399Z test_direct_coo_csr_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8569764Z test_direct_coo_csr_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T10:29:28.8570092Z test_direct_coo_csr_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T10:29:28.8570415Z test_direct_coo_csr_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T10:29:28.8570724Z test_direct_coo_csr_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T10:29:28.8571037Z test_direct_coo_csr_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T10:29:28.8571353Z test_direct_coo_csr_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T10:29:28.8571659Z test_direct_coo_csr_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8571971Z test_exercise_detach_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8572305Z test_exercise_detach_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8572619Z test_exercise_detach_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8572919Z test_exercise_detach_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8573227Z test_exercise_detach_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8573528Z test_exercise_detach_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8573819Z test_exercise_detach_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8574122Z test_exercise_detach_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8574421Z test_exercise_detach_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8574720Z test_exercise_detach_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8575004Z test_exercise_detach_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8575302Z test_exercise_detach_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8575641Z test_matmul_device_mismatch_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:28.8575980Z test_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.003s) 2022-12-01T10:29:28.8576517Z test_mm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 1988 2022-12-01T10:29:28.8576830Z due to: 2022-12-01T10:29:28.8577015Z Traceback (most recent call last): 2022-12-01T10:29:28.8577343Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:29:28.8577616Z return self._op(*args, **kwargs or {}) 2022-12-01T10:29:28.8577878Z RuntimeError: mat1 and mat2 shapes cannot be multiplied (2x3 and 2x3) 2022-12-01T10:29:28.8578043Z 2022-12-01T10:29:28.8578170Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8578339Z 2022-12-01T10:29:28.8578433Z Traceback (most recent call last): 2022-12-01T10:29:28.8578822Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:29:28.8579123Z raise TorchRuntimeError() from e 2022-12-01T10:29:28.8579345Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:29:28.8579487Z 2022-12-01T10:29:28.8579559Z from user code: 2022-12-01T10:29:28.8579786Z File "test_sparse_csr.py", line 1993, in 2022-12-01T10:29:28.8580001Z return torch.mm(a, a) 2022-12-01T10:29:28.8580117Z 2022-12-01T10:29:28.8580250Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8580473Z ========== 2022-12-01T10:29:28.8580804Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 1997 2022-12-01T10:29:28.8581063Z due to: 2022-12-01T10:29:28.8581158Z Traceback (most recent call last): 2022-12-01T10:29:28.8581376Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:29:28.8581515Z return self._op(*args, **kwargs or {}) 2022-12-01T10:29:28.8581611Z RuntimeError: mat2 must be a matrix 2022-12-01T10:29:28.8581616Z 2022-12-01T10:29:28.8581751Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8581756Z 2022-12-01T10:29:28.8581834Z Traceback (most recent call last): 2022-12-01T10:29:28.8582101Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:29:28.8582199Z raise TorchRuntimeError() from e 2022-12-01T10:29:28.8582307Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:29:28.8582312Z 2022-12-01T10:29:28.8582382Z from user code: 2022-12-01T10:29:28.8582506Z File "test_sparse_csr.py", line 2002, in 2022-12-01T10:29:28.8582600Z return torch.mm(a, a.unsqueeze(0)) 2022-12-01T10:29:28.8582636Z 2022-12-01T10:29:28.8582773Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8582826Z ========== 2022-12-01T10:29:28.8582894Z ok (0.059s) 2022-12-01T10:29:28.8583250Z test_mul_cpu_float32 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 2049 2022-12-01T10:29:28.8583318Z due to: 2022-12-01T10:29:28.8583411Z Traceback (most recent call last): 2022-12-01T10:29:28.8583675Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8583823Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8583991Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8584009Z 2022-12-01T10:29:28.8584132Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8584137Z 2022-12-01T10:29:28.8584229Z Traceback (most recent call last): 2022-12-01T10:29:28.8584499Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8584568Z ) from e 2022-12-01T10:29:28.8584806Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8584812Z 2022-12-01T10:29:28.8584944Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8585008Z ========== 2022-12-01T10:29:28.8585077Z ok (0.159s) 2022-12-01T10:29:28.8585193Z test_mul_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.137s) 2022-12-01T10:29:28.8585578Z test_resize_as_sparse_compressed_SparseBSC_cpu_bool (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _check_resize_b_as_a test_sparse_csr.py line 1089 2022-12-01T10:29:28.8585644Z due to: 2022-12-01T10:29:28.8585736Z Traceback (most recent call last): 2022-12-01T10:29:28.8586000Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8586150Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8586331Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8586337Z 2022-12-01T10:29:28.8586473Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8586478Z 2022-12-01T10:29:28.8586557Z Traceback (most recent call last): 2022-12-01T10:29:28.8586827Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8586892Z ) from e 2022-12-01T10:29:28.8587129Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8587134Z 2022-12-01T10:29:28.8587265Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8587331Z ========== 2022-12-01T10:29:28.8587593Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _get_compressed_plain_inds test_sparse_csr.py line 1100 2022-12-01T10:29:28.8587706Z due to: 2022-12-01T10:29:28.8587785Z Traceback (most recent call last): 2022-12-01T10:29:28.8588045Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8588191Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8588370Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8588375Z 2022-12-01T10:29:28.8588512Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8588517Z 2022-12-01T10:29:28.8588609Z Traceback (most recent call last): 2022-12-01T10:29:28.8588875Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8588942Z ) from e 2022-12-01T10:29:28.8589210Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8589218Z 2022-12-01T10:29:28.8589339Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8589403Z ========== 2022-12-01T10:29:28.8589892Z /opt/conda/lib/python3.7/site-packages/torch/testing/_creation.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:29:28.8589991Z result = torch.complex(real, imag) 2022-12-01T10:29:28.8590061Z ok (0.055s) 2022-12-01T10:29:28.8590233Z test_resize_as_sparse_compressed_SparseBSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.042s) 2022-12-01T10:29:28.8590400Z test_resize_as_sparse_compressed_SparseBSR_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.052s) 2022-12-01T10:29:28.8590573Z test_resize_as_sparse_compressed_SparseBSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.041s) 2022-12-01T10:29:28.8590727Z test_resize_as_sparse_compressed_SparseCSC_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.054s) 2022-12-01T10:29:28.8590897Z test_resize_as_sparse_compressed_SparseCSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.044s) 2022-12-01T10:29:28.8591061Z test_resize_as_sparse_compressed_SparseCSR_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.057s) 2022-12-01T10:29:28.8591229Z test_resize_as_sparse_compressed_SparseCSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.047s) 2022-12-01T10:29:28.8591364Z test_resize_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8591493Z test_resize_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8591628Z test_resize_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8591762Z test_resize_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8591895Z test_resize_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8592010Z test_resize_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8592145Z test_resize_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8592271Z test_resize_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8592394Z test_resize_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8592516Z test_resize_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8592642Z test_resize_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8592765Z test_resize_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8592891Z test_resize_errors_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T10:29:28.8593026Z test_resize_errors_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8593169Z test_resize_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8593312Z test_resize_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8593484Z test_resize_errors_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8593621Z test_resize_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8593756Z test_resize_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8593895Z test_resize_errors_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8594085Z test_resize_errors_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8594222Z test_resize_errors_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8594357Z test_resize_errors_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8594493Z test_resize_errors_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8594894Z test_sampled_addmm_autograd_cpu_complex128 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 2289 2022-12-01T10:29:28.8594971Z due to: 2022-12-01T10:29:28.8595065Z Traceback (most recent call last): 2022-12-01T10:29:28.8595328Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8595462Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8595643Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8595649Z 2022-12-01T10:29:28.8595786Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8595791Z 2022-12-01T10:29:28.8595884Z Traceback (most recent call last): 2022-12-01T10:29:28.8596152Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8596220Z ) from e 2022-12-01T10:29:28.8596457Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8596465Z 2022-12-01T10:29:28.8596735Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8596805Z ========== 2022-12-01T10:29:28.8596861Z ok (0.022s) 2022-12-01T10:29:28.8597020Z test_sampled_addmm_autograd_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-12-01T10:29:28.8597176Z test_sampled_addmm_autograd_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8597322Z test_sampled_addmm_autograd_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8597669Z test_sampled_addmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT run_test test_sparse_csr.py line 2221 2022-12-01T10:29:28.8597738Z due to: 2022-12-01T10:29:28.8597831Z Traceback (most recent call last): 2022-12-01T10:29:28.8598099Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8598236Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8598418Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8598424Z 2022-12-01T10:29:28.8598561Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8598566Z 2022-12-01T10:29:28.8598658Z Traceback (most recent call last): 2022-12-01T10:29:28.8598926Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8598993Z ) from e 2022-12-01T10:29:28.8599231Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8599236Z 2022-12-01T10:29:28.8599370Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8599437Z ========== 2022-12-01T10:29:28.8599491Z ok (0.253s) 2022-12-01T10:29:28.8599637Z test_sampled_addmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.131s) 2022-12-01T10:29:28.8599833Z test_sampled_addmm_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.120s) 2022-12-01T10:29:28.8599974Z test_sampled_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.114s) 2022-12-01T10:29:28.8600151Z test_sampled_addmm_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:28.8600328Z test_sampled_addmm_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:28.8600500Z test_sampled_addmm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:28.8600672Z test_sampled_addmm_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:28.8600875Z test_sampled_addmm_zero_sized_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:28.8601056Z test_sampled_addmm_zero_sized_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:28.8601233Z test_sampled_addmm_zero_sized_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:28.8601405Z test_sampled_addmm_zero_sized_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:28.8601761Z test_select_SparseBSC_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_select test_sparse_csr.py line 966 2022-12-01T10:29:28.8601829Z due to: 2022-12-01T10:29:28.8601921Z Traceback (most recent call last): 2022-12-01T10:29:28.8602198Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/symbolic_convert.py", line 859, in BUILD_MAP 2022-12-01T10:29:28.8602321Z isinstance(k, TensorVariable) and k.parameter_value is not None 2022-12-01T10:29:28.8602397Z AssertionError 2022-12-01T10:29:28.8602402Z 2022-12-01T10:29:28.8602474Z from user code: 2022-12-01T10:29:28.8602588Z File "test_sparse_csr.py", line 974, in test_select 2022-12-01T10:29:28.8602704Z torch.sparse_bsc: torch.Tensor.ccol_indices, 2022-12-01T10:29:28.8602709Z 2022-12-01T10:29:28.8602841Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8602905Z ========== 2022-12-01T10:29:28.8602973Z ok (0.017s) 2022-12-01T10:29:28.8603111Z test_select_SparseBSC_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:29:28.8603265Z test_select_SparseBSC_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8603418Z test_select_SparseBSC_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8603569Z test_select_SparseBSC_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:29:28.8603714Z test_select_SparseBSC_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:29:28.8603854Z test_select_SparseBSC_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:29:28.8604002Z test_select_SparseBSC_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8604144Z test_select_SparseBSC_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8604276Z test_select_SparseBSC_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8604422Z test_select_SparseBSC_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8604565Z test_select_SparseBSC_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8604714Z test_select_SparseBSC_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:29:28.8604857Z test_select_SparseBSC_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8605007Z test_select_SparseBSC_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:29:28.8605160Z test_select_SparseBSC_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:29:28.8605343Z test_select_SparseBSC_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:29:28.8605474Z test_select_SparseBSC_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:29:28.8605615Z test_select_SparseBSC_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:29:28.8605760Z test_select_SparseBSC_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8605900Z test_select_SparseBSC_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8606046Z test_select_SparseBSC_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8606188Z test_select_SparseBSC_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8606328Z test_select_SparseBSC_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8606506Z test_select_SparseBSR_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8606653Z test_select_SparseBSR_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8606792Z test_select_SparseBSR_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:29:28.8606945Z test_select_SparseBSR_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:29:28.8607091Z test_select_SparseBSR_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8607237Z test_select_SparseBSR_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8607377Z test_select_SparseBSR_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8607524Z test_select_SparseBSR_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8607668Z test_select_SparseBSR_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8607811Z test_select_SparseBSR_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8607943Z test_select_SparseBSR_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8608084Z test_select_SparseBSR_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8608236Z test_select_SparseBSR_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8608377Z test_select_SparseBSR_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:29:28.8608526Z test_select_SparseBSR_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:29:28.8608674Z test_select_SparseBSR_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:29:28.8608818Z test_select_SparseBSR_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8608967Z test_select_SparseBSR_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8609096Z test_select_SparseBSR_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8609239Z test_select_SparseBSR_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:29:28.8609383Z test_select_SparseBSR_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8609520Z test_select_SparseBSR_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:29:28.8609662Z test_select_SparseBSR_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:29:28.8609802Z test_select_SparseBSR_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:29:28.8609952Z test_select_SparseCSC_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:29:28.8610095Z test_select_SparseCSC_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T10:29:28.8610250Z test_select_SparseCSC_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:29:28.8610389Z test_select_SparseCSC_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:29:28.8610566Z test_select_SparseCSC_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:29:28.8610707Z test_select_SparseCSC_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:29:28.8610843Z test_select_SparseCSC_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:29:28.8610985Z test_select_SparseCSC_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T10:29:28.8611121Z test_select_SparseCSC_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T10:29:28.8611258Z test_select_SparseCSC_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T10:29:28.8611398Z test_select_SparseCSC_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T10:29:28.8611553Z test_select_SparseCSC_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T10:29:28.8611700Z test_select_SparseCSC_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:29:28.8611843Z test_select_SparseCSC_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T10:29:28.8611993Z test_select_SparseCSC_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:29:28.8612138Z test_select_SparseCSC_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:29:28.8612284Z test_select_SparseCSC_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:29:28.8612428Z test_select_SparseCSC_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:29:28.8612568Z test_select_SparseCSC_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T10:29:28.8612700Z test_select_SparseCSC_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T10:29:28.8612841Z test_select_SparseCSC_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T10:29:28.8612978Z test_select_SparseCSC_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T10:29:28.8613120Z test_select_SparseCSC_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T10:29:28.8613257Z test_select_SparseCSC_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T10:29:28.8613404Z test_select_SparseCSR_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-12-01T10:29:28.8613550Z test_select_SparseCSR_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:29:28.8613700Z test_select_SparseCSR_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T10:29:28.8613835Z test_select_SparseCSR_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T10:29:28.8613980Z test_select_SparseCSR_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-12-01T10:29:28.8614127Z test_select_SparseCSR_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-12-01T10:29:28.8614266Z test_select_SparseCSR_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-12-01T10:29:28.8614412Z test_select_SparseCSR_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:29:28.8614553Z test_select_SparseCSR_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:29:28.8614689Z test_select_SparseCSR_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:29:28.8614831Z test_select_SparseCSR_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:29:28.8614971Z test_select_SparseCSR_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:29:28.8615107Z test_select_SparseCSR_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-12-01T10:29:28.8615248Z test_select_SparseCSR_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:29:28.8615401Z test_select_SparseCSR_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T10:29:28.8615551Z test_select_SparseCSR_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T10:29:28.8615730Z test_select_SparseCSR_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-12-01T10:29:28.8615870Z test_select_SparseCSR_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-12-01T10:29:28.8616010Z test_select_SparseCSR_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-12-01T10:29:28.8616153Z test_select_SparseCSR_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:29:28.8616282Z test_select_SparseCSR_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:29:28.8616420Z test_select_SparseCSR_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:29:28.8616557Z test_select_SparseCSR_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:29:28.8616726Z test_select_SparseCSR_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:29:28.8617094Z test_sparse_add_cpu_complex128 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 2121 2022-12-01T10:29:28.8617164Z due to: 2022-12-01T10:29:28.8617257Z Traceback (most recent call last): 2022-12-01T10:29:28.8617520Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8617655Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8617833Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8617838Z 2022-12-01T10:29:28.8617975Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8617980Z 2022-12-01T10:29:28.8618071Z Traceback (most recent call last): 2022-12-01T10:29:28.8618341Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8618408Z ) from e 2022-12-01T10:29:28.8618647Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8618653Z 2022-12-01T10:29:28.8618787Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8618850Z ========== 2022-12-01T10:29:28.8618903Z ok (0.102s) 2022-12-01T10:29:28.8619043Z test_sparse_add_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-12-01T10:29:28.8619180Z test_sparse_add_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T10:29:28.8619317Z test_sparse_add_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T10:29:28.8619685Z test_sparse_add_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 2138 2022-12-01T10:29:28.8619750Z due to: 2022-12-01T10:29:28.8619842Z Traceback (most recent call last): 2022-12-01T10:29:28.8620104Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8620240Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8620420Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8620425Z 2022-12-01T10:29:28.8620560Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8620565Z 2022-12-01T10:29:28.8620652Z Traceback (most recent call last): 2022-12-01T10:29:28.8620921Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8620987Z ) from e 2022-12-01T10:29:28.8621225Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8621230Z 2022-12-01T10:29:28.8621362Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8621413Z ========== 2022-12-01T10:29:28.8621525Z ok (0.024s) 2022-12-01T10:29:28.8621672Z test_sparse_add_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:29:28.8621817Z test_sparse_add_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T10:29:28.8621962Z test_sparse_add_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:29:28.8622325Z test_sparse_addmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 1822 2022-12-01T10:29:28.8622390Z due to: 2022-12-01T10:29:28.8622480Z Traceback (most recent call last): 2022-12-01T10:29:28.8622732Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8622877Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8623087Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8623095Z 2022-12-01T10:29:28.8623231Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8623236Z 2022-12-01T10:29:28.8623327Z Traceback (most recent call last): 2022-12-01T10:29:28.8623595Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8623662Z ) from e 2022-12-01T10:29:28.8623901Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8623907Z 2022-12-01T10:29:28.8624040Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8624090Z ========== 2022-12-01T10:29:28.8624155Z ok (0.090s) 2022-12-01T10:29:28.8624297Z test_sparse_addmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.044s) 2022-12-01T10:29:28.8624439Z test_sparse_addmm_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T10:29:28.8624577Z test_sparse_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T10:29:28.8624931Z test_sparse_csc_to_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT to_compressed test_sparse_csr.py line 1247 2022-12-01T10:29:28.8624997Z due to: 2022-12-01T10:29:28.8625089Z Traceback (most recent call last): 2022-12-01T10:29:28.8625290Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:29:28.8625389Z return self._op(*args, **kwargs or {}) 2022-12-01T10:29:28.8627274Z NotImplementedError: Could not run 'aten::to_sparse_csc' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_sparse_csc' is only available for these backends: [CPU, SparseCPU, SparseCsrCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:29:28.8627297Z 2022-12-01T10:29:28.8627458Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:29:28.8627649Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-12-01T10:29:28.8627850Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-12-01T10:29:28.8628090Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:29:28.8628343Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:29:28.8628574Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:29:28.8628789Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:29:28.8628982Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:29:28.8629169Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:29:28.8629387Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:29:28.8629571Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:29:28.8629799Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:29:28.8630007Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8630208Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8630412Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8630614Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8630812Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8631013Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8631208Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8631406Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8631588Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8631783Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8631985Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8632184Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8632397Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8632608Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8632815Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8633029Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8633210Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_1.cpp:15586 [kernel] 2022-12-01T10:29:28.8633407Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:29:28.8633625Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:29:28.8633857Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:29:28.8634169Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:29:28.8634372Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:29:28.8634583Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:29:28.8634834Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:29:28.8635052Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:29:28.8635285Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:29:28.8635498Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:29:28.8635503Z 2022-12-01T10:29:28.8635508Z 2022-12-01T10:29:28.8635646Z During handling of the above exception, another exception occurred: 2022-12-01T10:29:28.8635652Z 2022-12-01T10:29:28.8635747Z Traceback (most recent call last): 2022-12-01T10:29:28.8635968Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:29:28.8636121Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:29:28.8636270Z NotImplementedError: Cannot access storage of SparseCsrTensorImpl 2022-12-01T10:29:28.8636277Z 2022-12-01T10:29:28.8636417Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8636422Z 2022-12-01T10:29:28.8636515Z Traceback (most recent call last): 2022-12-01T10:29:28.8636951Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:29:28.8637052Z raise TorchRuntimeError() from e 2022-12-01T10:29:28.8637163Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:29:28.8637168Z 2022-12-01T10:29:28.8637225Z from user code: 2022-12-01T10:29:28.8637343Z File "test_sparse_csr.py", line 1248, in to_compressed 2022-12-01T10:29:28.8637467Z return getattr(t, f"to_sparse_{compressed_format_str}")() 2022-12-01T10:29:28.8637472Z 2022-12-01T10:29:28.8637606Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8637671Z ========== 2022-12-01T10:29:28.8637742Z ok (0.036s) 2022-12-01T10:29:28.8637889Z test_sparse_csc_to_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T10:29:28.8638046Z test_sparse_csc_to_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-12-01T10:29:28.8638185Z test_sparse_csc_to_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:29:28.8638331Z test_sparse_csc_to_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:29:28.8638466Z test_sparse_csc_to_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:29:28.8638603Z test_sparse_csc_to_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:29:28.8638744Z test_sparse_csc_to_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:29:28.8638888Z test_sparse_csc_to_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T10:29:28.8639031Z test_sparse_csc_to_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8639172Z test_sparse_csc_to_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8639361Z test_sparse_csc_to_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8639741Z test_sparse_csr_from_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr_from_dense test_sparse_csr.py line 1224 2022-12-01T10:29:28.8639810Z due to: 2022-12-01T10:29:28.8639902Z Traceback (most recent call last): 2022-12-01T10:29:28.8640120Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:29:28.8640214Z return self._op(*args, **kwargs or {}) 2022-12-01T10:29:28.8642095Z NotImplementedError: Could not run 'aten::to_sparse_csr' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_sparse_csr' is only available for these backends: [CPU, SparseCPU, SparseCsrCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:29:28.8642106Z 2022-12-01T10:29:28.8642281Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:29:28.8642470Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-12-01T10:29:28.8642670Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-12-01T10:29:28.8642906Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:29:28.8643107Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:29:28.8643340Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:29:28.8643544Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:29:28.8643733Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:29:28.8643922Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:29:28.8644110Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:29:28.8644304Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:29:28.8644529Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:29:28.8644734Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8644936Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8645140Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8645334Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8645563Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8645764Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8645958Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8646156Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8646352Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8646547Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8646778Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8646981Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8647193Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8647408Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8647608Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8647822Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8648003Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_4.cpp:12871 [kernel] 2022-12-01T10:29:28.8648201Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:29:28.8648396Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:29:28.8648627Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:29:28.8648862Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:29:28.8649055Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:29:28.8649266Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:29:28.8649480Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:29:28.8649685Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:29:28.8649915Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:29:28.8650126Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:29:28.8650131Z 2022-12-01T10:29:28.8650135Z 2022-12-01T10:29:28.8650273Z During handling of the above exception, another exception occurred: 2022-12-01T10:29:28.8650278Z 2022-12-01T10:29:28.8650370Z Traceback (most recent call last): 2022-12-01T10:29:28.8650599Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:29:28.8650751Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:29:28.8650927Z NotImplementedError: Cannot access storage of SparseCsrTensorImpl 2022-12-01T10:29:28.8650932Z 2022-12-01T10:29:28.8651068Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8651073Z 2022-12-01T10:29:28.8651166Z Traceback (most recent call last): 2022-12-01T10:29:28.8651421Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:29:28.8651517Z raise TorchRuntimeError() from e 2022-12-01T10:29:28.8651626Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:29:28.8651630Z 2022-12-01T10:29:28.8651698Z from user code: 2022-12-01T10:29:28.8651829Z File "test_sparse_csr.py", line 1227, in test_sparse_csr_from_dense 2022-12-01T10:29:28.8651917Z sparse = dense.to_sparse_csr() 2022-12-01T10:29:28.8651922Z 2022-12-01T10:29:28.8652054Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8652146Z ========== 2022-12-01T10:29:28.8652201Z ok (0.015s) 2022-12-01T10:29:28.8652352Z test_sparse_csr_from_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8652501Z test_sparse_csr_from_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T10:29:28.8652651Z test_sparse_csr_from_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T10:29:28.8652800Z test_sparse_csr_from_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8652946Z test_sparse_csr_from_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8653085Z test_sparse_csr_from_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8653217Z test_sparse_csr_from_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8653356Z test_sparse_csr_from_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8653500Z test_sparse_csr_from_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8653642Z test_sparse_csr_from_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8653787Z test_sparse_csr_from_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8653934Z test_sparse_csr_to_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-12-01T10:29:28.8654076Z test_sparse_csr_to_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8654226Z test_sparse_csr_to_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-12-01T10:29:28.8654372Z test_sparse_csr_to_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-12-01T10:29:28.8654501Z test_sparse_csr_to_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8654640Z test_sparse_csr_to_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8654786Z test_sparse_csr_to_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:29:28.8654926Z test_sparse_csr_to_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8655069Z test_sparse_csr_to_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8655209Z test_sparse_csr_to_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8655348Z test_sparse_csr_to_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8655485Z test_sparse_csr_to_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8655629Z test_sparse_csr_unary_inplace_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T10:29:28.8655787Z test_sparse_csr_unary_inplace_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-12-01T10:29:28.8655944Z test_sparse_csr_unary_inplace_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-12-01T10:29:28.8656103Z test_sparse_csr_unary_inplace_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-12-01T10:29:28.8656291Z test_sparse_csr_unary_inplace_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8656446Z test_sparse_csr_unary_inplace_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8656598Z test_sparse_csr_unary_inplace_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8656750Z test_sparse_csr_unary_inplace_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T10:29:28.8656889Z test_sparse_csr_unary_inplace_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8657038Z test_sparse_csr_unary_inplace_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8657185Z test_sparse_csr_unary_inplace_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8657366Z test_sparse_csr_unary_inplace_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8657577Z test_sparse_csr_unary_inplace_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8657783Z test_sparse_csr_unary_inplace_angle_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8657992Z test_sparse_csr_unary_inplace_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8658197Z test_sparse_csr_unary_inplace_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8658397Z test_sparse_csr_unary_inplace_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8658602Z test_sparse_csr_unary_inplace_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8658791Z test_sparse_csr_unary_inplace_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8658994Z test_sparse_csr_unary_inplace_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8659196Z test_sparse_csr_unary_inplace_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8659397Z test_sparse_csr_unary_inplace_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8659594Z test_sparse_csr_unary_inplace_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8659790Z test_sparse_csr_unary_inplace_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8659949Z test_sparse_csr_unary_inplace_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8660105Z test_sparse_csr_unary_inplace_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8660268Z test_sparse_csr_unary_inplace_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8660427Z test_sparse_csr_unary_inplace_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8660569Z test_sparse_csr_unary_inplace_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8660722Z test_sparse_csr_unary_inplace_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8660875Z test_sparse_csr_unary_inplace_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8661027Z test_sparse_csr_unary_inplace_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8661184Z test_sparse_csr_unary_inplace_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8661333Z test_sparse_csr_unary_inplace_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8661514Z test_sparse_csr_unary_inplace_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8661671Z test_sparse_csr_unary_inplace_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8661808Z test_sparse_csr_unary_inplace_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8661970Z test_sparse_csr_unary_inplace_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8662129Z test_sparse_csr_unary_inplace_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8662287Z test_sparse_csr_unary_inplace_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8662441Z test_sparse_csr_unary_inplace_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8662625Z test_sparse_csr_unary_inplace_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8662779Z test_sparse_csr_unary_inplace_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8662929Z test_sparse_csr_unary_inplace_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8663080Z test_sparse_csr_unary_inplace_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8663218Z test_sparse_csr_unary_inplace_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8663374Z test_sparse_csr_unary_inplace_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8663527Z test_sparse_csr_unary_inplace_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8663687Z test_sparse_csr_unary_inplace_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8663848Z test_sparse_csr_unary_inplace_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8664003Z test_sparse_csr_unary_inplace_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8664159Z test_sparse_csr_unary_inplace_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8664308Z test_sparse_csr_unary_inplace_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8664446Z test_sparse_csr_unary_inplace_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8664592Z test_sparse_csr_unary_inplace_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8664742Z test_sparse_csr_unary_inplace_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8664890Z test_sparse_csr_unary_inplace_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8665049Z test_sparse_csr_unary_inplace_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8665205Z test_sparse_csr_unary_inplace_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8665370Z test_sparse_csr_unary_inplace_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8665532Z test_sparse_csr_unary_inplace_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8665687Z test_sparse_csr_unary_inplace_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8665829Z test_sparse_csr_unary_inplace_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8665981Z test_sparse_csr_unary_inplace_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8666134Z test_sparse_csr_unary_inplace_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8666284Z test_sparse_csr_unary_inplace_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8666437Z test_sparse_csr_unary_inplace_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8666590Z test_sparse_csr_unary_inplace_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8666786Z test_sparse_csr_unary_inplace_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8666939Z test_sparse_csr_unary_inplace_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8667081Z test_sparse_csr_unary_inplace_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8667231Z test_sparse_csr_unary_inplace_ceil_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8667381Z test_sparse_csr_unary_inplace_ceil_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8667529Z test_sparse_csr_unary_inplace_ceil_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8667708Z test_sparse_csr_unary_inplace_ceil_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8667860Z test_sparse_csr_unary_inplace_ceil_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8668033Z test_sparse_csr_unary_inplace_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8668200Z test_sparse_csr_unary_inplace_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8668372Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8668532Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8668703Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8668869Z test_sparse_csr_unary_inplace_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8669036Z test_sparse_csr_unary_inplace_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8669196Z test_sparse_csr_unary_inplace_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8669361Z test_sparse_csr_unary_inplace_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8669522Z test_sparse_csr_unary_inplace_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8669685Z test_sparse_csr_unary_inplace_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8669847Z test_sparse_csr_unary_inplace_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8669994Z test_sparse_csr_unary_inplace_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8670154Z test_sparse_csr_unary_inplace_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8670309Z test_sparse_csr_unary_inplace_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8670462Z test_sparse_csr_unary_inplace_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8670617Z test_sparse_csr_unary_inplace_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8670768Z test_sparse_csr_unary_inplace_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8670920Z test_sparse_csr_unary_inplace_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8671069Z test_sparse_csr_unary_inplace_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8671206Z test_sparse_csr_unary_inplace_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8671357Z test_sparse_csr_unary_inplace_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8671516Z test_sparse_csr_unary_inplace_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8671673Z test_sparse_csr_unary_inplace_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8671861Z test_sparse_csr_unary_inplace_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8672016Z test_sparse_csr_unary_inplace_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8672171Z test_sparse_csr_unary_inplace_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8672325Z test_sparse_csr_unary_inplace_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8672476Z test_sparse_csr_unary_inplace_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8672616Z test_sparse_csr_unary_inplace_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8672769Z test_sparse_csr_unary_inplace_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8672954Z test_sparse_csr_unary_inplace_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8673109Z test_sparse_csr_unary_inplace_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8673268Z test_sparse_csr_unary_inplace_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8673421Z test_sparse_csr_unary_inplace_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8673573Z test_sparse_csr_unary_inplace_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8673725Z test_sparse_csr_unary_inplace_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8673874Z test_sparse_csr_unary_inplace_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8674107Z test_sparse_csr_unary_inplace_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8674261Z test_sparse_csr_unary_inplace_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8674422Z test_sparse_csr_unary_inplace_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8674581Z test_sparse_csr_unary_inplace_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8674738Z test_sparse_csr_unary_inplace_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8674885Z test_sparse_csr_unary_inplace_floor_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8675037Z test_sparse_csr_unary_inplace_floor_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8675191Z test_sparse_csr_unary_inplace_floor_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8675330Z test_sparse_csr_unary_inplace_floor_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8675482Z test_sparse_csr_unary_inplace_floor_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8675695Z test_sparse_csr_unary_inplace_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8675902Z test_sparse_csr_unary_inplace_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8676113Z test_sparse_csr_unary_inplace_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8676321Z test_sparse_csr_unary_inplace_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8676664Z test_sparse_csr_unary_inplace_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8676871Z test_sparse_csr_unary_inplace_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8677076Z test_sparse_csr_unary_inplace_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8677350Z test_sparse_csr_unary_inplace_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8677538Z test_sparse_csr_unary_inplace_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8677737Z test_sparse_csr_unary_inplace_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8677934Z test_sparse_csr_unary_inplace_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8678136Z test_sparse_csr_unary_inplace_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8678369Z test_sparse_csr_unary_inplace_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8678576Z test_sparse_csr_unary_inplace_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8678780Z test_sparse_csr_unary_inplace_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8678988Z test_sparse_csr_unary_inplace_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8679195Z test_sparse_csr_unary_inplace_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8679396Z test_sparse_csr_unary_inplace_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8679595Z test_sparse_csr_unary_inplace_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8679787Z test_sparse_csr_unary_inplace_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8679988Z test_sparse_csr_unary_inplace_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8680187Z test_sparse_csr_unary_inplace_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8680385Z test_sparse_csr_unary_inplace_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8680581Z test_sparse_csr_unary_inplace_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8680779Z test_sparse_csr_unary_inplace_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8680992Z test_sparse_csr_unary_inplace_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8681201Z test_sparse_csr_unary_inplace_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8681410Z test_sparse_csr_unary_inplace_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8681615Z test_sparse_csr_unary_inplace_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8681804Z test_sparse_csr_unary_inplace_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8682008Z test_sparse_csr_unary_inplace_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8682218Z test_sparse_csr_unary_inplace_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8682449Z test_sparse_csr_unary_inplace_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8682650Z test_sparse_csr_unary_inplace_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8682853Z test_sparse_csr_unary_inplace_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8683060Z test_sparse_csr_unary_inplace_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8683263Z test_sparse_csr_unary_inplace_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8683494Z test_sparse_csr_unary_inplace_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8683706Z test_sparse_csr_unary_inplace_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8683911Z test_sparse_csr_unary_inplace_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8684099Z test_sparse_csr_unary_inplace_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8684303Z test_sparse_csr_unary_inplace_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8684498Z test_sparse_csr_unary_inplace_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8684702Z test_sparse_csr_unary_inplace_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8684906Z test_sparse_csr_unary_inplace_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8685066Z test_sparse_csr_unary_inplace_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8685222Z test_sparse_csr_unary_inplace_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8685380Z test_sparse_csr_unary_inplace_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8685539Z test_sparse_csr_unary_inplace_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8685680Z test_sparse_csr_unary_inplace_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8685833Z test_sparse_csr_unary_inplace_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8685987Z test_sparse_csr_unary_inplace_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8686141Z test_sparse_csr_unary_inplace_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8686292Z test_sparse_csr_unary_inplace_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8686448Z test_sparse_csr_unary_inplace_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8686606Z test_sparse_csr_unary_inplace_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8686763Z test_sparse_csr_unary_inplace_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8686919Z test_sparse_csr_unary_inplace_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8687059Z test_sparse_csr_unary_inplace_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8687213Z test_sparse_csr_unary_inplace_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8687363Z test_sparse_csr_unary_inplace_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8687547Z test_sparse_csr_unary_inplace_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8687698Z test_sparse_csr_unary_inplace_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8687848Z test_sparse_csr_unary_inplace_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8688000Z test_sparse_csr_unary_inplace_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8688149Z test_sparse_csr_unary_inplace_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8688295Z test_sparse_csr_unary_inplace_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8688448Z test_sparse_csr_unary_inplace_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8688627Z test_sparse_csr_unary_inplace_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8688781Z test_sparse_csr_unary_inplace_round_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8688931Z test_sparse_csr_unary_inplace_round_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8689086Z test_sparse_csr_unary_inplace_round_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8689236Z test_sparse_csr_unary_inplace_round_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8689384Z test_sparse_csr_unary_inplace_round_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8689541Z test_sparse_csr_unary_inplace_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8689679Z test_sparse_csr_unary_inplace_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8689839Z test_sparse_csr_unary_inplace_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8689993Z test_sparse_csr_unary_inplace_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8690149Z test_sparse_csr_unary_inplace_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8690301Z test_sparse_csr_unary_inplace_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8690453Z test_sparse_csr_unary_inplace_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8690604Z test_sparse_csr_unary_inplace_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8690753Z test_sparse_csr_unary_inplace_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8690891Z test_sparse_csr_unary_inplace_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8691041Z test_sparse_csr_unary_inplace_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8691194Z test_sparse_csr_unary_inplace_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8691345Z test_sparse_csr_unary_inplace_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8691500Z test_sparse_csr_unary_inplace_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8691647Z test_sparse_csr_unary_inplace_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8691800Z test_sparse_csr_unary_inplace_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8691953Z test_sparse_csr_unary_inplace_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8692106Z test_sparse_csr_unary_inplace_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8692246Z test_sparse_csr_unary_inplace_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8692398Z test_sparse_csr_unary_inplace_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8692548Z test_sparse_csr_unary_inplace_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8692728Z test_sparse_csr_unary_inplace_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8692876Z test_sparse_csr_unary_inplace_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8693083Z test_sparse_csr_unary_inplace_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8693283Z test_sparse_csr_unary_inplace_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8693488Z test_sparse_csr_unary_inplace_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8693715Z test_sparse_csr_unary_inplace_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8693907Z test_sparse_csr_unary_inplace_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8694110Z test_sparse_csr_unary_inplace_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8694312Z test_sparse_csr_unary_inplace_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8694513Z test_sparse_csr_unary_inplace_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8694713Z test_sparse_csr_unary_inplace_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8694919Z test_sparse_csr_unary_inplace_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T10:29:28.8695074Z test_sparse_csr_unary_inplace_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8695229Z test_sparse_csr_unary_inplace_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8695391Z test_sparse_csr_unary_inplace_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8695548Z test_sparse_csr_unary_inplace_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8695688Z test_sparse_csr_unary_inplace_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8695841Z test_sparse_csr_unary_inplace_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8695991Z test_sparse_csr_unary_inplace_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8696142Z test_sparse_csr_unary_inplace_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8696291Z test_sparse_csr_unary_inplace_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8696442Z test_sparse_csr_unary_inplace_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8696590Z test_sparse_csr_unary_inplace_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8696746Z test_sparse_csr_unary_inplace_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8696884Z test_sparse_csr_unary_inplace_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8697044Z test_sparse_csr_unary_inplace_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8697199Z test_sparse_csr_unary_inplace_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8697352Z test_sparse_csr_unary_inplace_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8697506Z test_sparse_csr_unary_inplace_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8697657Z test_sparse_csr_unary_inplace_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8697834Z test_sparse_csr_unary_inplace_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8697981Z test_sparse_csr_unary_inplace_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8698129Z test_sparse_csr_unary_inplace_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8698264Z test_sparse_csr_unary_inplace_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8698416Z test_sparse_csr_unary_inplace_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8698563Z test_sparse_csr_unary_inplace_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8698719Z test_sparse_csr_unary_inplace_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8698900Z test_sparse_csr_unary_inplace_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8699059Z test_sparse_csr_unary_inplace_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8699213Z test_sparse_csr_unary_inplace_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8699362Z test_sparse_csr_unary_inplace_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8699499Z test_sparse_csr_unary_inplace_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8699644Z test_sparse_csr_unary_inplace_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8699795Z test_sparse_csr_unary_inplace_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8699942Z test_sparse_csr_unary_inplace_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8700096Z test_sparse_csr_unary_inplace_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8700247Z test_sparse_csr_unary_inplace_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8700406Z test_sparse_csr_unary_inplace_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8700560Z test_sparse_csr_unary_inplace_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8700713Z test_sparse_csr_unary_inplace_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8700854Z test_sparse_csr_unary_inplace_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8701004Z test_sparse_csr_unary_inplace_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8701152Z test_sparse_csr_unary_inplace_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8701297Z test_sparse_csr_unary_inplace_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8701450Z test_sparse_csr_unary_inplace_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8701600Z test_sparse_csr_unary_inplace_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8701757Z test_sparse_csr_unary_inplace_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8701908Z test_sparse_csr_unary_inplace_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8702066Z test_sparse_csr_unary_inplace_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8702214Z test_sparse_csr_unary_inplace_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8702368Z test_sparse_csr_unary_inplace_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8702521Z test_sparse_csr_unary_inplace_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8702675Z test_sparse_csr_unary_inplace_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8702828Z test_sparse_csr_unary_inplace_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8703017Z test_sparse_csr_unary_inplace_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8703166Z test_sparse_csr_unary_inplace_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8703318Z test_sparse_csr_unary_inplace_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:29:28.8703463Z test_sparse_csr_unary_inplace_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8703619Z test_sparse_csr_unary_inplace_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8703773Z test_sparse_csr_unary_inplace_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8703926Z test_sparse_csr_unary_inplace_trunc_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8704110Z test_sparse_csr_unary_inplace_trunc_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8704263Z test_sparse_csr_unary_inplace_trunc_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8704415Z test_sparse_csr_unary_inplace_trunc_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8704569Z test_sparse_csr_unary_inplace_trunc_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8704719Z test_sparse_csr_unary_out_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:29:28.8705334Z test_sparse_csr_unary_out_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-12-01T10:29:28.8705427Z return self.op(*args, **kwargs) 2022-12-01T10:29:28.8705499Z ok (0.007s) 2022-12-01T10:29:28.8705653Z test_sparse_csr_unary_out_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8705804Z test_sparse_csr_unary_out_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8705956Z test_sparse_csr_unary_out_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8706106Z test_sparse_csr_unary_out_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8706255Z test_sparse_csr_unary_out_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8706388Z test_sparse_csr_unary_out_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8706534Z test_sparse_csr_unary_out_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8706675Z test_sparse_csr_unary_out_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8706825Z test_sparse_csr_unary_out_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8706966Z test_sparse_csr_unary_out_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8707123Z test_sparse_csr_unary_out_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8707275Z test_sparse_csr_unary_out_angle_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8707434Z test_sparse_csr_unary_out_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8707590Z test_sparse_csr_unary_out_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8707728Z test_sparse_csr_unary_out_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8707877Z test_sparse_csr_unary_out_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8708023Z test_sparse_csr_unary_out_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8708173Z test_sparse_csr_unary_out_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8708352Z test_sparse_csr_unary_out_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8708501Z test_sparse_csr_unary_out_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8708650Z test_sparse_csr_unary_out_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8708798Z test_sparse_csr_unary_out_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8708935Z test_sparse_csr_unary_out_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8709080Z test_sparse_csr_unary_out_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8709235Z test_sparse_csr_unary_out_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8709389Z test_sparse_csr_unary_out_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8709565Z test_sparse_csr_unary_out_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8709720Z test_sparse_csr_unary_out_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8709868Z test_sparse_csr_unary_out_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8710013Z test_sparse_csr_unary_out_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8710160Z test_sparse_csr_unary_out_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8710294Z test_sparse_csr_unary_out_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8710439Z test_sparse_csr_unary_out_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8710590Z test_sparse_csr_unary_out_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8710736Z test_sparse_csr_unary_out_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8710893Z test_sparse_csr_unary_out_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8711048Z test_sparse_csr_unary_out_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8711200Z test_sparse_csr_unary_out_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8711349Z test_sparse_csr_unary_out_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8711482Z test_sparse_csr_unary_out_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8711631Z test_sparse_csr_unary_out_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8711774Z test_sparse_csr_unary_out_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8711919Z test_sparse_csr_unary_out_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8712068Z test_sparse_csr_unary_out_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8712222Z test_sparse_csr_unary_out_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8712369Z test_sparse_csr_unary_out_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8712522Z test_sparse_csr_unary_out_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8712673Z test_sparse_csr_unary_out_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8712809Z test_sparse_csr_unary_out_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8712959Z test_sparse_csr_unary_out_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8713102Z test_sparse_csr_unary_out_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8713242Z test_sparse_csr_unary_out_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8713391Z test_sparse_csr_unary_out_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8713564Z test_sparse_csr_unary_out_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8713709Z test_sparse_csr_unary_out_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8713860Z test_sparse_csr_unary_out_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8714052Z test_sparse_csr_unary_out_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8714216Z test_sparse_csr_unary_out_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8714374Z test_sparse_csr_unary_out_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8714534Z test_sparse_csr_unary_out_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8714787Z test_sparse_csr_unary_out_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8714942Z test_sparse_csr_unary_out_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8715094Z test_sparse_csr_unary_out_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8715243Z test_sparse_csr_unary_out_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8715377Z test_sparse_csr_unary_out_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8715525Z test_sparse_csr_unary_out_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8715675Z test_sparse_csr_unary_out_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8715826Z test_sparse_csr_unary_out_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8715979Z test_sparse_csr_unary_out_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8716127Z test_sparse_csr_unary_out_ceil_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8716277Z test_sparse_csr_unary_out_ceil_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8716423Z test_sparse_csr_unary_out_ceil_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8716681Z test_sparse_csr_unary_out_ceil_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8716818Z test_sparse_csr_unary_out_ceil_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8716983Z test_sparse_csr_unary_out_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8717144Z test_sparse_csr_unary_out_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8717313Z test_sparse_csr_unary_out_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8717482Z test_sparse_csr_unary_out_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8717642Z test_sparse_csr_unary_out_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8717806Z test_sparse_csr_unary_out_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8717970Z test_sparse_csr_unary_out_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8718118Z test_sparse_csr_unary_out_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8718278Z test_sparse_csr_unary_out_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8718437Z test_sparse_csr_unary_out_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8718595Z test_sparse_csr_unary_out_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8718757Z test_sparse_csr_unary_out_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8718916Z test_sparse_csr_unary_out_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8719116Z test_sparse_csr_unary_out_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8719265Z test_sparse_csr_unary_out_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8719415Z test_sparse_csr_unary_out_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8719551Z test_sparse_csr_unary_out_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8719697Z test_sparse_csr_unary_out_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8719839Z test_sparse_csr_unary_out_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8719979Z test_sparse_csr_unary_out_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8720160Z test_sparse_csr_unary_out_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8720305Z test_sparse_csr_unary_out_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8720463Z test_sparse_csr_unary_out_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8720614Z test_sparse_csr_unary_out_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8720753Z test_sparse_csr_unary_out_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8720904Z test_sparse_csr_unary_out_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8721053Z test_sparse_csr_unary_out_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8721201Z test_sparse_csr_unary_out_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8721346Z test_sparse_csr_unary_out_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8721496Z test_sparse_csr_unary_out_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8721647Z test_sparse_csr_unary_out_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8721800Z test_sparse_csr_unary_out_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8721947Z test_sparse_csr_unary_out_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8722083Z test_sparse_csr_unary_out_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8722234Z test_sparse_csr_unary_out_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8722385Z test_sparse_csr_unary_out_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8722530Z test_sparse_csr_unary_out_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8722676Z test_sparse_csr_unary_out_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8722823Z test_sparse_csr_unary_out_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8722973Z test_sparse_csr_unary_out_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8723122Z test_sparse_csr_unary_out_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8723258Z test_sparse_csr_unary_out_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8723406Z test_sparse_csr_unary_out_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8723552Z test_sparse_csr_unary_out_floor_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8723697Z test_sparse_csr_unary_out_floor_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8723841Z test_sparse_csr_unary_out_floor_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8723988Z test_sparse_csr_unary_out_floor_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8724133Z test_sparse_csr_unary_out_floor_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8724351Z test_sparse_csr_unary_out_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:29:28.8724536Z test_sparse_csr_unary_out_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:29:28.8724712Z test_sparse_csr_unary_out_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:29:28.8724899Z test_sparse_csr_unary_out_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:29:28.8725089Z test_sparse_csr_unary_out_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:29:28.8725300Z test_sparse_csr_unary_out_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:29:28.8725486Z test_sparse_csr_unary_out_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:29:28.8725671Z test_sparse_csr_unary_out_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:29:28.8725854Z test_sparse_csr_unary_out_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:29:28.8726029Z test_sparse_csr_unary_out_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:29:28.8726201Z test_sparse_csr_unary_out_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:29:28.8726383Z test_sparse_csr_unary_out_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:29:28.8726558Z test_sparse_csr_unary_out_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:29:28.8726745Z test_sparse_csr_unary_out_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:29:28.8726930Z test_sparse_csr_unary_out_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:29:28.8727117Z test_sparse_csr_unary_out_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:29:28.8727305Z test_sparse_csr_unary_out_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:29:28.8727489Z test_sparse_csr_unary_out_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:29:28.8727673Z test_sparse_csr_unary_out_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:29:28.8727853Z test_sparse_csr_unary_out_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:29:28.8728032Z test_sparse_csr_unary_out_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:29:28.8728198Z test_sparse_csr_unary_out_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:29:28.8728372Z test_sparse_csr_unary_out_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:29:28.8728555Z test_sparse_csr_unary_out_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:29:28.8728735Z test_sparse_csr_unary_out_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:29:28.8728894Z test_sparse_csr_unary_out_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8729047Z test_sparse_csr_unary_out_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8729206Z test_sparse_csr_unary_out_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8729391Z test_sparse_csr_unary_out_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8729545Z test_sparse_csr_unary_out_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8729684Z test_sparse_csr_unary_out_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8729834Z test_sparse_csr_unary_out_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8729982Z test_sparse_csr_unary_out_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8730132Z test_sparse_csr_unary_out_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8730282Z test_sparse_csr_unary_out_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8730461Z test_sparse_csr_unary_out_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8730614Z test_sparse_csr_unary_out_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8730772Z test_sparse_csr_unary_out_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8730927Z test_sparse_csr_unary_out_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8731068Z test_sparse_csr_unary_out_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8731217Z test_sparse_csr_unary_out_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8731366Z test_sparse_csr_unary_out_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8731513Z test_sparse_csr_unary_out_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8731660Z test_sparse_csr_unary_out_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8731811Z test_sparse_csr_unary_out_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8731960Z test_sparse_csr_unary_out_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8732109Z test_sparse_csr_unary_out_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8732247Z test_sparse_csr_unary_out_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8732391Z test_sparse_csr_unary_out_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8732540Z test_sparse_csr_unary_out_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8732687Z test_sparse_csr_unary_out_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8732834Z test_sparse_csr_unary_out_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8732983Z test_sparse_csr_unary_out_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8733131Z test_sparse_csr_unary_out_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8733283Z test_sparse_csr_unary_out_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8733434Z test_sparse_csr_unary_out_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8733569Z test_sparse_csr_unary_out_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8733719Z test_sparse_csr_unary_out_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8733866Z test_sparse_csr_unary_out_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8734014Z test_sparse_csr_unary_out_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8734160Z test_sparse_csr_unary_out_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8734308Z test_sparse_csr_unary_out_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8734479Z test_sparse_csr_unary_out_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8734625Z test_sparse_csr_unary_out_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8734757Z test_sparse_csr_unary_out_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8734900Z test_sparse_csr_unary_out_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8735052Z test_sparse_csr_unary_out_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8735201Z test_sparse_csr_unary_out_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8735346Z test_sparse_csr_unary_out_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8735492Z test_sparse_csr_unary_out_round_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8735666Z test_sparse_csr_unary_out_round_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8735816Z test_sparse_csr_unary_out_round_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8735953Z test_sparse_csr_unary_out_round_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8736101Z test_sparse_csr_unary_out_round_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8736249Z test_sparse_csr_unary_out_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8736395Z test_sparse_csr_unary_out_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8736547Z test_sparse_csr_unary_out_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8736696Z test_sparse_csr_unary_out_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8736845Z test_sparse_csr_unary_out_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8736991Z test_sparse_csr_unary_out_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8737140Z test_sparse_csr_unary_out_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8737272Z test_sparse_csr_unary_out_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8737418Z test_sparse_csr_unary_out_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8737562Z test_sparse_csr_unary_out_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8737705Z test_sparse_csr_unary_out_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8737851Z test_sparse_csr_unary_out_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8737992Z test_sparse_csr_unary_out_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8738145Z test_sparse_csr_unary_out_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8738290Z test_sparse_csr_unary_out_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8738430Z test_sparse_csr_unary_out_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8738581Z test_sparse_csr_unary_out_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8738728Z test_sparse_csr_unary_out_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8738877Z test_sparse_csr_unary_out_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8739023Z test_sparse_csr_unary_out_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8739166Z test_sparse_csr_unary_out_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8739310Z test_sparse_csr_unary_out_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8739460Z test_sparse_csr_unary_out_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8739615Z test_sparse_csr_unary_out_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8739790Z test_sparse_csr_unary_out_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8739944Z test_sparse_csr_unary_out_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8740098Z test_sparse_csr_unary_out_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8740248Z test_sparse_csr_unary_out_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8740398Z test_sparse_csr_unary_out_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8740548Z test_sparse_csr_unary_out_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8740694Z test_sparse_csr_unary_out_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8740869Z test_sparse_csr_unary_out_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8741008Z test_sparse_csr_unary_out_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8741158Z test_sparse_csr_unary_out_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8741305Z test_sparse_csr_unary_out_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8741456Z test_sparse_csr_unary_out_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8741605Z test_sparse_csr_unary_out_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8741754Z test_sparse_csr_unary_out_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8741902Z test_sparse_csr_unary_out_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8742050Z test_sparse_csr_unary_out_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8742181Z test_sparse_csr_unary_out_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8742323Z test_sparse_csr_unary_out_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8742467Z test_sparse_csr_unary_out_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8742608Z test_sparse_csr_unary_out_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8742757Z test_sparse_csr_unary_out_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8742903Z test_sparse_csr_unary_out_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8743057Z test_sparse_csr_unary_out_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8743210Z test_sparse_csr_unary_out_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8743361Z test_sparse_csr_unary_out_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8743497Z test_sparse_csr_unary_out_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8743645Z test_sparse_csr_unary_out_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8743786Z test_sparse_csr_unary_out_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8743934Z test_sparse_csr_unary_out_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8744077Z test_sparse_csr_unary_out_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8744223Z test_sparse_csr_unary_out_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8744373Z test_sparse_csr_unary_out_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8744519Z test_sparse_csr_unary_out_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8744663Z test_sparse_csr_unary_out_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8744847Z test_sparse_csr_unary_out_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8744996Z test_sparse_csr_unary_out_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8745144Z test_sparse_csr_unary_out_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8745288Z test_sparse_csr_unary_out_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8745433Z test_sparse_csr_unary_out_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8745578Z test_sparse_csr_unary_out_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8745722Z test_sparse_csr_unary_out_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8745868Z test_sparse_csr_unary_out_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8746037Z test_sparse_csr_unary_out_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8746187Z test_sparse_csr_unary_out_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8746338Z test_sparse_csr_unary_out_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8746490Z test_sparse_csr_unary_out_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8746639Z test_sparse_csr_unary_out_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8746784Z test_sparse_csr_unary_out_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8746927Z test_sparse_csr_unary_out_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8747068Z test_sparse_csr_unary_out_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8747196Z test_sparse_csr_unary_out_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8747341Z test_sparse_csr_unary_out_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8747483Z test_sparse_csr_unary_out_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8747632Z test_sparse_csr_unary_out_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8747773Z test_sparse_csr_unary_out_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8747928Z test_sparse_csr_unary_out_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8748082Z test_sparse_csr_unary_out_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8748231Z test_sparse_csr_unary_out_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8748363Z test_sparse_csr_unary_out_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8748512Z test_sparse_csr_unary_out_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8748659Z test_sparse_csr_unary_out_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8748808Z test_sparse_csr_unary_out_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8748952Z test_sparse_csr_unary_out_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8749096Z test_sparse_csr_unary_out_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8749251Z test_sparse_csr_unary_out_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8749403Z test_sparse_csr_unary_out_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8749552Z test_sparse_csr_unary_out_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8749688Z test_sparse_csr_unary_out_trunc_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8749836Z test_sparse_csr_unary_out_trunc_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8750011Z test_sparse_csr_unary_out_trunc_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8750158Z test_sparse_csr_unary_out_trunc_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8750305Z test_sparse_csr_unary_out_trunc_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:29:28.8750702Z test_sparse_mm_cpu_complex128 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 1797 2022-12-01T10:29:28.8750773Z due to: 2022-12-01T10:29:28.8750868Z Traceback (most recent call last): 2022-12-01T10:29:28.8751122Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8751275Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8751491Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8751499Z 2022-12-01T10:29:28.8751641Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8751646Z 2022-12-01T10:29:28.8751743Z Traceback (most recent call last): 2022-12-01T10:29:28.8752020Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8752089Z ) from e 2022-12-01T10:29:28.8752332Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8752339Z 2022-12-01T10:29:28.8752473Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8752526Z ========== 2022-12-01T10:29:28.8752593Z ok (0.040s) 2022-12-01T10:29:28.8752733Z test_sparse_mm_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.029s) 2022-12-01T10:29:28.8752872Z test_sparse_mm_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:29:28.8753005Z test_sparse_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T10:29:28.8753165Z test_sparse_to_sparse_compressed_SparseBSC_cpu_float64 (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8753317Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.004s) 2022-12-01T10:29:28.8753476Z test_sparse_to_sparse_compressed_SparseBSR_cpu_float64 (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8753612Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.002s) 2022-12-01T10:29:28.8753766Z test_sparse_to_sparse_compressed_SparseCSC_cpu_float64 (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8753912Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.021s) 2022-12-01T10:29:28.8754140Z test_sparse_to_sparse_compressed_SparseCSR_cpu_float64 (__main__.TestSparseCSRCPU) 2022-12-01T10:29:28.8754294Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.017s) 2022-12-01T10:29:28.8754658Z test_sparse_triangular_solve_cpu_complex128 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT run_test test_sparse_csr.py line 2156 2022-12-01T10:29:28.8754729Z due to: 2022-12-01T10:29:28.8754823Z Traceback (most recent call last): 2022-12-01T10:29:28.8755029Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:29:28.8755131Z return self._op(*args, **kwargs or {}) 2022-12-01T10:29:28.8757114Z NotImplementedError: Could not run 'aten::to_sparse_csr' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_sparse_csr' is only available for these backends: [CPU, SparseCPU, SparseCsrCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:29:28.8757193Z 2022-12-01T10:29:28.8757371Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:29:28.8757550Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-12-01T10:29:28.8757749Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-12-01T10:29:28.8758055Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:29:28.8758261Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:29:28.8758492Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:29:28.8758711Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:29:28.8758905Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:29:28.8759095Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:29:28.8759287Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:29:28.8759470Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:29:28.8759702Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:29:28.8759909Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8760116Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8760320Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8760522Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8760725Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8760931Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8761130Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8761331Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8761513Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8761710Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8761912Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8762115Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8762358Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8762569Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8762778Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8762993Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:29:28.8763172Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_4.cpp:12871 [kernel] 2022-12-01T10:29:28.8763392Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:29:28.8763577Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:29:28.8763811Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:29:28.8764045Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:29:28.8764241Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:29:28.8764452Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:29:28.8764664Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:29:28.8764881Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:29:28.8765116Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:29:28.8765328Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:29:28.8765334Z 2022-12-01T10:29:28.8765338Z 2022-12-01T10:29:28.8765476Z During handling of the above exception, another exception occurred: 2022-12-01T10:29:28.8765482Z 2022-12-01T10:29:28.8765575Z Traceback (most recent call last): 2022-12-01T10:29:28.8765792Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:29:28.8765943Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:29:28.8766087Z NotImplementedError: Cannot access storage of SparseCsrTensorImpl 2022-12-01T10:29:28.8766092Z 2022-12-01T10:29:28.8766231Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8766238Z 2022-12-01T10:29:28.8766331Z Traceback (most recent call last): 2022-12-01T10:29:28.8766602Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:29:28.8766699Z raise TorchRuntimeError() from e 2022-12-01T10:29:28.8766809Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:29:28.8766814Z 2022-12-01T10:29:28.8766872Z from user code: 2022-12-01T10:29:28.8766982Z File "test_sparse_csr.py", line 2161, in run_test 2022-12-01T10:29:28.8767071Z A_sparse = A.to_sparse_csr() 2022-12-01T10:29:28.8767076Z 2022-12-01T10:29:28.8767207Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8767272Z ========== 2022-12-01T10:29:28.8767338Z ok (0.127s) 2022-12-01T10:29:28.8767496Z test_sparse_triangular_solve_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.084s) 2022-12-01T10:29:28.8767650Z test_sparse_triangular_solve_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.072s) 2022-12-01T10:29:28.8767813Z test_sparse_triangular_solve_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.070s) 2022-12-01T10:29:28.8768156Z test_sum_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 2649 2022-12-01T10:29:28.8768222Z due to: 2022-12-01T10:29:28.8768314Z Traceback (most recent call last): 2022-12-01T10:29:28.8768578Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8768724Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8768904Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8768909Z 2022-12-01T10:29:28.8769046Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8769051Z 2022-12-01T10:29:28.8769156Z Traceback (most recent call last): 2022-12-01T10:29:28.8769432Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8769501Z ) from e 2022-12-01T10:29:28.8769740Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8769745Z 2022-12-01T10:29:28.8769877Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8769942Z ========== 2022-12-01T10:29:28.8770009Z ok (0.045s) 2022-12-01T10:29:28.8770135Z test_sum_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:29:28.8770257Z test_sum_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:29:28.8770388Z test_sum_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:29:28.8770512Z test_sum_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:29:28.8770639Z test_sum_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T10:29:28.8770763Z test_sum_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T10:29:28.8770888Z test_sum_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:29:28.8771011Z test_sum_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:29:28.8771134Z test_sum_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:29:28.8771244Z test_sum_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:29:28.8771367Z test_sum_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:29:28.8771737Z test_transpose_SparseBSC_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 2732 2022-12-01T10:29:28.8771802Z due to: 2022-12-01T10:29:28.8771894Z Traceback (most recent call last): 2022-12-01T10:29:28.8772162Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8772311Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8772494Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8772499Z 2022-12-01T10:29:28.8772623Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8772640Z 2022-12-01T10:29:28.8772720Z Traceback (most recent call last): 2022-12-01T10:29:28.8772992Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8773059Z ) from e 2022-12-01T10:29:28.8773296Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8773301Z 2022-12-01T10:29:28.8773432Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8773496Z ========== 2022-12-01T10:29:28.8773758Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT check_same_dim_transpose test_sparse_csr.py line 2707 2022-12-01T10:29:28.8773853Z due to: 2022-12-01T10:29:28.8773933Z Traceback (most recent call last): 2022-12-01T10:29:28.8774197Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8774348Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8774528Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8774533Z 2022-12-01T10:29:28.8774671Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8774676Z 2022-12-01T10:29:28.8774766Z Traceback (most recent call last): 2022-12-01T10:29:28.8775037Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8775104Z ) from e 2022-12-01T10:29:28.8775352Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8775361Z 2022-12-01T10:29:28.8775492Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8775556Z ========== 2022-12-01T10:29:28.8775810Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _check_transpose_view test_sparse_csr.py line 2668 2022-12-01T10:29:28.8775876Z due to: 2022-12-01T10:29:28.8775967Z Traceback (most recent call last): 2022-12-01T10:29:28.8776229Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8776376Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8776542Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8776547Z 2022-12-01T10:29:28.8776682Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8776687Z 2022-12-01T10:29:28.8776782Z Traceback (most recent call last): 2022-12-01T10:29:28.8777050Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8777118Z ) from e 2022-12-01T10:29:28.8777357Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8777362Z 2022-12-01T10:29:28.8777492Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8777556Z ========== 2022-12-01T10:29:28.8777800Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _check_layout_invariants test_sparse_csr.py line 2673 2022-12-01T10:29:28.8777865Z due to: 2022-12-01T10:29:28.8777956Z Traceback (most recent call last): 2022-12-01T10:29:28.8778218Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8778363Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8778546Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8778554Z 2022-12-01T10:29:28.8778695Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8778700Z 2022-12-01T10:29:28.8778792Z Traceback (most recent call last): 2022-12-01T10:29:28.8779060Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8779113Z ) from e 2022-12-01T10:29:28.8779350Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8779356Z 2022-12-01T10:29:28.8779486Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8779550Z ========== 2022-12-01T10:29:28.8779798Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT check_good_transpose test_sparse_csr.py line 2689 2022-12-01T10:29:28.8779867Z due to: 2022-12-01T10:29:28.8779963Z Traceback (most recent call last): 2022-12-01T10:29:28.8780210Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8780396Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8780577Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8780583Z 2022-12-01T10:29:28.8780718Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8780723Z 2022-12-01T10:29:28.8780817Z Traceback (most recent call last): 2022-12-01T10:29:28.8781088Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8781153Z ) from e 2022-12-01T10:29:28.8781391Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8781397Z 2022-12-01T10:29:28.8781557Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8781609Z ========== 2022-12-01T10:29:28.8781878Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT check_dim_type_mismatch_throws test_sparse_csr.py line 2717 2022-12-01T10:29:28.8781945Z due to: 2022-12-01T10:29:28.8782039Z Traceback (most recent call last): 2022-12-01T10:29:28.8782304Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.8782450Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.8782633Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.8782638Z 2022-12-01T10:29:28.8782777Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8782781Z 2022-12-01T10:29:28.8782872Z Traceback (most recent call last): 2022-12-01T10:29:28.8783127Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.8783195Z ) from e 2022-12-01T10:29:28.8783430Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.8783439Z 2022-12-01T10:29:28.8783571Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8783635Z ========== 2022-12-01T10:29:28.8783703Z ok (2.313s) 2022-12-01T10:29:28.8783852Z test_transpose_SparseBSC_cpu_bool (__main__.TestSparseCSRCPU) ... ok (2.071s) 2022-12-01T10:29:28.8783994Z test_transpose_SparseBSC_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (2.290s) 2022-12-01T10:29:28.8784145Z test_transpose_SparseBSC_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (2.263s) 2022-12-01T10:29:28.8784293Z test_transpose_SparseBSC_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (2.181s) 2022-12-01T10:29:28.8784437Z test_transpose_SparseBSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (2.184s) 2022-12-01T10:29:28.8784579Z test_transpose_SparseBSC_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (2.176s) 2022-12-01T10:29:28.8784726Z test_transpose_SparseBSC_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (2.058s) 2022-12-01T10:29:28.8784873Z test_transpose_SparseBSC_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (2.059s) 2022-12-01T10:29:28.8785016Z test_transpose_SparseBSC_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (2.053s) 2022-12-01T10:29:28.8785160Z test_transpose_SparseBSC_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (2.064s) 2022-12-01T10:29:28.8785290Z test_transpose_SparseBSC_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (2.054s) 2022-12-01T10:29:28.8785441Z test_transpose_SparseBSR_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (2.201s) 2022-12-01T10:29:28.8785584Z test_transpose_SparseBSR_cpu_bool (__main__.TestSparseCSRCPU) ... ok (2.069s) 2022-12-01T10:29:28.8785734Z test_transpose_SparseBSR_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (2.279s) 2022-12-01T10:29:28.8785923Z test_transpose_SparseBSR_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (2.291s) 2022-12-01T10:29:28.8786140Z test_transpose_SparseBSR_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (2.217s) 2022-12-01T10:29:28.8786326Z test_transpose_SparseBSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (2.244s) 2022-12-01T10:29:28.8786466Z test_transpose_SparseBSR_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (2.219s) 2022-12-01T10:29:28.8786597Z test_transpose_SparseBSR_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (2.091s) 2022-12-01T10:29:28.8786740Z test_transpose_SparseBSR_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (2.098s) 2022-12-01T10:29:28.8786881Z test_transpose_SparseBSR_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (2.100s) 2022-12-01T10:29:28.8787024Z test_transpose_SparseBSR_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (2.111s) 2022-12-01T10:29:28.8787168Z test_transpose_SparseBSR_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (2.100s) 2022-12-01T10:29:28.8787344Z test_transpose_SparseCSC_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (1.052s) 2022-12-01T10:29:28.8787490Z test_transpose_SparseCSC_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.985s) 2022-12-01T10:29:28.8787643Z test_transpose_SparseCSC_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (1.081s) 2022-12-01T10:29:28.8787780Z test_transpose_SparseCSC_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (1.083s) 2022-12-01T10:29:28.8787925Z test_transpose_SparseCSC_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (1.040s) 2022-12-01T10:29:28.8788069Z test_transpose_SparseCSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (1.043s) 2022-12-01T10:29:28.8788211Z test_transpose_SparseCSC_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (1.040s) 2022-12-01T10:29:28.8788358Z test_transpose_SparseCSC_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.998s) 2022-12-01T10:29:28.8788501Z test_transpose_SparseCSC_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.990s) 2022-12-01T10:29:28.8788640Z test_transpose_SparseCSC_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.993s) 2022-12-01T10:29:28.8788785Z test_transpose_SparseCSC_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (1.001s) 2022-12-01T10:29:28.8788919Z test_transpose_SparseCSC_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (1.009s) 2022-12-01T10:29:28.8789066Z test_transpose_SparseCSR_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (1.085s) 2022-12-01T10:29:28.8789209Z test_transpose_SparseCSR_cpu_bool (__main__.TestSparseCSRCPU) ... ok (1.010s) 2022-12-01T10:29:28.8789359Z test_transpose_SparseCSR_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (1.098s) 2022-12-01T10:29:28.8789506Z test_transpose_SparseCSR_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (1.099s) 2022-12-01T10:29:28.8789651Z test_transpose_SparseCSR_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (1.066s) 2022-12-01T10:29:28.8789792Z test_transpose_SparseCSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (1.082s) 2022-12-01T10:29:28.8789932Z test_transpose_SparseCSR_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (1.078s) 2022-12-01T10:29:28.8790064Z test_transpose_SparseCSR_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (1.021s) 2022-12-01T10:29:28.8790209Z test_transpose_SparseCSR_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (1.018s) 2022-12-01T10:29:28.8790349Z test_transpose_SparseCSR_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (1.003s) 2022-12-01T10:29:28.8790492Z test_transpose_SparseCSR_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (1.016s) 2022-12-01T10:29:28.8790634Z test_transpose_SparseCSR_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (1.007s) 2022-12-01T10:29:28.8791065Z test_zero_to_zero_correspondence_unary_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_zero_to_zero_correspondence_unary test_sparse_csr.py line 2389 2022-12-01T10:29:28.8791132Z due to: 2022-12-01T10:29:28.8791226Z Traceback (most recent call last): 2022-12-01T10:29:28.8791432Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:29:28.8791532Z return self._op(*args, **kwargs or {}) 2022-12-01T10:29:28.8793451Z NotImplementedError: Could not run 'aten::_validate_compressed_sparse_indices' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_validate_compressed_sparse_indices' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:29:28.8793500Z 2022-12-01T10:29:28.8793677Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:29:28.8793918Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:29:28.8794180Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:29:28.8794416Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:29:28.8794634Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:29:28.8794826Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:29:28.8795017Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:29:28.8795213Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:29:28.8795407Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:29:28.8795636Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:29:28.8795844Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8796035Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8796239Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8796443Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8796827Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8797029Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8797223Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8797421Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8797621Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8797822Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8798022Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8798267Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8798483Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8798696Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8798901Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8799154Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:29:28.8799341Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_1.cpp:15586 [kernel] 2022-12-01T10:29:28.8799545Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:29:28.8799741Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:29:28.8799977Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:29:28.8800215Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:29:28.8800412Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:29:28.8800613Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:29:28.8800827Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:29:28.8801043Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:29:28.8801281Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:29:28.8801493Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:29:28.8801499Z 2022-12-01T10:29:28.8801503Z 2022-12-01T10:29:28.8801643Z During handling of the above exception, another exception occurred: 2022-12-01T10:29:28.8801649Z 2022-12-01T10:29:28.8801742Z Traceback (most recent call last): 2022-12-01T10:29:28.8801975Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:29:28.8802076Z return self._op(*args, **kwargs or {}) 2022-12-01T10:29:28.8802242Z RuntimeError: `crow_indices[..., -1] == nnz` is not satisfied. 2022-12-01T10:29:28.8802260Z 2022-12-01T10:29:28.8802384Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.8802389Z 2022-12-01T10:29:28.8802480Z Traceback (most recent call last): 2022-12-01T10:29:28.8802751Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:29:28.8802849Z raise TorchRuntimeError() from e 2022-12-01T10:29:28.8802958Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:29:28.8802963Z 2022-12-01T10:29:28.8803035Z from user code: 2022-12-01T10:29:28.8803182Z File "test_sparse_csr.py", line 2392, in test_zero_to_zero_correspondence_unary 2022-12-01T10:29:28.8803338Z tensor_explicit_zeros = torch.sparse_csr_tensor([0, 1], [1], [0], dtype=dtype, device=device) 2022-12-01T10:29:28.8803347Z 2022-12-01T10:29:28.8803466Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8803560Z ========== 2022-12-01T10:29:28.8803626Z ok (0.023s) 2022-12-01T10:29:28.8803800Z test_zero_to_zero_correspondence_unary_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8803976Z test_zero_to_zero_correspondence_unary_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8804146Z test_zero_to_zero_correspondence_unary_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8804315Z test_zero_to_zero_correspondence_unary_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8804484Z test_zero_to_zero_correspondence_unary_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8804632Z test_zero_to_zero_correspondence_unary_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8804823Z test_zero_to_zero_correspondence_unary_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8804985Z test_zero_to_zero_correspondence_unary_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8805143Z test_zero_to_zero_correspondence_unary_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8805305Z test_zero_to_zero_correspondence_unary_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8805467Z test_zero_to_zero_correspondence_unary_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8805636Z test_zero_to_zero_correspondence_unary_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8805803Z test_zero_to_zero_correspondence_unary_angle_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8805979Z test_zero_to_zero_correspondence_unary_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8806141Z test_zero_to_zero_correspondence_unary_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8806313Z test_zero_to_zero_correspondence_unary_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8806484Z test_zero_to_zero_correspondence_unary_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8806651Z test_zero_to_zero_correspondence_unary_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8806818Z test_zero_to_zero_correspondence_unary_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8806983Z test_zero_to_zero_correspondence_unary_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8807144Z test_zero_to_zero_correspondence_unary_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8807307Z test_zero_to_zero_correspondence_unary_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8807469Z test_zero_to_zero_correspondence_unary_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8807624Z test_zero_to_zero_correspondence_unary_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8807789Z test_zero_to_zero_correspondence_unary_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8807959Z test_zero_to_zero_correspondence_unary_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8808134Z test_zero_to_zero_correspondence_unary_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8808302Z test_zero_to_zero_correspondence_unary_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8808463Z test_zero_to_zero_correspondence_unary_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8808629Z test_zero_to_zero_correspondence_unary_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8808793Z test_zero_to_zero_correspondence_unary_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8808976Z test_zero_to_zero_correspondence_unary_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8809126Z test_zero_to_zero_correspondence_unary_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8809283Z test_zero_to_zero_correspondence_unary_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8809451Z test_zero_to_zero_correspondence_unary_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8809609Z test_zero_to_zero_correspondence_unary_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8809780Z test_zero_to_zero_correspondence_unary_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8809978Z test_zero_to_zero_correspondence_unary_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8810148Z test_zero_to_zero_correspondence_unary_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8810315Z test_zero_to_zero_correspondence_unary_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8810479Z test_zero_to_zero_correspondence_unary_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8810631Z test_zero_to_zero_correspondence_unary_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8810790Z test_zero_to_zero_correspondence_unary_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8810953Z test_zero_to_zero_correspondence_unary_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8811118Z test_zero_to_zero_correspondence_unary_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8811287Z test_zero_to_zero_correspondence_unary_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8811450Z test_zero_to_zero_correspondence_unary_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8811624Z test_zero_to_zero_correspondence_unary_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8811793Z test_zero_to_zero_correspondence_unary_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8811946Z test_zero_to_zero_correspondence_unary_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8812105Z test_zero_to_zero_correspondence_unary_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8812267Z test_zero_to_zero_correspondence_unary_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8812425Z test_zero_to_zero_correspondence_unary_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8812584Z test_zero_to_zero_correspondence_unary_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8812747Z test_zero_to_zero_correspondence_unary_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8812908Z test_zero_to_zero_correspondence_unary_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8813078Z test_zero_to_zero_correspondence_unary_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8813241Z test_zero_to_zero_correspondence_unary_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8813402Z test_zero_to_zero_correspondence_unary_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8813571Z test_zero_to_zero_correspondence_unary_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8813740Z test_zero_to_zero_correspondence_unary_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8813906Z test_zero_to_zero_correspondence_unary_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8814100Z test_zero_to_zero_correspondence_unary_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8814260Z test_zero_to_zero_correspondence_unary_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8814424Z test_zero_to_zero_correspondence_unary_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8814588Z test_zero_to_zero_correspondence_unary_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8814752Z test_zero_to_zero_correspondence_unary_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8814903Z test_zero_to_zero_correspondence_unary_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8815070Z test_zero_to_zero_correspondence_unary_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8815258Z test_zero_to_zero_correspondence_unary_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8815425Z test_zero_to_zero_correspondence_unary_ceil_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8815582Z test_zero_to_zero_correspondence_unary_ceil_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8815737Z test_zero_to_zero_correspondence_unary_ceil_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8815900Z test_zero_to_zero_correspondence_unary_ceil_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8816063Z test_zero_to_zero_correspondence_unary_ceil_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8816243Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8816410Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8816596Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8816782Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8816963Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8817142Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8817318Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8817495Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8817670Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8817848Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8818006Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8818178Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8818345Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8818513Z test_zero_to_zero_correspondence_unary_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8818678Z test_zero_to_zero_correspondence_unary_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8818843Z test_zero_to_zero_correspondence_unary_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8819010Z test_zero_to_zero_correspondence_unary_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8819174Z test_zero_to_zero_correspondence_unary_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8819375Z test_zero_to_zero_correspondence_unary_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8819518Z test_zero_to_zero_correspondence_unary_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8819677Z test_zero_to_zero_correspondence_unary_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8819840Z test_zero_to_zero_correspondence_unary_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8820012Z test_zero_to_zero_correspondence_unary_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8820176Z test_zero_to_zero_correspondence_unary_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8820370Z test_zero_to_zero_correspondence_unary_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8820543Z test_zero_to_zero_correspondence_unary_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8820712Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8820878Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8821030Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8821195Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8821357Z test_zero_to_zero_correspondence_unary_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8821525Z test_zero_to_zero_correspondence_unary_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8821694Z test_zero_to_zero_correspondence_unary_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8821861Z test_zero_to_zero_correspondence_unary_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8822032Z test_zero_to_zero_correspondence_unary_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8822197Z test_zero_to_zero_correspondence_unary_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8822357Z test_zero_to_zero_correspondence_unary_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8822501Z test_zero_to_zero_correspondence_unary_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8822663Z test_zero_to_zero_correspondence_unary_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8822830Z test_zero_to_zero_correspondence_unary_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8823000Z test_zero_to_zero_correspondence_unary_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8823168Z test_zero_to_zero_correspondence_unary_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8823336Z test_zero_to_zero_correspondence_unary_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8823501Z test_zero_to_zero_correspondence_unary_floor_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8823661Z test_zero_to_zero_correspondence_unary_floor_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8823819Z test_zero_to_zero_correspondence_unary_floor_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8823970Z test_zero_to_zero_correspondence_unary_floor_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8824131Z test_zero_to_zero_correspondence_unary_floor_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8824300Z test_zero_to_zero_correspondence_unary_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8824494Z test_zero_to_zero_correspondence_unary_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8824666Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8824836Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8825007Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8825173Z test_zero_to_zero_correspondence_unary_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8825341Z test_zero_to_zero_correspondence_unary_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8825522Z test_zero_to_zero_correspondence_unary_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8825688Z test_zero_to_zero_correspondence_unary_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8825851Z test_zero_to_zero_correspondence_unary_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8826013Z test_zero_to_zero_correspondence_unary_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8826175Z test_zero_to_zero_correspondence_unary_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8826335Z test_zero_to_zero_correspondence_unary_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8826506Z test_zero_to_zero_correspondence_unary_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8826669Z test_zero_to_zero_correspondence_unary_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8826841Z test_zero_to_zero_correspondence_unary_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8827000Z test_zero_to_zero_correspondence_unary_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8827168Z test_zero_to_zero_correspondence_unary_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8827332Z test_zero_to_zero_correspondence_unary_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8827495Z test_zero_to_zero_correspondence_unary_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8827659Z test_zero_to_zero_correspondence_unary_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8827819Z test_zero_to_zero_correspondence_unary_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8827982Z test_zero_to_zero_correspondence_unary_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8828147Z test_zero_to_zero_correspondence_unary_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8828312Z test_zero_to_zero_correspondence_unary_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8828475Z test_zero_to_zero_correspondence_unary_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8828645Z test_zero_to_zero_correspondence_unary_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8828814Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8828986Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8829153Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8829322Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8829492Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8829691Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8829859Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8830015Z test_zero_to_zero_correspondence_unary_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8830189Z test_zero_to_zero_correspondence_unary_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8830357Z test_zero_to_zero_correspondence_unary_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8830528Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8830731Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8830902Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8831072Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8831242Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8831409Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8831565Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8831733Z test_zero_to_zero_correspondence_unary_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8831897Z test_zero_to_zero_correspondence_unary_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8832065Z test_zero_to_zero_correspondence_unary_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8832232Z test_zero_to_zero_correspondence_unary_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8832397Z test_zero_to_zero_correspondence_unary_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8832565Z test_zero_to_zero_correspondence_unary_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8832725Z test_zero_to_zero_correspondence_unary_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8832882Z test_zero_to_zero_correspondence_unary_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8833030Z test_zero_to_zero_correspondence_unary_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8833196Z test_zero_to_zero_correspondence_unary_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8833363Z test_zero_to_zero_correspondence_unary_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8833534Z test_zero_to_zero_correspondence_unary_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8833701Z test_zero_to_zero_correspondence_unary_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8833870Z test_zero_to_zero_correspondence_unary_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8834109Z test_zero_to_zero_correspondence_unary_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8834275Z test_zero_to_zero_correspondence_unary_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8834421Z test_zero_to_zero_correspondence_unary_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8834588Z test_zero_to_zero_correspondence_unary_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8834749Z test_zero_to_zero_correspondence_unary_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8834950Z test_zero_to_zero_correspondence_unary_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8835115Z test_zero_to_zero_correspondence_unary_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8835278Z test_zero_to_zero_correspondence_unary_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8835448Z test_zero_to_zero_correspondence_unary_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8835616Z test_zero_to_zero_correspondence_unary_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8835779Z test_zero_to_zero_correspondence_unary_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8835932Z test_zero_to_zero_correspondence_unary_round_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8836127Z test_zero_to_zero_correspondence_unary_round_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8836297Z test_zero_to_zero_correspondence_unary_round_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8836460Z test_zero_to_zero_correspondence_unary_round_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8836743Z test_zero_to_zero_correspondence_unary_round_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8836913Z test_zero_to_zero_correspondence_unary_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8837076Z test_zero_to_zero_correspondence_unary_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8837247Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8837421Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8837574Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8837743Z test_zero_to_zero_correspondence_unary_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8837904Z test_zero_to_zero_correspondence_unary_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8838064Z test_zero_to_zero_correspondence_unary_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8838229Z test_zero_to_zero_correspondence_unary_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8838397Z test_zero_to_zero_correspondence_unary_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8838556Z test_zero_to_zero_correspondence_unary_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8838717Z test_zero_to_zero_correspondence_unary_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8838884Z test_zero_to_zero_correspondence_unary_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8839040Z test_zero_to_zero_correspondence_unary_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8839202Z test_zero_to_zero_correspondence_unary_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8839371Z test_zero_to_zero_correspondence_unary_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8839533Z test_zero_to_zero_correspondence_unary_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8839694Z test_zero_to_zero_correspondence_unary_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8839860Z test_zero_to_zero_correspondence_unary_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8840028Z test_zero_to_zero_correspondence_unary_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8840191Z test_zero_to_zero_correspondence_unary_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8840404Z test_zero_to_zero_correspondence_unary_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8840552Z test_zero_to_zero_correspondence_unary_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8840725Z test_zero_to_zero_correspondence_unary_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8840893Z test_zero_to_zero_correspondence_unary_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8841063Z test_zero_to_zero_correspondence_unary_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8841233Z test_zero_to_zero_correspondence_unary_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8841436Z test_zero_to_zero_correspondence_unary_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8841606Z test_zero_to_zero_correspondence_unary_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8841772Z test_zero_to_zero_correspondence_unary_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8841943Z test_zero_to_zero_correspondence_unary_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8842094Z test_zero_to_zero_correspondence_unary_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8842262Z test_zero_to_zero_correspondence_unary_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8842430Z test_zero_to_zero_correspondence_unary_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8842593Z test_zero_to_zero_correspondence_unary_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8842767Z test_zero_to_zero_correspondence_unary_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8842936Z test_zero_to_zero_correspondence_unary_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8843104Z test_zero_to_zero_correspondence_unary_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8843266Z test_zero_to_zero_correspondence_unary_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8843429Z test_zero_to_zero_correspondence_unary_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8843574Z test_zero_to_zero_correspondence_unary_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8843730Z test_zero_to_zero_correspondence_unary_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8843890Z test_zero_to_zero_correspondence_unary_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8844056Z test_zero_to_zero_correspondence_unary_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8844221Z test_zero_to_zero_correspondence_unary_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8844382Z test_zero_to_zero_correspondence_unary_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8844555Z test_zero_to_zero_correspondence_unary_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8844725Z test_zero_to_zero_correspondence_unary_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8844879Z test_zero_to_zero_correspondence_unary_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8845042Z test_zero_to_zero_correspondence_unary_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8845204Z test_zero_to_zero_correspondence_unary_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8845365Z test_zero_to_zero_correspondence_unary_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8845578Z test_zero_to_zero_correspondence_unary_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8845738Z test_zero_to_zero_correspondence_unary_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8845903Z test_zero_to_zero_correspondence_unary_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8846073Z test_zero_to_zero_correspondence_unary_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8846237Z test_zero_to_zero_correspondence_unary_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8846397Z test_zero_to_zero_correspondence_unary_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8846569Z test_zero_to_zero_correspondence_unary_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8846762Z test_zero_to_zero_correspondence_unary_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8846928Z test_zero_to_zero_correspondence_unary_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8847092Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8847253Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8847414Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8847573Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8847737Z test_zero_to_zero_correspondence_unary_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8847888Z test_zero_to_zero_correspondence_unary_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8848052Z test_zero_to_zero_correspondence_unary_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8848226Z test_zero_to_zero_correspondence_unary_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8848396Z test_zero_to_zero_correspondence_unary_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8848562Z test_zero_to_zero_correspondence_unary_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8848722Z test_zero_to_zero_correspondence_unary_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8848883Z test_zero_to_zero_correspondence_unary_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8849040Z test_zero_to_zero_correspondence_unary_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8849203Z test_zero_to_zero_correspondence_unary_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8849352Z test_zero_to_zero_correspondence_unary_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8849518Z test_zero_to_zero_correspondence_unary_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8849684Z test_zero_to_zero_correspondence_unary_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8849845Z test_zero_to_zero_correspondence_unary_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8850017Z test_zero_to_zero_correspondence_unary_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8850187Z test_zero_to_zero_correspondence_unary_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8850354Z test_zero_to_zero_correspondence_unary_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8850518Z test_zero_to_zero_correspondence_unary_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8850683Z test_zero_to_zero_correspondence_unary_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8850862Z test_zero_to_zero_correspondence_unary_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8861133Z test_zero_to_zero_correspondence_unary_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8861370Z test_zero_to_zero_correspondence_unary_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8861541Z test_zero_to_zero_correspondence_unary_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8861713Z test_zero_to_zero_correspondence_unary_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8861882Z test_zero_to_zero_correspondence_unary_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8862155Z test_zero_to_zero_correspondence_unary_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8862315Z test_zero_to_zero_correspondence_unary_trunc_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8862480Z test_zero_to_zero_correspondence_unary_trunc_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8862641Z test_zero_to_zero_correspondence_unary_trunc_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8862806Z test_zero_to_zero_correspondence_unary_trunc_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8862975Z test_zero_to_zero_correspondence_unary_trunc_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:29:28.8863114Z test_make_crow_indices (__main__.TestSparseCSRSampler) ... ok (0.476s) 2022-12-01T10:29:28.8863272Z test_clone_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.642s) 2022-12-01T10:29:28.8863432Z test_clone_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.030s) 2022-12-01T10:29:28.8863581Z test_clone_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:29:28.8863743Z test_clone_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:29:28.8863898Z test_clone_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:29:28.8864049Z test_clone_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:29:28.8864197Z test_clone_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:29:28.8864354Z test_clone_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.8864502Z test_clone_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.8864649Z test_clone_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.8864800Z test_clone_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.8864936Z test_clone_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.8865093Z test_clone_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:29:28.8865244Z test_clone_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.8865404Z test_clone_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:29:28.8865560Z test_clone_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:29:28.8865715Z test_clone_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:29:28.8865867Z test_clone_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:29:28.8866018Z test_clone_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.8866157Z test_clone_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.8866302Z test_clone_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.8866512Z test_clone_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.8866662Z test_clone_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.8866806Z test_clone_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.8866962Z test_clone_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8867109Z test_clone_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8867269Z test_clone_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.8867415Z test_clone_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.8867595Z test_clone_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8867749Z test_clone_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8867899Z test_clone_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8868053Z test_clone_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8868203Z test_clone_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8868351Z test_clone_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8868501Z test_clone_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8868639Z test_clone_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8868794Z test_clone_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8868946Z test_clone_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8869103Z test_clone_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.8869262Z test_clone_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.8869413Z test_clone_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8869565Z test_clone_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.8869712Z test_clone_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8869859Z test_clone_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8869996Z test_clone_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8870141Z test_clone_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8870290Z test_clone_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8870439Z test_clone_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8870691Z test_consistency_SparseBSC_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.017s) 2022-12-01T10:29:28.8870942Z test_consistency_SparseBSC_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8871195Z test_consistency_SparseBSC_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8871445Z test_consistency_SparseBSC_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8871692Z test_consistency_SparseBSC_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8871973Z test_consistency_SparseBSC_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8872207Z test_consistency_SparseBSC_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8872448Z test_consistency_SparseBSC_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8872682Z test_consistency_SparseBSC_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8872953Z test_consistency_SparseBSC_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8873200Z test_consistency_SparseBSC_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8873440Z test_consistency_SparseBSC_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8873688Z test_consistency_SparseBSC_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8873933Z test_consistency_SparseBSC_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8874296Z test_consistency_SparseBSC_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8874552Z test_consistency_SparseBSC_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8874800Z test_consistency_SparseBSC_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8875047Z test_consistency_SparseBSC_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8875295Z test_consistency_SparseBSC_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8875528Z test_consistency_SparseBSC_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8875774Z test_consistency_SparseBSC_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8876019Z test_consistency_SparseBSC_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8876262Z test_consistency_SparseBSC_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8876504Z test_consistency_SparseBSC_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8876884Z test_consistency_SparseBSC_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8877128Z test_consistency_SparseBSC_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8877437Z test_consistency_SparseBSC_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8877683Z test_consistency_SparseBSC_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8877935Z test_consistency_SparseBSC_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8878216Z test_consistency_SparseBSC_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8878460Z test_consistency_SparseBSC_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8878703Z test_consistency_SparseBSC_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8878925Z test_consistency_SparseBSC_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8879171Z test_consistency_SparseBSC_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8879414Z test_consistency_SparseBSC_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8879662Z test_consistency_SparseBSC_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8879901Z test_consistency_SparseBSC_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8880152Z test_consistency_SparseBSC_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8880399Z test_consistency_SparseBSC_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8880644Z test_consistency_SparseBSC_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8880893Z test_consistency_SparseBSC_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8881138Z test_consistency_SparseBSC_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8881378Z test_consistency_SparseBSC_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8881614Z test_consistency_SparseBSC_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8881857Z test_consistency_SparseBSC_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8882090Z test_consistency_SparseBSC_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8882362Z test_consistency_SparseBSC_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8882600Z test_consistency_SparseBSC_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8882852Z test_consistency_SparseBSC_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8883100Z test_consistency_SparseBSC_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8883373Z test_consistency_SparseBSC_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8883620Z test_consistency_SparseBSC_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8883859Z test_consistency_SparseBSC_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8884091Z test_consistency_SparseBSC_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8884330Z test_consistency_SparseBSC_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8884574Z test_consistency_SparseBSC_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8884816Z test_consistency_SparseBSC_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8885047Z test_consistency_SparseBSC_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8885286Z test_consistency_SparseBSC_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8885534Z test_consistency_SparseBSC_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8885785Z test_consistency_SparseBSC_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8886033Z test_consistency_SparseBSC_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8886277Z test_consistency_SparseBSC_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8886522Z test_consistency_SparseBSC_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8886766Z test_consistency_SparseBSC_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8887008Z test_consistency_SparseBSC_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8887281Z test_consistency_SparseBSC_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8887518Z test_consistency_SparseBSC_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8887763Z test_consistency_SparseBSC_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8888007Z test_consistency_SparseBSC_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8888266Z test_consistency_SparseBSC_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8888507Z test_consistency_SparseBSC_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8888750Z test_consistency_SparseBSC_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8888992Z test_consistency_SparseBSC_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8889233Z test_consistency_SparseBSC_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8889474Z test_consistency_SparseBSC_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8889731Z test_consistency_SparseBSC_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8889985Z test_consistency_SparseBSC_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8890243Z test_consistency_SparseBSC_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8890500Z test_consistency_SparseBSC_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8890759Z test_consistency_SparseBSC_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8891010Z test_consistency_SparseBSC_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8891267Z test_consistency_SparseBSC_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8891501Z test_consistency_SparseBSC_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8891750Z test_consistency_SparseBSC_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8892005Z test_consistency_SparseBSC_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8892278Z test_consistency_SparseBSC_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8892527Z test_consistency_SparseBSC_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8892776Z test_consistency_SparseBSC_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8893023Z test_consistency_SparseBSC_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8893295Z test_consistency_SparseBSC_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8893540Z test_consistency_SparseBSC_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8893779Z test_consistency_SparseBSC_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8894019Z test_consistency_SparseBSC_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8894250Z test_consistency_SparseBSC_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8894494Z test_consistency_SparseBSC_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8894722Z test_consistency_SparseBSC_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8894963Z test_consistency_SparseBSC_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8895210Z test_consistency_SparseBSC_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8895451Z test_consistency_SparseBSC_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8895702Z test_consistency_SparseBSC_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8895949Z test_consistency_SparseBSC_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8896195Z test_consistency_SparseBSC_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8896439Z test_consistency_SparseBSC_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8896681Z test_consistency_SparseBSC_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8896925Z test_consistency_SparseBSC_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8897169Z test_consistency_SparseBSC_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8897445Z test_consistency_SparseBSC_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8897689Z test_consistency_SparseBSC_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8897925Z test_consistency_SparseBSC_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8898171Z test_consistency_SparseBSC_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8898442Z test_consistency_SparseBSC_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8898686Z test_consistency_SparseBSC_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8898925Z test_consistency_SparseBSC_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8899164Z test_consistency_SparseBSC_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8899401Z test_consistency_SparseBSC_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8899648Z test_consistency_SparseBSC_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8899894Z test_consistency_SparseBSC_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8900140Z test_consistency_SparseBSC_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8900379Z test_consistency_SparseBSC_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8900615Z test_consistency_SparseBSC_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8900861Z test_consistency_SparseBSC_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8901092Z test_consistency_SparseBSC_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8901327Z test_consistency_SparseBSC_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8901572Z test_consistency_SparseBSC_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8901807Z test_consistency_SparseBSC_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8902056Z test_consistency_SparseBSC_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8902342Z test_consistency_SparseBSC_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8902589Z test_consistency_SparseBSC_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8902832Z test_consistency_SparseBSC_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8903076Z test_consistency_SparseBSC_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8903352Z test_consistency_SparseBSC_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8903597Z test_consistency_SparseBSC_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8903835Z test_consistency_SparseBSC_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8904071Z test_consistency_SparseBSC_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8904299Z test_consistency_SparseBSC_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8904537Z test_consistency_SparseBSC_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8904785Z test_consistency_SparseBSC_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8905021Z test_consistency_SparseBSC_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8905270Z test_consistency_SparseBSC_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8905518Z test_consistency_SparseBSC_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8905762Z test_consistency_SparseBSC_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8906008Z test_consistency_SparseBSC_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8906251Z test_consistency_SparseBSC_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8906494Z test_consistency_SparseBSC_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8906731Z test_consistency_SparseBSC_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8906973Z test_consistency_SparseBSC_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8907242Z test_consistency_SparseBSC_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8907468Z test_consistency_SparseBSC_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8907716Z test_consistency_SparseBSC_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8907965Z test_consistency_SparseBSC_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8908241Z test_consistency_SparseBSC_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8908493Z test_consistency_SparseBSC_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8908743Z test_consistency_SparseBSC_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8908986Z test_consistency_SparseBSC_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8909229Z test_consistency_SparseBSC_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8909466Z test_consistency_SparseBSC_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8909714Z test_consistency_SparseBSC_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8909962Z test_consistency_SparseBSC_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8910214Z test_consistency_SparseBSC_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8910460Z test_consistency_SparseBSC_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8910700Z test_consistency_SparseBSC_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8910946Z test_consistency_SparseBSC_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8911193Z test_consistency_SparseBSC_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8911437Z test_consistency_SparseBSC_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8911680Z test_consistency_SparseBSC_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8911922Z test_consistency_SparseBSC_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8912166Z test_consistency_SparseBSC_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8912435Z test_consistency_SparseBSC_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8912679Z test_consistency_SparseBSC_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8912921Z test_consistency_SparseBSC_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8913194Z test_consistency_SparseBSC_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8913442Z test_consistency_SparseBSC_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8913687Z test_consistency_SparseBSC_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8913921Z test_consistency_SparseBSC_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8914230Z test_consistency_SparseBSC_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8914473Z test_consistency_SparseBSC_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8914718Z test_consistency_SparseBSC_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8914972Z test_consistency_SparseBSC_masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.017s) 2022-12-01T10:29:28.8915220Z test_consistency_SparseBSC_masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8915467Z test_consistency_SparseBSC_masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8915713Z test_consistency_SparseBSC_masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8915961Z test_consistency_SparseBSC_masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8916207Z test_consistency_SparseBSC_masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8916445Z test_consistency_SparseBSC_masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8916789Z test_consistency_SparseBSC_masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8917022Z test_consistency_SparseBSC_masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8917272Z test_consistency_SparseBSC_masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8917571Z test_consistency_SparseBSC_masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8917816Z test_consistency_SparseBSC_masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8918062Z test_consistency_SparseBSC_masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8918301Z test_consistency_SparseBSC_masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8918577Z test_consistency_SparseBSC_masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8918814Z test_consistency_SparseBSC_masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8919056Z test_consistency_SparseBSC_masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8919297Z test_consistency_SparseBSC_masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8919546Z test_consistency_SparseBSC_masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8919790Z test_consistency_SparseBSC_masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8920041Z test_consistency_SparseBSC_masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8920279Z test_consistency_SparseBSC_masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8920524Z test_consistency_SparseBSC_masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8920769Z test_consistency_SparseBSC_masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8921015Z test_consistency_SparseBSC_masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8921257Z test_consistency_SparseBSC_masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8921498Z test_consistency_SparseBSC_masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8921732Z test_consistency_SparseBSC_masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8921972Z test_consistency_SparseBSC_masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8922214Z test_consistency_SparseBSC_masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8922457Z test_consistency_SparseBSC_masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8922738Z test_consistency_SparseBSC_masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8922986Z test_consistency_SparseBSC_masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8923219Z test_consistency_SparseBSC_masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8923500Z test_consistency_SparseBSC_masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8923740Z test_consistency_SparseBSC_masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8923974Z test_consistency_SparseBSC_masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8924214Z test_consistency_SparseBSC_masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8924459Z test_consistency_SparseBSC_masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8924697Z test_consistency_SparseBSC_masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8924940Z test_consistency_SparseBSC_masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8925185Z test_consistency_SparseBSC_masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8925433Z test_consistency_SparseBSC_masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8925679Z test_consistency_SparseBSC_masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8925923Z test_consistency_SparseBSC_masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8926159Z test_consistency_SparseBSC_masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8926392Z test_consistency_SparseBSC_masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8926632Z test_consistency_SparseBSC_masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8926864Z test_consistency_SparseBSC_masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8927103Z test_consistency_SparseBSC_masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8927342Z test_consistency_SparseBSC_masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8927616Z test_consistency_SparseBSC_masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8927863Z test_consistency_SparseBSC_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8928112Z test_consistency_SparseBSC_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8928361Z test_consistency_SparseBSC_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8928639Z test_consistency_SparseBSC_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8928889Z test_consistency_SparseBSC_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8929126Z test_consistency_SparseBSC_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8929370Z test_consistency_SparseBSC_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8929600Z test_consistency_SparseBSC_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8929837Z test_consistency_SparseBSC_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8930078Z test_consistency_SparseBSC_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8930323Z test_consistency_SparseBSC_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8930564Z test_consistency_SparseBSC_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8930806Z test_consistency_SparseBSC_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.010s) 2022-12-01T10:29:28.8931055Z test_consistency_SparseBSC_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8931301Z test_consistency_SparseBSC_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8931546Z test_consistency_SparseBSC_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8931786Z test_consistency_SparseBSC_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8932017Z test_consistency_SparseBSC_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8932256Z test_consistency_SparseBSC_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8932492Z test_consistency_SparseBSC_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8932768Z test_consistency_SparseBSC_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8933015Z test_consistency_SparseBSC_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8933255Z test_consistency_SparseBSC_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8933496Z test_consistency_SparseBSC_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8933800Z test_consistency_SparseBSC_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8934047Z test_consistency_SparseBSC_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8934289Z test_consistency_SparseBSC_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8934535Z test_consistency_SparseBSC_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8934777Z test_consistency_SparseBSC_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8935027Z test_consistency_SparseBSC_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8935275Z test_consistency_SparseBSC_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8935518Z test_consistency_SparseBSC_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8935751Z test_consistency_SparseBSC_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8935994Z test_consistency_SparseBSC_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8936234Z test_consistency_SparseBSC_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8936478Z test_consistency_SparseBSC_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8936719Z test_consistency_SparseBSC_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8936958Z test_consistency_SparseBSC_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8937197Z test_consistency_SparseBSC_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8937442Z test_consistency_SparseBSC_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8937720Z test_consistency_SparseBSC_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8937959Z test_consistency_SparseBSC_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8938203Z test_consistency_SparseBSC_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8938444Z test_consistency_SparseBSC_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8938712Z test_consistency_SparseBSC_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8938946Z test_consistency_SparseBSC_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8939185Z test_consistency_SparseBSC_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8939415Z test_consistency_SparseBSC_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8939654Z test_consistency_SparseBSC_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8939895Z test_consistency_SparseBSC_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8940143Z test_consistency_SparseBSC_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8940388Z test_consistency_SparseBSC_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8940634Z test_consistency_SparseBSC_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8940881Z test_consistency_SparseBSC_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8941131Z test_consistency_SparseBSC_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8941376Z test_consistency_SparseBSC_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8941619Z test_consistency_SparseBSC_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8941861Z test_consistency_SparseBSC_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8942092Z test_consistency_SparseBSC_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8942339Z test_consistency_SparseBSC_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8942584Z test_consistency_SparseBSC_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8942857Z test_consistency_SparseBSC_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8943103Z test_consistency_SparseBSC_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8943347Z test_consistency_SparseBSC_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8943618Z test_consistency_SparseBSC_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8943860Z test_consistency_SparseBSC_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8944103Z test_consistency_SparseBSC_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8944340Z test_consistency_SparseBSC_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8944570Z test_consistency_SparseBSC_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8944810Z test_consistency_SparseBSC_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8945042Z test_consistency_SparseBSC_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8945287Z test_consistency_SparseBSC_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8945524Z test_consistency_SparseBSC_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8945771Z test_consistency_SparseBSC_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8946021Z test_consistency_SparseBSC_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8946264Z test_consistency_SparseBSC_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8946508Z test_consistency_SparseBSC_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8946746Z test_consistency_SparseBSC_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8946987Z test_consistency_SparseBSC_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8947225Z test_consistency_SparseBSC_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8947467Z test_consistency_SparseBSC_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8947740Z test_consistency_SparseBSC_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8947984Z test_consistency_SparseBSC_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8948210Z test_consistency_SparseBSC_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8948455Z test_consistency_SparseBSC_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8948729Z test_consistency_SparseBSC_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8948973Z test_consistency_SparseBSC_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8949214Z test_consistency_SparseBSC_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8949451Z test_consistency_SparseBSC_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8949681Z test_consistency_SparseBSC_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8949921Z test_consistency_SparseBSC_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8950163Z test_consistency_SparseBSC_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8950401Z test_consistency_SparseBSC_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8950645Z test_consistency_SparseBSC_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8950885Z test_consistency_SparseBSC_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8951134Z test_consistency_SparseBSC_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8951371Z test_consistency_SparseBSC_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8951614Z test_consistency_SparseBSC_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8951855Z test_consistency_SparseBSC_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8952095Z test_consistency_SparseBSC_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8952336Z test_consistency_SparseBSC_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8952571Z test_consistency_SparseBSC_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8952841Z test_consistency_SparseBSC_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8953081Z test_consistency_SparseBSC_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8953323Z test_consistency_SparseBSC_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8953590Z test_consistency_SparseBSC_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8953839Z test_consistency_SparseBSC_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8954169Z test_consistency_SparseBSC_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8954403Z test_consistency_SparseBSC_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8954645Z test_consistency_SparseBSC_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8954883Z test_consistency_SparseBSC_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8955125Z test_consistency_SparseBSC_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8955371Z test_consistency_SparseBSC_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8955614Z test_consistency_SparseBSC_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8955853Z test_consistency_SparseBSC_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8956096Z test_consistency_SparseBSC_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8956339Z test_consistency_SparseBSC_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8956702Z test_consistency_SparseBSC_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8956953Z test_consistency_SparseBSC_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8957195Z test_consistency_SparseBSC_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8957436Z test_consistency_SparseBSC_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8957667Z test_consistency_SparseBSC_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8957959Z test_consistency_SparseBSC_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8958191Z test_consistency_SparseBSC_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8958419Z test_consistency_SparseBSC_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8958658Z test_consistency_SparseBSC_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8958936Z test_consistency_SparseBSC_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8959187Z test_consistency_SparseBSC_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8959434Z test_consistency_SparseBSC_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8959681Z test_consistency_SparseBSC_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8959926Z test_consistency_SparseBSC_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8960172Z test_consistency_SparseBSC_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8960415Z test_consistency_SparseBSC_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8960659Z test_consistency_SparseBSC_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8960887Z test_consistency_SparseBSC_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:29:28.8961354Z test_consistency_SparseBSR_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 593 2022-12-01T10:29:28.8961422Z due to: 2022-12-01T10:29:28.8961514Z Traceback (most recent call last): 2022-12-01T10:29:28.8961810Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-12-01T10:29:28.8961917Z if isinstance(subobj, property): 2022-12-01T10:29:28.8962109Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-12-01T10:29:28.8962133Z 2022-12-01T10:29:28.8962194Z from user code: 2022-12-01T10:29:28.8962334Z File "test_sparse_csr.py", line 596, in 2022-12-01T10:29:28.8962452Z ndims_equals_2d = (s.input.ndim == 2 for s in samples) 2022-12-01T10:29:28.8962458Z 2022-12-01T10:29:28.8962589Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.8962654Z ========== 2022-12-01T10:29:28.8962721Z ok (0.091s) 2022-12-01T10:29:28.8962897Z test_consistency_SparseBSR_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.8963057Z test_consistency_SparseBSR_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:29:28.8963231Z test_consistency_SparseBSR_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:29:28.8963432Z test_consistency_SparseBSR_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:29:28.8963600Z test_consistency_SparseBSR_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.8963765Z test_consistency_SparseBSR_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8963928Z test_consistency_SparseBSR_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8964091Z test_consistency_SparseBSR_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8964250Z test_consistency_SparseBSR_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8964414Z test_consistency_SparseBSR_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8964587Z test_consistency_SparseBSR_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8964766Z test_consistency_SparseBSR_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8964934Z test_consistency_SparseBSR_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8965112Z test_consistency_SparseBSR_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8965287Z test_consistency_SparseBSR_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8965456Z test_consistency_SparseBSR_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8965625Z test_consistency_SparseBSR_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8965795Z test_consistency_SparseBSR_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8965964Z test_consistency_SparseBSR_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8966119Z test_consistency_SparseBSR_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8966287Z test_consistency_SparseBSR_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8966451Z test_consistency_SparseBSR_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8966615Z test_consistency_SparseBSR_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8966782Z test_consistency_SparseBSR_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8966949Z test_consistency_SparseBSR_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8967122Z test_consistency_SparseBSR_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8967295Z test_consistency_SparseBSR_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8967450Z test_consistency_SparseBSR_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8967622Z test_consistency_SparseBSR_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8967786Z test_consistency_SparseBSR_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8967950Z test_consistency_SparseBSR_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.8968113Z test_consistency_SparseBSR_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8968276Z test_consistency_SparseBSR_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8968438Z test_consistency_SparseBSR_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8968612Z test_consistency_SparseBSR_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8968776Z test_consistency_SparseBSR_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8968973Z test_consistency_SparseBSR_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8969145Z test_consistency_SparseBSR_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8969314Z test_consistency_SparseBSR_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8969480Z test_consistency_SparseBSR_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8969648Z test_consistency_SparseBSR_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8969814Z test_consistency_SparseBSR_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8969980Z test_consistency_SparseBSR_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8970174Z test_consistency_SparseBSR_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8970343Z test_consistency_SparseBSR_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8970500Z test_consistency_SparseBSR_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8970666Z test_consistency_SparseBSR_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8970838Z test_consistency_SparseBSR_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8971011Z test_consistency_SparseBSR_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8971179Z test_consistency_SparseBSR_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8971346Z test_consistency_SparseBSR_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8971514Z test_consistency_SparseBSR_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8971680Z test_consistency_SparseBSR_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8971844Z test_consistency_SparseBSR_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8971994Z test_consistency_SparseBSR_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8972156Z test_consistency_SparseBSR_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8972327Z test_consistency_SparseBSR_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8972492Z test_consistency_SparseBSR_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8972668Z test_consistency_SparseBSR_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.8972843Z test_consistency_SparseBSR_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8973016Z test_consistency_SparseBSR_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8973182Z test_consistency_SparseBSR_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8973334Z test_consistency_SparseBSR_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8973502Z test_consistency_SparseBSR_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8973666Z test_consistency_SparseBSR_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8973831Z test_consistency_SparseBSR_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8973994Z test_consistency_SparseBSR_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8974168Z test_consistency_SparseBSR_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8974394Z test_consistency_SparseBSR_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8974563Z test_consistency_SparseBSR_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8974727Z test_consistency_SparseBSR_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8974876Z test_consistency_SparseBSR_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8975039Z test_consistency_SparseBSR_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8975204Z test_consistency_SparseBSR_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8975365Z test_consistency_SparseBSR_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8975580Z test_consistency_SparseBSR_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8975761Z test_consistency_SparseBSR_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8975952Z test_consistency_SparseBSR_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8976140Z test_consistency_SparseBSR_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8976325Z test_consistency_SparseBSR_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8976492Z test_consistency_SparseBSR_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8976668Z test_consistency_SparseBSR_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8976848Z test_consistency_SparseBSR_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8977029Z test_consistency_SparseBSR_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8977207Z test_consistency_SparseBSR_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8977378Z test_consistency_SparseBSR_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8977555Z test_consistency_SparseBSR_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8977731Z test_consistency_SparseBSR_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8977900Z test_consistency_SparseBSR_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8978052Z test_consistency_SparseBSR_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8978217Z test_consistency_SparseBSR_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8978385Z test_consistency_SparseBSR_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8978550Z test_consistency_SparseBSR_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8978713Z test_consistency_SparseBSR_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8978871Z test_consistency_SparseBSR_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8979033Z test_consistency_SparseBSR_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8979196Z test_consistency_SparseBSR_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8979356Z test_consistency_SparseBSR_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8979521Z test_consistency_SparseBSR_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8979696Z test_consistency_SparseBSR_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8979897Z test_consistency_SparseBSR_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8980066Z test_consistency_SparseBSR_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8980233Z test_consistency_SparseBSR_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8980401Z test_consistency_SparseBSR_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8980567Z test_consistency_SparseBSR_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8980733Z test_consistency_SparseBSR_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8980892Z test_consistency_SparseBSR_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8981085Z test_consistency_SparseBSR_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8981258Z test_consistency_SparseBSR_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8981427Z test_consistency_SparseBSR_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8981591Z test_consistency_SparseBSR_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8981755Z test_consistency_SparseBSR_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8981920Z test_consistency_SparseBSR_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8982084Z test_consistency_SparseBSR_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8982251Z test_consistency_SparseBSR_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8982411Z test_consistency_SparseBSR_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8982580Z test_consistency_SparseBSR_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8982751Z test_consistency_SparseBSR_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8982915Z test_consistency_SparseBSR_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8983077Z test_consistency_SparseBSR_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8983241Z test_consistency_SparseBSR_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8983405Z test_consistency_SparseBSR_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8983567Z test_consistency_SparseBSR_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8983740Z test_consistency_SparseBSR_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8983893Z test_consistency_SparseBSR_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8984067Z test_consistency_SparseBSR_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8984238Z test_consistency_SparseBSR_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8984406Z test_consistency_SparseBSR_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8984574Z test_consistency_SparseBSR_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8984741Z test_consistency_SparseBSR_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8984909Z test_consistency_SparseBSR_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8985078Z test_consistency_SparseBSR_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8985228Z test_consistency_SparseBSR_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8985425Z test_consistency_SparseBSR_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8985589Z test_consistency_SparseBSR_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8985751Z test_consistency_SparseBSR_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8985923Z test_consistency_SparseBSR_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8986089Z test_consistency_SparseBSR_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8986263Z test_consistency_SparseBSR_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8986463Z test_consistency_SparseBSR_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8986633Z test_consistency_SparseBSR_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8986792Z test_consistency_SparseBSR_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8986959Z test_consistency_SparseBSR_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8987124Z test_consistency_SparseBSR_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8987288Z test_consistency_SparseBSR_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8987451Z test_consistency_SparseBSR_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8987614Z test_consistency_SparseBSR_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8987776Z test_consistency_SparseBSR_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8987955Z test_consistency_SparseBSR_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8988126Z test_consistency_SparseBSR_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8988290Z test_consistency_SparseBSR_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8988459Z test_consistency_SparseBSR_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8988626Z test_consistency_SparseBSR_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8988796Z test_consistency_SparseBSR_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8988960Z test_consistency_SparseBSR_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8989133Z test_consistency_SparseBSR_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8989301Z test_consistency_SparseBSR_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8989473Z test_consistency_SparseBSR_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8989648Z test_consistency_SparseBSR_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8989805Z test_consistency_SparseBSR_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8989976Z test_consistency_SparseBSR_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8990142Z test_consistency_SparseBSR_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8990307Z test_consistency_SparseBSR_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8990478Z test_consistency_SparseBSR_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8990647Z test_consistency_SparseBSR_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8990847Z test_consistency_SparseBSR_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8991018Z test_consistency_SparseBSR_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8991175Z test_consistency_SparseBSR_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8991342Z test_consistency_SparseBSR_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8991509Z test_consistency_SparseBSR_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8991676Z test_consistency_SparseBSR_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8991871Z test_consistency_SparseBSR_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8992040Z test_consistency_SparseBSR_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8992206Z test_consistency_SparseBSR_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8992371Z test_consistency_SparseBSR_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8992534Z test_consistency_SparseBSR_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8992683Z test_consistency_SparseBSR_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.8992937Z test_consistency_SparseBSR_masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.8993190Z test_consistency_SparseBSR_masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.8993440Z test_consistency_SparseBSR_masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.8993688Z test_consistency_SparseBSR_masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.8993932Z test_consistency_SparseBSR_masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.8994245Z test_consistency_SparseBSR_masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.8994495Z test_consistency_SparseBSR_masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.8994743Z test_consistency_SparseBSR_masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.8994990Z test_consistency_SparseBSR_masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.8995240Z test_consistency_SparseBSR_masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.8995488Z test_consistency_SparseBSR_masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.8995721Z test_consistency_SparseBSR_masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.8995971Z test_consistency_SparseBSR_masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.8996254Z test_consistency_SparseBSR_masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.8996490Z test_consistency_SparseBSR_masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.8996830Z test_consistency_SparseBSR_masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.8997079Z test_consistency_SparseBSR_masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.8997368Z test_consistency_SparseBSR_masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.8997622Z test_consistency_SparseBSR_masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.8997867Z test_consistency_SparseBSR_masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.8998120Z test_consistency_SparseBSR_masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.8998371Z test_consistency_SparseBSR_masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.8998620Z test_consistency_SparseBSR_masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.8998868Z test_consistency_SparseBSR_masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.8999104Z test_consistency_SparseBSR_masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.8999348Z test_consistency_SparseBSR_masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.8999590Z test_consistency_SparseBSR_masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.8999826Z test_consistency_SparseBSR_masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9000074Z test_consistency_SparseBSR_masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9000317Z test_consistency_SparseBSR_masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9000568Z test_consistency_SparseBSR_masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9000820Z test_consistency_SparseBSR_masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9001074Z test_consistency_SparseBSR_masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9001323Z test_consistency_SparseBSR_masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9001609Z test_consistency_SparseBSR_masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9001849Z test_consistency_SparseBSR_masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9002094Z test_consistency_SparseBSR_masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9002354Z test_consistency_SparseBSR_masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9002597Z test_consistency_SparseBSR_masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9002843Z test_consistency_SparseBSR_masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9003086Z test_consistency_SparseBSR_masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9003327Z test_consistency_SparseBSR_masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9003573Z test_consistency_SparseBSR_masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9003822Z test_consistency_SparseBSR_masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9004066Z test_consistency_SparseBSR_masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9004307Z test_consistency_SparseBSR_masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9004547Z test_consistency_SparseBSR_masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9004785Z test_consistency_SparseBSR_masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9005029Z test_consistency_SparseBSR_masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9005258Z test_consistency_SparseBSR_masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9005496Z test_consistency_SparseBSR_masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9005733Z test_consistency_SparseBSR_masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9005905Z test_consistency_SparseBSR_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9006076Z test_consistency_SparseBSR_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9006252Z test_consistency_SparseBSR_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9006452Z test_consistency_SparseBSR_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9006621Z test_consistency_SparseBSR_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9006790Z test_consistency_SparseBSR_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9006956Z test_consistency_SparseBSR_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9007107Z test_consistency_SparseBSR_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9007271Z test_consistency_SparseBSR_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9007430Z test_consistency_SparseBSR_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9007625Z test_consistency_SparseBSR_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9007785Z test_consistency_SparseBSR_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9008033Z test_consistency_SparseBSR_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9008284Z test_consistency_SparseBSR_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9008532Z test_consistency_SparseBSR_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9008778Z test_consistency_SparseBSR_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9009023Z test_consistency_SparseBSR_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9009255Z test_consistency_SparseBSR_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9009493Z test_consistency_SparseBSR_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9009667Z test_consistency_SparseBSR_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9009840Z test_consistency_SparseBSR_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9010010Z test_consistency_SparseBSR_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9010179Z test_consistency_SparseBSR_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9010345Z test_consistency_SparseBSR_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9010518Z test_consistency_SparseBSR_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9010684Z test_consistency_SparseBSR_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9010836Z test_consistency_SparseBSR_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9011006Z test_consistency_SparseBSR_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9011170Z test_consistency_SparseBSR_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9011344Z test_consistency_SparseBSR_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9011515Z test_consistency_SparseBSR_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9011683Z test_consistency_SparseBSR_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9011892Z test_consistency_SparseBSR_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9012059Z test_consistency_SparseBSR_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9012226Z test_consistency_SparseBSR_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9012377Z test_consistency_SparseBSR_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9012540Z test_consistency_SparseBSR_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9012702Z test_consistency_SparseBSR_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9012865Z test_consistency_SparseBSR_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9013056Z test_consistency_SparseBSR_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9013230Z test_consistency_SparseBSR_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9013394Z test_consistency_SparseBSR_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9013563Z test_consistency_SparseBSR_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9013732Z test_consistency_SparseBSR_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9013888Z test_consistency_SparseBSR_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9014054Z test_consistency_SparseBSR_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9014221Z test_consistency_SparseBSR_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9014390Z test_consistency_SparseBSR_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9014558Z test_consistency_SparseBSR_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9014722Z test_consistency_SparseBSR_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9014898Z test_consistency_SparseBSR_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9015067Z test_consistency_SparseBSR_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9015229Z test_consistency_SparseBSR_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9015398Z test_consistency_SparseBSR_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9015564Z test_consistency_SparseBSR_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9015736Z test_consistency_SparseBSR_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9015906Z test_consistency_SparseBSR_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9016073Z test_consistency_SparseBSR_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9016242Z test_consistency_SparseBSR_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9016407Z test_consistency_SparseBSR_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9016575Z test_consistency_SparseBSR_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9016725Z test_consistency_SparseBSR_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9016897Z test_consistency_SparseBSR_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9017069Z test_consistency_SparseBSR_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9017236Z test_consistency_SparseBSR_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9017462Z test_consistency_SparseBSR_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9017626Z test_consistency_SparseBSR_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9017789Z test_consistency_SparseBSR_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9017951Z test_consistency_SparseBSR_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9018114Z test_consistency_SparseBSR_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9018262Z test_consistency_SparseBSR_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9018461Z test_consistency_SparseBSR_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9018621Z test_consistency_SparseBSR_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9018796Z test_consistency_SparseBSR_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9018969Z test_consistency_SparseBSR_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9019137Z test_consistency_SparseBSR_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9019306Z test_consistency_SparseBSR_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9019472Z test_consistency_SparseBSR_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9019623Z test_consistency_SparseBSR_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9019788Z test_consistency_SparseBSR_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9019951Z test_consistency_SparseBSR_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9020116Z test_consistency_SparseBSR_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9020285Z test_consistency_SparseBSR_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9020449Z test_consistency_SparseBSR_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9020622Z test_consistency_SparseBSR_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9020794Z test_consistency_SparseBSR_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9020960Z test_consistency_SparseBSR_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9021115Z test_consistency_SparseBSR_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9021278Z test_consistency_SparseBSR_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9021444Z test_consistency_SparseBSR_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9021608Z test_consistency_SparseBSR_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9021772Z test_consistency_SparseBSR_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9021932Z test_consistency_SparseBSR_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9022099Z test_consistency_SparseBSR_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9022265Z test_consistency_SparseBSR_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9022436Z test_consistency_SparseBSR_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9022594Z test_consistency_SparseBSR_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9022791Z test_consistency_SparseBSR_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9022960Z test_consistency_SparseBSR_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9023122Z test_consistency_SparseBSR_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9023284Z test_consistency_SparseBSR_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9023446Z test_consistency_SparseBSR_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9023608Z test_consistency_SparseBSR_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9023769Z test_consistency_SparseBSR_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9023950Z test_consistency_SparseBSR_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9024114Z test_consistency_SparseBSR_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9024287Z test_consistency_SparseBSR_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9024462Z test_consistency_SparseBSR_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9024630Z test_consistency_SparseBSR_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9024798Z test_consistency_SparseBSR_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9024961Z test_consistency_SparseBSR_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9025125Z test_consistency_SparseBSR_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9025292Z test_consistency_SparseBSR_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9025442Z test_consistency_SparseBSR_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9025606Z test_consistency_SparseBSR_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9025851Z test_consistency_SparseBSR_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9026092Z test_consistency_SparseBSR_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9026337Z test_consistency_SparseBSR_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9026583Z test_consistency_SparseBSR_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9026825Z test_consistency_SparseBSR_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9027068Z test_consistency_SparseBSR_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9027311Z test_consistency_SparseBSR_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9027549Z test_consistency_SparseBSR_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9027780Z test_consistency_SparseBSR_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9028010Z test_consistency_SparseBSR_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9028267Z test_consistency_SparseBSR_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9028509Z test_consistency_SparseBSR_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:29:28.9028682Z test_consistency_SparseBSR_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9028851Z test_consistency_SparseBSR_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9029023Z test_consistency_SparseBSR_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9029220Z test_consistency_SparseBSR_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9029389Z test_consistency_SparseBSR_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9029560Z test_consistency_SparseBSR_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9029726Z test_consistency_SparseBSR_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9029878Z test_consistency_SparseBSR_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9030047Z test_consistency_SparseCSC_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9030219Z test_consistency_SparseCSC_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9030387Z test_consistency_SparseCSC_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9030559Z test_consistency_SparseCSC_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9030725Z test_consistency_SparseCSC_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9030893Z test_consistency_SparseCSC_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9031059Z test_consistency_SparseCSC_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9031221Z test_consistency_SparseCSC_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9031370Z test_consistency_SparseCSC_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9031534Z test_consistency_SparseCSC_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9031698Z test_consistency_SparseCSC_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9031858Z test_consistency_SparseCSC_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9032032Z test_consistency_SparseCSC_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9032201Z test_consistency_SparseCSC_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9032378Z test_consistency_SparseCSC_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9032552Z test_consistency_SparseCSC_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9032709Z test_consistency_SparseCSC_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9032878Z test_consistency_SparseCSC_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9033047Z test_consistency_SparseCSC_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9033213Z test_consistency_SparseCSC_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9033380Z test_consistency_SparseCSC_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9033575Z test_consistency_SparseCSC_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9033742Z test_consistency_SparseCSC_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9033906Z test_consistency_SparseCSC_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9034145Z test_consistency_SparseCSC_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9034300Z test_consistency_SparseCSC_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9034473Z test_consistency_SparseCSC_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9034645Z test_consistency_SparseCSC_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9034851Z test_consistency_SparseCSC_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9035025Z test_consistency_SparseCSC_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9035191Z test_consistency_SparseCSC_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9035358Z test_consistency_SparseCSC_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9035523Z test_consistency_SparseCSC_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9035685Z test_consistency_SparseCSC_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9035832Z test_consistency_SparseCSC_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9036003Z test_consistency_SparseCSC_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9036171Z test_consistency_SparseCSC_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9036348Z test_consistency_SparseCSC_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9036521Z test_consistency_SparseCSC_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9036775Z test_consistency_SparseCSC_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9036944Z test_consistency_SparseCSC_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9037114Z test_consistency_SparseCSC_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9037280Z test_consistency_SparseCSC_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9037432Z test_consistency_SparseCSC_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9037598Z test_consistency_SparseCSC_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9037762Z test_consistency_SparseCSC_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9037934Z test_consistency_SparseCSC_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9038100Z test_consistency_SparseCSC_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9038276Z test_consistency_SparseCSC_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9038450Z test_consistency_SparseCSC_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9038619Z test_consistency_SparseCSC_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9038775Z test_consistency_SparseCSC_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9038943Z test_consistency_SparseCSC_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9039110Z test_consistency_SparseCSC_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9039325Z test_consistency_SparseCSC_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9039487Z test_consistency_SparseCSC_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9039652Z test_consistency_SparseCSC_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9039822Z test_consistency_SparseCSC_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9039989Z test_consistency_SparseCSC_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9040167Z test_consistency_SparseCSC_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9040363Z test_consistency_SparseCSC_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9040537Z test_consistency_SparseCSC_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9040708Z test_consistency_SparseCSC_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9040874Z test_consistency_SparseCSC_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9041041Z test_consistency_SparseCSC_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9041208Z test_consistency_SparseCSC_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9041374Z test_consistency_SparseCSC_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9041544Z test_consistency_SparseCSC_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9041715Z test_consistency_SparseCSC_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9041871Z test_consistency_SparseCSC_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9042042Z test_consistency_SparseCSC_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9042207Z test_consistency_SparseCSC_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9042371Z test_consistency_SparseCSC_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9042533Z test_consistency_SparseCSC_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9042698Z test_consistency_SparseCSC_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9042859Z test_consistency_SparseCSC_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9043042Z test_consistency_SparseCSC_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9043209Z test_consistency_SparseCSC_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9043396Z test_consistency_SparseCSC_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9043580Z test_consistency_SparseCSC_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9043763Z test_consistency_SparseCSC_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9043942Z test_consistency_SparseCSC_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9044122Z test_consistency_SparseCSC_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9044302Z test_consistency_SparseCSC_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9044480Z test_consistency_SparseCSC_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9044659Z test_consistency_SparseCSC_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9044862Z test_consistency_SparseCSC_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9045040Z test_consistency_SparseCSC_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9045212Z test_consistency_SparseCSC_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9045379Z test_consistency_SparseCSC_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9045544Z test_consistency_SparseCSC_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9045711Z test_consistency_SparseCSC_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9045906Z test_consistency_SparseCSC_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9046072Z test_consistency_SparseCSC_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9046238Z test_consistency_SparseCSC_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9046388Z test_consistency_SparseCSC_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9046553Z test_consistency_SparseCSC_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9046713Z test_consistency_SparseCSC_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9046886Z test_consistency_SparseCSC_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9047052Z test_consistency_SparseCSC_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9047225Z test_consistency_SparseCSC_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9047392Z test_consistency_SparseCSC_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9047564Z test_consistency_SparseCSC_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9047733Z test_consistency_SparseCSC_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9047887Z test_consistency_SparseCSC_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9048052Z test_consistency_SparseCSC_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9048217Z test_consistency_SparseCSC_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9048391Z test_consistency_SparseCSC_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9048559Z test_consistency_SparseCSC_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9048729Z test_consistency_SparseCSC_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9048899Z test_consistency_SparseCSC_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9049064Z test_consistency_SparseCSC_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9049229Z test_consistency_SparseCSC_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9049381Z test_consistency_SparseCSC_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9049545Z test_consistency_SparseCSC_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9049706Z test_consistency_SparseCSC_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9049880Z test_consistency_SparseCSC_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9050048Z test_consistency_SparseCSC_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9050261Z test_consistency_SparseCSC_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9050421Z test_consistency_SparseCSC_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9050585Z test_consistency_SparseCSC_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9050734Z test_consistency_SparseCSC_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9050899Z test_consistency_SparseCSC_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9051060Z test_consistency_SparseCSC_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9051230Z test_consistency_SparseCSC_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9051423Z test_consistency_SparseCSC_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9051604Z test_consistency_SparseCSC_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9051777Z test_consistency_SparseCSC_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9051948Z test_consistency_SparseCSC_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9052118Z test_consistency_SparseCSC_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9052273Z test_consistency_SparseCSC_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9052443Z test_consistency_SparseCSC_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9052611Z test_consistency_SparseCSC_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9052780Z test_consistency_SparseCSC_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9052944Z test_consistency_SparseCSC_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9053110Z test_consistency_SparseCSC_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9053271Z test_consistency_SparseCSC_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9053440Z test_consistency_SparseCSC_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9053606Z test_consistency_SparseCSC_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9053768Z test_consistency_SparseCSC_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9053939Z test_consistency_SparseCSC_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9054109Z test_consistency_SparseCSC_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9054278Z test_consistency_SparseCSC_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9054444Z test_consistency_SparseCSC_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9054608Z test_consistency_SparseCSC_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9054771Z test_consistency_SparseCSC_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9054936Z test_consistency_SparseCSC_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9055087Z test_consistency_SparseCSC_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9055250Z test_consistency_SparseCSC_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9055428Z test_consistency_SparseCSC_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9055628Z test_consistency_SparseCSC_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9055802Z test_consistency_SparseCSC_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9055975Z test_consistency_SparseCSC_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9056142Z test_consistency_SparseCSC_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9056313Z test_consistency_SparseCSC_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9056479Z test_consistency_SparseCSC_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9056629Z test_consistency_SparseCSC_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9056827Z test_consistency_SparseCSC_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9057001Z test_consistency_SparseCSC_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9057177Z test_consistency_SparseCSC_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9057345Z test_consistency_SparseCSC_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9057514Z test_consistency_SparseCSC_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9057682Z test_consistency_SparseCSC_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9057848Z test_consistency_SparseCSC_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9058014Z test_consistency_SparseCSC_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9058168Z test_consistency_SparseCSC_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9058334Z test_consistency_SparseCSC_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9058501Z test_consistency_SparseCSC_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9058672Z test_consistency_SparseCSC_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9058845Z test_consistency_SparseCSC_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9059011Z test_consistency_SparseCSC_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9059180Z test_consistency_SparseCSC_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9059350Z test_consistency_SparseCSC_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9059521Z test_consistency_SparseCSC_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9059676Z test_consistency_SparseCSC_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9059841Z test_consistency_SparseCSC_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9060007Z test_consistency_SparseCSC_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9060173Z test_consistency_SparseCSC_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9060426Z test_consistency_SparseCSC_masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9060676Z test_consistency_SparseCSC_masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9060925Z test_consistency_SparseCSC_masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9061200Z test_consistency_SparseCSC_masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9061446Z test_consistency_SparseCSC_masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9061691Z test_consistency_SparseCSC_masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9061936Z test_consistency_SparseCSC_masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9062199Z test_consistency_SparseCSC_masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9062449Z test_consistency_SparseCSC_masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9062696Z test_consistency_SparseCSC_masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9062941Z test_consistency_SparseCSC_masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9063182Z test_consistency_SparseCSC_masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9063422Z test_consistency_SparseCSC_masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9063666Z test_consistency_SparseCSC_masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9063906Z test_consistency_SparseCSC_masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9064149Z test_consistency_SparseCSC_masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9064390Z test_consistency_SparseCSC_masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9064637Z test_consistency_SparseCSC_masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9064884Z test_consistency_SparseCSC_masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9065115Z test_consistency_SparseCSC_masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9065366Z test_consistency_SparseCSC_masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9065617Z test_consistency_SparseCSC_masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9065862Z test_consistency_SparseCSC_masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9066106Z test_consistency_SparseCSC_masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9066375Z test_consistency_SparseCSC_masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9066619Z test_consistency_SparseCSC_masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9066859Z test_consistency_SparseCSC_masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9067102Z test_consistency_SparseCSC_masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9067374Z test_consistency_SparseCSC_masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9067619Z test_consistency_SparseCSC_masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9067867Z test_consistency_SparseCSC_masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9068118Z test_consistency_SparseCSC_masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9068356Z test_consistency_SparseCSC_masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9068606Z test_consistency_SparseCSC_masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9068855Z test_consistency_SparseCSC_masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9069098Z test_consistency_SparseCSC_masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9069340Z test_consistency_SparseCSC_masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9069578Z test_consistency_SparseCSC_masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9069824Z test_consistency_SparseCSC_masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9070072Z test_consistency_SparseCSC_masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9070317Z test_consistency_SparseCSC_masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9070559Z test_consistency_SparseCSC_masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9070807Z test_consistency_SparseCSC_masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9071055Z test_consistency_SparseCSC_masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9071317Z test_consistency_SparseCSC_masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9071561Z test_consistency_SparseCSC_masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9071795Z test_consistency_SparseCSC_masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9072036Z test_consistency_SparseCSC_masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9072305Z test_consistency_SparseCSC_masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9072539Z test_consistency_SparseCSC_masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9072780Z test_consistency_SparseCSC_masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9073021Z test_consistency_SparseCSC_masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9073191Z test_consistency_SparseCSC_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9073364Z test_consistency_SparseCSC_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9073536Z test_consistency_SparseCSC_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9073694Z test_consistency_SparseCSC_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9073864Z test_consistency_SparseCSC_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9074096Z test_consistency_SparseCSC_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9074267Z test_consistency_SparseCSC_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9074432Z test_consistency_SparseCSC_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9074596Z test_consistency_SparseCSC_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9074757Z test_consistency_SparseCSC_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9074923Z test_consistency_SparseCSC_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9075091Z test_consistency_SparseCSC_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9075329Z test_consistency_SparseCSC_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9075580Z test_consistency_SparseCSC_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9075830Z test_consistency_SparseCSC_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9076074Z test_consistency_SparseCSC_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9076318Z test_consistency_SparseCSC_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9076683Z test_consistency_SparseCSC_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9076932Z test_consistency_SparseCSC_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:29:28.9077108Z test_consistency_SparseCSC_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9077280Z test_consistency_SparseCSC_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9077453Z test_consistency_SparseCSC_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9077621Z test_consistency_SparseCSC_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9077822Z test_consistency_SparseCSC_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9077994Z test_consistency_SparseCSC_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9078162Z test_consistency_SparseCSC_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9078326Z test_consistency_SparseCSC_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9078500Z test_consistency_SparseCSC_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9078668Z test_consistency_SparseCSC_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9078840Z test_consistency_SparseCSC_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9079012Z test_consistency_SparseCSC_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9079185Z test_consistency_SparseCSC_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9079342Z test_consistency_SparseCSC_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9079509Z test_consistency_SparseCSC_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9079675Z test_consistency_SparseCSC_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9079841Z test_consistency_SparseCSC_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9080006Z test_consistency_SparseCSC_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9080170Z test_consistency_SparseCSC_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9080336Z test_consistency_SparseCSC_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9080502Z test_consistency_SparseCSC_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9081462Z test_consistency_SparseCSC_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9081615Z test_consistency_SparseCSC_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9081786Z test_consistency_SparseCSC_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9081953Z test_consistency_SparseCSC_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9082120Z test_consistency_SparseCSC_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9082288Z test_consistency_SparseCSC_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9082454Z test_consistency_SparseCSC_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9082621Z test_consistency_SparseCSC_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9082783Z test_consistency_SparseCSC_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9082978Z test_consistency_SparseCSC_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9083154Z test_consistency_SparseCSC_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9083324Z test_consistency_SparseCSC_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9083496Z test_consistency_SparseCSC_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9083663Z test_consistency_SparseCSC_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9083836Z test_consistency_SparseCSC_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9084005Z test_consistency_SparseCSC_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9084205Z test_consistency_SparseCSC_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9084378Z test_consistency_SparseCSC_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9084533Z test_consistency_SparseCSC_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9084702Z test_consistency_SparseCSC_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9084869Z test_consistency_SparseCSC_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9085035Z test_consistency_SparseCSC_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9085213Z test_consistency_SparseCSC_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9085383Z test_consistency_SparseCSC_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9085554Z test_consistency_SparseCSC_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9085725Z test_consistency_SparseCSC_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9085891Z test_consistency_SparseCSC_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9086041Z test_consistency_SparseCSC_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9086200Z test_consistency_SparseCSC_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9086364Z test_consistency_SparseCSC_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9086526Z test_consistency_SparseCSC_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9086694Z test_consistency_SparseCSC_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9086860Z test_consistency_SparseCSC_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9087038Z test_consistency_SparseCSC_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9087210Z test_consistency_SparseCSC_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9087363Z test_consistency_SparseCSC_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9087531Z test_consistency_SparseCSC_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9087695Z test_consistency_SparseCSC_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9087859Z test_consistency_SparseCSC_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9088022Z test_consistency_SparseCSC_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9088187Z test_consistency_SparseCSC_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9088351Z test_consistency_SparseCSC_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9088567Z test_consistency_SparseCSC_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9088730Z test_consistency_SparseCSC_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9088888Z test_consistency_SparseCSC_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9089059Z test_consistency_SparseCSC_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9089226Z test_consistency_SparseCSC_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9089396Z test_consistency_SparseCSC_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9089593Z test_consistency_SparseCSC_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9089758Z test_consistency_SparseCSC_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9089925Z test_consistency_SparseCSC_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9090090Z test_consistency_SparseCSC_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9090253Z test_consistency_SparseCSC_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9090408Z test_consistency_SparseCSC_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9090573Z test_consistency_SparseCSC_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9090746Z test_consistency_SparseCSC_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9090918Z test_consistency_SparseCSC_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9091088Z test_consistency_SparseCSC_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9091257Z test_consistency_SparseCSC_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9091419Z test_consistency_SparseCSC_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9091583Z test_consistency_SparseCSC_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9091742Z test_consistency_SparseCSC_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9091889Z test_consistency_SparseCSC_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9092052Z test_consistency_SparseCSC_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9092220Z test_consistency_SparseCSC_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9092380Z test_consistency_SparseCSC_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9092556Z test_consistency_SparseCSC_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9092729Z test_consistency_SparseCSC_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9092897Z test_consistency_SparseCSC_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9093063Z test_consistency_SparseCSC_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9093215Z test_consistency_SparseCSC_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9093380Z test_consistency_SparseCSC_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9093543Z test_consistency_SparseCSC_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9093709Z test_consistency_SparseCSC_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9093904Z test_consistency_SparseCSC_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9094083Z test_consistency_SparseCSC_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9094255Z test_consistency_SparseCSC_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9094437Z test_consistency_SparseCSC_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9094615Z test_consistency_SparseCSC_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9094778Z test_consistency_SparseCSC_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9094948Z test_consistency_SparseCSC_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9095144Z test_consistency_SparseCSC_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9095320Z test_consistency_SparseCSC_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9095494Z test_consistency_SparseCSC_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9095666Z test_consistency_SparseCSC_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9095837Z test_consistency_SparseCSC_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9096008Z test_consistency_SparseCSC_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9096181Z test_consistency_SparseCSC_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9096338Z test_consistency_SparseCSC_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9096509Z test_consistency_SparseCSC_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9096677Z test_consistency_SparseCSC_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9096842Z test_consistency_SparseCSC_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9097007Z test_consistency_SparseCSC_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9097173Z test_consistency_SparseCSC_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9097338Z test_consistency_SparseCSC_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9097506Z test_consistency_SparseCSR_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9097679Z test_consistency_SparseCSR_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9097839Z test_consistency_SparseCSR_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9098016Z test_consistency_SparseCSR_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9098182Z test_consistency_SparseCSR_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9098347Z test_consistency_SparseCSR_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9098511Z test_consistency_SparseCSR_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9098675Z test_consistency_SparseCSR_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9098838Z test_consistency_SparseCSR_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9098996Z test_consistency_SparseCSR_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9099148Z test_consistency_SparseCSR_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9099305Z test_consistency_SparseCSR_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9099509Z test_consistency_SparseCSR_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9099675Z test_consistency_SparseCSR_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9099851Z test_consistency_SparseCSR_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9100022Z test_consistency_SparseCSR_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9100191Z test_consistency_SparseCSR_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9100360Z test_consistency_SparseCSR_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9100597Z test_consistency_SparseCSR_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9100751Z test_consistency_SparseCSR_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9100920Z test_consistency_SparseCSR_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9101088Z test_consistency_SparseCSR_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9101255Z test_consistency_SparseCSR_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9101419Z test_consistency_SparseCSR_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9101588Z test_consistency_SparseCSR_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9101755Z test_consistency_SparseCSR_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9101931Z test_consistency_SparseCSR_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9102103Z test_consistency_SparseCSR_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9102261Z test_consistency_SparseCSR_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9102430Z test_consistency_SparseCSR_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9102597Z test_consistency_SparseCSR_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9102762Z test_consistency_SparseCSR_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9102928Z test_consistency_SparseCSR_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9103093Z test_consistency_SparseCSR_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9103257Z test_consistency_SparseCSR_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9103436Z test_consistency_SparseCSR_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9103589Z test_consistency_SparseCSR_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9103766Z test_consistency_SparseCSR_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9103940Z test_consistency_SparseCSR_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9104107Z test_consistency_SparseCSR_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9104274Z test_consistency_SparseCSR_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9104439Z test_consistency_SparseCSR_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9104604Z test_consistency_SparseCSR_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9104770Z test_consistency_SparseCSR_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9104965Z test_consistency_SparseCSR_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9105115Z test_consistency_SparseCSR_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9105282Z test_consistency_SparseCSR_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9105448Z test_consistency_SparseCSR_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9105619Z test_consistency_SparseCSR_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9105790Z test_consistency_SparseCSR_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9105958Z test_consistency_SparseCSR_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9106152Z test_consistency_SparseCSR_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9106318Z test_consistency_SparseCSR_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9106481Z test_consistency_SparseCSR_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9106631Z test_consistency_SparseCSR_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9106794Z test_consistency_SparseCSR_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9106960Z test_consistency_SparseCSR_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9107130Z test_consistency_SparseCSR_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9107293Z test_consistency_SparseCSR_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9107471Z test_consistency_SparseCSR_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9107644Z test_consistency_SparseCSR_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9107811Z test_consistency_SparseCSR_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9107966Z test_consistency_SparseCSR_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9108133Z test_consistency_SparseCSR_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9108297Z test_consistency_SparseCSR_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9108462Z test_consistency_SparseCSR_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9108624Z test_consistency_SparseCSR_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9108791Z test_consistency_SparseCSR_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9108959Z test_consistency_SparseCSR_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9109129Z test_consistency_SparseCSR_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9109298Z test_consistency_SparseCSR_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9109450Z test_consistency_SparseCSR_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9109611Z test_consistency_SparseCSR_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9109774Z test_consistency_SparseCSR_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9109936Z test_consistency_SparseCSR_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9110102Z test_consistency_SparseCSR_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9110285Z test_consistency_SparseCSR_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9110495Z test_consistency_SparseCSR_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9110683Z test_consistency_SparseCSR_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9110869Z test_consistency_SparseCSR_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9111039Z test_consistency_SparseCSR_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9111217Z test_consistency_SparseCSR_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9111396Z test_consistency_SparseCSR_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9111603Z test_consistency_SparseCSR_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9111782Z test_consistency_SparseCSR_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9111959Z test_consistency_SparseCSR_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9112133Z test_consistency_SparseCSR_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9112311Z test_consistency_SparseCSR_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9112485Z test_consistency_SparseCSR_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9112640Z test_consistency_SparseCSR_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9112804Z test_consistency_SparseCSR_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9112972Z test_consistency_SparseCSR_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9113143Z test_consistency_SparseCSR_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9113309Z test_consistency_SparseCSR_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9113471Z test_consistency_SparseCSR_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9113633Z test_consistency_SparseCSR_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9113796Z test_consistency_SparseCSR_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9113955Z test_consistency_SparseCSR_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9114184Z test_consistency_SparseCSR_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9114359Z test_consistency_SparseCSR_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9114534Z test_consistency_SparseCSR_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9114705Z test_consistency_SparseCSR_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9114875Z test_consistency_SparseCSR_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9115046Z test_consistency_SparseCSR_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9115214Z test_consistency_SparseCSR_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9115381Z test_consistency_SparseCSR_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9115535Z test_consistency_SparseCSR_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9115710Z test_consistency_SparseCSR_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9115917Z test_consistency_SparseCSR_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9116086Z test_consistency_SparseCSR_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9116256Z test_consistency_SparseCSR_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9116424Z test_consistency_SparseCSR_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9116687Z test_consistency_SparseCSR_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9116853Z test_consistency_SparseCSR_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9117017Z test_consistency_SparseCSR_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9117214Z test_consistency_SparseCSR_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9117387Z test_consistency_SparseCSR_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9117557Z test_consistency_SparseCSR_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9117724Z test_consistency_SparseCSR_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9117890Z test_consistency_SparseCSR_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9118054Z test_consistency_SparseCSR_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9118220Z test_consistency_SparseCSR_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9118385Z test_consistency_SparseCSR_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9118550Z test_consistency_SparseCSR_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9118709Z test_consistency_SparseCSR_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9118883Z test_consistency_SparseCSR_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9119060Z test_consistency_SparseCSR_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9119234Z test_consistency_SparseCSR_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9119403Z test_consistency_SparseCSR_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9119575Z test_consistency_SparseCSR_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9119744Z test_consistency_SparseCSR_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9119914Z test_consistency_SparseCSR_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9120081Z test_consistency_SparseCSR_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9120234Z test_consistency_SparseCSR_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9120398Z test_consistency_SparseCSR_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9120562Z test_consistency_SparseCSR_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9120725Z test_consistency_SparseCSR_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9120898Z test_consistency_SparseCSR_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9121063Z test_consistency_SparseCSR_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9121240Z test_consistency_SparseCSR_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9121410Z test_consistency_SparseCSR_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9121601Z test_consistency_SparseCSR_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9121770Z test_consistency_SparseCSR_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9121937Z test_consistency_SparseCSR_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9122103Z test_consistency_SparseCSR_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9122267Z test_consistency_SparseCSR_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9122432Z test_consistency_SparseCSR_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9122599Z test_consistency_SparseCSR_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9122794Z test_consistency_SparseCSR_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9122973Z test_consistency_SparseCSR_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9123127Z test_consistency_SparseCSR_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9123303Z test_consistency_SparseCSR_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9123476Z test_consistency_SparseCSR_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9123648Z test_consistency_SparseCSR_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9123821Z test_consistency_SparseCSR_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9123989Z test_consistency_SparseCSR_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9124156Z test_consistency_SparseCSR_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9124328Z test_consistency_SparseCSR_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9124498Z test_consistency_SparseCSR_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9124661Z test_consistency_SparseCSR_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9124833Z test_consistency_SparseCSR_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9125007Z test_consistency_SparseCSR_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9125177Z test_consistency_SparseCSR_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9125343Z test_consistency_SparseCSR_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9125515Z test_consistency_SparseCSR_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9125684Z test_consistency_SparseCSR_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9125848Z test_consistency_SparseCSR_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9126016Z test_consistency_SparseCSR_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9126172Z test_consistency_SparseCSR_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9126344Z test_consistency_SparseCSR_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9126513Z test_consistency_SparseCSR_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9126687Z test_consistency_SparseCSR_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9126857Z test_consistency_SparseCSR_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9127069Z test_consistency_SparseCSR_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9127237Z test_consistency_SparseCSR_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9127402Z test_consistency_SparseCSR_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9127555Z test_consistency_SparseCSR_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9127723Z test_consistency_SparseCSR_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9128476Z test_consistency_SparseCSR_masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... /opt/conda/lib/python3.7/site-packages/torch/masked/_ops.py:768: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1615.) 2022-12-01T10:29:28.9128603Z 0, scatter_indices, values, reduce, include_self=False 2022-12-01T10:29:28.9128673Z ok (0.014s) 2022-12-01T10:29:28.9128852Z test_consistency_SparseCSR_masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9129032Z test_consistency_SparseCSR_masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9129210Z test_consistency_SparseCSR_masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9129463Z test_consistency_SparseCSR_masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:29:28.9129704Z test_consistency_SparseCSR_masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:29:28.9129938Z test_consistency_SparseCSR_masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:29:28.9130190Z test_consistency_SparseCSR_masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:29:28.9130437Z test_consistency_SparseCSR_masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:29:28.9130620Z test_consistency_SparseCSR_masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9130799Z test_consistency_SparseCSR_masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9130976Z test_consistency_SparseCSR_masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9131150Z test_consistency_SparseCSR_masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9131395Z test_consistency_SparseCSR_masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:29:28.9131642Z test_consistency_SparseCSR_masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:29:28.9131883Z test_consistency_SparseCSR_masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:29:28.9132124Z test_consistency_SparseCSR_masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:29:28.9132358Z test_consistency_SparseCSR_masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:29:28.9132537Z test_consistency_SparseCSR_masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-12-01T10:29:28.9132808Z test_consistency_SparseCSR_masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:29:28.9133059Z test_consistency_SparseCSR_masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:29:28.9133309Z test_consistency_SparseCSR_masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:29:28.9133485Z test_consistency_SparseCSR_masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-12-01T10:29:28.9133689Z test_consistency_SparseCSR_masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-12-01T10:29:28.9133867Z test_consistency_SparseCSR_masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-12-01T10:29:28.9134112Z test_consistency_SparseCSR_masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:29:28.9134346Z test_consistency_SparseCSR_masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:29:28.9134590Z test_consistency_SparseCSR_masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:29:28.9134821Z test_consistency_SparseCSR_masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:29:28.9135063Z test_consistency_SparseCSR_masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:29:28.9135244Z test_consistency_SparseCSR_masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9135427Z test_consistency_SparseCSR_masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:29:28.9135608Z test_consistency_SparseCSR_masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:29:28.9135785Z test_consistency_SparseCSR_masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9135961Z test_consistency_SparseCSR_masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9136136Z test_consistency_SparseCSR_masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9136309Z test_consistency_SparseCSR_masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9136478Z test_consistency_SparseCSR_masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9136643Z test_consistency_SparseCSR_masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9136816Z test_consistency_SparseCSR_masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9136990Z test_consistency_SparseCSR_masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9137163Z test_consistency_SparseCSR_masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9137343Z test_consistency_SparseCSR_masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:29:28.9137523Z test_consistency_SparseCSR_masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:29:28.9137701Z test_consistency_SparseCSR_masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9137907Z test_consistency_SparseCSR_masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9138080Z test_consistency_SparseCSR_masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9138239Z test_consistency_SparseCSR_masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9138410Z test_consistency_SparseCSR_masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9138577Z test_consistency_SparseCSR_masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9138746Z test_consistency_SparseCSR_masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:29:28.9138912Z test_consistency_SparseCSR_masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9139110Z test_consistency_SparseCSR_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9139287Z test_consistency_SparseCSR_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9139457Z test_consistency_SparseCSR_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9139614Z test_consistency_SparseCSR_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9139782Z test_consistency_SparseCSR_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9139948Z test_consistency_SparseCSR_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9140114Z test_consistency_SparseCSR_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9140277Z test_consistency_SparseCSR_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9140442Z test_consistency_SparseCSR_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9140605Z test_consistency_SparseCSR_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9140770Z test_consistency_SparseCSR_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9140933Z test_consistency_SparseCSR_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9141097Z test_consistency_SparseCSR_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9141280Z test_consistency_SparseCSR_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9141459Z test_consistency_SparseCSR_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9141637Z test_consistency_SparseCSR_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9141813Z test_consistency_SparseCSR_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9141992Z test_consistency_SparseCSR_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9142167Z test_consistency_SparseCSR_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9142339Z test_consistency_SparseCSR_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9142509Z test_consistency_SparseCSR_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9142665Z test_consistency_SparseCSR_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9142832Z test_consistency_SparseCSR_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9142998Z test_consistency_SparseCSR_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9143165Z test_consistency_SparseCSR_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9143371Z test_consistency_SparseCSR_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9143533Z test_consistency_SparseCSR_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9143704Z test_consistency_SparseCSR_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9143869Z test_consistency_SparseCSR_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9144040Z test_consistency_SparseCSR_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9144195Z test_consistency_SparseCSR_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9144364Z test_consistency_SparseCSR_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9144567Z test_consistency_SparseCSR_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9144734Z test_consistency_SparseCSR_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9144902Z test_consistency_SparseCSR_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9145068Z test_consistency_SparseCSR_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9145237Z test_consistency_SparseCSR_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9145400Z test_consistency_SparseCSR_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9145548Z test_consistency_SparseCSR_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9145708Z test_consistency_SparseCSR_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9145879Z test_consistency_SparseCSR_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9146042Z test_consistency_SparseCSR_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9146212Z test_consistency_SparseCSR_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9146381Z test_consistency_SparseCSR_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9146550Z test_consistency_SparseCSR_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9146716Z test_consistency_SparseCSR_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9146881Z test_consistency_SparseCSR_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9147032Z test_consistency_SparseCSR_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9147195Z test_consistency_SparseCSR_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9147358Z test_consistency_SparseCSR_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9147537Z test_consistency_SparseCSR_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9147708Z test_consistency_SparseCSR_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9147883Z test_consistency_SparseCSR_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9148053Z test_consistency_SparseCSR_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9148219Z test_consistency_SparseCSR_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9148390Z test_consistency_SparseCSR_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9148546Z test_consistency_SparseCSR_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9148716Z test_consistency_SparseCSR_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9148917Z test_consistency_SparseCSR_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9149088Z test_consistency_SparseCSR_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9149257Z test_consistency_SparseCSR_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9149420Z test_consistency_SparseCSR_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9149590Z test_consistency_SparseCSR_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9149756Z test_consistency_SparseCSR_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9149910Z test_consistency_SparseCSR_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9150106Z test_consistency_SparseCSR_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9150273Z test_consistency_SparseCSR_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9150436Z test_consistency_SparseCSR_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9150596Z test_consistency_SparseCSR_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9150757Z test_consistency_SparseCSR_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9150920Z test_consistency_SparseCSR_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9151086Z test_consistency_SparseCSR_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9151247Z test_consistency_SparseCSR_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9151408Z test_consistency_SparseCSR_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9151580Z test_consistency_SparseCSR_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9151747Z test_consistency_SparseCSR_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9151915Z test_consistency_SparseCSR_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9152079Z test_consistency_SparseCSR_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9152242Z test_consistency_SparseCSR_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9152407Z test_consistency_SparseCSR_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9152568Z test_consistency_SparseCSR_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9152731Z test_consistency_SparseCSR_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9152887Z test_consistency_SparseCSR_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9153052Z test_consistency_SparseCSR_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9153225Z test_consistency_SparseCSR_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9153396Z test_consistency_SparseCSR_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9153563Z test_consistency_SparseCSR_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9153732Z test_consistency_SparseCSR_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9153893Z test_consistency_SparseCSR_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9154130Z test_consistency_SparseCSR_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9154284Z test_consistency_SparseCSR_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9154486Z test_consistency_SparseCSR_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9154649Z test_consistency_SparseCSR_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9154819Z test_consistency_SparseCSR_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9154985Z test_consistency_SparseCSR_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9155159Z test_consistency_SparseCSR_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9155331Z test_consistency_SparseCSR_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9155500Z test_consistency_SparseCSR_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9155699Z test_consistency_SparseCSR_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9155853Z test_consistency_SparseCSR_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9156014Z test_consistency_SparseCSR_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9156178Z test_consistency_SparseCSR_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9156346Z test_consistency_SparseCSR_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9156507Z test_consistency_SparseCSR_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9156787Z test_consistency_SparseCSR_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9156952Z test_consistency_SparseCSR_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9157128Z test_consistency_SparseCSR_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9157303Z test_consistency_SparseCSR_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9157459Z test_consistency_SparseCSR_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9157627Z test_consistency_SparseCSR_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9157793Z test_consistency_SparseCSR_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9157959Z test_consistency_SparseCSR_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9158124Z test_consistency_SparseCSR_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9158288Z test_consistency_SparseCSR_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9158454Z test_consistency_SparseCSR_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9158637Z test_consistency_SparseCSR_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9158810Z test_consistency_SparseCSR_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9158977Z test_consistency_SparseCSR_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9159156Z test_consistency_SparseCSR_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9159334Z test_consistency_SparseCSR_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9159504Z test_consistency_SparseCSR_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9159678Z test_consistency_SparseCSR_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9159853Z test_consistency_SparseCSR_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9160074Z test_consistency_SparseCSR_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9160238Z test_consistency_SparseCSR_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9160394Z test_consistency_SparseCSR_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9160566Z test_consistency_SparseCSR_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9160737Z test_consistency_SparseCSR_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9160906Z test_consistency_SparseCSR_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9161078Z test_consistency_SparseCSR_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9161280Z test_consistency_SparseCSR_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9161451Z test_consistency_SparseCSR_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9161620Z test_consistency_SparseCSR_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9161786Z test_consistency_SparseCSR_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9161939Z test_consistency_SparseCSR_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9162096Z test_copy_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.083s) 2022-12-01T10:29:28.9162252Z test_copy_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9162411Z test_copy_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9162571Z test_copy_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:29:28.9162727Z test_copy_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:29:28.9162881Z test_copy_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9163030Z test_copy_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:29:28.9163171Z test_copy_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9163319Z test_copy_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9163465Z test_copy_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9163617Z test_copy_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9163768Z test_copy_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9163924Z test_copy_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:29:28.9164078Z test_copy_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9164240Z test_copy_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:29:28.9164398Z test_copy_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:29:28.9164541Z test_copy_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:29:28.9164692Z test_copy_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9164848Z test_copy_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:29:28.9164997Z test_copy_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9165144Z test_copy_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9165291Z test_copy_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9165439Z test_copy_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9165634Z test_copy_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9165776Z test_copy_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T10:29:28.9165927Z test_copy_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9166085Z test_copy_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:29:28.9166241Z test_copy_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:29:28.9166393Z test_copy_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T10:29:28.9166547Z test_copy_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T10:29:28.9166731Z test_copy_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T10:29:28.9166883Z test_copy_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9167019Z test_copy_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9167168Z test_copy_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9167318Z test_copy_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9167466Z test_copy_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9167623Z test_copy_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T10:29:28.9167773Z test_copy_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9167935Z test_copy_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:29:28.9168095Z test_copy_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:29:28.9168250Z test_copy_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T10:29:28.9168394Z test_copy_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T10:29:28.9168545Z test_copy_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T10:29:28.9168695Z test_copy_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9168840Z test_copy_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9168984Z test_copy_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9169132Z test_copy_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9169283Z test_copy_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9169450Z test_copy_errors_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-12-01T10:29:28.9169598Z test_copy_errors_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:29:28.9169768Z test_copy_errors_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-12-01T10:29:28.9169932Z test_copy_errors_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-12-01T10:29:28.9170094Z test_copy_errors_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:29:28.9170258Z test_copy_errors_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-12-01T10:29:28.9170416Z test_copy_errors_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:29:28.9170575Z test_copy_errors_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:29:28.9170733Z test_copy_errors_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:29:28.9170878Z test_copy_errors_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:29:28.9171069Z test_copy_errors_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:29:28.9171228Z test_copy_errors_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:29:28.9171392Z test_copy_errors_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-12-01T10:29:28.9171550Z test_copy_errors_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:29:28.9171718Z test_copy_errors_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-12-01T10:29:28.9171882Z test_copy_errors_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-12-01T10:29:28.9172043Z test_copy_errors_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:29:28.9172236Z test_copy_errors_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:29:28.9172383Z test_copy_errors_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:29:28.9172544Z test_copy_errors_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:29:28.9172699Z test_copy_errors_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:29:28.9172858Z test_copy_errors_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:29:28.9173017Z test_copy_errors_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:29:28.9173173Z test_copy_errors_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:29:28.9173336Z test_copy_errors_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9173493Z test_copy_errors_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9173648Z test_copy_errors_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:29:28.9173816Z test_copy_errors_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9173977Z test_copy_errors_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9174138Z test_copy_errors_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9174297Z test_copy_errors_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9174454Z test_copy_errors_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9174614Z test_copy_errors_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9174773Z test_copy_errors_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9174933Z test_copy_errors_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9175077Z test_copy_errors_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9175244Z test_copy_errors_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9175402Z test_copy_errors_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9175574Z test_copy_errors_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9175735Z test_copy_errors_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9175895Z test_copy_errors_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9176059Z test_copy_errors_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9176215Z test_copy_errors_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9176360Z test_copy_errors_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9176545Z test_copy_errors_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9176701Z test_copy_errors_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9176861Z test_copy_errors_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9177018Z test_copy_errors_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9177165Z test_dim_SparseBSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.044s) 2022-12-01T10:29:28.9177313Z test_dim_SparseBSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:29:28.9177458Z test_dim_SparseCSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:29:28.9177600Z test_dim_SparseCSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:29:28.9178031Z test_empty_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_empty test_sparse_csr.py line 410 2022-12-01T10:29:28.9178103Z due to: 2022-12-01T10:29:28.9178199Z Traceback (most recent call last): 2022-12-01T10:29:28.9178483Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/symbolic_convert.py", line 859, in BUILD_MAP 2022-12-01T10:29:28.9178624Z isinstance(k, TensorVariable) and k.parameter_value is not None 2022-12-01T10:29:28.9178701Z AssertionError 2022-12-01T10:29:28.9178711Z 2022-12-01T10:29:28.9178786Z from user code: 2022-12-01T10:29:28.9178886Z File "test_sparse_csr.py", line 418, in test_empty 2022-12-01T10:29:28.9179002Z torch.sparse_csc: -1, 2022-12-01T10:29:28.9179008Z 2022-12-01T10:29:28.9179145Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.9179211Z ========== 2022-12-01T10:29:28.9179278Z ok (0.023s) 2022-12-01T10:29:28.9179438Z test_empty_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9179599Z test_empty_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9179764Z test_empty_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9179908Z test_empty_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:29:28.9180061Z test_empty_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9180209Z test_empty_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9180364Z test_empty_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9180513Z test_empty_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9180660Z test_empty_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9180813Z test_empty_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9180962Z test_empty_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9181111Z test_empty_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:29:28.9181266Z test_empty_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:29:28.9181425Z test_empty_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9181584Z test_empty_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:29:28.9181738Z test_empty_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9181891Z test_empty_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:29:28.9182042Z test_empty_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9182196Z test_empty_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9182346Z test_empty_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:29:28.9182512Z test_empty_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9182665Z test_empty_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9182811Z test_empty_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9182977Z test_empty_errors_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T10:29:28.9183138Z test_empty_errors_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9183306Z test_empty_errors_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9183474Z test_empty_errors_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9183665Z test_empty_errors_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9183818Z test_empty_errors_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9183979Z test_empty_errors_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9184140Z test_empty_errors_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9184299Z test_empty_errors_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9184454Z test_empty_errors_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9184613Z test_empty_errors_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9184770Z test_empty_errors_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9184936Z test_empty_errors_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9185094Z test_empty_errors_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9185252Z test_empty_errors_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9185422Z test_empty_errors_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9185582Z test_empty_errors_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9185745Z test_empty_errors_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9185902Z test_empty_errors_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9186060Z test_empty_errors_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9186220Z test_empty_errors_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9186379Z test_empty_errors_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9186527Z test_empty_errors_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9186684Z test_empty_errors_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:29:28.9186860Z test_empty_like_SparseBSC_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.045s) 2022-12-01T10:29:28.9187031Z test_empty_like_SparseBSC_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:29:28.9187210Z test_empty_like_SparseBSC_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9187387Z test_empty_like_SparseBSC_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9187561Z test_empty_like_SparseBSC_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:29:28.9187731Z test_empty_like_SparseBSC_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9187970Z test_empty_like_SparseBSC_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9188127Z test_empty_like_SparseBSC_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9188294Z test_empty_like_SparseBSC_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9188457Z test_empty_like_SparseBSC_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9188625Z test_empty_like_SparseBSC_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9188797Z test_empty_like_SparseBSC_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9189210Z test_empty_like_SparseBSC_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 663 2022-12-01T10:29:28.9189281Z due to: 2022-12-01T10:29:28.9189379Z Traceback (most recent call last): 2022-12-01T10:29:28.9189634Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:29:28.9189784Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:29:28.9189968Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:29:28.9189973Z 2022-12-01T10:29:28.9190111Z The above exception was the direct cause of the following exception: 2022-12-01T10:29:28.9190116Z 2022-12-01T10:29:28.9190210Z Traceback (most recent call last): 2022-12-01T10:29:28.9190484Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:29:28.9190552Z ) from e 2022-12-01T10:29:28.9190797Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:29:28.9190803Z 2022-12-01T10:29:28.9190939Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.9190991Z ========== 2022-12-01T10:29:28.9191058Z ok (0.022s) 2022-12-01T10:29:28.9191230Z test_empty_like_SparseBSC_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9191409Z test_empty_like_SparseBSC_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9191584Z test_empty_like_SparseBSC_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9191760Z test_empty_like_SparseBSC_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9191930Z test_empty_like_SparseBSC_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9192097Z test_empty_like_SparseBSC_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9192267Z test_empty_like_SparseBSC_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9192420Z test_empty_like_SparseBSC_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9192590Z test_empty_like_SparseBSC_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9192760Z test_empty_like_SparseBSC_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9192931Z test_empty_like_SparseBSC_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9193106Z test_empty_like_SparseBSC_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9193274Z test_empty_like_SparseBSC_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9193454Z test_empty_like_SparseBSC_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9193629Z test_empty_like_SparseBSC_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9193827Z test_empty_like_SparseBSC_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:29:28.9194064Z test_empty_like_SparseBSC_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9194237Z test_empty_like_SparseBSC_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9194409Z test_empty_like_SparseBSC_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9194576Z test_empty_like_SparseBSC_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9194741Z test_empty_like_SparseBSC_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9194950Z test_empty_like_SparseBSC_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9195124Z test_empty_like_SparseBSC_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9195304Z test_empty_like_SparseBSC_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9195463Z test_empty_like_SparseBSC_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9195644Z test_empty_like_SparseBSC_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9195821Z test_empty_like_SparseBSC_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9195996Z test_empty_like_SparseBSC_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9196167Z test_empty_like_SparseBSC_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9196343Z test_empty_like_SparseBSC_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9196516Z test_empty_like_SparseBSC_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9196796Z test_empty_like_SparseBSC_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9196962Z test_empty_like_SparseBSC_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9197117Z test_empty_like_SparseBSC_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9197285Z test_empty_like_SparseBSC_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9197461Z test_empty_like_SparseBSR_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9197630Z test_empty_like_SparseBSR_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9197811Z test_empty_like_SparseBSR_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9197987Z test_empty_like_SparseBSR_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9198162Z test_empty_like_SparseBSR_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9198329Z test_empty_like_SparseBSR_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9198495Z test_empty_like_SparseBSR_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9198648Z test_empty_like_SparseBSR_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9198814Z test_empty_like_SparseBSR_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9198984Z test_empty_like_SparseBSR_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9199155Z test_empty_like_SparseBSR_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9199325Z test_empty_like_SparseBSR_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9199554Z test_empty_like_SparseBSR_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9199722Z test_empty_like_SparseBSR_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9199899Z test_empty_like_SparseBSR_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9200078Z test_empty_like_SparseBSR_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9200237Z test_empty_like_SparseBSR_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9200406Z test_empty_like_SparseBSR_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9200612Z test_empty_like_SparseBSR_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9200784Z test_empty_like_SparseBSR_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9200953Z test_empty_like_SparseBSR_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9201120Z test_empty_like_SparseBSR_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9201288Z test_empty_like_SparseBSR_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9201456Z test_empty_like_SparseBSR_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:29:28.9201631Z test_empty_like_SparseBSR_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9201788Z test_empty_like_SparseBSR_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9201967Z test_empty_like_SparseBSR_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9202143Z test_empty_like_SparseBSR_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9202314Z test_empty_like_SparseBSR_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9202487Z test_empty_like_SparseBSR_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9202657Z test_empty_like_SparseBSR_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9202828Z test_empty_like_SparseBSR_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9202993Z test_empty_like_SparseBSR_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9203142Z test_empty_like_SparseBSR_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9203311Z test_empty_like_SparseBSR_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9203481Z test_empty_like_SparseBSR_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9203655Z test_empty_like_SparseBSR_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9203823Z test_empty_like_SparseBSR_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9204000Z test_empty_like_SparseBSR_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9204174Z test_empty_like_SparseBSR_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9204348Z test_empty_like_SparseBSR_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9204518Z test_empty_like_SparseBSR_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9204675Z test_empty_like_SparseBSR_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9204890Z test_empty_like_SparseBSR_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9205056Z test_empty_like_SparseBSR_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9205222Z test_empty_like_SparseBSR_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9205389Z test_empty_like_SparseBSR_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9205554Z test_empty_like_SparseBSR_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:29:28.9205728Z test_empty_like_SparseCSC_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9205898Z test_empty_like_SparseCSC_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9206108Z test_empty_like_SparseCSC_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9206275Z test_empty_like_SparseCSC_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9206446Z test_empty_like_SparseCSC_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9206618Z test_empty_like_SparseCSC_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9206789Z test_empty_like_SparseCSC_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9206957Z test_empty_like_SparseCSC_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9207123Z test_empty_like_SparseCSC_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9207286Z test_empty_like_SparseCSC_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9207460Z test_empty_like_SparseCSC_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9207631Z test_empty_like_SparseCSC_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9207791Z test_empty_like_SparseCSC_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9207961Z test_empty_like_SparseCSC_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9208139Z test_empty_like_SparseCSC_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9208318Z test_empty_like_SparseCSC_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9208492Z test_empty_like_SparseCSC_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9208661Z test_empty_like_SparseCSC_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9208831Z test_empty_like_SparseCSC_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9209000Z test_empty_like_SparseCSC_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9209164Z test_empty_like_SparseCSC_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9209320Z test_empty_like_SparseCSC_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9209487Z test_empty_like_SparseCSC_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9209656Z test_empty_like_SparseCSC_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9209833Z test_empty_like_SparseCSC_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9210001Z test_empty_like_SparseCSC_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9210181Z test_empty_like_SparseCSC_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9210389Z test_empty_like_SparseCSC_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9210563Z test_empty_like_SparseCSC_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9210732Z test_empty_like_SparseCSC_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9210886Z test_empty_like_SparseCSC_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9211053Z test_empty_like_SparseCSC_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9211218Z test_empty_like_SparseCSC_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9211410Z test_empty_like_SparseCSC_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9211577Z test_empty_like_SparseCSC_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9211747Z test_empty_like_SparseCSC_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9211922Z test_empty_like_SparseCSC_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9212089Z test_empty_like_SparseCSC_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9212254Z test_empty_like_SparseCSC_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9212429Z test_empty_like_SparseCSC_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9212603Z test_empty_like_SparseCSC_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9212775Z test_empty_like_SparseCSC_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9212943Z test_empty_like_SparseCSC_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9213114Z test_empty_like_SparseCSC_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9213279Z test_empty_like_SparseCSC_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9213442Z test_empty_like_SparseCSC_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9213609Z test_empty_like_SparseCSC_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9213762Z test_empty_like_SparseCSC_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9213934Z test_empty_like_SparseCSR_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9214102Z test_empty_like_SparseCSR_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9214280Z test_empty_like_SparseCSR_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9214459Z test_empty_like_SparseCSR_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9214630Z test_empty_like_SparseCSR_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9214797Z test_empty_like_SparseCSR_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9214962Z test_empty_like_SparseCSR_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9215130Z test_empty_like_SparseCSR_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9215284Z test_empty_like_SparseCSR_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9215451Z test_empty_like_SparseCSR_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9215619Z test_empty_like_SparseCSR_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9215822Z test_empty_like_SparseCSR_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9215996Z test_empty_like_SparseCSR_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9216165Z test_empty_like_SparseCSR_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9216341Z test_empty_like_SparseCSR_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9216516Z test_empty_like_SparseCSR_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9216688Z test_empty_like_SparseCSR_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9216874Z test_empty_like_SparseCSR_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9217046Z test_empty_like_SparseCSR_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9217216Z test_empty_like_SparseCSR_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9217379Z test_empty_like_SparseCSR_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9217554Z test_empty_like_SparseCSR_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9217788Z test_empty_like_SparseCSR_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9218003Z test_empty_like_SparseCSR_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9218179Z test_empty_like_SparseCSR_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9218349Z test_empty_like_SparseCSR_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9218513Z test_empty_like_SparseCSR_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9218693Z test_empty_like_SparseCSR_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9218867Z test_empty_like_SparseCSR_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9219036Z test_empty_like_SparseCSR_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9219205Z test_empty_like_SparseCSR_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9219374Z test_empty_like_SparseCSR_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9219541Z test_empty_like_SparseCSR_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9219715Z test_empty_like_SparseCSR_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9219885Z test_empty_like_SparseCSR_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9220038Z test_empty_like_SparseCSR_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9220215Z test_empty_like_SparseCSR_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9220385Z test_empty_like_SparseCSR_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9220563Z test_empty_like_SparseCSR_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9220739Z test_empty_like_SparseCSR_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9220915Z test_empty_like_SparseCSR_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9221085Z test_empty_like_SparseCSR_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9221294Z test_empty_like_SparseCSR_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9221450Z test_empty_like_SparseCSR_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9221614Z test_empty_like_SparseCSR_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9221777Z test_empty_like_SparseCSR_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9221946Z test_empty_like_SparseCSR_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9222115Z test_empty_like_SparseCSR_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9222312Z test_invalid_input_SparseBSC_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.089s) 2022-12-01T10:29:28.9222547Z test_invalid_input_SparseBSC_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.054s) 2022-12-01T10:29:28.9222767Z test_invalid_input_SparseBSC_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.061s) 2022-12-01T10:29:28.9222962Z test_invalid_input_SparseBSR_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.074s) 2022-12-01T10:29:28.9223167Z test_invalid_input_SparseBSR_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.054s) 2022-12-01T10:29:28.9223367Z test_invalid_input_SparseBSR_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.061s) 2022-12-01T10:29:28.9223562Z test_invalid_input_SparseCSC_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.069s) 2022-12-01T10:29:28.9223768Z test_invalid_input_SparseCSC_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.053s) 2022-12-01T10:29:28.9223980Z test_invalid_input_SparseCSC_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.058s) 2022-12-01T10:29:28.9224175Z test_invalid_input_SparseCSR_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.069s) 2022-12-01T10:29:28.9224372Z test_invalid_input_SparseCSR_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.053s) 2022-12-01T10:29:28.9224581Z test_invalid_input_SparseCSR_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.058s) 2022-12-01T10:29:28.9224735Z test_layout_SparseBSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:29:28.9224886Z test_layout_SparseBSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-12-01T10:29:28.9225022Z test_layout_SparseCSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-12-01T10:29:28.9225174Z test_layout_SparseCSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-12-01T10:29:28.9225555Z test_print_SparseBSC_cpu (__main__.TestSparseCompressedCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_print test_sparse_csr.py line 459 2022-12-01T10:29:28.9225626Z due to: 2022-12-01T10:29:28.9225720Z Traceback (most recent call last): 2022-12-01T10:29:28.9225998Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/codegen.py", line 238, in create_load_const 2022-12-01T10:29:28.9226124Z assert is_safe_constant(value), f"unsafe constant {value}" 2022-12-01T10:29:28.9226246Z AssertionError: unsafe constant torch.sparse_bsc 2022-12-01T10:29:28.9226253Z 2022-12-01T10:29:28.9226375Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.9226442Z ========== 2022-12-01T10:29:28.9226510Z ok (0.203s) 2022-12-01T10:29:28.9226663Z test_print_SparseBSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.156s) 2022-12-01T10:29:28.9226815Z test_print_SparseCSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.045s) 2022-12-01T10:29:28.9226963Z test_print_SparseCSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.045s) 2022-12-01T10:29:28.9227451Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_compressed_constructor test_sparse_csr.py line 342 2022-12-01T10:29:28.9227518Z due to: 2022-12-01T10:29:28.9227597Z Traceback (most recent call last): 2022-12-01T10:29:28.9227874Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/symbolic_convert.py", line 859, in BUILD_MAP 2022-12-01T10:29:28.9228011Z isinstance(k, TensorVariable) and k.parameter_value is not None 2022-12-01T10:29:28.9228086Z AssertionError 2022-12-01T10:29:28.9228092Z 2022-12-01T10:29:28.9228163Z from user code: 2022-12-01T10:29:28.9228305Z File "test_sparse_csr.py", line 363, in test_sparse_compressed_constructor 2022-12-01T10:29:28.9228444Z torch.sparse_bsc: torch.sparse_bsc_tensor, 2022-12-01T10:29:28.9228451Z 2022-12-01T10:29:28.9228587Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:29:28.9228638Z ========== 2022-12-01T10:29:28.9228705Z ok (0.023s) 2022-12-01T10:29:28.9228900Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9229101Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:29:28.9229303Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:29:28.9229502Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9229696Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9229894Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9230091Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9230271Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9230464Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9230656Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9230850Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9231049Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9231236Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9231435Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9231632Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:29:28.9231826Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9232019Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9232197Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9232391Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9232611Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9232800Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9232990Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9233185Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9233382Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9233571Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9233797Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9234056Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9234239Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9234433Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9234627Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9234819Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9235012Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9235207Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9235403Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9235596Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9235795Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9235971Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9236174Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9236373Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9236657Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9236855Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9237049Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9237242Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9237432Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9237624Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9237818Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9238055Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9238258Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9238454Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9238658Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9238861Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:29:28.9239058Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9239291Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9239493Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9239687Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9239881Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9240062Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9240257Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9240449Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9240647Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9240842Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9241044Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9241244Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9241439Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9241631Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9241827Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9242008Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9242199Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9242390Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9242585Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9242775Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9242974Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9243170Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9243420Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9243621Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9243818Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9244000Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9244196Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9244416Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9244613Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9244807Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9245002Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9245195Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9245397Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9245593Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9245794Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9245984Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9246181Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9246378Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9246574Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9246769Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9246965Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9247159Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9247353Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9247542Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9247746Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9247935Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9248143Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:29:28.9248349Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:29:28.9248580Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9248782Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9248985Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9249183Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9249384Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9249614Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9249815Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9250002Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9250208Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9250406Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9250611Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9250815Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:29:28.9251018Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9251221Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9251423Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9251621Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9251820Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9252005Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9252207Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9252404Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9252611Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9252809Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9253015Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9253219Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9253421Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9253622Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9253866Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9254051Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9254250Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9254446Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9254645Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9254871Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9255074Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9255276Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9255483Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9255689Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9255890Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9256076Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9256277Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9256477Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9256674Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9256871Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9257070Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9257265Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9257473Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9257676Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9257887Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9258080Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:29:28.9258282Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9258484Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9258684Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9258885Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9259116Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9259313Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9259517Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9259716Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9259922Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9260152Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9260350Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9260556Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9260757Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9260959Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9261161Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9261361Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9261563Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9261764Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9261964Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9262164Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9262356Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9262557Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9262767Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9262977Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9263180Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9263382Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9263582Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9263781Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9263983Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9264184Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9264405Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9264605Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9264809Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9265013Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9265221Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9265454Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9265661Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9265862Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9266062Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9266262Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9266448Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9266650Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9266852Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9267049Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9267276Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9267499Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9267728Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:29:28.9267959Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:29:28.9268187Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9268410Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9268629Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9268834Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9269048Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9269271Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9269522Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9269746Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9269971Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9270191Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9270420Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:29:28.9270709Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:29:28.9270936Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9271157Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9271359Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9271579Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9271797Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9272016Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9272239Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9272461Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9272685Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9272909Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9273138Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9273366Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9273592Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9273801Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9274104Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9274328Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9274549Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9274807Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9275027Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9275248Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9275472Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9275692Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9275952Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9276182Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9276401Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9276690Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9276905Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9277127Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9277349Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9277567Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9277787Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9278010Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9278241Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9278469Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9278700Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9278933Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:29:28.9279143Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9279464Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9279699Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9279927Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9280218Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9280432Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9280657Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9280879Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9281103Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9281361Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9281594Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9281808Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9282035Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9282256Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9282483Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9282705Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9282929Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9283149Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9283369Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9283588Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9283818Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9284044Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9284257Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9284485Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9284712Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9284939Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9285160Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9285416Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9285635Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9285853Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9286073Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9286323Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9286550Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9286774Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9286988Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9287219Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9287441Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9287663Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9287891Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9288112Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9288331Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9288548Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9288771Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9288989Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9289227Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:29:28.9289444Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9289677Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:29:28.9289910Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:29:28.9290144Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9290375Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9290637Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9290865Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9291090Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9291313Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9291566Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9291799Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9292016Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9292242Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9292475Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:29:28.9292707Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:29:28.9292937Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9293167Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9293397Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9293620Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9293846Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9294069Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9294295Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9294523Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9294739Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9294967Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9295199Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9295433Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9295690Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9295917Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9296145Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9296371Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9296624Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9296846Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9297075Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9297286Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9297516Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9297742Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9297977Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9298210Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9298437Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9298663Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9298892Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9299118Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9299347Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9299570Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9299798Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9300011Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9300243Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9300473Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9300739Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:29:28.9300977Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:29:28.9301209Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9301439Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9301671Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9301927Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9302158Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9302387Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9302601Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9302827Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9303061Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9303288Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9303521Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9303754Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9303985Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9304214Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9304448Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:29:28.9304679Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9304905Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9305132Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9305344Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:29:28.9305572Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:29:28.9305804Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9306060Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9306292Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9306522Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9306750Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9307008Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9307242Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9307467Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9307695Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9307925Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9308141Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9308366Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9308597Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9308822Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9309053Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9309284Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T10:29:28.9309517Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9309749Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9309977Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9310204Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9310432Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9310648Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9310878Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:29:28.9311137Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:29:28.9311299Z test_validate_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.052s) 2022-12-01T10:29:28.9311462Z test_validate_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9311629Z test_validate_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9311792Z test_validate_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9311952Z test_validate_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9312140Z test_validate_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9312304Z test_validate_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9312449Z test_validate_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9312607Z test_validate_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9312763Z test_validate_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9312918Z test_validate_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9313074Z test_validate_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9313236Z test_validate_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9313394Z test_validate_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9313562Z test_validate_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9313714Z test_validate_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9313872Z test_validate_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9314102Z test_validate_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9314265Z test_validate_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.113s) 2022-12-01T10:29:28.9314422Z test_validate_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9314575Z test_validate_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9314732Z test_validate_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9314890Z test_validate_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9315033Z test_validate_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:29:28.9315196Z test_validate_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:29:28.9315354Z test_validate_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:29:28.9315519Z test_validate_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:29:28.9315684Z test_validate_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:29:28.9315844Z test_validate_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:29:28.9316003Z test_validate_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:29:28.9316160Z test_validate_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:29:28.9316319Z test_validate_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:29:28.9316513Z test_validate_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:29:28.9316764Z test_validate_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:29:28.9316920Z test_validate_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:29:28.9317077Z test_validate_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:29:28.9317238Z test_validate_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:29:28.9317396Z test_validate_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:29:28.9317559Z test_validate_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:29:28.9317721Z test_validate_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:29:28.9317912Z test_validate_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:29:28.9318075Z test_validate_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:29:28.9318233Z test_validate_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:29:28.9318387Z test_validate_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:29:28.9318543Z test_validate_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:29:28.9318696Z test_validate_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:29:28.9318853Z test_validate_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:29:28.9319010Z test_validate_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:29:28.9319017Z 2022-12-01T10:29:28.9319254Z ---------------------------------------------------------------------- 2022-12-01T10:29:28.9319325Z Ran 3822 tests in 111.336s 2022-12-01T10:29:28.9319332Z 2022-12-01T10:29:28.9319407Z OK (skipped=661) 2022-12-01T10:29:28.9319413Z 2022-12-01T10:29:28.9319500Z Generating XML reports... 2022-12-01T10:29:28.9319805Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRCPU-20221201102736.xml 2022-12-01T10:29:28.9320115Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRSampler-20221201102736.xml 2022-12-01T10:29:28.9320428Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCompressedCPU-20221201102736.xml 2022-12-01T10:29:28.9320434Z 2022-12-01T10:29:28.9320839Z ##[endgroup] 2022-12-01T10:29:28.9321124Z FINISHED PRINTING LOG FILE of test_sparse_csr (/var/lib/jenkins/workspace/test/test-reports/test_sparse_csr_rqk3j2nn) 2022-12-01T10:29:28.9321129Z 2022-12-01T10:29:28.9321281Z Running test_jit_fuser_te ... [2022-12-01 10:29:28.825084] 2022-12-01T10:29:28.9321620Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_fuser_te.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:29:28.825425] 2022-12-01T10:37:11.9160437Z 2022-12-01T10:37:11.9160872Z Expand the folded group to see the log file of test_jit_fuser_te 2022-12-01T10:37:11.9162193Z ##[group]PRINTING LOG FILE of test_jit_fuser_te (/var/lib/jenkins/workspace/test/test-reports/test_jit_fuser_te_t_27xxdv) 2022-12-01T10:37:11.9169906Z Test results will be stored in test-reports/python-unittest/test_jit_fuser_te 2022-12-01T10:37:11.9170389Z CUDA not available, skipping tests 2022-12-01T10:37:11.9173123Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-12-01T10:37:11.9173438Z 2022-12-01T10:37:11.9173566Z Running tests... 2022-12-01T10:37:11.9174062Z ---------------------------------------------------------------------- 2022-12-01T10:37:11.9174598Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... Exception ignored in: .extract_files.. at 0x7f7bc88b9cd0> 2022-12-01T10:37:11.9177284Z Traceback (most recent call last): 2022-12-01T10:37:11.9177984Z File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/jit_utils.py", line 210, in 2022-12-01T10:37:11.9178346Z debug_files = (pickle.load(f) for f in debug_files_stream) 2022-12-01T10:37:11.9178683Z SystemError: error return without exception set 2022-12-01T10:37:11.9179194Z Exception ignored in: .extract_files.. at 0x7f7bc88b9c50> 2022-12-01T10:37:11.9181070Z Traceback (most recent call last): 2022-12-01T10:37:11.9181898Z File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/jit_utils.py", line 209, in 2022-12-01T10:37:11.9182523Z debug_files_stream = (archive.open(f) for f in debug_files_str) 2022-12-01T10:37:11.9183019Z SystemError: error return without exception set 2022-12-01T10:37:11.9183591Z ok (0.124s) 2022-12-01T10:37:11.9184443Z test_relu_cpu (__main__.TestLoopnestRandomizationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_fuser_te.py line 2727 2022-12-01T10:37:11.9184997Z due to: 2022-12-01T10:37:11.9261570Z Traceback (most recent call last): 2022-12-01T10:37:11.9262311Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:37:11.9263064Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:37:11.9263839Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-12-01T10:37:11.9264187Z 2022-12-01T10:37:11.9264318Z from user code: 2022-12-01T10:37:11.9264589Z File "test_jit_fuser_te.py", line 2728, in 2022-12-01T10:37:11.9264994Z self.old_cpu_fuser_state = torch._C._jit_can_fuse_on_cpu() 2022-12-01T10:37:11.9265221Z 2022-12-01T10:37:11.9265403Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:37:11.9265768Z ========== 2022-12-01T10:37:11.9266278Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT tearDown test_jit_fuser_te.py line 2753 2022-12-01T10:37:11.9266662Z due to: 2022-12-01T10:37:11.9266955Z Traceback (most recent call last): 2022-12-01T10:37:11.9267565Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:37:11.9268280Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:37:11.9269122Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-12-01T10:37:11.9269374Z 2022-12-01T10:37:11.9269433Z from user code: 2022-12-01T10:37:11.9269648Z File "test_jit_fuser_te.py", line 2754, in tearDown 2022-12-01T10:37:11.9269980Z torch._C._jit_set_profiling_executor(self.old_profiling_executor) 2022-12-01T10:37:11.9270187Z 2022-12-01T10:37:11.9270322Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:37:11.9270533Z ========== 2022-12-01T10:37:11.9270693Z ok (0.204s) 2022-12-01T10:37:11.9271038Z test_failures___rmatmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.279s) 2022-12-01T10:37:11.9271453Z test_failures_frac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.077s) 2022-12-01T10:37:11.9271936Z test_failures_matmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.020s) 2022-12-01T10:37:11.9272594Z test_nnc_correctness_H_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.058s) 2022-12-01T10:37:11.9273355Z test_nnc_correctness_H_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9274156Z 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:37:11.9275082Z 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:37:11.9275853Z 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:37:11.9276370Z 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:37:11.9276980Z 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:37:11.9277510Z 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:37:11.9278085Z 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:37:11.9278513Z 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:37:11.9278936Z 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:37:11.9279345Z 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:37:11.9279771Z 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:37:11.9280197Z 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:37:11.9280716Z 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:37:11.9281146Z 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:37:11.9281591Z test_nnc_correctness_T_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9282271Z 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:37:11.9283011Z 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:37:11.9283638Z 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:37:11.9284048Z 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:37:11.9284468Z 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:37:11.9284886Z 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:37:11.9285300Z 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:37:11.9285709Z 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:37:11.9286131Z 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:37:11.9286568Z 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:37:11.9287086Z 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:37:11.9287518Z 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:37:11.9287970Z 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:37:11.9288422Z 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:37:11.9289096Z 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:37:11.9289892Z 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:37:11.9290644Z 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:37:11.9291688Z 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:37:11.9292263Z 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:37:11.9292707Z 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:37:11.9293131Z 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:37:11.9293569Z 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:37:11.9294009Z 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:37:11.9294444Z 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:37:11.9294871Z 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:37:11.9295324Z 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:37:11.9295890Z 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:37:11.9296594Z test_nnc_correctness___radd___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9297300Z 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:37:11.9297994Z 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:37:11.9298700Z 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:37:11.9299416Z 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:37:11.9300197Z 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:37:11.9300899Z 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:37:11.9301603Z 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:37:11.9302286Z 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:37:11.9302996Z 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:37:11.9303795Z 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:37:11.9304490Z 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:37:11.9305174Z 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:37:11.9305879Z 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:37:11.9306606Z 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:37:11.9307286Z 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:37:11.9308014Z 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:37:11.9308752Z 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:37:11.9309459Z 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:37:11.9310164Z 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:37:11.9310874Z 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:37:11.9311593Z 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:37:11.9312319Z 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:37:11.9313009Z 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:37:11.9313677Z 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:37:11.9314490Z 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:37:11.9315237Z 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:37:11.9316002Z 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:37:11.9316958Z test_nnc_correctness___rmatmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9317688Z 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:37:11.9318428Z 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:37:11.9319169Z 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:37:11.9319817Z test_nnc_correctness___rmatmul___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9320561Z 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:37:11.9321307Z 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:37:11.9322026Z 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:37:11.9322753Z 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:37:11.9323456Z 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:37:11.9324168Z 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:37:11.9324882Z 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:37:11.9325595Z 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:37:11.9326343Z 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:37:11.9327052Z 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:37:11.9327751Z 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:37:11.9328464Z 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:37:11.9329165Z 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:37:11.9329848Z 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:37:11.9330566Z 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:37:11.9331265Z 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:37:11.9331963Z 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:37:11.9332675Z 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:37:11.9333436Z 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:37:11.9336487Z 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:37:11.9337196Z 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:37:11.9337887Z 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:37:11.9338630Z 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:37:11.9339282Z test_nnc_correctness___ror___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9339997Z 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:37:11.9340705Z 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:37:11.9341422Z 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:37:11.9342125Z 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:37:11.9342825Z 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:37:11.9343544Z 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:37:11.9344246Z 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:37:11.9344912Z 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:37:11.9345580Z 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:37:11.9346272Z 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:37:11.9346986Z 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:37:11.9347700Z 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:37:11.9348429Z 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:37:11.9349132Z 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:37:11.9349840Z 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:37:11.9350570Z 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:37:11.9351264Z 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:37:11.9351996Z 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:37:11.9352676Z 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:37:11.9353358Z 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:37:11.9354053Z 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:37:11.9354897Z 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:37:11.9355676Z 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:37:11.9356477Z 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:37:11.9393801Z 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:37:11.9394318Z 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:37:11.9394746Z 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:37:11.9395190Z test_nnc_correctness___rxor___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9395631Z 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:37:11.9396069Z 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:37:11.9396495Z 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:37:11.9397057Z 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:37:11.9397500Z 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:37:11.9397937Z 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:37:11.9398357Z 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:37:11.9398782Z 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:37:11.9399206Z 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:37:11.9399625Z 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:37:11.9400053Z 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:37:11.9400459Z 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:37:11.9401000Z 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:37:11.9401432Z 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:37:11.9401862Z test_nnc_correctness_acos_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9402290Z test_nnc_correctness_acos_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9402774Z test_nnc_correctness_acos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9403209Z test_nnc_correctness_acos_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9403637Z test_nnc_correctness_acos_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9404044Z test_nnc_correctness_acos_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9404463Z test_nnc_correctness_acos_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9404889Z test_nnc_correctness_acos_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9405308Z test_nnc_correctness_acos_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9405724Z test_nnc_correctness_acosh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9406156Z test_nnc_correctness_acosh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9406594Z test_nnc_correctness_acosh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9407036Z test_nnc_correctness_acosh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9407459Z 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:37:11.9407895Z test_nnc_correctness_acosh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9408328Z test_nnc_correctness_acosh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9408751Z test_nnc_correctness_acosh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9409179Z test_nnc_correctness_acosh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9409589Z test_nnc_correctness_acosh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9410015Z test_nnc_correctness_acosh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9410444Z test_nnc_correctness_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9410918Z test_nnc_correctness_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9411332Z test_nnc_correctness_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9411769Z test_nnc_correctness_add_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9412201Z test_nnc_correctness_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9412660Z test_nnc_correctness_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9413074Z test_nnc_correctness_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9413503Z test_nnc_correctness_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9413928Z test_nnc_correctness_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9414348Z test_nnc_correctness_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9414747Z test_nnc_correctness_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9415172Z test_nnc_correctness_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9415589Z test_nnc_correctness_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9416016Z test_nnc_correctness_addbmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9416444Z test_nnc_correctness_addbmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9416880Z test_nnc_correctness_addbmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9417317Z test_nnc_correctness_addbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9417752Z test_nnc_correctness_addbmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9418179Z test_nnc_correctness_addbmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9418598Z 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:37:11.9419023Z 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:37:11.9419451Z test_nnc_correctness_addbmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9419874Z 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:37:11.9420293Z 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:37:11.9420767Z 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:37:11.9421213Z 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:37:11.9421654Z 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:37:11.9422081Z 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:37:11.9422549Z 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:37:11.9422995Z 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:37:11.9423440Z 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:37:11.9423877Z 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:37:11.9424300Z 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:37:11.9424735Z 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:37:11.9425167Z 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:37:11.9425598Z 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:37:11.9426014Z 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:37:11.9426443Z 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:37:11.9426876Z 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:37:11.9427311Z 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:37:11.9427857Z 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:37:11.9428294Z 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:37:11.9428729Z 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:37:11.9429161Z 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:37:11.9429578Z 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:37:11.9430005Z 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:37:11.9430435Z 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:37:11.9430893Z 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:37:11.9431326Z 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:37:11.9431792Z test_nnc_correctness_addmm_decomposed_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.115s) 2022-12-01T10:37:11.9432259Z test_nnc_correctness_addmm_decomposed_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9432748Z 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:37:11.9433205Z 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:37:11.9433651Z 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:37:11.9434100Z 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:37:11.9434622Z 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:37:11.9435076Z 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:37:11.9435519Z 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:37:11.9435965Z 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:37:11.9436411Z 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:37:11.9437016Z 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:37:11.9437445Z 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:37:11.9437883Z 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:37:11.9438319Z 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:37:11.9438756Z 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:37:11.9439187Z 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:37:11.9439602Z 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:37:11.9440032Z 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:37:11.9440468Z 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:37:11.9440959Z 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:37:11.9441379Z 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:37:11.9441821Z 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:37:11.9442259Z test_nnc_correctness_addr_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9442693Z 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:37:11.9443147Z 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:37:11.9443580Z 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:37:11.9444002Z 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:37:11.9444419Z 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:37:11.9444834Z 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:37:11.9445255Z 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:37:11.9445685Z 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:37:11.9446117Z 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:37:11.9446548Z 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:37:11.9446970Z 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:37:11.9447401Z 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:37:11.9447826Z 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:37:11.9448254Z 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:37:11.9448666Z 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:37:11.9449086Z 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:37:11.9449506Z 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:37:11.9449927Z 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:37:11.9450337Z 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:37:11.9450724Z test_nnc_correctness_allclose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9451113Z test_nnc_correctness_allclose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9451471Z test_nnc_correctness_allclose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9451809Z test_nnc_correctness_allclose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9452157Z test_nnc_correctness_allclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9452505Z test_nnc_correctness_allclose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9452896Z test_nnc_correctness_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9453336Z 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:37:11.9453765Z 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:37:11.9454190Z 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:37:11.9454619Z 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:37:11.9455030Z 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:37:11.9455453Z 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:37:11.9455871Z 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:37:11.9456302Z 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:37:11.9456706Z 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:37:11.9457139Z 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:37:11.9457569Z 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:37:11.9457996Z 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:37:11.9458405Z 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:37:11.9458835Z 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:37:11.9459261Z 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:37:11.9459684Z 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:37:11.9460085Z 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:37:11.9460513Z 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:37:11.9460931Z 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:37:11.9461387Z 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:37:11.9461825Z 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:37:11.9462248Z 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:37:11.9462684Z 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:37:11.9463147Z 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:37:11.9463580Z 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:37:11.9463996Z 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:37:11.9464427Z test_nnc_correctness_aminmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9464865Z 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:37:11.9465295Z 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:37:11.9465721Z 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:37:11.9466164Z 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:37:11.9466599Z 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:37:11.9467034Z 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:37:11.9467452Z 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:37:11.9467878Z 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:37:11.9468305Z 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:37:11.9468736Z 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:37:11.9469148Z 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:37:11.9469574Z 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:37:11.9470000Z 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:37:11.9470430Z 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:37:11.9470855Z 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:37:11.9471304Z 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:37:11.9471735Z 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:37:11.9472158Z 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:37:11.9472585Z 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:37:11.9473020Z 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:37:11.9473445Z 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:37:11.9473864Z 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:37:11.9474360Z 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:37:11.9474775Z 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:37:11.9475208Z 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:37:11.9475652Z 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:37:11.9476092Z test_nnc_correctness_arange_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9476508Z 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:37:11.9477075Z 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:37:11.9477512Z 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:37:11.9477947Z 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:37:11.9478386Z 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:37:11.9478805Z 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:37:11.9479239Z 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:37:11.9479676Z 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:37:11.9480110Z 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:37:11.9480526Z 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:37:11.9480961Z 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:37:11.9481462Z 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:37:11.9481893Z 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:37:11.9482306Z 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:37:11.9482740Z 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:37:11.9483214Z 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:37:11.9483657Z 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:37:11.9484080Z test_nnc_correctness_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9484503Z test_nnc_correctness_argmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9484935Z 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:37:11.9485364Z 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:37:11.9485778Z 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:37:11.9486205Z 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:37:11.9486633Z 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:37:11.9487067Z 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:37:11.9487499Z 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:37:11.9487918Z test_nnc_correctness_argsort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9488352Z 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:37:11.9488786Z 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:37:11.9489217Z 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:37:11.9489635Z 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:37:11.9490064Z 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:37:11.9490492Z 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:37:11.9490922Z 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:37:11.9491377Z 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:37:11.9491816Z 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:37:11.9492253Z 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:37:11.9492701Z 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:37:11.9493168Z 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:37:11.9493610Z 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:37:11.9494048Z 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:37:11.9494484Z 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:37:11.9494916Z 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:37:11.9495333Z 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:37:11.9495769Z 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:37:11.9496206Z 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:37:11.9496650Z 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:37:11.9497078Z 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:37:11.9497520Z 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:37:11.9497969Z 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:37:11.9498418Z 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:37:11.9498847Z 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:37:11.9499284Z 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:37:11.9499712Z test_nnc_correctness_as_strided_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9500154Z 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:37:11.9500591Z 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:37:11.9501043Z 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:37:11.9501479Z 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:37:11.9501909Z 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:37:11.9502360Z 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:37:11.9502803Z 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:37:11.9503295Z 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:37:11.9503764Z 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:37:11.9504226Z 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:37:11.9504669Z 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:37:11.9505117Z 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:37:11.9505562Z 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:37:11.9506019Z 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:37:11.9506464Z 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:37:11.9506895Z 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:37:11.9507337Z 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:37:11.9507779Z 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:37:11.9508225Z 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:37:11.9508645Z 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:37:11.9509080Z 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:37:11.9509517Z 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:37:11.9509952Z 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:37:11.9510373Z 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:37:11.9510795Z 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:37:11.9511244Z 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:37:11.9511662Z test_nnc_correctness_asin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9512075Z 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:37:11.9512493Z 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:37:11.9512951Z 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:37:11.9513384Z 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:37:11.9513818Z 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:37:11.9514312Z 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:37:11.9514760Z 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:37:11.9515193Z 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:37:11.9515631Z 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:37:11.9516049Z 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:37:11.9516479Z 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:37:11.9517015Z 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:37:11.9517446Z 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:37:11.9517866Z 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:37:11.9518296Z 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:37:11.9518726Z 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:37:11.9519161Z 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:37:11.9519576Z 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:37:11.9520002Z 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:37:11.9520432Z 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:37:11.9520861Z 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:37:11.9521350Z 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:37:11.9521767Z 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:37:11.9522199Z 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:37:11.9522633Z 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:37:11.9523112Z 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:37:11.9523540Z test_nnc_correctness_atan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9523971Z 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:37:11.9524398Z 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:37:11.9524817Z 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:37:11.9525222Z 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:37:11.9525646Z 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:37:11.9526070Z 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:37:11.9526501Z 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:37:11.9526915Z 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:37:11.9527347Z 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:37:11.9527794Z 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:37:11.9528237Z 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:37:11.9528661Z 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:37:11.9529089Z 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:37:11.9529514Z 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:37:11.9529937Z 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:37:11.9530360Z 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:37:11.9530772Z 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:37:11.9531236Z 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:37:11.9531674Z 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:37:11.9532122Z 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:37:11.9532562Z 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:37:11.9533035Z 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:37:11.9533480Z 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:37:11.9533919Z 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:37:11.9534341Z 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:37:11.9534780Z 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:37:11.9535214Z test_nnc_correctness_atleast_1d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9535653Z 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:37:11.9536092Z 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:37:11.9536511Z 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:37:11.9536952Z 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:37:11.9537395Z 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:37:11.9537839Z 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:37:11.9538279Z 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:37:11.9538726Z 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:37:11.9539164Z 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:37:11.9539602Z 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:37:11.9540021Z 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:37:11.9540463Z 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:37:11.9540925Z 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:37:11.9541354Z 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:37:11.9541780Z 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:37:11.9542211Z 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:37:11.9542649Z 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:37:11.9543119Z 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:37:11.9543574Z 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:37:11.9544012Z 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:37:11.9544466Z 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:37:11.9544906Z 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:37:11.9545345Z 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:37:11.9545768Z 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:37:11.9546207Z 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:37:11.9546636Z 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:37:11.9547071Z test_nnc_correctness_atleast_3d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9547488Z 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:37:11.9547921Z 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:37:11.9548358Z 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:37:11.9548800Z 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:37:11.9549242Z 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:37:11.9549669Z 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:37:11.9550104Z 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:37:11.9550540Z 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:37:11.9551021Z 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:37:11.9551439Z 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:37:11.9551872Z 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:37:11.9552302Z 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:37:11.9552772Z 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:37:11.9553209Z 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:37:11.9553655Z 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:37:11.9554049Z test_nnc_correctness_bfloat16_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9554470Z test_nnc_correctness_bfloat16_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9554811Z test_nnc_correctness_bfloat16_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9555165Z test_nnc_correctness_bfloat16_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9555525Z test_nnc_correctness_bfloat16_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9555877Z test_nnc_correctness_bfloat16_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9556218Z test_nnc_correctness_bfloat16_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9556652Z test_nnc_correctness_bfloat16_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9556998Z test_nnc_correctness_bfloat16_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9557323Z test_nnc_correctness_bfloat16_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9557665Z test_nnc_correctness_bfloat16_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9558008Z test_nnc_correctness_bfloat16_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9558350Z test_nnc_correctness_bfloat16_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9558732Z 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:37:11.9559172Z 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:37:11.9559611Z 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:37:11.9560040Z 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:37:11.9560462Z 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:37:11.9560901Z 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:37:11.9561397Z 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:37:11.9561844Z 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:37:11.9562280Z 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:37:11.9562706Z 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:37:11.9563146Z 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:37:11.9563633Z 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:37:11.9564088Z 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:37:11.9564525Z 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:37:11.9564972Z 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:37:11.9565421Z 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:37:11.9565871Z 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:37:11.9566302Z 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:37:11.9566746Z 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:37:11.9567183Z 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:37:11.9567620Z 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:37:11.9568055Z 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:37:11.9568481Z 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:37:11.9568923Z 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:37:11.9569353Z 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:37:11.9569783Z 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:37:11.9570202Z test_nnc_correctness_bitwise_or_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9570634Z 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:37:11.9571082Z 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:37:11.9571566Z 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:37:11.9572000Z 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:37:11.9572450Z 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:37:11.9572898Z 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:37:11.9573378Z 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:37:11.9573811Z 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:37:11.9574246Z test_nnc_correctness_bitwise_xor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9574684Z 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:37:11.9575121Z 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:37:11.9575559Z test_nnc_correctness_bitwise_xor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9575990Z 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:37:11.9576432Z 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:37:11.9576877Z test_nnc_correctness_block_diag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9577331Z test_nnc_correctness_block_diag_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9577764Z test_nnc_correctness_block_diag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9578206Z test_nnc_correctness_block_diag_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9578651Z 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:37:11.9579094Z 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:37:11.9579523Z 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:37:11.9579962Z 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:37:11.9580396Z 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:37:11.9580834Z 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:37:11.9581301Z 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:37:11.9581720Z 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:37:11.9582149Z test_nnc_correctness_bmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9582583Z test_nnc_correctness_bmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9583048Z 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:37:11.9583463Z 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:37:11.9583898Z 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:37:11.9584323Z 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:37:11.9584743Z 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:37:11.9585154Z 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:37:11.9585577Z 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:37:11.9586008Z 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:37:11.9586439Z 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:37:11.9586854Z 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:37:11.9587289Z 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:37:11.9587728Z 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:37:11.9588157Z 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:37:11.9588573Z 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:37:11.9588999Z 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:37:11.9589428Z 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:37:11.9589851Z 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:37:11.9590267Z 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:37:11.9590680Z 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:37:11.9591135Z 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:37:11.9591572Z 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:37:11.9592031Z 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:37:11.9592476Z 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:37:11.9592966Z 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:37:11.9593430Z 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:37:11.9593894Z test_nnc_correctness_broadcast_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9594406Z 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:37:11.9594867Z 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:37:11.9595320Z 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:37:11.9595777Z 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:37:11.9596230Z 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:37:11.9596755Z 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:37:11.9597211Z 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:37:11.9597661Z 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:37:11.9598117Z 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:37:11.9598555Z 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:37:11.9599018Z 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:37:11.9599467Z 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:37:11.9599912Z 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:37:11.9600342Z 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:37:11.9600779Z 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:37:11.9601282Z 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:37:11.9601722Z 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:37:11.9602169Z 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:37:11.9602597Z 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:37:11.9603076Z 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:37:11.9603528Z 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:37:11.9603975Z 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:37:11.9604405Z 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:37:11.9604843Z 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:37:11.9605283Z 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:37:11.9605723Z 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:37:11.9606155Z test_nnc_correctness_bucketize_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9606600Z 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:37:11.9607038Z 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:37:11.9607473Z 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:37:11.9607904Z 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:37:11.9608332Z 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:37:11.9608769Z 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:37:11.9609195Z 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:37:11.9609626Z 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:37:11.9610034Z 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:37:11.9610454Z 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:37:11.9610871Z 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:37:11.9611330Z 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:37:11.9611735Z 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:37:11.9612173Z 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:37:11.9612629Z 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:37:11.9613112Z 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:37:11.9613559Z 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:37:11.9614020Z 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:37:11.9614471Z 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:37:11.9614925Z 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:37:11.9615367Z 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:37:11.9615801Z 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:37:11.9616248Z 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:37:11.9616691Z 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:37:11.9617135Z 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:37:11.9617554Z 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:37:11.9617989Z test_nnc_correctness_cat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9618420Z 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:37:11.9618856Z 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:37:11.9619285Z 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:37:11.9619714Z 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:37:11.9620143Z 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:37:11.9620575Z 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:37:11.9621040Z 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:37:11.9621459Z 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:37:11.9621876Z 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:37:11.9622298Z 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:37:11.9622719Z 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:37:11.9623165Z 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:37:11.9623602Z 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:37:11.9624038Z 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:37:11.9624466Z 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:37:11.9624876Z 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:37:11.9625304Z 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:37:11.9625729Z test_nnc_correctness_ceil_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9626148Z 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:37:11.9626558Z 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:37:11.9626975Z 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:37:11.9627405Z 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:37:11.9627835Z 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:37:11.9628259Z 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:37:11.9628698Z 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:37:11.9629133Z 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:37:11.9629572Z test_nnc_correctness_chalf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9629993Z 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:37:11.9630425Z 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:37:11.9630855Z 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:37:11.9631318Z 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:37:11.9631745Z 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:37:11.9632157Z 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:37:11.9632578Z 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:37:11.9633030Z 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:37:11.9633461Z 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:37:11.9633882Z 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:37:11.9634388Z 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:37:11.9634829Z 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:37:11.9635261Z 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:37:11.9635678Z 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:37:11.9636112Z 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:37:11.9636622Z 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:37:11.9637051Z 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:37:11.9637458Z 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:37:11.9637885Z 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:37:11.9638312Z 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:37:11.9638752Z 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:37:11.9639200Z 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:37:11.9639635Z 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:37:11.9640078Z 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:37:11.9640533Z 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:37:11.9640998Z test_nnc_correctness_cholesky_inverse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9641496Z 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:37:11.9641949Z 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:37:11.9642405Z 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:37:11.9642867Z 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:37:11.9643351Z 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:37:11.9643804Z 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:37:11.9644248Z 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:37:11.9644675Z 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:37:11.9645107Z 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:37:11.9645535Z 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:37:11.9645978Z 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:37:11.9646419Z 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:37:11.9646855Z 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:37:11.9647275Z 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:37:11.9647706Z 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:37:11.9648135Z 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:37:11.9648563Z 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:37:11.9648972Z 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:37:11.9649401Z 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:37:11.9649829Z 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:37:11.9650260Z 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:37:11.9650677Z 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:37:11.9651140Z 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:37:11.9651566Z 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:37:11.9651995Z 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:37:11.9652406Z 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:37:11.9652836Z test_nnc_correctness_clamp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9653296Z 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:37:11.9653738Z 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:37:11.9654177Z 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:37:11.9654604Z 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:37:11.9655041Z 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:37:11.9655482Z 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:37:11.9655913Z 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:37:11.9656334Z 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:37:11.9656765Z 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:37:11.9657199Z 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:37:11.9657635Z 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:37:11.9658061Z 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:37:11.9658491Z 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:37:11.9658928Z 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:37:11.9659367Z 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:37:11.9659806Z 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:37:11.9660222Z 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:37:11.9660656Z 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:37:11.9661124Z 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:37:11.9661556Z 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:37:11.9661977Z 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:37:11.9662406Z 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:37:11.9662862Z 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:37:11.9663302Z 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:37:11.9663726Z 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:37:11.9664160Z 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:37:11.9664593Z test_nnc_correctness_clone_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9665026Z 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:37:11.9665447Z 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:37:11.9665874Z 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:37:11.9666307Z 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:37:11.9666731Z 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:37:11.9667156Z 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:37:11.9667582Z 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:37:11.9668029Z 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:37:11.9668479Z 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:37:11.9668930Z 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:37:11.9669365Z 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:37:11.9669814Z 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:37:11.9670261Z 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:37:11.9670705Z 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:37:11.9671159Z 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:37:11.9671596Z 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:37:11.9672027Z 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:37:11.9672467Z 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:37:11.9672918Z 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:37:11.9673363Z 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:37:11.9673805Z 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:37:11.9674331Z 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:37:11.9674794Z 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:37:11.9675233Z 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:37:11.9675692Z 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:37:11.9676138Z 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:37:11.9676663Z test_nnc_correctness_combinations_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9677093Z 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:37:11.9677539Z 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:37:11.9677983Z 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:37:11.9678425Z 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:37:11.9678851Z 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:37:11.9679292Z 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:37:11.9679731Z 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:37:11.9680170Z 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:37:11.9680607Z 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:37:11.9681078Z 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:37:11.9681516Z 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:37:11.9681954Z 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:37:11.9682384Z 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:37:11.9682804Z 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:37:11.9683280Z 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:37:11.9683716Z 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:37:11.9684135Z 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:37:11.9684545Z 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:37:11.9684968Z 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:37:11.9685396Z 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:37:11.9685836Z 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:37:11.9686276Z 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:37:11.9686726Z 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:37:11.9687185Z 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:37:11.9687638Z 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:37:11.9688093Z 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:37:11.9688532Z test_nnc_correctness_conj_physical_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9688977Z 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:37:11.9689417Z 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:37:11.9689858Z 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:37:11.9690284Z 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:37:11.9690721Z 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:37:11.9691206Z 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:37:11.9691651Z 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:37:11.9692089Z 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:37:11.9692541Z 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:37:11.9693031Z 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:37:11.9693489Z 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:37:11.9693943Z 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:37:11.9694376Z 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:37:11.9694823Z 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:37:11.9695273Z 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:37:11.9695714Z 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:37:11.9696145Z 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:37:11.9696591Z 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:37:11.9697040Z 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:37:11.9697478Z 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:37:11.9697909Z 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:37:11.9698365Z 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:37:11.9698814Z 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:37:11.9699253Z 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:37:11.9729655Z 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:37:11.9730228Z 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:37:11.9730691Z test_nnc_correctness_contiguous_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9731275Z 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:37:11.9731704Z 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:37:11.9732146Z 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:37:11.9732591Z 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:37:11.9733080Z 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:37:11.9733514Z 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:37:11.9733957Z 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:37:11.9734389Z 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:37:11.9734828Z 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:37:11.9735253Z 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:37:11.9735690Z 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:37:11.9736122Z 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:37:11.9736551Z 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:37:11.9736970Z 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:37:11.9737407Z 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:37:11.9737854Z 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:37:11.9738306Z 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:37:11.9738753Z 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:37:11.9739174Z 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:37:11.9739604Z 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:37:11.9740036Z 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:37:11.9740460Z 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:37:11.9740873Z 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:37:11.9741329Z 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:37:11.9741762Z 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:37:11.9742186Z 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:37:11.9742603Z test_nnc_correctness_cos_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9743062Z 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:37:11.9743499Z 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:37:11.9743924Z 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:37:11.9744335Z 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:37:11.9744756Z 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:37:11.9745173Z 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:37:11.9745602Z 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:37:11.9746026Z 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:37:11.9746443Z 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:37:11.9746870Z 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:37:11.9747301Z 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:37:11.9747738Z 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:37:11.9748158Z 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:37:11.9748589Z 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:37:11.9749013Z 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:37:11.9749437Z 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:37:11.9749850Z 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:37:11.9750271Z 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:37:11.9750692Z 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:37:11.9751153Z test_nnc_correctness_count_nonzero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9751584Z test_nnc_correctness_count_nonzero_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9752031Z 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:37:11.9752486Z 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:37:11.9752962Z 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:37:11.9753412Z 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:37:11.9753838Z 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:37:11.9754360Z test_nnc_correctness_count_nonzero_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9754805Z 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:37:11.9755236Z 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:37:11.9755657Z 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:37:11.9756100Z 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:37:11.9756635Z 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:37:11.9757075Z 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:37:11.9757497Z 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:37:11.9757933Z 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:37:11.9758355Z 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:37:11.9758784Z 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:37:11.9759195Z 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:37:11.9759619Z 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:37:11.9760040Z 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:37:11.9760467Z 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:37:11.9760900Z 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:37:11.9761375Z 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:37:11.9761816Z 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:37:11.9762253Z 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:37:11.9762679Z 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:37:11.9763129Z 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:37:11.9763554Z 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:37:11.9763979Z 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:37:11.9764398Z test_nnc_correctness_cross_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9764810Z test_nnc_correctness_cross_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9765234Z test_nnc_correctness_cummax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9765661Z test_nnc_correctness_cummax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9766096Z 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:37:11.9766510Z test_nnc_correctness_cummax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9766937Z test_nnc_correctness_cummax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9767360Z test_nnc_correctness_cummax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9767784Z test_nnc_correctness_cummax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9768193Z test_nnc_correctness_cummax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9768621Z test_nnc_correctness_cummax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9769053Z test_nnc_correctness_cummin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9769482Z test_nnc_correctness_cummin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9769911Z test_nnc_correctness_cummin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9770329Z test_nnc_correctness_cummin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:11.9770755Z 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:37:11.9771209Z 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:37:11.9771619Z 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:37:11.9772035Z 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:37:11.9772460Z 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:37:11.9772918Z 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:37:11.9773362Z 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:37:11.9773794Z 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:37:11.9774233Z 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:37:11.9774669Z 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:37:11.9775105Z 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:37:11.9775521Z 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:37:11.9775943Z 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:37:11.9776370Z 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:37:11.9776802Z 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:37:11.9777235Z 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:37:11.9777660Z test_nnc_correctness_cumsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9778104Z 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:37:11.9778542Z 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:37:11.9778969Z 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:37:11.9779382Z 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:37:11.9779807Z 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:37:11.9780229Z 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:37:11.9780695Z 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:37:11.9781104Z 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:37:11.9781552Z 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:37:11.9782029Z 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:37:11.9782503Z 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:37:11.9783004Z 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:37:11.9783449Z 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:37:11.9783908Z 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:37:11.9784369Z 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:37:11.9784828Z 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:37:11.9785280Z 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:37:11.9785741Z 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:37:11.9786190Z 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:37:11.9786624Z 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:37:11.9787043Z 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:37:11.9787480Z 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:37:11.9787919Z 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:37:11.9788354Z 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:37:11.9788770Z 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:37:11.9789177Z 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:37:11.9789600Z test_nnc_correctness_deg2rad_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9790033Z 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:37:11.9790447Z 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:37:11.9790894Z 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:37:11.9791328Z 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:37:11.9791766Z 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:37:11.9792197Z 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:37:11.9792632Z 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:37:11.9793066Z 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:37:11.9793491Z 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:37:11.9793916Z 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:37:11.9794389Z 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:37:11.9794825Z 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:37:11.9795272Z 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:37:11.9795721Z 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:37:11.9796154Z 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:37:11.9796706Z 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:37:11.9797164Z 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:37:11.9797378Z test_nnc_correctness_diag_embed_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9797587Z 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:37:11.9797801Z 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:37:11.9798015Z 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:37:11.9798227Z 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:37:11.9798417Z 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:37:11.9798634Z 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:37:11.9798894Z 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:37:11.9799110Z 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:37:11.9799322Z test_nnc_correctness_diagflat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9799541Z 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:37:11.9799758Z 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:37:11.9800004Z 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:37:11.9800215Z 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:37:11.9800427Z 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:37:11.9800632Z 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:37:11.9800821Z 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:37:11.9801034Z 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:37:11.9801245Z 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:37:11.9801461Z 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:37:11.9801674Z 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:37:11.9801889Z 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:37:11.9802104Z 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:37:11.9802320Z 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:37:11.9802535Z 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:37:11.9802742Z 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:37:11.9802955Z 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:37:11.9803162Z 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:37:11.9803350Z 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:37:11.9803549Z 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:37:11.9803787Z 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:37:11.9803995Z 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:37:11.9804212Z 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:37:11.9804432Z 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:37:11.9804671Z 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:37:11.9804894Z 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:37:11.9805117Z test_nnc_correctness_diagonal_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9805333Z 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:37:11.9805550Z 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:37:11.9805749Z 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:37:11.9805972Z 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:37:11.9806193Z 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:37:11.9806402Z 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:37:11.9806605Z 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:37:11.9806815Z 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:37:11.9807022Z 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:37:11.9807229Z 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:37:11.9807440Z 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:37:11.9807642Z 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:37:11.9807845Z 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:37:11.9808050Z 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:37:11.9808243Z 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:37:11.9808448Z 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:37:11.9808684Z 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:37:11.9808897Z 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:37:11.9809106Z 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:37:11.9809318Z 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:37:11.9809555Z 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:37:11.9809767Z 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:37:11.9809967Z 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:37:11.9810164Z 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:37:11.9810367Z 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:37:11.9810562Z 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:37:11.9810769Z test_nnc_correctness_dist_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9810983Z 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:37:11.9811194Z 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:37:11.9811398Z 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:37:11.9811597Z 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:37:11.9811794Z 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:37:11.9812019Z 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:37:11.9812238Z 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:37:11.9812459Z 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:37:11.9812679Z 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:37:11.9812883Z 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:37:11.9813103Z 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:37:11.9813348Z 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:37:11.9813566Z test_nnc_correctness_div_floor_rounding_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9813781Z 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:37:11.9814004Z 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:37:11.9814251Z 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:37:11.9814480Z 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:37:11.9814708Z 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:37:11.9814929Z 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:37:11.9815145Z 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:37:11.9815355Z 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:37:11.9815566Z 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:37:11.9815789Z 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:37:11.9816009Z 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:37:11.9816228Z 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:37:11.9816434Z 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:37:11.9816660Z test_nnc_correctness_div_trunc_rounding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9816874Z 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:37:11.9817095Z 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:37:11.9817309Z 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:37:11.9817520Z 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:37:11.9817738Z 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:37:11.9817949Z 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:37:11.9818182Z 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:37:11.9818396Z 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:37:11.9818597Z 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:37:11.9818801Z 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:37:11.9819037Z 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:37:11.9819242Z 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:37:11.9819446Z 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:37:11.9819650Z 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:37:11.9819847Z 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:37:11.9820046Z 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:37:11.9820246Z 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:37:11.9820435Z 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:37:11.9820648Z 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:37:11.9820848Z 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:37:11.9821061Z 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:37:11.9821268Z 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:37:11.9821477Z 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:37:11.9821688Z 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:37:11.9821886Z 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:37:11.9822080Z 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:37:11.9822286Z test_nnc_correctness_double_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9822486Z 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:37:11.9822683Z 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:37:11.9822913Z 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:37:11.9823114Z 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:37:11.9823320Z 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:37:11.9823522Z 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:37:11.9823760Z 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:37:11.9823967Z 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:37:11.9824175Z 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:37:11.9824385Z 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:37:11.9824586Z 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:37:11.9824781Z 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:37:11.9824986Z 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:37:11.9825176Z 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:37:11.9825380Z 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:37:11.9825575Z 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:37:11.9825771Z 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:37:11.9825982Z 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:37:11.9826180Z 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:37:11.9826389Z 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:37:11.9826604Z 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:37:11.9826807Z 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:37:11.9827011Z 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:37:11.9827217Z 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:37:11.9827403Z 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:37:11.9827632Z 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:37:11.9827828Z test_nnc_correctness_dstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9828027Z 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:37:11.9828226Z 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:37:11.9828448Z 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:37:11.9828655Z 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:37:11.9828872Z 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:37:11.9829076Z 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:37:11.9829277Z 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:37:11.9829477Z 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:37:11.9829671Z 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:37:11.9829873Z 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:37:11.9830070Z 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:37:11.9830268Z 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:37:11.9830468Z 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:37:11.9830629Z test_nnc_correctness_empty_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9830790Z test_nnc_correctness_empty_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9830953Z test_nnc_correctness_empty_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9831112Z test_nnc_correctness_empty_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9831268Z test_nnc_correctness_empty_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9831416Z test_nnc_correctness_empty_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9831578Z test_nnc_correctness_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9831731Z test_nnc_correctness_empty_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9831882Z test_nnc_correctness_empty_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9832040Z test_nnc_correctness_empty_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9832219Z test_nnc_correctness_empty_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9832374Z test_nnc_correctness_empty_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9832530Z test_nnc_correctness_empty_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9832692Z test_nnc_correctness_empty_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9832844Z test_nnc_correctness_empty_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9833010Z test_nnc_correctness_empty_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9833179Z test_nnc_correctness_empty_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9833365Z test_nnc_correctness_empty_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9833531Z test_nnc_correctness_empty_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9833692Z test_nnc_correctness_empty_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9833850Z test_nnc_correctness_empty_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9834006Z test_nnc_correctness_empty_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9834165Z test_nnc_correctness_empty_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9834374Z test_nnc_correctness_empty_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9834534Z test_nnc_correctness_empty_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9834697Z test_nnc_correctness_empty_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9834911Z 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:37:11.9835112Z 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:37:11.9835318Z 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:37:11.9835524Z 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:37:11.9835728Z 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:37:11.9835927Z 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:37:11.9836129Z 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:37:11.9836322Z 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:37:11.9836525Z 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:37:11.9836813Z 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:37:11.9837013Z 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:37:11.9837217Z 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:37:11.9837466Z 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:37:11.9837672Z 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:37:11.9837878Z 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:37:11.9838087Z test_nnc_correctness_equal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9838299Z 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:37:11.9838541Z 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:37:11.9838742Z 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:37:11.9838943Z 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:37:11.9839145Z 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:37:11.9839346Z 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:37:11.9839549Z 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:37:11.9839751Z 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:37:11.9839971Z 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:37:11.9840176Z 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:37:11.9840377Z 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:37:11.9840583Z 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:37:11.9840782Z 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:37:11.9840976Z 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:37:11.9841174Z 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:37:11.9841377Z 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:37:11.9841574Z 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:37:11.9841774Z 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:37:11.9841976Z 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:37:11.9842212Z 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:37:11.9842415Z 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:37:11.9842610Z 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:37:11.9842816Z 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:37:11.9843016Z 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:37:11.9843244Z 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:37:11.9843447Z 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:37:11.9843645Z test_nnc_correctness_erfc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9843851Z 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:37:11.9844051Z 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:37:11.9844259Z 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:37:11.9844463Z 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:37:11.9844666Z 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:37:11.9844866Z 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:37:11.9845057Z 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:37:11.9845259Z 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:37:11.9845452Z 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:37:11.9845659Z 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:37:11.9845860Z 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:37:11.9846062Z 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:37:11.9846263Z 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:37:11.9846458Z 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:37:11.9846657Z 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:37:11.9846855Z 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:37:11.9847084Z 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:37:11.9847282Z 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:37:11.9847481Z 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:37:11.9847676Z 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:37:11.9847908Z 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:37:11.9848119Z 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:37:11.9848325Z 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:37:11.9848533Z 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:37:11.9848729Z 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:37:11.9848930Z 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:37:11.9849130Z test_nnc_correctness_exp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9849336Z 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:37:11.9849534Z 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:37:11.9849731Z test_nnc_correctness_exp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9849935Z test_nnc_correctness_expand_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9850146Z test_nnc_correctness_expand_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9850362Z 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:37:11.9850577Z 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:37:11.9850792Z 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:37:11.9850999Z 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:37:11.9851209Z 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:37:11.9851418Z 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:37:11.9851626Z 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:37:11.9851853Z 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:37:11.9852054Z 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:37:11.9852257Z 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:37:11.9852458Z 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:37:11.9852687Z 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:37:11.9852902Z 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:37:11.9853116Z 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:37:11.9853322Z 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:37:11.9853518Z 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:37:11.9853711Z 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:37:11.9853920Z 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:37:11.9854124Z 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:37:11.9854322Z 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:37:11.9854527Z 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:37:11.9854714Z test_nnc_correctness_expand_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9854921Z 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:37:11.9855122Z 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:37:11.9855335Z 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:37:11.9855536Z 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:37:11.9855735Z 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:37:11.9855935Z 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:37:11.9856127Z 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:37:11.9856324Z 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:37:11.9856569Z 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:37:11.9856768Z 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:37:11.9856967Z 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:37:11.9857169Z 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:37:11.9857399Z 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:37:11.9857594Z 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:37:11.9857784Z 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:37:11.9857988Z 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:37:11.9858185Z 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:37:11.9858384Z 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:37:11.9858583Z 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:37:11.9858785Z 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:37:11.9858991Z 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:37:11.9859195Z 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:37:11.9859404Z 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:37:11.9859608Z 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:37:11.9859817Z 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:37:11.9860022Z 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:37:11.9860220Z test_nnc_correctness_fft_fft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9860420Z 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:37:11.9860620Z 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:37:11.9860817Z 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:37:11.9861024Z 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:37:11.9861259Z 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:37:11.9861459Z 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:37:11.9861662Z 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:37:11.9861870Z 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:37:11.9862096Z 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:37:11.9862304Z 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:37:11.9862505Z 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:37:11.9862706Z 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:37:11.9862900Z 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:37:11.9863105Z 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:37:11.9863316Z 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:37:11.9863529Z 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:37:11.9863734Z 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:37:11.9863933Z 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:37:11.9864133Z 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:37:11.9864340Z 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:37:11.9864540Z 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:37:11.9864744Z 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:37:11.9864945Z 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:37:11.9865158Z 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:37:11.9865365Z 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:37:11.9865585Z 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:37:11.9865828Z test_nnc_correctness_fft_fftshift_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9866044Z 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:37:11.9866247Z 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:37:11.9866462Z 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:37:11.9866670Z 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:37:11.9866903Z 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:37:11.9867114Z 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:37:11.9867320Z 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:37:11.9867528Z 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:37:11.9867739Z 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:37:11.9867945Z 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:37:11.9868154Z 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:37:11.9868368Z 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:37:11.9868579Z 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:37:11.9868777Z 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:37:11.9868980Z 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:37:11.9869186Z 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:37:11.9869394Z 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:37:11.9869594Z 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:37:11.9869793Z 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:37:11.9870002Z 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:37:11.9870214Z 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:37:11.9870425Z 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:37:11.9870661Z 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:37:11.9870869Z 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:37:11.9871059Z 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:37:11.9871252Z 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:37:11.9871469Z test_nnc_correctness_fft_hfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9871676Z 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:37:11.9871882Z 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:37:11.9872084Z 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:37:11.9872299Z 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:37:11.9872509Z 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:37:11.9872717Z 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:37:11.9872932Z 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:37:11.9873134Z 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:37:11.9873327Z 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:37:11.9873536Z 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:37:11.9873739Z 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:37:11.9873944Z 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:37:11.9874152Z 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:37:11.9874441Z 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:37:11.9874654Z 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:37:11.9874868Z 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:37:11.9875079Z 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:37:11.9875280Z 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:37:11.9875517Z 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:37:11.9875723Z 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:37:11.9875913Z 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:37:11.9876113Z 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:37:11.9876346Z 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:37:11.9876670Z 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:37:11.9876884Z 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:37:11.9877095Z 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:37:11.9877300Z test_nnc_correctness_fft_ifft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9877501Z 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:37:11.9877704Z 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:37:11.9877898Z 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:37:11.9878101Z 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:37:11.9878296Z 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:37:11.9878499Z 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:37:11.9878713Z 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:37:11.9878924Z 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:37:11.9879137Z 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:37:11.9879343Z 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:37:11.9879546Z 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:37:11.9879751Z 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:37:11.9879961Z 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:37:11.9880208Z 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:37:11.9880410Z 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:37:11.9880617Z 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:37:11.9880825Z 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:37:11.9881074Z 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:37:11.9881296Z 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:37:11.9881514Z 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:37:11.9881728Z 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:37:11.9881947Z 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:37:11.9882157Z 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:37:11.9882376Z 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:37:11.9882588Z 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:37:11.9882797Z 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:37:11.9883010Z test_nnc_correctness_fft_ifftshift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9883209Z 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:37:11.9883419Z 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:37:11.9883630Z 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:37:11.9883839Z 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:37:11.9884045Z 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:37:11.9884253Z test_nnc_correctness_fft_ihfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9884457Z 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:37:11.9884663Z 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:37:11.9884870Z 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:37:11.9885105Z 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:37:11.9885312Z 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:37:11.9885521Z 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:37:11.9885718Z 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:37:11.9885945Z test_nnc_correctness_fft_ihfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9886158Z 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:37:11.9886359Z 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:37:11.9886559Z 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:37:11.9886766Z 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:37:11.9886972Z 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:37:11.9887178Z 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:37:11.9887387Z 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:37:11.9887596Z 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:37:11.9887800Z 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:37:11.9887992Z 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:37:11.9888202Z 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:37:11.9888410Z 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:37:11.9888623Z test_nnc_correctness_fft_irfft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9888838Z 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:37:11.9889043Z 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:37:11.9889250Z 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:37:11.9889457Z 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:37:11.9889699Z 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:37:11.9889903Z 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:37:11.9890109Z 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:37:11.9890304Z 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:37:11.9890535Z 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:37:11.9890748Z 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:37:11.9890965Z 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:37:11.9891176Z 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:37:11.9891384Z 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:37:11.9891589Z 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:37:11.9891797Z 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:37:11.9892001Z 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:37:11.9892207Z 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:37:11.9892407Z 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:37:11.9892612Z 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:37:11.9892818Z 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:37:11.9893036Z 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:37:11.9893246Z 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:37:11.9893452Z 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:37:11.9893660Z 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:37:11.9893865Z 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:37:11.9894066Z 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:37:11.9894273Z test_nnc_correctness_fft_irfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9894525Z 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:37:11.9894731Z 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:37:11.9894939Z 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:37:11.9895136Z 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:37:11.9895365Z 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:37:11.9895574Z 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:37:11.9895776Z 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:37:11.9895979Z 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:37:11.9896183Z 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:37:11.9896388Z 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:37:11.9896600Z 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:37:11.9896808Z 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:37:11.9897011Z 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:37:11.9897215Z 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:37:11.9897410Z 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:37:11.9897604Z 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:37:11.9897801Z 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:37:11.9898010Z 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:37:11.9898219Z 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:37:11.9898425Z 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:37:11.9898626Z 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:37:11.9898834Z 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:37:11.9899073Z 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:37:11.9899279Z 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:37:11.9899482Z 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:37:11.9899645Z test_nnc_correctness_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:37:11.9899794Z test_nnc_correctness_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:37:11.9899960Z test_nnc_correctness_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:37:11.9900148Z test_nnc_correctness_fill_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:37:11.9900313Z test_nnc_correctness_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:37:11.9900474Z test_nnc_correctness_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:37:11.9900628Z test_nnc_correctness_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:37:11.9900788Z test_nnc_correctness_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:37:11.9900943Z test_nnc_correctness_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:37:11.9901090Z test_nnc_correctness_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:37:11.9901248Z test_nnc_correctness_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:37:11.9901406Z test_nnc_correctness_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:37:11.9901561Z test_nnc_correctness_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:37:11.9901775Z 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:37:11.9901987Z 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:37:11.9902199Z 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:37:11.9902411Z 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:37:11.9902627Z 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:37:11.9902838Z 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:37:11.9903044Z 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:37:11.9903242Z 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:37:11.9903451Z 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:37:11.9903654Z 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:37:11.9903858Z 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:37:11.9904095Z 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:37:11.9904298Z 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:37:11.9904508Z 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:37:11.9904709Z 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:37:11.9904946Z 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:37:11.9905158Z test_nnc_correctness_flip_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9905367Z 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:37:11.9905555Z 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:37:11.9905749Z 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:37:11.9905949Z 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:37:11.9906157Z 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:37:11.9906360Z 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:37:11.9906564Z 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:37:11.9906771Z 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:37:11.9906977Z 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:37:11.9907180Z 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:37:11.9907394Z 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:37:11.9907606Z 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:37:11.9907805Z 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:37:11.9908005Z 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:37:11.9908204Z 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:37:11.9908407Z 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:37:11.9908606Z 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:37:11.9908832Z 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:37:11.9909031Z 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:37:11.9909240Z 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:37:11.9909449Z 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:37:11.9909648Z 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:37:11.9909887Z 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:37:11.9910088Z 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:37:11.9910292Z 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:37:11.9910489Z 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:37:11.9910690Z test_nnc_correctness_flipud_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9910894Z 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:37:11.9911094Z 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:37:11.9911289Z 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:37:11.9911491Z 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:37:11.9911695Z 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:37:11.9911907Z 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:37:11.9912111Z 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:37:11.9912315Z 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:37:11.9912525Z 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:37:11.9912728Z 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:37:11.9912936Z 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:37:11.9913141Z 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:37:11.9913344Z 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:37:11.9913581Z 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:37:11.9913780Z 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:37:11.9913988Z 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:37:11.9914186Z 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:37:11.9914462Z 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:37:11.9914718Z 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:37:11.9914922Z 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:37:11.9915142Z 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:37:11.9915360Z 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:37:11.9915579Z 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:37:11.9915800Z 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:37:11.9916013Z 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:37:11.9916227Z 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:37:11.9916441Z test_nnc_correctness_float_power_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9916746Z 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:37:11.9916962Z 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:37:11.9917178Z 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:37:11.9917376Z 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:37:11.9917585Z 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:37:11.9917789Z 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:37:11.9917995Z 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:37:11.9918198Z 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:37:11.9918403Z 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:37:11.9918656Z 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:37:11.9918865Z 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:37:11.9919085Z 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:37:11.9919305Z 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:37:11.9919556Z 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:37:11.9919758Z 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:37:11.9919975Z 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:37:11.9920189Z 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:37:11.9920405Z 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:37:11.9920620Z 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:37:11.9920836Z 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:37:11.9921048Z 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:37:11.9921255Z 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:37:11.9921462Z 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:37:11.9921664Z 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:37:11.9921874Z 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:37:11.9922082Z 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:37:11.9922280Z test_nnc_correctness_fmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9922486Z 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:37:11.9922690Z 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:37:11.9922891Z 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:37:11.9923103Z 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:37:11.9923308Z 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:37:11.9923551Z 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:37:11.9923750Z 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:37:11.9923946Z 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:37:11.9924149Z test_nnc_correctness_fmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9924378Z 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:37:11.9924573Z 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:37:11.9924778Z 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:37:11.9924978Z 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:37:11.9925185Z 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:37:11.9925390Z 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:37:11.9925592Z 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:37:11.9925791Z 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:37:11.9925993Z 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:37:11.9926193Z 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:37:11.9926394Z 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:37:11.9926597Z 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:37:11.9926786Z 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:37:11.9926997Z 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:37:11.9927203Z 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:37:11.9927404Z 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:37:11.9927606Z 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:37:11.9927815Z test_nnc_correctness_frexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9928023Z 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:37:11.9928251Z 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:37:11.9928463Z 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:37:11.9928675Z 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:37:11.9928881Z 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:37:11.9929107Z 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:37:11.9929325Z 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:37:11.9929540Z 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:37:11.9929750Z 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:37:11.9929954Z 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:37:11.9930164Z 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:37:11.9930376Z 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:37:11.9930580Z 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:37:11.9930789Z 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:37:11.9930996Z 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:37:11.9931205Z 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:37:11.9931399Z 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:37:11.9931614Z 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:37:11.9931831Z 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:37:11.9932043Z 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:37:11.9932247Z 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:37:11.9932448Z 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:37:11.9932655Z 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:37:11.9932856Z 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:37:11.9933084Z 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:37:11.9933287Z 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:37:11.9933500Z test_nnc_correctness_gather_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9933692Z 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:37:11.9933925Z 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:37:11.9934133Z 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:37:11.9934337Z 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:37:11.9934541Z 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:37:11.9934749Z 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:37:11.9934955Z 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:37:11.9935161Z 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:37:11.9935369Z 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:37:11.9935574Z 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:37:11.9935777Z 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:37:11.9935968Z 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:37:11.9936170Z 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:37:11.9936374Z 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:37:11.9936578Z 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:37:11.9936792Z 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:37:11.9937003Z 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:37:11.9937214Z 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:37:11.9937423Z 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:37:11.9937595Z test_nnc_correctness_gradient_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9937797Z test_nnc_correctness_gradient_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9937966Z test_nnc_correctness_gradient_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9938120Z test_nnc_correctness_gradient_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9938283Z test_nnc_correctness_gradient_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9938442Z test_nnc_correctness_gradient_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9938604Z test_nnc_correctness_gradient_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9938764Z test_nnc_correctness_gradient_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9938950Z test_nnc_correctness_gradient_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9939116Z test_nnc_correctness_gradient_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:11.9939326Z 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:37:11.9939528Z 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:37:11.9939722Z 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:37:11.9939930Z 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:37:11.9940139Z 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:37:11.9940345Z 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:37:11.9940547Z 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:37:11.9940751Z 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:37:11.9940956Z 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:37:11.9941162Z 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:37:11.9941375Z 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:37:11.9941580Z 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:37:11.9941792Z 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:37:11.9941989Z 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:37:11.9942196Z 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:37:11.9942397Z 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:37:11.9942596Z 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:37:11.9942830Z 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:37:11.9943033Z 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:37:11.9943237Z 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:37:11.9943441Z 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:37:11.9943644Z 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:37:11.9943884Z 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:37:11.9944100Z 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:37:11.9944304Z 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:37:11.9944514Z test_nnc_correctness_heaviside_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9944729Z 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:37:11.9944942Z 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:37:11.9945148Z 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:37:11.9945363Z 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:37:11.9945573Z 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:37:11.9945779Z 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:37:11.9945984Z 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:37:11.9946199Z 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:37:11.9946406Z 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:37:11.9946607Z 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:37:11.9946821Z 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:37:11.9947040Z 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:37:11.9947261Z 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:37:11.9947475Z 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:37:11.9947710Z 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:37:11.9947921Z 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:37:11.9948134Z 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:37:11.9948349Z 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:37:11.9948584Z 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:37:11.9948788Z 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:37:11.9948991Z 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:37:11.9949184Z 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:37:11.9949390Z 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:37:11.9949591Z 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:37:11.9949797Z 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:37:11.9950001Z 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:37:11.9950212Z test_nnc_correctness_hstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9950418Z 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:37:11.9950632Z 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:37:11.9950842Z 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:37:11.9951058Z 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:37:11.9951269Z 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:37:11.9951463Z 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:37:11.9951665Z 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:37:11.9951872Z 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:37:11.9952073Z 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:37:11.9952276Z 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:37:11.9952509Z 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:37:11.9952711Z 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:37:11.9952921Z 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:37:11.9953131Z 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:37:11.9953364Z 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:37:11.9953574Z 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:37:11.9953767Z 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:37:11.9953972Z 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:37:11.9954175Z 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:37:11.9954447Z 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:37:11.9954657Z 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:37:11.9954863Z 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:37:11.9955065Z 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:37:11.9955264Z 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:37:11.9955477Z 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:37:11.9955685Z 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:37:11.9955888Z test_nnc_correctness_igamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9956077Z 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:37:11.9956289Z 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:37:11.9956503Z 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:37:11.9956812Z 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:37:11.9957025Z 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:37:11.9957238Z 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:37:11.9957549Z 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:37:11.9957756Z 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:37:11.9957972Z 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:37:11.9958177Z 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:37:11.9958430Z 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:37:11.9958650Z 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:37:11.9958849Z 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:37:11.9959063Z 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:37:11.9959279Z 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:37:11.9959489Z 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:37:11.9959703Z 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:37:11.9959918Z 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:37:11.9960125Z 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:37:11.9960331Z 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:37:11.9960540Z 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:37:11.9960754Z 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:37:11.9960965Z 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:37:11.9961174Z 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:37:11.9961389Z 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:37:11.9961601Z 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:37:11.9961815Z test_nnc_correctness_index_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9962023Z 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:37:11.9962234Z 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:37:11.9962474Z 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:37:11.9962680Z 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:37:11.9962889Z 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:37:11.9963102Z 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:37:11.9963340Z 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:37:11.9963541Z 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:37:11.9963759Z 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:37:11.9963977Z 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:37:11.9964189Z 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:37:11.9964401Z 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:37:11.9964605Z 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:37:11.9964814Z 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:37:11.9965022Z 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:37:11.9965230Z 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:37:11.9965439Z 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:37:11.9965650Z 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:37:11.9965860Z 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:37:11.9966058Z 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:37:11.9966274Z 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:37:11.9966490Z 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:37:11.9966703Z 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:37:11.9966915Z 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:37:11.9967152Z 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:37:11.9967366Z 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:37:11.9967575Z test_nnc_correctness_index_put_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9967780Z 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:37:11.9968016Z 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:37:11.9968226Z 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:37:11.9968423Z 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:37:11.9968643Z 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:37:11.9968861Z 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:37:11.9969079Z 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:37:11.9969299Z 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:37:11.9969513Z 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:37:11.9969720Z 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:37:11.9969935Z 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:37:11.9970150Z 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:37:11.9970364Z 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:37:11.9970585Z 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:37:11.9970799Z 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:37:11.9971006Z 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:37:11.9971228Z 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:37:11.9971450Z 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:37:11.9971666Z 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:37:11.9971913Z 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:37:11.9972124Z 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:37:11.9972337Z 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:37:11.9972547Z 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:37:11.9972759Z 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:37:11.9972992Z 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:37:11.9973209Z 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:37:11.9973418Z test_nnc_correctness_inner_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9973617Z 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:37:11.9973830Z 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:37:11.9974042Z 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:37:11.9974250Z 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:37:11.9974457Z 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:37:11.9974658Z 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:37:11.9974857Z 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:37:11.9975063Z 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:37:11.9975269Z 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:37:11.9975477Z 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:37:11.9975682Z 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:37:11.9975878Z 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:37:11.9976087Z 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:37:11.9976292Z 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:37:11.9976503Z 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:37:11.9976740Z 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:37:11.9976944Z 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:37:11.9977149Z 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:37:11.9977351Z 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:37:11.9977555Z 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:37:11.9977782Z 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:37:11.9977999Z 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:37:11.9978196Z 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:37:11.9978412Z 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:37:11.9978627Z 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:37:11.9978840Z 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:37:11.9979051Z test_nnc_correctness_isclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9979262Z 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:37:11.9979467Z 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:37:11.9979668Z 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:37:11.9979867Z 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:37:11.9980074Z 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:37:11.9980282Z 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:37:11.9980483Z 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:37:11.9980686Z 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:37:11.9980901Z 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:37:11.9981116Z 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:37:11.9981334Z 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:37:11.9981574Z 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:37:11.9981781Z 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:37:11.9981992Z 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:37:11.9982201Z 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:37:11.9982409Z 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:37:11.9982637Z 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:37:11.9982833Z 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:37:11.9983038Z 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:37:11.9983247Z 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:37:11.9983449Z 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:37:11.9983657Z 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:37:11.9983860Z 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:37:11.9984064Z 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:37:11.9984267Z 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:37:11.9984469Z 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:37:11.9984679Z test_nnc_correctness_isinf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9984883Z 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:37:11.9985086Z 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:37:11.9985298Z 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:37:11.9985512Z 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:37:11.9985720Z 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:37:11.9985928Z 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:37:11.9986130Z 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:37:11.9986364Z 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:37:11.9986571Z 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:37:11.9986772Z 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:37:11.9986973Z 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:37:11.9987180Z 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:37:11.9987414Z 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:37:11.9987608Z 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:37:11.9987823Z 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:37:11.9988034Z 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:37:11.9988242Z 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:37:11.9988446Z 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:37:11.9988645Z 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:37:11.9988851Z 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:37:11.9989058Z 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:37:11.9989256Z 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:37:11.9989461Z 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:37:11.9989668Z 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:37:11.9989871Z 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:37:11.9990080Z 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:37:11.9990292Z test_nnc_correctness_isneginf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9990496Z 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:37:11.9990710Z 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:37:11.9990921Z 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:37:11.9991171Z 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:37:11.9991373Z 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:37:11.9991580Z 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:37:11.9991782Z 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:37:11.9991994Z 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:37:11.9992211Z 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:37:11.9992424Z 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:37:11.9992628Z 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:37:11.9992838Z 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:37:11.9993044Z 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:37:11.9993252Z 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:37:11.9993453Z 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:37:11.9993661Z 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:37:11.9993862Z 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:37:11.9994073Z 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:37:11.9994370Z 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:37:11.9994584Z 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:37:11.9994799Z 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:37:11.9995014Z 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:37:11.9995227Z 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:37:11.9995437Z 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:37:11.9995641Z 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:37:11.9995851Z 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:37:11.9996093Z test_nnc_correctness_isreal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:11.9996305Z 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:37:11.9996512Z 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:37:11.9996813Z 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:37:11.9997079Z 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:37:11.9997279Z 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:37:11.9997490Z 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:37:11.9997694Z 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:37:11.9997888Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:11.9998078Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:11.9998274Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:11.9998471Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:11.9998665Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:11.9998855Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:11.9999045Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:11.9999219Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:11.9999406Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:37:11.9999600Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:11.9999790Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:11.9999979Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0000182Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0000380Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0000579Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0000778Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0000975Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0001191Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0001381Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0001573Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:37:12.0001760Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0001950Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0002166Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0002360Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0002540Z test_nnc_correctness_jiterator_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0002720Z test_nnc_correctness_jiterator_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0002907Z test_nnc_correctness_jiterator_binary_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0003079Z test_nnc_correctness_jiterator_binary_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0003259Z test_nnc_correctness_jiterator_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0003443Z test_nnc_correctness_jiterator_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0003619Z test_nnc_correctness_jiterator_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0003795Z test_nnc_correctness_jiterator_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0003968Z test_nnc_correctness_jiterator_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0004146Z test_nnc_correctness_jiterator_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0004323Z test_nnc_correctness_jiterator_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0004502Z test_nnc_correctness_jiterator_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0004698Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0004879Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0005077Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0005274Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0005465Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0005657Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0005846Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0006034Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0006254Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0006441Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0006629Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:37:12.0006807Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0006986Z test_nnc_correctness_jiterator_unary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0007190Z test_nnc_correctness_jiterator_unary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0007376Z test_nnc_correctness_jiterator_unary_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0007558Z test_nnc_correctness_jiterator_unary_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0007735Z test_nnc_correctness_jiterator_unary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0007914Z test_nnc_correctness_jiterator_unary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0008087Z test_nnc_correctness_jiterator_unary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0008262Z test_nnc_correctness_jiterator_unary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0008428Z test_nnc_correctness_jiterator_unary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0008603Z test_nnc_correctness_jiterator_unary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0008782Z test_nnc_correctness_jiterator_unary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0008956Z test_nnc_correctness_jiterator_unary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0009166Z 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:37:12.0009372Z 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:37:12.0009586Z test_nnc_correctness_kron_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0009797Z 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:37:12.0010005Z 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:37:12.0010212Z 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:37:12.0010411Z 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:37:12.0010601Z 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:37:12.0010810Z 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:37:12.0011042Z 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:37:12.0011245Z 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:37:12.0011448Z 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:37:12.0011663Z 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:37:12.0011873Z test_nnc_correctness_kthvalue_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0012114Z 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:37:12.0012327Z 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:37:12.0012538Z 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:37:12.0012741Z 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:37:12.0012937Z 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:37:12.0013138Z 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:37:12.0013345Z 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:37:12.0013553Z 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:37:12.0013754Z 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:37:12.0013960Z 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:37:12.0014161Z 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:37:12.0014371Z 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:37:12.0014575Z 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:37:12.0014793Z 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:37:12.0015005Z 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:37:12.0015200Z 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:37:12.0015402Z 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:37:12.0015603Z 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:37:12.0015812Z 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:37:12.0016047Z 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:37:12.0016245Z 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:37:12.0016449Z 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:37:12.0016656Z 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:37:12.0016883Z 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:37:12.0017090Z 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:37:12.0017293Z 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:37:12.0017488Z test_nnc_correctness_le_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0017692Z 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:37:12.0017897Z 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:37:12.0018102Z 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:37:12.0018308Z 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:37:12.0018510Z 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:37:12.0018711Z 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:37:12.0018921Z 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:37:12.0019133Z 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:37:12.0019347Z 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:37:12.0019555Z 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:37:12.0019743Z 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:37:12.0019951Z 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:37:12.0020157Z 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:37:12.0020364Z 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:37:12.0020565Z 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:37:12.0020804Z 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:37:12.0021008Z 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:37:12.0021206Z 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:37:12.0021411Z 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:37:12.0021646Z 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:37:12.0021873Z 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:37:12.0022087Z 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:37:12.0022307Z 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:37:12.0022527Z 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:37:12.0022754Z 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:37:12.0022984Z 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:37:12.0023212Z test_nnc_correctness_linalg_cholesky_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0023434Z 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:37:12.0023653Z test_nnc_correctness_linalg_cond_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0023871Z 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:37:12.0024088Z 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:37:12.0024308Z 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:37:12.0024525Z 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:37:12.0024733Z 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:37:12.0024951Z 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:37:12.0025168Z 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:37:12.0025384Z 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:37:12.0025634Z 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:37:12.0025846Z 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:37:12.0026061Z 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:37:12.0026273Z 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:37:12.0026513Z 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:37:12.0026733Z 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:37:12.0026955Z 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:37:12.0027164Z 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:37:12.0027362Z 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:37:12.0027589Z 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:37:12.0027816Z 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:37:12.0028044Z 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:37:12.0028269Z 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:37:12.0028488Z 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:37:12.0028702Z 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:37:12.0028915Z test_nnc_correctness_linalg_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0029128Z 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:37:12.0029351Z 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:37:12.0029570Z 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:37:12.0029785Z 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:37:12.0029989Z 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:37:12.0030214Z 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:37:12.0030467Z 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:37:12.0030683Z 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:37:12.0030902Z 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:37:12.0031124Z 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:37:12.0031405Z 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:37:12.0031628Z 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:37:12.0031846Z 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:37:12.0032083Z 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:37:12.0032324Z 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:37:12.0032560Z 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:37:12.0032777Z 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:37:12.0032999Z 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:37:12.0033218Z 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:37:12.0033430Z 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:37:12.0033641Z 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:37:12.0033865Z 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:37:12.0034089Z 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:37:12.0034374Z 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:37:12.0034592Z 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:37:12.0034817Z 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:37:12.0035045Z test_nnc_correctness_linalg_ldl_factor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0035266Z 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:37:12.0035508Z 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:37:12.0035739Z 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:37:12.0035967Z 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:37:12.0036192Z 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:37:12.0036439Z 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:37:12.0036768Z 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:37:12.0036991Z 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:37:12.0037209Z 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:37:12.0037434Z 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:37:12.0037657Z 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:37:12.0037881Z 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:37:12.0038096Z 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:37:12.0038299Z 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:37:12.0038536Z 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:37:12.0038775Z 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:37:12.0039007Z 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:37:12.0039230Z 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:37:12.0039445Z 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:37:12.0039662Z 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:37:12.0039876Z 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:37:12.0040092Z 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:37:12.0040365Z 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:37:12.0040589Z 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:37:12.0040810Z 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:37:12.0041015Z 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:37:12.0041272Z 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.002s) 2022-12-01T10:37:12.0041501Z 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:37:12.0041722Z 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:37:12.0041945Z 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:37:12.0042167Z 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:37:12.0042392Z 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:37:12.0042613Z 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:37:12.0042835Z 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:37:12.0043058Z 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:37:12.0043285Z 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:37:12.0043509Z 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:37:12.0043717Z 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:37:12.0043941Z 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:37:12.0044163Z 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:37:12.0044389Z 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:37:12.0044619Z 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:37:12.0044842Z 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:37:12.0045089Z 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:37:12.0045315Z 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:37:12.0045536Z 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:37:12.0045755Z 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:37:12.0046015Z 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:37:12.0046254Z 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:37:12.0046476Z 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:37:12.0046711Z 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:37:12.0046944Z 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:37:12.0047163Z 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:37:12.0047390Z test_nnc_correctness_linalg_multi_dot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0047613Z 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:37:12.0047830Z 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:37:12.0048048Z 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:37:12.0048265Z 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:37:12.0048486Z 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:37:12.0048661Z test_nnc_correctness_linalg_multi_dot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0048879Z 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:37:12.0049077Z 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:37:12.0049296Z 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:37:12.0049518Z 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:37:12.0049741Z 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:37:12.0049987Z 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:37:12.0050202Z 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:37:12.0050417Z 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:37:12.0050656Z 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:37:12.0050927Z 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:37:12.0051169Z 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:37:12.0051406Z 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:37:12.0051642Z 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:37:12.0051863Z 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:37:12.0052083Z 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:37:12.0052303Z 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:37:12.0052517Z 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:37:12.0052734Z 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:37:12.0052966Z 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:37:12.0053198Z 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:37:12.0053421Z test_nnc_correctness_linalg_pinv_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0053649Z 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:37:12.0053874Z 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:37:12.0054100Z 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:37:12.0054322Z 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:37:12.0054529Z 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:37:12.0054773Z 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:37:12.0054987Z 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:37:12.0055201Z 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:37:12.0055414Z 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:37:12.0055667Z 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:37:12.0055890Z 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:37:12.0056112Z 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:37:12.0056328Z 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:37:12.0056546Z 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:37:12.0056765Z 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:37:12.0056981Z 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:37:12.0057185Z 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:37:12.0057409Z 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:37:12.0057631Z 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:37:12.0057853Z 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:37:12.0058072Z 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:37:12.0058302Z 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:37:12.0058536Z 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:37:12.0058764Z 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:37:12.0058990Z 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:37:12.0059211Z 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:37:12.0059427Z test_nnc_correctness_linalg_svd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0059676Z 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:37:12.0059876Z 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:37:12.0060102Z 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:37:12.0060323Z 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:37:12.0060567Z 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:37:12.0060786Z 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:37:12.0061013Z 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:37:12.0061235Z 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:37:12.0061456Z 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:37:12.0061676Z 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:37:12.0061906Z 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:37:12.0062135Z 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:37:12.0062357Z 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:37:12.0062567Z 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:37:12.0062786Z 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:37:12.0063007Z 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:37:12.0063226Z 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:37:12.0063446Z 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:37:12.0063661Z 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:37:12.0063875Z 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:37:12.0064087Z 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:37:12.0064299Z 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:37:12.0064538Z 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:37:12.0064755Z 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:37:12.0064978Z 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:37:12.0065186Z 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:37:12.0065433Z test_nnc_correctness_linalg_vecdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0065655Z 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:37:12.0065875Z 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:37:12.0066098Z 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:37:12.0066325Z 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:37:12.0066549Z 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:37:12.0066774Z 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:37:12.0066993Z 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:37:12.0067208Z 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:37:12.0067424Z 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:37:12.0067641Z 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:37:12.0067844Z 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:37:12.0068060Z 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:37:12.0068267Z 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:37:12.0068476Z 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:37:12.0068679Z 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:37:12.0068881Z 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:37:12.0069091Z 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:37:12.0069330Z 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:37:12.0069534Z 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:37:12.0069739Z 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:37:12.0069953Z 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:37:12.0070178Z 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:37:12.0070387Z 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:37:12.0070594Z 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:37:12.0070797Z 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:37:12.0070997Z 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:37:12.0071192Z test_nnc_correctness_log10_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0071398Z 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:37:12.0071605Z 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:37:12.0071813Z 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:37:12.0072019Z 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:37:12.0072232Z 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:37:12.0072423Z 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:37:12.0072630Z 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:37:12.0072838Z 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:37:12.0073037Z 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:37:12.0073238Z 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:37:12.0073442Z 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:37:12.0073651Z 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:37:12.0073855Z 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:37:12.0074092Z 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:37:12.0074369Z 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:37:12.0074581Z 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:37:12.0074769Z 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:37:12.0075011Z 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:37:12.0075215Z 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:37:12.0075421Z 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:37:12.0075628Z 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:37:12.0075830Z 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:37:12.0076040Z 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:37:12.0076246Z 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:37:12.0076458Z 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:37:12.0076771Z 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:37:12.0076985Z test_nnc_correctness_log_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0077175Z 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:37:12.0077379Z 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:37:12.0077586Z 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:37:12.0077796Z 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:37:12.0078002Z 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:37:12.0078205Z 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:37:12.0078423Z 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:37:12.0078638Z 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:37:12.0078858Z 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:37:12.0079124Z 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:37:12.0079343Z 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:37:12.0079566Z 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:37:12.0079775Z 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:37:12.0080026Z 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:37:12.0080256Z 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:37:12.0080482Z 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:37:12.0080705Z 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:37:12.0080923Z 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:37:12.0081146Z 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:37:12.0081363Z 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:37:12.0081582Z 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:37:12.0081799Z 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:37:12.0082020Z 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:37:12.0082222Z 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:37:12.0082441Z 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:37:12.0082659Z 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:37:12.0082873Z test_nnc_correctness_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0083089Z 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:37:12.0083308Z 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:37:12.0083529Z 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:37:12.0083749Z 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:37:12.0083995Z 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:37:12.0084209Z 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:37:12.0084420Z 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:37:12.0084624Z 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:37:12.0084854Z 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:37:12.0085070Z 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:37:12.0085289Z 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:37:12.0085505Z 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:37:12.0085721Z 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:37:12.0085937Z 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:37:12.0086147Z 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:37:12.0086360Z 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:37:12.0086572Z 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:37:12.0086782Z 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:37:12.0086991Z 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:37:12.0087193Z 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:37:12.0087408Z 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:37:12.0087622Z 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:37:12.0087838Z 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:37:12.0088055Z 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:37:12.0088270Z 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:37:12.0088484Z 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:37:12.0088728Z test_nnc_correctness_logical_not_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0088940Z 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:37:12.0089151Z 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:37:12.0089359Z 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:37:12.0089598Z 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:37:12.0089797Z 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:37:12.0090017Z 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:37:12.0090227Z 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:37:12.0090444Z 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:37:12.0090662Z 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:37:12.0090877Z 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:37:12.0091092Z 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:37:12.0091303Z 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:37:12.0091511Z 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:37:12.0091719Z 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:37:12.0091928Z 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:37:12.0092126Z 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:37:12.0092339Z 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:37:12.0092554Z 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:37:12.0092763Z 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:37:12.0092978Z 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:37:12.0093195Z 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:37:12.0093409Z 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:37:12.0093663Z 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:37:12.0093875Z 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:37:12.0094087Z 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:37:12.0094298Z 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:37:12.0094535Z test_nnc_correctness_logical_xor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0094736Z 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:37:12.0094947Z 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:37:12.0095157Z 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:37:12.0095364Z 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:37:12.0095570Z 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:37:12.0095773Z 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:37:12.0095979Z 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:37:12.0096186Z 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:37:12.0096384Z 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:37:12.0096591Z 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:37:12.0096801Z 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:37:12.0097005Z 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:37:12.0097229Z 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:37:12.0097446Z 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:37:12.0097660Z 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:37:12.0097875Z 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:37:12.0098086Z 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:37:12.0098325Z 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:37:12.0098530Z 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:37:12.0098740Z 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:37:12.0098946Z 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:37:12.0099158Z 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:37:12.0099376Z 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:37:12.0099592Z 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:37:12.0099800Z 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:37:12.0100012Z 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:37:12.0100222Z test_nnc_correctness_logsumexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0100431Z 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:37:12.0100642Z test_nnc_correctness_logsumexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0100854Z test_nnc_correctness_logsumexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0101062Z test_nnc_correctness_long_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0101267Z test_nnc_correctness_long_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0101475Z test_nnc_correctness_long_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0101685Z test_nnc_correctness_long_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0101883Z test_nnc_correctness_long_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0102090Z test_nnc_correctness_long_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0102291Z test_nnc_correctness_long_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0102488Z test_nnc_correctness_long_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0102692Z test_nnc_correctness_long_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0102899Z test_nnc_correctness_long_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0103133Z test_nnc_correctness_long_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0103336Z test_nnc_correctness_long_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0103539Z test_nnc_correctness_long_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0103746Z test_nnc_correctness_lt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0103948Z test_nnc_correctness_lt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0104166Z test_nnc_correctness_lt_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0104372Z test_nnc_correctness_lt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0104572Z test_nnc_correctness_lt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0104777Z test_nnc_correctness_lt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0104980Z test_nnc_correctness_lt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0105184Z test_nnc_correctness_lt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0105390Z test_nnc_correctness_lt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0105594Z test_nnc_correctness_lt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0105806Z 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:37:12.0106013Z test_nnc_correctness_lu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0106214Z test_nnc_correctness_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0106406Z test_nnc_correctness_lu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0106623Z test_nnc_correctness_lu_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0106842Z test_nnc_correctness_lu_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0107056Z test_nnc_correctness_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0107268Z test_nnc_correctness_lu_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0107484Z 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:37:12.0107702Z 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:37:12.0107983Z test_nnc_correctness_lu_unpack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0108191Z test_nnc_correctness_lu_unpack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0108399Z test_nnc_correctness_mH_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0108603Z test_nnc_correctness_mH_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0108800Z test_nnc_correctness_mH_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0109039Z 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:37:12.0109245Z 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:37:12.0109448Z 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:37:12.0109655Z 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:37:12.0109861Z 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:37:12.0110065Z 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:37:12.0110271Z 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:37:12.0110476Z 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:37:12.0110681Z 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:37:12.0110884Z 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:37:12.0111080Z 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:37:12.0111282Z 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:37:12.0111493Z test_nnc_correctness_mT_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0111701Z 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:37:12.0111902Z 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:37:12.0112107Z 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:37:12.0112309Z 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:37:12.0112513Z 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:37:12.0112715Z 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:37:12.0112944Z 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:37:12.0113144Z 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:37:12.0113332Z 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:37:12.0113534Z 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:37:12.0113775Z 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:37:12.0113993Z 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:37:12.0114210Z 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:37:12.0114501Z 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:37:12.0114721Z 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:37:12.0114934Z 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:37:12.0115146Z 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:37:12.0115363Z 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:37:12.0115579Z 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:37:12.0115799Z 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:37:12.0115999Z 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:37:12.0116213Z 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:37:12.0116431Z 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:37:12.0116746Z 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:37:12.0116958Z 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:37:12.0117164Z 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:37:12.0117379Z test_nnc_correctness_masked_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0117596Z 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:37:12.0117870Z 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:37:12.0118093Z 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:37:12.0118312Z 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:37:12.0118518Z 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:37:12.0118735Z 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:37:12.0118985Z 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:37:12.0119204Z 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:37:12.0119419Z 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:37:12.0119634Z 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:37:12.0119852Z 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:37:12.0120069Z 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:37:12.0120285Z 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:37:12.0120505Z 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:37:12.0120718Z 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:37:12.0120930Z 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:37:12.0121129Z 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:37:12.0121344Z 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:37:12.0121557Z 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:37:12.0121777Z 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:37:12.0122001Z 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:37:12.0122226Z 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:37:12.0122447Z 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:37:12.0122664Z 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:37:12.0122909Z 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:37:12.0123128Z 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:37:12.0123347Z test_nnc_correctness_masked_cumprod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0123550Z 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:37:12.0123789Z 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:37:12.0124008Z 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:37:12.0124228Z 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:37:12.0124446Z 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:37:12.0124664Z 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:37:12.0124882Z 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:37:12.0125097Z 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:37:12.0125311Z 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:37:12.0125524Z 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:37:12.0125737Z 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:37:12.0125952Z 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:37:12.0126157Z 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:37:12.0126371Z 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:37:12.0126589Z 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:37:12.0126807Z 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:37:12.0127023Z 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:37:12.0127239Z 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:37:12.0127451Z 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:37:12.0127703Z 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:37:12.0127917Z 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:37:12.0128127Z 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:37:12.0128331Z 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:37:12.0128573Z 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:37:12.0128775Z 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:37:12.0128998Z 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:37:12.0129217Z test_nnc_correctness_masked_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0129437Z 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:37:12.0129666Z 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:37:12.0129890Z 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:37:12.0130115Z 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:37:12.0130337Z 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:37:12.0130553Z 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:37:12.0130769Z 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:37:12.0130991Z 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:37:12.0131196Z 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:37:12.0131411Z 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:37:12.0131629Z 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:37:12.0131845Z 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:37:12.0132062Z 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:37:12.0132276Z 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:37:12.0132519Z 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:37:12.0132736Z 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:37:12.0132951Z 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:37:12.0133169Z 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:37:12.0133408Z 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:37:12.0133625Z 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:37:12.0133825Z 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:37:12.0134038Z 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:37:12.0134248Z 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:37:12.0134464Z 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:37:12.0134680Z 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:37:12.0134903Z 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:37:12.0135121Z test_nnc_correctness_masked_median_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0135340Z 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:37:12.0135554Z 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:37:12.0135768Z 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:37:12.0135981Z 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:37:12.0136204Z 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:37:12.0136416Z 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:37:12.0136637Z 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:37:12.0136860Z 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:37:12.0137081Z 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:37:12.0137333Z 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:37:12.0137547Z 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:37:12.0137767Z 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:37:12.0137987Z 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:37:12.0138229Z 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:37:12.0138445Z 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:37:12.0138656Z 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:37:12.0138849Z 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:37:12.0139064Z 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:37:12.0139276Z 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:37:12.0139488Z 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:37:12.0139712Z 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:37:12.0139928Z 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:37:12.0140151Z 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:37:12.0140374Z 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:37:12.0140593Z 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:37:12.0140811Z 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:37:12.0141030Z test_nnc_correctness_masked_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0141244Z 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:37:12.0141449Z 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:37:12.0141665Z 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:37:12.0141883Z 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:37:12.0142128Z 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:37:12.0142345Z 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:37:12.0142558Z 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:37:12.0142777Z 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:37:12.0143025Z 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:37:12.0143248Z 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:37:12.0143464Z 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:37:12.0143682Z 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:37:12.0143895Z 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:37:12.0144097Z 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:37:12.0144314Z 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:37:12.0144528Z 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:37:12.0144741Z 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:37:12.0144961Z 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:37:12.0145177Z 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:37:12.0145395Z 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:37:12.0145617Z 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:37:12.0145832Z 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:37:12.0146048Z 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:37:12.0146262Z 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:37:12.0146466Z 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:37:12.0146684Z 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:37:12.0146922Z test_nnc_correctness_masked_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0147132Z 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:37:12.0147341Z 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:37:12.0147551Z 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:37:12.0147788Z 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:37:12.0148003Z 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:37:12.0148215Z 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:37:12.0148429Z 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:37:12.0148640Z 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:37:12.0148861Z 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:37:12.0149069Z 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:37:12.0149282Z 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:37:12.0149494Z 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:37:12.0149703Z 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:37:12.0149913Z 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:37:12.0150124Z 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:37:12.0150334Z 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:37:12.0150544Z 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:37:12.0150751Z 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:37:12.0150968Z 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:37:12.0151189Z 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:37:12.0151394Z 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:37:12.0151631Z 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:37:12.0151835Z 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:37:12.0152048Z 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:37:12.0152255Z 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:37:12.0152458Z 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:37:12.0152699Z test_nnc_correctness_masked_var_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0152911Z 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:37:12.0153119Z 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:37:12.0153330Z 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:37:12.0153544Z 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:37:12.0153753Z 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:37:12.0153951Z 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:37:12.0154159Z 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:37:12.0154426Z 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:37:12.0154636Z 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:37:12.0154798Z test_nnc_correctness_matmul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0155012Z 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:37:12.0155221Z 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:37:12.0155439Z 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:37:12.0155658Z 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:37:12.0155875Z 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:37:12.0156091Z 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:37:12.0156292Z 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:37:12.0156644Z 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:37:12.0156856Z 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:37:12.0157066Z 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:37:12.0157278Z 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:37:12.0157482Z 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:37:12.0157739Z 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:37:12.0157956Z 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:37:12.0158159Z 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:37:12.0158371Z 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:37:12.0158581Z test_nnc_correctness_max_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0158794Z 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:37:12.0159019Z 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:37:12.0159247Z 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:37:12.0159473Z 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:37:12.0159691Z 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:37:12.0159913Z 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:37:12.0160132Z 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:37:12.0160355Z 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:37:12.0160575Z 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:37:12.0160793Z 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:37:12.0161023Z 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:37:12.0161246Z 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:37:12.0161501Z 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:37:12.0161722Z 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:37:12.0161933Z 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:37:12.0162154Z 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:37:12.0162396Z 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:37:12.0162615Z 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:37:12.0162841Z 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:37:12.0163066Z 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:37:12.0163277Z 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:37:12.0163485Z 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:37:12.0163697Z 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:37:12.0163910Z 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:37:12.0164102Z 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:37:12.0164317Z 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:37:12.0164520Z test_nnc_correctness_maximum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0164722Z 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:37:12.0164933Z 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:37:12.0165143Z 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:37:12.0165347Z 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:37:12.0165557Z 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:37:12.0165765Z 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:37:12.0165977Z 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:37:12.0166207Z 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:37:12.0166393Z 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:37:12.0166605Z 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:37:12.0166813Z 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:37:12.0167013Z 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:37:12.0167246Z 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:37:12.0167458Z 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:37:12.0167659Z 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:37:12.0167868Z 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:37:12.0168070Z 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:37:12.0168300Z 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:37:12.0168528Z 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:37:12.0168763Z 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:37:12.0168981Z 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:37:12.0169213Z 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:37:12.0169439Z 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:37:12.0169659Z 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:37:12.0169887Z 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:37:12.0170104Z 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:37:12.0170326Z 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.002s) 2022-12-01T10:37:12.0170545Z 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:37:12.0170765Z 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:37:12.0171029Z 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:37:12.0171250Z 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:37:12.0171481Z 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:37:12.0171703Z 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:37:12.0171961Z 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:37:12.0172193Z 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:37:12.0172415Z 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:37:12.0172645Z 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:37:12.0172871Z 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:37:12.0173094Z 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:37:12.0173322Z 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:37:12.0173551Z 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:37:12.0173764Z 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:37:12.0173974Z 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:37:12.0174188Z 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:37:12.0174397Z 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:37:12.0174599Z 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:37:12.0174808Z 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:37:12.0175014Z 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:37:12.0175224Z 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:37:12.0175436Z 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:37:12.0175645Z 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:37:12.0175898Z 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:37:12.0176117Z 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:37:12.0176340Z 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.002s) 2022-12-01T10:37:12.0176557Z 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:37:12.0176797Z 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:37:12.0177009Z 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:37:12.0177228Z 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:37:12.0177447Z 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:37:12.0177671Z 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:37:12.0177887Z 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:37:12.0178116Z 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:37:12.0178336Z 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:37:12.0178559Z 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:37:12.0178777Z 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:37:12.0179002Z 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:37:12.0179221Z 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:37:12.0179435Z 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:37:12.0179657Z 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:37:12.0179865Z 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:37:12.0180083Z 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:37:12.0180296Z 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:37:12.0180533Z 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:37:12.0180743Z 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:37:12.0180948Z 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:37:12.0181158Z 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:37:12.0181432Z 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:37:12.0181641Z 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:37:12.0181846Z 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:37:12.0182053Z 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:37:12.0182241Z test_nnc_correctness_minimum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0182450Z 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:37:12.0182670Z 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:37:12.0182877Z 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:37:12.0183085Z 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:37:12.0183292Z 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:37:12.0183498Z 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:37:12.0183702Z 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:37:12.0183910Z 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:37:12.0184115Z 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:37:12.0184318Z 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:37:12.0184517Z 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:37:12.0184725Z 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:37:12.0184931Z 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:37:12.0185137Z 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:37:12.0185363Z 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:37:12.0185565Z 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:37:12.0185768Z 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:37:12.0185974Z 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:37:12.0186176Z 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:37:12.0186406Z 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:37:12.0186623Z 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:37:12.0186819Z 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:37:12.0187032Z 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:37:12.0187246Z 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:37:12.0187462Z test_nnc_correctness_movedim_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0187673Z test_nnc_correctness_movedim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0187879Z test_nnc_correctness_movedim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0188091Z 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:37:12.0188297Z 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:37:12.0188507Z 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:37:12.0188712Z 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:37:12.0188921Z 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:37:12.0189114Z 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:37:12.0189322Z 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:37:12.0189526Z 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:37:12.0189734Z 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:37:12.0189939Z 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:37:12.0190173Z 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:37:12.0190376Z 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:37:12.0190579Z 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:37:12.0190776Z 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:37:12.0190980Z 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:37:12.0191211Z 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:37:12.0191408Z 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:37:12.0191611Z 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:37:12.0191820Z 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:37:12.0192024Z 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:37:12.0192235Z 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:37:12.0192441Z 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:37:12.0192643Z 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:37:12.0192839Z 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:37:12.0193040Z 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:37:12.0193243Z 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:37:12.0193448Z test_nnc_correctness_mul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0193637Z 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:37:12.0193843Z 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:37:12.0194058Z 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:37:12.0194335Z 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:37:12.0194556Z 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:37:12.0194766Z 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:37:12.0195022Z 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:37:12.0195230Z 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:37:12.0195435Z 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:37:12.0195644Z 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:37:12.0195848Z 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:37:12.0196082Z 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:37:12.0196275Z 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:37:12.0196480Z 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:37:12.0196802Z 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:37:12.0197033Z 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:37:12.0197260Z 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:37:12.0197481Z 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:37:12.0197706Z 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:37:12.0197931Z 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:37:12.0198150Z 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:37:12.0198372Z 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:37:12.0198598Z 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:37:12.0198811Z 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:37:12.0199035Z 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:37:12.0199259Z 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:37:12.0199480Z 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.002s) 2022-12-01T10:37:12.0199697Z 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:37:12.0199970Z 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:37:12.0200188Z 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:37:12.0200410Z 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:37:12.0200633Z 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:37:12.0200888Z 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:37:12.0201110Z 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:37:12.0201329Z 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:37:12.0201542Z 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:37:12.0201738Z 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:37:12.0201958Z 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.002s) 2022-12-01T10:37:12.0202179Z 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.002s) 2022-12-01T10:37:12.0202397Z 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:37:12.0202609Z 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:37:12.0202822Z 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:37:12.0203036Z 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:37:12.0203245Z 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:37:12.0203454Z 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:37:12.0203665Z 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:37:12.0203868Z 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:37:12.0204064Z 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:37:12.0204274Z 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:37:12.0204485Z 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:37:12.0204737Z 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:37:12.0204947Z 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:37:12.0205151Z 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:37:12.0205367Z test_nnc_correctness_nanmedian_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0205582Z 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:37:12.0205821Z 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:37:12.0206035Z 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:37:12.0206244Z 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:37:12.0206447Z 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:37:12.0206646Z 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:37:12.0206859Z 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:37:12.0207073Z 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:37:12.0207293Z 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:37:12.0207501Z 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:37:12.0207705Z 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:37:12.0207910Z 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:37:12.0208110Z 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:37:12.0208309Z 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:37:12.0208516Z 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:37:12.0208723Z 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:37:12.0208911Z 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:37:12.0209119Z 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:37:12.0209330Z 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:37:12.0209576Z 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:37:12.0209787Z 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:37:12.0210007Z 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:37:12.0210226Z 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:37:12.0210469Z 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:37:12.0210684Z 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:37:12.0210899Z 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:37:12.0211112Z test_nnc_correctness_narrow_copy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0211311Z 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:37:12.0211523Z 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:37:12.0211729Z 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:37:12.0211944Z 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:37:12.0212156Z 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:37:12.0212364Z 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:37:12.0212572Z 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:37:12.0212786Z 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:37:12.0212999Z 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:37:12.0213213Z 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:37:12.0213422Z 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:37:12.0213630Z 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:37:12.0213821Z 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:37:12.0214028Z 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:37:12.0214228Z 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:37:12.0214464Z 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:37:12.0214671Z 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:37:12.0214874Z 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:37:12.0215095Z 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:37:12.0215344Z 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:37:12.0215568Z 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:37:12.0215787Z 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:37:12.0216006Z 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:37:12.0216208Z 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:37:12.0216416Z 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:37:12.0216623Z 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:37:12.0216834Z test_nnc_correctness_ne_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0217040Z 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:37:12.0217246Z 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:37:12.0217451Z 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:37:12.0217660Z 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:37:12.0217863Z 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:37:12.0218070Z 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:37:12.0218272Z 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:37:12.0218460Z 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:37:12.0218666Z 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:37:12.0218875Z 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:37:12.0219084Z 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:37:12.0219325Z 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:37:12.0219528Z 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:37:12.0219737Z 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:37:12.0219936Z 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:37:12.0220159Z 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:37:12.0220367Z 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:37:12.0220570Z 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:37:12.0220761Z 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:37:12.0220967Z 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:37:12.0221172Z 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:37:12.0221343Z test_nnc_correctness_new_empty_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0221506Z test_nnc_correctness_new_empty_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0221679Z test_nnc_correctness_new_empty_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0221848Z test_nnc_correctness_new_empty_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0222015Z test_nnc_correctness_new_empty_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0222180Z test_nnc_correctness_new_empty_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0222339Z test_nnc_correctness_new_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0222482Z test_nnc_correctness_new_empty_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0222645Z test_nnc_correctness_new_empty_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0222804Z test_nnc_correctness_new_empty_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0222965Z test_nnc_correctness_new_empty_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0223122Z test_nnc_correctness_new_empty_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0223285Z test_nnc_correctness_new_empty_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0223497Z test_nnc_correctness_new_empty_strided_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:37:12.0223713Z test_nnc_correctness_new_empty_strided_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:37:12.0223933Z test_nnc_correctness_new_empty_strided_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:37:12.0224165Z test_nnc_correctness_new_empty_strided_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:37:12.0224372Z test_nnc_correctness_new_empty_strided_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:37:12.0224585Z test_nnc_correctness_new_empty_strided_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:37:12.0224796Z test_nnc_correctness_new_empty_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:37:12.0225009Z test_nnc_correctness_new_empty_strided_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:37:12.0225246Z test_nnc_correctness_new_empty_strided_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:37:12.0225458Z test_nnc_correctness_new_empty_strided_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:37:12.0225665Z test_nnc_correctness_new_empty_strided_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:37:12.0225870Z test_nnc_correctness_new_empty_strided_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:37:12.0226079Z test_nnc_correctness_new_empty_strided_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:37:12.0226295Z 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:37:12.0226493Z 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:37:12.0226711Z 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:37:12.0226928Z 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:37:12.0227141Z 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:37:12.0227354Z 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:37:12.0227562Z 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:37:12.0227772Z test_nnc_correctness_new_full_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0227982Z 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:37:12.0228188Z 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:37:12.0228387Z 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:37:12.0228592Z 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:37:12.0228783Z 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:37:12.0229032Z 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:37:12.0229235Z 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:37:12.0229448Z 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:37:12.0229662Z 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:37:12.0229874Z 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:37:12.0230115Z 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:37:12.0230323Z 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:37:12.0230531Z 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:37:12.0230739Z 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:37:12.0230943Z 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:37:12.0231145Z 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:37:12.0231336Z 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:37:12.0231539Z 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:37:12.0231754Z 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:37:12.0231954Z 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:37:12.0232171Z 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:37:12.0232392Z 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:37:12.0232613Z 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:37:12.0232828Z 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:37:12.0233035Z 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:37:12.0233248Z 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:37:12.0233459Z test_nnc_correctness_new_zeros_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0233654Z 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:37:12.0233894Z 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:37:12.0234101Z 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:37:12.0234377Z 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:37:12.0234597Z 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:37:12.0234845Z 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:37:12.0235056Z 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:37:12.0235314Z 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:37:12.0235566Z 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:37:12.0235814Z 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:37:12.0236058Z 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:37:12.0236301Z 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:37:12.0236679Z 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:37:12.0236904Z 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:37:12.0237142Z 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:37:12.0237379Z 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:37:12.0237616Z 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:37:12.0237853Z 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:37:12.0238086Z 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:37:12.0238323Z 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:37:12.0238557Z 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:37:12.0238840Z 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:37:12.0239070Z 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:37:12.0239301Z 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:37:12.0239532Z 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:37:12.0239801Z 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:37:12.0240022Z 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.002s) 2022-12-01T10:37:12.0240252Z 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:37:12.0240482Z 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:37:12.0240711Z 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:37:12.0240938Z 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:37:12.0241167Z 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:37:12.0241398Z 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:37:12.0241618Z 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:37:12.0241843Z 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:37:12.0242064Z 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:37:12.0242280Z 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:37:12.0242501Z 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:37:12.0242674Z test_nnc_correctness_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0242902Z 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:37:12.0243123Z 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:37:12.0243307Z test_nnc_correctness_nn_functional_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0243532Z 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:37:12.0243778Z 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:37:12.0244004Z 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:37:12.0244221Z 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:37:12.0244432Z 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:37:12.0244690Z 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:37:12.0244921Z 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:37:12.0245113Z test_nnc_correctness_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0245291Z test_nnc_correctness_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0245542Z 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:37:12.0245791Z 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:37:12.0246040Z 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.002s) 2022-12-01T10:37:12.0246263Z 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:37:12.0246482Z 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:37:12.0246703Z 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:37:12.0246932Z 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:37:12.0247160Z 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:37:12.0247383Z 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:37:12.0247604Z 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:37:12.0247817Z 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:37:12.0248025Z 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:37:12.0248250Z 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:37:12.0248511Z 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:37:12.0248735Z 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:37:12.0248954Z 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:37:12.0249168Z 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:37:12.0249415Z 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:37:12.0249661Z 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:37:12.0249901Z 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:37:12.0250136Z 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:37:12.0250370Z 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:37:12.0250606Z 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:37:12.0250841Z 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:37:12.0251062Z 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:37:12.0251291Z 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:37:12.0251521Z 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:37:12.0251754Z 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:37:12.0251987Z 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:37:12.0252226Z 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.002s) 2022-12-01T10:37:12.0252459Z 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:37:12.0252699Z 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:37:12.0252940Z 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:37:12.0253206Z 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:37:12.0253443Z 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:37:12.0253677Z 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:37:12.0253913Z 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:37:12.0254161Z 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:37:12.0254399Z 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:37:12.0254633Z 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:37:12.0254867Z 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:37:12.0255100Z 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:37:12.0255333Z 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:37:12.0255563Z 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:37:12.0255788Z 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:37:12.0256004Z 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:37:12.0256231Z 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:37:12.0256459Z 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:37:12.0256690Z 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:37:12.0256919Z 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:37:12.0257132Z 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:37:12.0257360Z 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:37:12.0257586Z 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:37:12.0257813Z 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:37:12.0258088Z 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:37:12.0258311Z 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:37:12.0258530Z test_nnc_correctness_nn_functional_elu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0258752Z 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:37:12.0259011Z 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:37:12.0259247Z 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:37:12.0259483Z 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:37:12.0259713Z 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:37:12.0259926Z 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:37:12.0260157Z 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:37:12.0260390Z 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:37:12.0260644Z 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:37:12.0260896Z 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:37:12.0261148Z 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:37:12.0261405Z 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:37:12.0261653Z 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:37:12.0261909Z 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:37:12.0262162Z 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:37:12.0262415Z 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:37:12.0262706Z 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:37:12.0262956Z 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:37:12.0263204Z 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:37:12.0263439Z 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:37:12.0263710Z 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:37:12.0263961Z 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:37:12.0264211Z 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:37:12.0264451Z 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:37:12.0264682Z 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:37:12.0264915Z 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:37:12.0265153Z 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.002s) 2022-12-01T10:37:12.0265386Z 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:37:12.0265620Z 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:37:12.0265852Z 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:37:12.0266076Z 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:37:12.0266297Z 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:37:12.0266518Z 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:37:12.0266726Z 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:37:12.0266951Z 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:37:12.0267171Z 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:37:12.0280805Z 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:37:12.0281114Z 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:37:12.0281348Z 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:37:12.0281581Z 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:37:12.0281935Z 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:37:12.0282173Z 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:37:12.0282405Z test_nnc_correctness_nn_functional_hardshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0282636Z test_nnc_correctness_nn_functional_hardshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0282870Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0283108Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0283328Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0283558Z test_nnc_correctness_nn_functional_hardswish_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0283790Z test_nnc_correctness_nn_functional_hardswish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0284017Z test_nnc_correctness_nn_functional_hardswish_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0284239Z test_nnc_correctness_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0284472Z test_nnc_correctness_nn_functional_hardtanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0284694Z test_nnc_correctness_nn_functional_hardtanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0284916Z 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:37:12.0285134Z test_nnc_correctness_nn_functional_hardtanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0285347Z test_nnc_correctness_nn_functional_hardtanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0285574Z test_nnc_correctness_nn_functional_hardtanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:12.0285862Z 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:37:12.0286089Z 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:37:12.0286329Z 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:37:12.0286556Z 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:37:12.0286813Z 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:37:12.0287038Z 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:37:12.0287265Z 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:37:12.0287496Z 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:37:12.0287728Z 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:37:12.0287961Z 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:37:12.0288200Z 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:37:12.0288435Z 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:37:12.0288676Z 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:37:12.0288916Z 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:37:12.0289144Z 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:37:12.0289389Z 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:37:12.0289627Z 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:37:12.0289867Z 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:37:12.0290104Z 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:37:12.0290344Z 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:37:12.0290609Z 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:37:12.0290848Z 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:37:12.0291088Z 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:37:12.0291327Z 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.002s) 2022-12-01T10:37:12.0291592Z 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:37:12.0291837Z 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:37:12.0292080Z 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:37:12.0292304Z 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:37:12.0292528Z 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:37:12.0292757Z 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:37:12.0292976Z 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:37:12.0293201Z 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:37:12.0293428Z 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:37:12.0293653Z 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:37:12.0293877Z 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:37:12.0294100Z 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:37:12.0294317Z 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:37:12.0294545Z 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:37:12.0294768Z 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:37:12.0294999Z 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:37:12.0295216Z 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:37:12.0295467Z 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:37:12.0295695Z 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:37:12.0295915Z 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:37:12.0296143Z 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:37:12.0296394Z 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:37:12.0296618Z 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:37:12.0296841Z 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:37:12.0297061Z 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:37:12.0297281Z 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:37:12.0297502Z test_nnc_correctness_nn_functional_linear_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0297725Z 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:37:12.0297929Z 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:37:12.0298167Z 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:37:12.0298402Z 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:37:12.0298643Z 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:37:12.0298877Z 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:37:12.0299105Z 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:37:12.0299333Z 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:37:12.0299554Z 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:37:12.0299795Z 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:37:12.0300032Z 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:37:12.0300294Z 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:37:12.0300522Z 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:37:12.0300756Z 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:37:12.0301009Z 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:37:12.0301243Z 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:37:12.0301479Z 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:37:12.0301672Z test_nnc_correctness_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Works on some configs (0.001s) 2022-12-01T10:37:12.0301899Z 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:37:12.0302121Z 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:37:12.0302349Z 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:37:12.0302577Z 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:37:12.0302802Z 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:37:12.0303021Z 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:37:12.0303245Z 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:37:12.0303475Z 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:37:12.0303684Z 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.002s) 2022-12-01T10:37:12.0303920Z 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:37:12.0304152Z 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:37:12.0304379Z 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:37:12.0304610Z 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:37:12.0304870Z 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:37:12.0305103Z 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:37:12.0305334Z 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:37:12.0305559Z 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:37:12.0305821Z 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:37:12.0306057Z 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:37:12.0306276Z 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:37:12.0306495Z 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:37:12.0306706Z 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:37:12.0306927Z 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:37:12.0307154Z 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:37:12.0307385Z 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:37:12.0307617Z 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:37:12.0307857Z 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:37:12.0308093Z 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:37:12.0308336Z 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:37:12.0308580Z 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:37:12.0308823Z 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:37:12.0309047Z 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:37:12.0309271Z 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:37:12.0309530Z 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:37:12.0309745Z 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:37:12.0309975Z test_nnc_correctness_nn_functional_normalize_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0310205Z 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:37:12.0310463Z 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:37:12.0310686Z 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:37:12.0310909Z 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:37:12.0311142Z 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:37:12.0311367Z 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:37:12.0311603Z 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:37:12.0311838Z 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:37:12.0312068Z 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:37:12.0312299Z 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:37:12.0312531Z 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:37:12.0312747Z 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:37:12.0312974Z 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:37:12.0313202Z 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:37:12.0313428Z 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:37:12.0313655Z 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:37:12.0313889Z 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:37:12.0314115Z 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:37:12.0314492Z 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:37:12.0314733Z 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:37:12.0314960Z 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:37:12.0315188Z 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:37:12.0315454Z 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:37:12.0315669Z 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:37:12.0315895Z 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:37:12.0316121Z 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:37:12.0316343Z 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.002s) 2022-12-01T10:37:12.0316716Z 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:37:12.0316952Z 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:37:12.0317186Z 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:37:12.0317418Z 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:37:12.0317649Z 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:37:12.0317889Z 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:37:12.0318128Z 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:37:12.0318365Z 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:37:12.0318595Z 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:37:12.0318820Z 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:37:12.0319065Z 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:37:12.0319309Z 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:37:12.0319593Z 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:37:12.0319828Z 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:37:12.0320065Z 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:37:12.0320337Z 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:37:12.0320574Z 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:37:12.0320811Z 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:37:12.0321043Z 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:37:12.0321272Z 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:37:12.0321495Z 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:37:12.0321717Z 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:37:12.0321939Z 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:37:12.0322167Z 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:37:12.0322401Z 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:37:12.0322632Z 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:37:12.0322866Z 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.002s) 2022-12-01T10:37:12.0323098Z 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:37:12.0323322Z 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:37:12.0323549Z 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:37:12.0323778Z 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:37:12.0324007Z 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:37:12.0324267Z 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:37:12.0324494Z 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:37:12.0324715Z 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:37:12.0324944Z 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:37:12.0325206Z 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:37:12.0325448Z 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:37:12.0325679Z 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:37:12.0325913Z 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:37:12.0326139Z 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:37:12.0326370Z 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:37:12.0326600Z 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:37:12.0326824Z 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:37:12.0327052Z 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:37:12.0327280Z 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:37:12.0327513Z 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:37:12.0327734Z 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:37:12.0327963Z 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:37:12.0328190Z 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:37:12.0328419Z 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:37:12.0328651Z 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:37:12.0328908Z 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:37:12.0329136Z 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.002s) 2022-12-01T10:37:12.0329360Z 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:37:12.0329580Z 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:37:12.0329834Z 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:37:12.0330062Z 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:37:12.0330282Z 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:37:12.0330502Z 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:37:12.0330706Z 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:37:12.0330927Z 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:37:12.0331146Z 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:37:12.0331364Z 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:37:12.0331583Z 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:37:12.0331803Z 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:37:12.0332023Z 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:37:12.0332243Z 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:37:12.0332461Z 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:37:12.0332678Z 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:37:12.0332893Z 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:37:12.0333110Z 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:37:12.0333313Z 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:37:12.0333536Z 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:37:12.0333788Z 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:37:12.0334004Z 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:37:12.0334218Z 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:37:12.0334443Z 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:37:12.0334690Z 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:37:12.0334926Z 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:37:12.0335161Z 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.002s) 2022-12-01T10:37:12.0335378Z 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:37:12.0335598Z 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:37:12.0335818Z 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:37:12.0336036Z 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:37:12.0336263Z 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:37:12.0336491Z 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:37:12.0336718Z 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:37:12.0336952Z 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:37:12.0337182Z 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:37:12.0337414Z 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:37:12.0337637Z 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:37:12.0337861Z 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:37:12.0338079Z 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:37:12.0338313Z 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:37:12.0338584Z 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:37:12.0338819Z 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:37:12.0339040Z 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:37:12.0339300Z 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:37:12.0339534Z 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:37:12.0339764Z 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:37:12.0339996Z 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:37:12.0340225Z 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:37:12.0340458Z 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:37:12.0340689Z 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:37:12.0340917Z 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:37:12.0341145Z 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:37:12.0341367Z test_nnc_correctness_nn_functional_softplus_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0341593Z 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:37:12.0341823Z 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:37:12.0342036Z 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:37:12.0342265Z 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:37:12.0342495Z 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:37:12.0342721Z 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:37:12.0342943Z 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:37:12.0343196Z 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:37:12.0343420Z 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:37:12.0343642Z 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:37:12.0343860Z 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:37:12.0344146Z 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:37:12.0344371Z 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:37:12.0344589Z 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:37:12.0344808Z 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:37:12.0345044Z 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:37:12.0345277Z 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:37:12.0345507Z 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:37:12.0345738Z 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:37:12.0345964Z 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:37:12.0346188Z 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:37:12.0346406Z 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:37:12.0346632Z 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:37:12.0346853Z 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:37:12.0347082Z 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:37:12.0347318Z 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:37:12.0347540Z test_nnc_correctness_nn_functional_threshold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0347753Z 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:37:12.0347998Z 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:37:12.0348220Z 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:37:12.0348442Z 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:37:12.0348661Z 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:37:12.0348923Z 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:37:12.0349169Z 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:37:12.0349411Z 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:37:12.0349648Z 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:37:12.0349886Z 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:37:12.0350122Z 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:37:12.0350356Z 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:37:12.0350590Z 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:37:12.0350809Z 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:37:12.0351043Z 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:37:12.0351300Z 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:37:12.0351557Z 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:37:12.0351811Z 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:37:12.0352058Z 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:37:12.0352307Z 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:37:12.0352557Z 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:37:12.0352833Z 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:37:12.0353076Z 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:37:12.0353323Z 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:37:12.0353593Z 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:37:12.0353820Z 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:37:12.0354050Z test_nnc_correctness_nn_functional_unfold_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0354339Z 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:37:12.0354568Z 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:37:12.0354793Z 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:37:12.0355013Z 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:37:12.0355253Z 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:37:12.0355491Z 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:37:12.0355730Z 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:37:12.0355966Z 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:37:12.0356205Z 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:37:12.0356442Z 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:37:12.0356785Z 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:37:12.0357002Z 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:37:12.0357212Z 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:37:12.0357416Z 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:37:12.0357680Z 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:37:12.0357896Z 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:37:12.0358108Z 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:37:12.0358313Z 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:37:12.0358525Z 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:37:12.0358764Z 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:37:12.0358983Z 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:37:12.0359190Z 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:37:12.0359400Z 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:37:12.0359605Z 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:37:12.0359804Z 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:37:12.0360015Z 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:37:12.0360229Z test_nnc_correctness_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0360437Z 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:37:12.0360645Z 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:37:12.0360847Z 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:37:12.0361060Z 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:37:12.0361277Z 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:37:12.0361490Z 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:37:12.0361702Z 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:37:12.0361911Z 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:37:12.0362106Z 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:37:12.0362321Z 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:37:12.0362566Z 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:37:12.0362774Z 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:37:12.0362979Z 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:37:12.0363189Z 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:37:12.0363426Z 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:37:12.0363640Z 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:37:12.0363847Z 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:37:12.0364049Z 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:37:12.0364259Z 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:37:12.0364468Z 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:37:12.0364668Z 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:37:12.0364877Z 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:37:12.0365100Z 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:37:12.0365321Z 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:37:12.0365544Z 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:37:12.0365764Z 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:37:12.0365972Z test_nnc_correctness_ones_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0366181Z 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:37:12.0366393Z 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:37:12.0366603Z 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:37:12.0366803Z 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:37:12.0366998Z 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:37:12.0367196Z 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:37:12.0367432Z 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:37:12.0367636Z 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:37:12.0367840Z 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:37:12.0368044Z 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:37:12.0368284Z 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:37:12.0368490Z 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:37:12.0368706Z 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:37:12.0368915Z 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:37:12.0369133Z 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:37:12.0369335Z 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:37:12.0369551Z 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:37:12.0369767Z 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:37:12.0369979Z 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:37:12.0370192Z 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:37:12.0370398Z 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:37:12.0370610Z 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:37:12.0370817Z 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:37:12.0371025Z 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:37:12.0371230Z 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:37:12.0371445Z 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:37:12.0371660Z test_nnc_correctness_ormqr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0371857Z 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:37:12.0372092Z 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:37:12.0372302Z 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:37:12.0372509Z 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:37:12.0372720Z 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:37:12.0372929Z 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:37:12.0373163Z 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:37:12.0373375Z 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:37:12.0373577Z 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:37:12.0373784Z 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:37:12.0373984Z 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:37:12.0374178Z 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:37:12.0374384Z 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:37:12.0374595Z 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:37:12.0374809Z 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:37:12.0375023Z 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:37:12.0375235Z 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:37:12.0375445Z 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:37:12.0375658Z 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:37:12.0375876Z 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:37:12.0376087Z 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:37:12.0376301Z 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:37:12.0376498Z 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:37:12.0376705Z 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:37:12.0376953Z 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:37:12.0377155Z 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:37:12.0377354Z test_nnc_correctness_permute_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0377561Z 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:37:12.0377772Z 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:37:12.0378015Z 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:37:12.0378234Z 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:37:12.0378447Z 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:37:12.0378662Z 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:37:12.0378860Z 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:37:12.0379067Z 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:37:12.0379299Z 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:37:12.0379526Z 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:37:12.0379753Z 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:37:12.0379980Z 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:37:12.0380206Z 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:37:12.0380426Z 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:37:12.0380642Z 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:37:12.0380864Z 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:37:12.0381089Z 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:37:12.0381314Z 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:37:12.0381536Z 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:37:12.0381778Z 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:37:12.0382003Z 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:37:12.0382222Z 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:37:12.0382436Z 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:37:12.0382675Z 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:37:12.0382898Z 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:37:12.0383119Z 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:37:12.0383344Z 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.002s) 2022-12-01T10:37:12.0383563Z 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:37:12.0383789Z 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:37:12.0384013Z 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:37:12.0384233Z 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:37:12.0384436Z 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:37:12.0384649Z 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:37:12.0384868Z 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:37:12.0385091Z 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:37:12.0385318Z 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:37:12.0385536Z 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:37:12.0385759Z 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:37:12.0385982Z 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:37:12.0386200Z 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:37:12.0386441Z 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:37:12.0386653Z 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:37:12.0386871Z 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:37:12.0387081Z 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:37:12.0387331Z 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:37:12.0387555Z 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:37:12.0387777Z 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:37:12.0388000Z 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:37:12.0388216Z 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:37:12.0388430Z 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:37:12.0388641Z 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:37:12.0388862Z 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:37:12.0389084Z 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:37:12.0389298Z test_nnc_correctness_positive_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0389515Z 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:37:12.0389720Z 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:37:12.0389943Z 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:37:12.0390153Z 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:37:12.0390366Z 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:37:12.0390583Z 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:37:12.0390793Z 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:37:12.0390996Z 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:37:12.0391225Z 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:37:12.0391433Z 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:37:12.0391644Z 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:37:12.0391853Z 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:37:12.0392090Z 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:37:12.0392288Z 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:37:12.0392498Z 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:37:12.0392700Z 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:37:12.0392898Z 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:37:12.0393102Z 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:37:12.0393311Z 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:37:12.0393521Z 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:37:12.0393725Z 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:37:12.0393931Z 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:37:12.0394134Z 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:37:12.0394418Z 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:37:12.0394624Z 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:37:12.0394838Z 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:37:12.0395046Z test_nnc_correctness_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0395251Z 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:37:12.0395458Z 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:37:12.0395663Z 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:37:12.0395871Z 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:37:12.0396111Z 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:37:12.0396319Z 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:37:12.0396524Z 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:37:12.0396843Z 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:37:12.0397041Z 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:37:12.0397300Z 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:37:12.0397514Z 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:37:12.0397715Z 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:37:12.0397918Z 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:37:12.0398125Z 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:37:12.0398331Z 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:37:12.0398536Z 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:37:12.0398742Z 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:37:12.0398954Z 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:37:12.0399165Z 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:37:12.0399358Z 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:37:12.0399566Z 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:37:12.0399783Z 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:37:12.0399995Z 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:37:12.0400213Z 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:37:12.0400421Z 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:37:12.0400633Z 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:37:12.0400850Z test_nnc_correctness_rad2deg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0401097Z 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:37:12.0401305Z 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:37:12.0401506Z 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:37:12.0401691Z 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:37:12.0401896Z 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:37:12.0402131Z 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:37:12.0402348Z 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:37:12.0402565Z 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:37:12.0402784Z 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:37:12.0403001Z 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:37:12.0403217Z 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:37:12.0403424Z 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:37:12.0403639Z 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:37:12.0403859Z 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:37:12.0404062Z 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:37:12.0404279Z 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:37:12.0404491Z 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:37:12.0404710Z 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:37:12.0404928Z 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:37:12.0405140Z 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:37:12.0405351Z 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:37:12.0405565Z 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:37:12.0405776Z 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:37:12.0406020Z 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:37:12.0406233Z 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:37:12.0406444Z 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:37:12.0406641Z test_nnc_correctness_randn_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0406871Z 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:37:12.0407074Z 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:37:12.0407288Z 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:37:12.0407506Z 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:37:12.0407723Z 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:37:12.0407936Z 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:37:12.0408150Z 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:37:12.0408361Z 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:37:12.0408578Z 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:37:12.0408786Z 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:37:12.0408981Z 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:37:12.0409194Z 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:37:12.0409408Z 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:37:12.0409615Z 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:37:12.0409820Z 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:37:12.0410023Z 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:37:12.0410220Z 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:37:12.0410432Z 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:37:12.0410678Z 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:37:12.0410876Z 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:37:12.0411078Z 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:37:12.0411273Z 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:37:12.0411483Z 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:37:12.0411715Z 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:37:12.0411930Z 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:37:12.0412141Z 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:37:12.0412342Z test_nnc_correctness_real_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0412549Z 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:37:12.0412750Z 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:37:12.0412962Z 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:37:12.0413169Z 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:37:12.0413378Z 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:37:12.0413570Z 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:37:12.0413776Z 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:37:12.0413980Z 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:37:12.0414203Z 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:37:12.0414420Z 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:37:12.0414640Z 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:37:12.0414859Z 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:37:12.0415073Z 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:37:12.0415285Z 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:37:12.0415529Z 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:37:12.0415742Z 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:37:12.0415949Z 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:37:12.0416149Z 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:37:12.0416360Z 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:37:12.0416599Z 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:37:12.0416780Z test_nnc_correctness_remainder_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0416996Z 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:37:12.0417209Z 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:37:12.0417415Z 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:37:12.0417628Z 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:37:12.0417841Z 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:37:12.0418048Z test_nnc_correctness_remainder_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0418259Z 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:37:12.0418457Z 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:37:12.0418663Z 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:37:12.0418877Z 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:37:12.0419088Z 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:37:12.0419301Z 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:37:12.0419500Z 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:37:12.0419698Z 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:37:12.0419907Z 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:37:12.0420117Z 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:37:12.0420393Z 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:37:12.0420608Z 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:37:12.0420806Z 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:37:12.0421012Z 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:37:12.0421213Z 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:37:12.0421449Z 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:37:12.0421661Z 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:37:12.0421864Z 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:37:12.0422070Z 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:37:12.0422272Z 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:37:12.0422501Z 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:37:12.0422726Z 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:37:12.0422957Z 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:37:12.0423188Z 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:37:12.0423395Z 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:37:12.0423620Z 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:37:12.0423847Z test_nnc_correctness_repeat_interleave_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0424067Z 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:37:12.0424291Z 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:37:12.0424509Z 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:37:12.0424729Z 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:37:12.0424953Z 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:37:12.0425169Z 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:37:12.0425415Z 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:37:12.0425627Z 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:37:12.0425846Z 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:37:12.0426053Z 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:37:12.0426297Z 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:37:12.0426516Z 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:37:12.0426728Z 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:37:12.0426940Z 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:37:12.0427151Z 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:37:12.0427363Z 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:37:12.0427577Z 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:37:12.0427790Z 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:37:12.0428002Z 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:37:12.0428214Z 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:37:12.0428412Z 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:37:12.0428627Z 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:37:12.0428846Z 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:37:12.0429055Z 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:37:12.0429267Z 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:37:12.0429478Z 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:37:12.0429682Z test_nnc_correctness_reshape_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0429894Z 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:37:12.0430127Z 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:37:12.0430325Z 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:37:12.0430533Z 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:37:12.0430729Z 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:37:12.0430940Z 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:37:12.0431172Z 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:37:12.0431389Z 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:37:12.0431604Z 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:37:12.0431812Z 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:37:12.0432016Z 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:37:12.0432229Z 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:37:12.0432438Z 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:37:12.0432647Z 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:37:12.0432846Z 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:37:12.0433051Z 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:37:12.0433238Z 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:37:12.0433456Z 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:37:12.0433667Z 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:37:12.0433886Z 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:37:12.0434104Z 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:37:12.0434378Z 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:37:12.0434595Z 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:37:12.0434805Z 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:37:12.0435049Z 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:37:12.0435260Z 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:37:12.0435466Z test_nnc_correctness_resize_as__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0435663Z 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:37:12.0435902Z 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:37:12.0436124Z 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:37:12.0436337Z 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:37:12.0436658Z 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:37:12.0436882Z 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:37:12.0437100Z 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:37:12.0437319Z 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:37:12.0437536Z 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:37:12.0437748Z 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:37:12.0437959Z 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:37:12.0438165Z 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:37:12.0438364Z 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:37:12.0438578Z 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:37:12.0438800Z 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:37:12.0439017Z 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:37:12.0439237Z 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:37:12.0439456Z 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:37:12.0439677Z 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:37:12.0439944Z 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:37:12.0440160Z 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:37:12.0440376Z 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:37:12.0440592Z 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:37:12.0440821Z 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:37:12.0441038Z 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:37:12.0441253Z 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:37:12.0441465Z test_nnc_correctness_resolve_neg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0441677Z 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:37:12.0441884Z 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:37:12.0442098Z 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:37:12.0442311Z 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:37:12.0442515Z 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:37:12.0442720Z 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:37:12.0442921Z 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:37:12.0443114Z 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:37:12.0443320Z 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:37:12.0443527Z 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:37:12.0443732Z 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:37:12.0443937Z 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:37:12.0444141Z 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:37:12.0444355Z 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:37:12.0444562Z 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:37:12.0444817Z 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:37:12.0445028Z 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:37:12.0445236Z 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:37:12.0445430Z 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:37:12.0445657Z 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:37:12.0445863Z 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:37:12.0446064Z 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:37:12.0446269Z 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:37:12.0446471Z 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:37:12.0446676Z test_nnc_correctness_rot90_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0446842Z test_nnc_correctness_round_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0447049Z test_nnc_correctness_round_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0447251Z 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:37:12.0447451Z 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:37:12.0447635Z 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:37:12.0447841Z 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:37:12.0448047Z 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:37:12.0448251Z 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:37:12.0448474Z 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:37:12.0448695Z 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:37:12.0448915Z 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:37:12.0449131Z 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:37:12.0449346Z 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:37:12.0449593Z 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:37:12.0449818Z 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:37:12.0450044Z 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:37:12.0450251Z 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:37:12.0450489Z 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:37:12.0450696Z 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:37:12.0450912Z 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:37:12.0451125Z 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:37:12.0451335Z 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:37:12.0451540Z 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:37:12.0451746Z 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:37:12.0451946Z 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:37:12.0452143Z 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:37:12.0452347Z 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:37:12.0452538Z 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:37:12.0452746Z test_nnc_correctness_rsub_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0452957Z 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:37:12.0453166Z 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:37:12.0453372Z 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:37:12.0453571Z 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:37:12.0453767Z 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:37:12.0453971Z 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:37:12.0454176Z 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:37:12.0454406Z 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:37:12.0454609Z 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:37:12.0454797Z 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:37:12.0455016Z 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:37:12.0455256Z 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:37:12.0455478Z 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:37:12.0455701Z 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:37:12.0455918Z 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:37:12.0456132Z 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:37:12.0456347Z 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:37:12.0456563Z 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:37:12.0456773Z 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:37:12.0456985Z 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:37:12.0457197Z 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:37:12.0457395Z 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:37:12.0457609Z 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:37:12.0457817Z 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:37:12.0458033Z 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:37:12.0458246Z 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:37:12.0458456Z test_nnc_correctness_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0458662Z 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:37:12.0458873Z 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:37:12.0459085Z 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:37:12.0459322Z 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:37:12.0459521Z 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:37:12.0459714Z 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:37:12.0459916Z 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:37:12.0460172Z 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:37:12.0460395Z 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:37:12.0460619Z 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:37:12.0460845Z 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:37:12.0461065Z 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:37:12.0461287Z 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:37:12.0461508Z 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:37:12.0461731Z 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:37:12.0461952Z 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:37:12.0462166Z 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:37:12.0462377Z 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:37:12.0462600Z 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:37:12.0462826Z 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:37:12.0463043Z 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:37:12.0463254Z 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:37:12.0463470Z 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:37:12.0463691Z 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:37:12.0463940Z 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:37:12.0464157Z 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:37:12.0464375Z test_nnc_correctness_scatter_reduce_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0464601Z 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:37:12.0464847Z 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:37:12.0465049Z 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:37:12.0465261Z 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:37:12.0465479Z 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:37:12.0465697Z 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:37:12.0465917Z 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:37:12.0466136Z 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:37:12.0466355Z 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:37:12.0466581Z 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:37:12.0466804Z 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:37:12.0467027Z 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:37:12.0467246Z 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:37:12.0467469Z 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:37:12.0467674Z 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:37:12.0467893Z 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:37:12.0468110Z 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:37:12.0468328Z 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:37:12.0468547Z 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:37:12.0468795Z 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:37:12.0469014Z 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:37:12.0469234Z 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:37:12.0469455Z 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:37:12.0469703Z 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:37:12.0469924Z 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:37:12.0470142Z 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:37:12.0470345Z test_nnc_correctness_scatter_reduce_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0470562Z 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:37:12.0470778Z 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:37:12.0471000Z 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:37:12.0471224Z 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:37:12.0471443Z 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:37:12.0471660Z 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:37:12.0471874Z 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:37:12.0472088Z 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:37:12.0472305Z 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:37:12.0472518Z 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:37:12.0472733Z 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:37:12.0472949Z 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:37:12.0473178Z 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:37:12.0473405Z 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:37:12.0473652Z 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:37:12.0473878Z 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:37:12.0474096Z 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:37:12.0474376Z 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:37:12.0474628Z 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:37:12.0474846Z 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:37:12.0475058Z 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:37:12.0475277Z 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:37:12.0475492Z 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:37:12.0475696Z 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:37:12.0475911Z 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:37:12.0476122Z 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:37:12.0476325Z test_nnc_correctness_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0476626Z 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:37:12.0476830Z 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:37:12.0477043Z 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:37:12.0477254Z 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:37:12.0477460Z 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:37:12.0477683Z 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:37:12.0477904Z 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:37:12.0478110Z 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:37:12.0478332Z 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:37:12.0478610Z 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:37:12.0478828Z 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:37:12.0479044Z 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:37:12.0479261Z 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:37:12.0479514Z 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:37:12.0479731Z 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:37:12.0479940Z 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:37:12.0480147Z 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:37:12.0480358Z 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:37:12.0480554Z 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:37:12.0480772Z 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:37:12.0480982Z 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:37:12.0481183Z 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:37:12.0481381Z 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:37:12.0481590Z 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:37:12.0481794Z 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:37:12.0482002Z 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:37:12.0482210Z test_nnc_correctness_sgn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0482409Z 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:37:12.0482616Z 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:37:12.0482809Z 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:37:12.0483023Z 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:37:12.0483233Z 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:37:12.0483469Z 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:37:12.0483670Z 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:37:12.0483868Z 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:37:12.0484072Z 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:37:12.0484300Z 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:37:12.0484499Z 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:37:12.0484705Z 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:37:12.0484911Z 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:37:12.0485123Z 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:37:12.0485321Z 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:37:12.0485539Z 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:37:12.0485758Z 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:37:12.0485968Z 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:37:12.0486180Z 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:37:12.0486385Z 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:37:12.0486587Z 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:37:12.0486786Z 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:37:12.0486994Z 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:37:12.0487202Z 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:37:12.0487406Z 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:37:12.0487598Z 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:37:12.0487809Z test_nnc_correctness_sign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0488015Z 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:37:12.0488245Z 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:37:12.0488449Z 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:37:12.0488653Z 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:37:12.0488858Z 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:37:12.0489088Z 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:37:12.0489292Z 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:37:12.0489507Z 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:37:12.0489714Z 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:37:12.0489908Z 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:37:12.0490119Z 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:37:12.0490325Z 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:37:12.0490535Z 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:37:12.0490737Z 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:37:12.0490936Z 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:37:12.0491144Z 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:37:12.0491349Z 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:37:12.0491553Z 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:37:12.0491759Z 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:37:12.0491969Z 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:37:12.0492164Z 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:37:12.0492371Z 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:37:12.0492571Z 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:37:12.0492778Z 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:37:12.0493011Z 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:37:12.0493213Z 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:37:12.0493417Z test_nnc_correctness_sin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0493618Z 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:37:12.0493884Z 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:37:12.0494088Z 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:37:12.0494303Z 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:37:12.0494499Z 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:37:12.0494705Z 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:37:12.0494905Z 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:37:12.0495111Z 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:37:12.0495316Z 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:37:12.0495523Z 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:37:12.0495728Z 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:37:12.0495934Z 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:37:12.0496143Z 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:37:12.0496346Z 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:37:12.0496562Z 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:37:12.0497888Z 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:37:12.0498081Z 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:37:12.0498280Z 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:37:12.0498482Z 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:37:12.0498687Z 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:37:12.0498933Z 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:37:12.0499136Z 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:37:12.0499337Z 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:37:12.0499546Z 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:37:12.0499747Z 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:37:12.0499988Z 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:37:12.0500205Z test_nnc_correctness_slice_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0500399Z 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:37:12.0500611Z 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:37:12.0500815Z 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:37:12.0501019Z 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:37:12.0501227Z 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:37:12.0501432Z 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:37:12.0501631Z 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:37:12.0501834Z 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:37:12.0502041Z 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:37:12.0502264Z 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:37:12.0502481Z 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:37:12.0502685Z 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:37:12.0502901Z 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:37:12.0503114Z 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:37:12.0503329Z 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:37:12.0503548Z 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:37:12.0503792Z 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:37:12.0504003Z 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:37:12.0504217Z 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:37:12.0504429Z 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:37:12.0504663Z 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:37:12.0504873Z 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:37:12.0505103Z 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:37:12.0505309Z 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:37:12.0505537Z 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:37:12.0505761Z 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:37:12.0505986Z test_nnc_correctness_softmax_with_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0506210Z 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:37:12.0506430Z 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:37:12.0506648Z 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:37:12.0506865Z 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:37:12.0507086Z 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:37:12.0507304Z 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:37:12.0507519Z 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:37:12.0507727Z 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:37:12.0507919Z 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:37:12.0508128Z 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:37:12.0508331Z 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:37:12.0508558Z 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:37:12.0508762Z 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:37:12.0508965Z 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:37:12.0509168Z 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:37:12.0509372Z 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:37:12.0509601Z 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:37:12.0509835Z 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:37:12.0510065Z 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:37:12.0510277Z 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:37:12.0510494Z 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:37:12.0510711Z 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:37:12.0510934Z 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:37:12.0511150Z 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:37:12.0511370Z 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:37:12.0511585Z 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:37:12.0511802Z test_nnc_correctness_special_airy_ai_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0512015Z 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:37:12.0512236Z 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:37:12.0512455Z 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:37:12.0512676Z 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:37:12.0512884Z 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:37:12.0513104Z 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:37:12.0513364Z 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:37:12.0513581Z 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:37:12.0513796Z 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:37:12.0514014Z 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:37:12.0514323Z 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:37:12.0514556Z 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:37:12.0514780Z 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:37:12.0514998Z 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:37:12.0515213Z 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:37:12.0515431Z 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:37:12.0515637Z 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:37:12.0515855Z 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:37:12.0516070Z 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:37:12.0516290Z 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:37:12.0516511Z 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:37:12.0516836Z 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:37:12.0517052Z 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:37:12.0517270Z 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:37:12.0517487Z 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:37:12.0517700Z 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:37:12.0517912Z test_nnc_correctness_special_bessel_y1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0518118Z 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:37:12.0518396Z 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:37:12.0518618Z 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:37:12.0518833Z 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:37:12.0519050Z 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:37:12.0519301Z 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:37:12.0519523Z 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:37:12.0519715Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0519909Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0520102Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0520292Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0520462Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0520652Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0520843Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0521030Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0521217Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0521410Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0521599Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0521788Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0521970Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0522154Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0522327Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0522511Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0522693Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0522880Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0523068Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0523254Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0523464Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0523645Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0523829Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0524015Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0524184Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0524402Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0524590Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0524807Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0525079Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0525268Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0525456Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0525641Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0525865Z 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:37:12.0526082Z 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:37:12.0526290Z 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:37:12.0526505Z 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:37:12.0526718Z 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:37:12.0527015Z 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:37:12.0527301Z 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:37:12.0527520Z 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:37:12.0527735Z 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:37:12.0527947Z 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:37:12.0528165Z 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:37:12.0528384Z 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:37:12.0528648Z 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:37:12.0528849Z 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:37:12.0529062Z 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:37:12.0529273Z test_nnc_correctness_special_erfcx_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0529484Z 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:37:12.0529702Z test_nnc_correctness_special_hermite_polynomial_h_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0529891Z test_nnc_correctness_special_hermite_polynomial_h_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0530071Z test_nnc_correctness_special_hermite_polynomial_h_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0530257Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0530436Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0530611Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0530781Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0530965Z test_nnc_correctness_special_hermite_polynomial_h_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0531148Z test_nnc_correctness_special_hermite_polynomial_he_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0531336Z test_nnc_correctness_special_hermite_polynomial_he_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0531518Z test_nnc_correctness_special_hermite_polynomial_he_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0531704Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0531889Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0532076Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0532263Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0532452Z test_nnc_correctness_special_hermite_polynomial_he_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0532656Z 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:37:12.0532871Z 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:37:12.0533085Z 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:37:12.0533298Z 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:37:12.0533512Z 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:37:12.0533751Z 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:37:12.0533967Z 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:37:12.0534181Z 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:37:12.0534391Z 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:37:12.0534630Z test_nnc_correctness_special_i1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0534847Z 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:37:12.0535040Z 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:37:12.0535254Z 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:37:12.0535462Z 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:37:12.0535665Z 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:37:12.0535877Z 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:37:12.0536089Z 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:37:12.0536296Z 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:37:12.0536513Z 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:37:12.0536731Z 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:37:12.0536943Z 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:37:12.0537159Z 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:37:12.0537373Z 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:37:12.0537568Z 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:37:12.0537783Z 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:37:12.0537972Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0538166Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0538349Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0538566Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0538753Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0538940Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0539125Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0539308Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0539507Z test_nnc_correctness_special_legendre_polynomial_p_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0539697Z test_nnc_correctness_special_legendre_polynomial_p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0539883Z test_nnc_correctness_special_legendre_polynomial_p_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0540070Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0540255Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0540441Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0540625Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0540813Z test_nnc_correctness_special_legendre_polynomial_p_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0541032Z 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:37:12.0541258Z 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:37:12.0541466Z 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:37:12.0541683Z 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:37:12.0541899Z 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:37:12.0542119Z 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:37:12.0542341Z 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:37:12.0542557Z 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:37:12.0542788Z 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:37:12.0543021Z 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:37:12.0543254Z 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:37:12.0543509Z 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:37:12.0543737Z 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:37:12.0543965Z 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:37:12.0544176Z 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:37:12.0544436Z 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:37:12.0544668Z 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:37:12.0544898Z 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:37:12.0545129Z 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:37:12.0545355Z 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:37:12.0545576Z 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:37:12.0545803Z 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:37:12.0546031Z 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:37:12.0546256Z 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.002s) 2022-12-01T10:37:12.0546483Z 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:37:12.0546712Z 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:37:12.0546924Z 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:37:12.0547152Z 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:37:12.0547375Z 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:37:12.0547591Z 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:37:12.0547816Z 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:37:12.0548042Z 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:37:12.0548306Z 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:37:12.0548535Z 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:37:12.0548761Z 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:37:12.0548982Z 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:37:12.0549238Z 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:37:12.0549463Z 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:37:12.0549683Z 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:37:12.0549898Z 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:37:12.0550117Z 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:37:12.0550336Z 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:37:12.0550551Z 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:37:12.0550766Z 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:37:12.0550979Z 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:37:12.0551190Z 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:37:12.0551404Z 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:37:12.0551619Z 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:37:12.0551834Z 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:37:12.0552046Z 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:37:12.0552266Z test_nnc_correctness_special_ndtri_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0552471Z 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:37:12.0552685Z 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:37:12.0552898Z 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:37:12.0553140Z 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:37:12.0553350Z 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:37:12.0553562Z 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:37:12.0553808Z 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:37:12.0554083Z 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:37:12.0554411Z 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:37:12.0554660Z 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:37:12.0554904Z 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:37:12.0555149Z 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:37:12.0555373Z 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:37:12.0555614Z 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:37:12.0555860Z 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:37:12.0556095Z 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:37:12.0556333Z 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:37:12.0556696Z 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:37:12.0556937Z 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:37:12.0557172Z 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:37:12.0557406Z 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:37:12.0557637Z 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:37:12.0557867Z 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:37:12.0558151Z 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:37:12.0558387Z 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:37:12.0558612Z 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:37:12.0558851Z 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.002s) 2022-12-01T10:37:12.0559115Z 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:37:12.0559356Z 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:37:12.0559593Z 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:37:12.0559824Z 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:37:12.0560023Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0560227Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0560430Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0560631Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0560828Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0561023Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0561202Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0561395Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0561591Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0561789Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0561985Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0562178Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0562372Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0562561Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0562754Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0562976Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0563156Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0563350Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0563546Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0563738Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0563929Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0564143Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0564338Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0564529Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0564721Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0564917Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0565099Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0565292Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0565483Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0565673Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0565863Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0566053Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0566286Z 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:37:12.0566523Z 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:37:12.0566759Z 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:37:12.0566991Z 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:37:12.0567219Z 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:37:12.0567436Z 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:37:12.0567670Z 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:37:12.0567900Z 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:37:12.0568156Z 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:37:12.0568374Z 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:37:12.0568592Z 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:37:12.0568815Z 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:37:12.0569061Z 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:37:12.0569281Z 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:37:12.0569499Z 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:37:12.0569711Z 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:37:12.0569931Z 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:37:12.0570138Z 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:37:12.0570354Z test_nnc_correctness_special_zeta_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0570571Z 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:37:12.0570788Z 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:37:12.0571003Z 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:37:12.0571211Z 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:37:12.0571426Z 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:37:12.0571643Z 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:37:12.0571855Z 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:37:12.0572067Z 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:37:12.0572275Z 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:37:12.0572479Z 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:37:12.0572690Z 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:37:12.0572972Z 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:37:12.0573184Z 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:37:12.0573391Z 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:37:12.0573593Z 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:37:12.0573825Z 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:37:12.0574028Z 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:37:12.0574241Z 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:37:12.0574447Z 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:37:12.0574654Z 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:37:12.0574860Z 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:37:12.0575079Z 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:37:12.0575303Z 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:37:12.0575529Z 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:37:12.0575748Z 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:37:12.0575967Z 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:37:12.0576189Z test_nnc_correctness_split_list_args_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0576408Z 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:37:12.0576628Z 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:37:12.0576840Z 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:37:12.0577051Z 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:37:12.0577266Z 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:37:12.0577478Z 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:37:12.0577716Z 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:37:12.0577939Z 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:37:12.0578158Z 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:37:12.0578380Z 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:37:12.0578625Z 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:37:12.0578844Z 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:37:12.0579063Z 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:37:12.0579280Z 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:37:12.0579497Z 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:37:12.0579713Z 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:37:12.0579929Z 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:37:12.0580130Z 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:37:12.0580342Z 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:37:12.0580547Z 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:37:12.0580758Z 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:37:12.0580970Z 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:37:12.0581177Z 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:37:12.0581380Z 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:37:12.0581583Z 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:37:12.0581787Z 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:37:12.0581991Z test_nnc_correctness_sqrt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0582197Z 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:37:12.0582387Z 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:37:12.0582638Z 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:37:12.0582848Z 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:37:12.0583064Z 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:37:12.0583277Z 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:37:12.0583515Z 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:37:12.0583724Z 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:37:12.0583925Z 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:37:12.0584133Z 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:37:12.0584334Z 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:37:12.0584533Z 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:37:12.0584727Z 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:37:12.0584938Z 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:37:12.0585151Z 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:37:12.0585358Z 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:37:12.0585572Z 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:37:12.0585788Z 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:37:12.0586004Z 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:37:12.0586219Z 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:37:12.0586424Z 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:37:12.0586632Z 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:37:12.0586842Z 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:37:12.0587051Z 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:37:12.0587278Z 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:37:12.0587483Z 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:37:12.0587685Z test_nnc_correctness_squeeze_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0587896Z 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:37:12.0588102Z 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:37:12.0588342Z 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:37:12.0588557Z 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:37:12.0588761Z 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:37:12.0588966Z 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:37:12.0589167Z 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:37:12.0589365Z 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:37:12.0589559Z 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:37:12.0589761Z 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:37:12.0589957Z 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:37:12.0590160Z 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:37:12.0590366Z 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:37:12.0590573Z 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:37:12.0590787Z 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:37:12.0591000Z 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:37:12.0591205Z 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:37:12.0591408Z 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:37:12.0591605Z 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:37:12.0591808Z 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:37:12.0592024Z 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:37:12.0592268Z 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:37:12.0592483Z 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:37:12.0592691Z 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:37:12.0592901Z 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:37:12.0593140Z 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:37:12.0593355Z test_nnc_correctness_stft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0593562Z 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:37:12.0593762Z 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:37:12.0593960Z 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:37:12.0594158Z 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:37:12.0594454Z 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:37:12.0594670Z 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:37:12.0594877Z 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:37:12.0595083Z 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:37:12.0595284Z 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:37:12.0595494Z 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:37:12.0595700Z 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:37:12.0595908Z 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:37:12.0596112Z 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:37:12.0596315Z 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:37:12.0596509Z 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:37:12.0596818Z 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:37:12.0597032Z 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:37:12.0597292Z 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:37:12.0597497Z 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:37:12.0597705Z 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:37:12.0597906Z 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:37:12.0598142Z 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:37:12.0598352Z 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:37:12.0598557Z 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:37:12.0598760Z 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:37:12.0598949Z 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:37:12.0599165Z test_nnc_correctness_sum_to_size_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0599378Z 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:37:12.0599600Z 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:37:12.0599819Z 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:37:12.0600032Z 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:37:12.0600245Z 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:37:12.0600456Z 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:37:12.0600670Z 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:37:12.0600885Z 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:37:12.0601096Z 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:37:12.0601305Z 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:37:12.0601502Z 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:37:12.0601718Z 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:37:12.0601956Z 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:37:12.0602160Z 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:37:12.0602361Z 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:37:12.0602574Z 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:37:12.0602788Z 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:37:12.0603027Z 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:37:12.0603245Z 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:37:12.0603455Z 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:37:12.0603656Z 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:37:12.0603848Z 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:37:12.0604050Z 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:37:12.0604260Z 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:37:12.0604464Z 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:37:12.0604666Z 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:37:12.0604871Z test_nnc_correctness_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0605075Z 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:37:12.0605276Z 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:37:12.0605477Z 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:37:12.0605682Z 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:37:12.0605880Z 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:37:12.0606067Z 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:37:12.0606288Z test_nnc_correctness_take_along_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0606506Z 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:37:12.0606729Z 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:37:12.0606979Z 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:37:12.0607198Z 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:37:12.0607413Z 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:37:12.0607630Z 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:37:12.0607875Z 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:37:12.0608094Z 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:37:12.0608307Z 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:37:12.0608525Z 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:37:12.0608727Z 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:37:12.0608935Z 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:37:12.0609138Z 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:37:12.0609355Z 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:37:12.0609565Z 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:37:12.0609772Z 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:37:12.0609974Z 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:37:12.0610171Z 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:37:12.0610380Z 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:37:12.0610586Z test_nnc_correctness_take_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0610790Z 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:37:12.0610981Z 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:37:12.0611184Z 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:37:12.0611392Z 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:37:12.0611625Z 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:37:12.0611836Z 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:37:12.0612045Z 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:37:12.0612251Z 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:37:12.0612454Z 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:37:12.0612684Z 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:37:12.0612892Z 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:37:12.0613098Z 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:37:12.0613290Z 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:37:12.0613491Z 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:37:12.0613699Z 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:37:12.0613903Z 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:37:12.0614118Z 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:37:12.0614328Z 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:37:12.0614536Z 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:37:12.0614735Z 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:37:12.0614941Z 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:37:12.0615146Z 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:37:12.0615352Z 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:37:12.0615544Z 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:37:12.0615750Z 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:37:12.0615968Z 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:37:12.0616186Z test_nnc_correctness_tensor_split_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0616451Z 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:37:12.0616672Z 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:37:12.0616891Z 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:37:12.0617108Z 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:37:12.0617324Z 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:37:12.0617560Z 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:37:12.0617777Z 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:37:12.0617970Z 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:37:12.0618180Z 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:37:12.0618395Z 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:37:12.0618607Z 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:37:12.0618824Z 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:37:12.0619042Z 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:37:12.0619258Z 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:37:12.0619472Z 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:37:12.0619687Z 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:37:12.0619903Z 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:37:12.0620115Z 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:37:12.0620330Z 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:37:12.0620523Z 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:37:12.0620733Z 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:37:12.0620938Z 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:37:12.0621149Z 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:37:12.0621387Z 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:37:12.0621595Z 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:37:12.0621795Z 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:37:12.0621992Z test_nnc_correctness_tile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0622223Z 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:37:12.0622430Z 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:37:12.0622636Z 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:37:12.0622828Z 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:37:12.0623032Z 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:37:12.0623237Z 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:37:12.0623442Z 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:37:12.0623652Z 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:37:12.0623863Z 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:37:12.0624068Z 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:37:12.0624270Z 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:37:12.0624472Z 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:37:12.0624678Z 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:37:12.0624888Z 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:37:12.0625078Z 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:37:12.0625280Z 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:37:12.0625480Z 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:37:12.0625695Z 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:37:12.0625908Z 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:37:12.0626157Z 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:37:12.0626378Z 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:37:12.0626592Z 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:37:12.0626806Z 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:37:12.0627043Z 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:37:12.0627254Z 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:37:12.0627453Z 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:37:12.0627658Z test_nnc_correctness_to_sparse_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0627868Z 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:37:12.0628076Z 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:37:12.0628286Z 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:37:12.0628491Z 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:37:12.0628695Z 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:37:12.0628897Z 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:37:12.0629101Z 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:37:12.0629305Z 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:37:12.0629512Z 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:37:12.0629720Z 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:37:12.0629924Z 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:37:12.0630136Z 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:37:12.0630345Z 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:37:12.0630555Z 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:37:12.0630762Z 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:37:12.0630991Z 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:37:12.0631189Z 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:37:12.0631394Z 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:37:12.0631604Z 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:37:12.0631817Z 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:37:12.0632060Z 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:37:12.0632270Z 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:37:12.0632487Z 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:37:12.0632702Z 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:37:12.0632917Z 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:37:12.0633133Z 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:37:12.0633349Z test_nnc_correctness_transpose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0633557Z 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:37:12.0633771Z 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:37:12.0633979Z 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:37:12.0634186Z 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:37:12.0634470Z 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:37:12.0634677Z 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:37:12.0634900Z 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:37:12.0635121Z 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:37:12.0635337Z 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:37:12.0635549Z 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:37:12.0635766Z 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:37:12.0636010Z 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:37:12.0636218Z 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:37:12.0636426Z 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:37:12.0636830Z 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:37:12.0637084Z 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:37:12.0637296Z 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:37:12.0637499Z 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:37:12.0637711Z 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:37:12.0637918Z 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:37:12.0638119Z 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:37:12.0638321Z 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:37:12.0638531Z 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:37:12.0638734Z 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:37:12.0638934Z 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:37:12.0639139Z 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:37:12.0639349Z test_nnc_correctness_trapz_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0639580Z 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:37:12.0639794Z 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:37:12.0640020Z 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:37:12.0640246Z 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:37:12.0640456Z 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:37:12.0640666Z 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:37:12.0640917Z 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:37:12.0641128Z 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:37:12.0641334Z 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:37:12.0641541Z 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:37:12.0641742Z 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:37:12.0641969Z 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:37:12.0642164Z 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:37:12.0642367Z 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:37:12.0642571Z 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:37:12.0642772Z 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:37:12.0642986Z 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:37:12.0643194Z 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:37:12.0643409Z 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:37:12.0643613Z 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:37:12.0643824Z 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:37:12.0644033Z 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:37:12.0644240Z 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:37:12.0644428Z 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:37:12.0644626Z 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:37:12.0644833Z 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:37:12.0645036Z test_nnc_correctness_triu_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0645239Z 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:37:12.0645443Z 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:37:12.0645645Z 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:37:12.0645887Z 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:37:12.0646101Z 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:37:12.0646318Z 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:37:12.0646530Z 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:37:12.0646811Z 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:37:12.0647020Z 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:37:12.0647238Z 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:37:12.0647454Z 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:37:12.0647664Z 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:37:12.0647880Z 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:37:12.0648096Z 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:37:12.0648312Z 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:37:12.0648525Z 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:37:12.0648742Z 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:37:12.0648953Z 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:37:12.0649167Z 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:37:12.0649358Z 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:37:12.0649567Z 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:37:12.0649770Z 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:37:12.0649978Z 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:37:12.0650182Z 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:37:12.0650393Z 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:37:12.0650645Z 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:37:12.0650853Z test_nnc_correctness_unbind_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0651066Z 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:37:12.0651284Z 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:37:12.0651491Z 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:37:12.0651713Z 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:37:12.0651920Z 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:37:12.0652122Z 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:37:12.0652330Z 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:37:12.0652531Z 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:37:12.0652731Z 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:37:12.0652937Z 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:37:12.0653150Z 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:37:12.0653366Z 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:37:12.0653580Z 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:37:12.0653798Z 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:37:12.0654005Z 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:37:12.0654224Z 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:37:12.0654440Z 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:37:12.0654656Z 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:37:12.0654871Z 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:37:12.0655083Z 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:37:12.0655296Z 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:37:12.0655536Z 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:37:12.0655746Z 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:37:12.0655955Z 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:37:12.0656170Z 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:37:12.0656402Z 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:37:12.0656603Z test_nnc_correctness_unfold_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0656822Z 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:37:12.0657030Z 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:37:12.0657240Z 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:37:12.0657443Z 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:37:12.0657643Z 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:37:12.0657855Z 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:37:12.0658057Z 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:37:12.0658257Z 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:37:12.0658463Z 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:37:12.0658783Z 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:37:12.0658985Z 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:37:12.0659202Z 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:37:12.0659417Z 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:37:12.0659629Z 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:37:12.0659841Z 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:37:12.0660305Z 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:37:12.0660762Z 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:37:12.0661241Z 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:37:12.0661702Z 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:37:12.0662167Z 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:37:12.0662633Z 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:37:12.0663113Z 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:37:12.0663560Z 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:37:12.0664010Z 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:37:12.0664459Z 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:37:12.0664908Z 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:37:12.0665326Z test_nnc_correctness_unique_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0665758Z 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:37:12.0666187Z 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:37:12.0666612Z 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:37:12.0667024Z 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:37:12.0667457Z 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:37:12.0667887Z 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:37:12.0668314Z 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:37:12.0668756Z 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:37:12.0669181Z 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:37:12.0669626Z 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:37:12.0670078Z 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:37:12.0670534Z 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:37:12.0670996Z 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:37:12.0671442Z 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:37:12.0671875Z 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:37:12.0672315Z 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:37:12.0672767Z 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:37:12.0673206Z 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:37:12.0673643Z 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:37:12.0674107Z 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:37:12.0674613Z 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:37:12.0675034Z 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:37:12.0675475Z 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:37:12.0675907Z 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:37:12.0676334Z 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:37:12.0676835Z 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:37:12.0677264Z test_nnc_correctness_var_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0677707Z 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:37:12.0678150Z 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:37:12.0678593Z 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:37:12.0679015Z 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:37:12.0679450Z 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:37:12.0679904Z 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:37:12.0680345Z 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:37:12.0680785Z 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:37:12.0681254Z 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:37:12.0681673Z 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:37:12.0682097Z 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:37:12.0682518Z 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:37:12.0682962Z 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:37:12.0683385Z 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:37:12.0683810Z 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:37:12.0684200Z test_nnc_correctness_view_as_complex_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0684597Z 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:37:12.0685044Z 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:37:12.0685484Z 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:37:12.0685915Z 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:37:12.0686336Z 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:37:12.0686774Z 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:37:12.0687209Z 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:37:12.0687643Z 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:37:12.0688075Z 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:37:12.0688492Z 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:37:12.0688918Z test_nnc_correctness_view_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0689341Z 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:37:12.0689762Z 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:37:12.0690174Z 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:37:12.0690600Z 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:37:12.0691076Z 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:37:12.0691523Z 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:37:12.0691964Z 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:37:12.0692390Z 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:37:12.0692844Z 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:37:12.0693278Z 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:37:12.0693695Z 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:37:12.0694154Z 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:37:12.0694582Z 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:37:12.0695002Z 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:37:12.0695425Z 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:37:12.0695835Z 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:37:12.0696261Z 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:37:12.0696685Z 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:37:12.0697118Z 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:37:12.0697554Z 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:37:12.0697970Z 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:37:12.0698403Z 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:37:12.0698838Z 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:37:12.0699269Z 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:37:12.0699690Z 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:37:12.0700113Z 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:37:12.0700540Z test_nnc_correctness_vsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0700990Z 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:37:12.0701412Z 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:37:12.0701817Z 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:37:12.0702240Z 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:37:12.0702704Z 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:37:12.0703135Z 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:37:12.0703552Z 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:37:12.0703983Z 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:37:12.0704421Z 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:37:12.0704864Z 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:37:12.0705286Z 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:37:12.0705720Z 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:37:12.0706142Z 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:37:12.0706564Z 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:37:12.0706972Z 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:37:12.0707395Z 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:37:12.0707829Z 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:37:12.0708261Z 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:37:12.0708686Z 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:37:12.0709103Z 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:37:12.0709556Z 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:37:12.0710008Z 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:37:12.0710455Z 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:37:12.0710924Z 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:37:12.0711338Z 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:37:12.0711760Z 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:37:12.0712187Z test_nnc_correctness_where_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0712637Z 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:37:12.0713043Z 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:37:12.0713461Z 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:37:12.0713886Z 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:37:12.0714374Z 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:37:12.0714802Z 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:37:12.0715215Z 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:37:12.0715638Z 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:37:12.0716067Z 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:37:12.0716485Z 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:37:12.0716988Z 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:37:12.0717408Z 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:37:12.0717835Z 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:37:12.0718263Z 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:37:12.0718673Z 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:37:12.0719097Z 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:37:12.0719527Z 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:37:12.0719966Z 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:37:12.0720390Z 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:37:12.0720869Z 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:37:12.0721310Z 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:37:12.0721746Z 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:37:12.0722171Z 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:37:12.0722588Z 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:37:12.0723045Z 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:37:12.0723477Z 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:37:12.0723905Z test_nnc_correctness_zeros_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.0724321Z 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:37:12.0724776Z 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:37:12.0725216Z 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:37:12.0725652Z 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:37:12.0726091Z 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:37:12.0726502Z 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:37:12.0726951Z 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:37:12.0727372Z 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:37:12.0727798Z 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:37:12.0728226Z 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:37:12.0728634Z 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:37:12.0729058Z 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:37:12.0729494Z 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:37:12.0729929Z 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:37:12.0730360Z 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:37:12.0730833Z 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:37:12.0731275Z 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:37:12.0731708Z 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:37:12.0732125Z 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:37:12.0732589Z 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:37:12.0733020Z 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:37:12.0733452Z 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:37:12.0733883Z 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:37:12.0734299Z 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:37:12.0734729Z 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:37:12.0735096Z test_unsupported_H_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.985s) 2022-12-01T10:37:12.0735400Z test_unsupported_T_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0735696Z test_unsupported___getitem___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0736014Z test_unsupported___rpow___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0736325Z test_unsupported___rsub___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0736623Z test_unsupported_acosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0736934Z test_unsupported_addbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0737247Z test_unsupported_addcdiv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0737556Z test_unsupported_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0737850Z test_unsupported_addmv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0738156Z test_unsupported_addr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0738465Z test_unsupported_all_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0738765Z test_unsupported_allclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0739077Z test_unsupported_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0739380Z test_unsupported_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.003s) 2022-12-01T10:37:12.0739689Z test_unsupported_aminmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0739986Z test_unsupported_angle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0740291Z test_unsupported_any_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0740599Z test_unsupported_arange_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0740898Z test_unsupported_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0741236Z test_unsupported_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0741549Z test_unsupported_argsort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0741861Z test_unsupported_argwhere_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0742163Z test_unsupported_as_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0742489Z test_unsupported_as_strided_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0742810Z test_unsupported_asinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0743107Z test_unsupported_atanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0743416Z test_unsupported_atleast_1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0743760Z test_unsupported_atleast_2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0744177Z test_unsupported_atleast_3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0744553Z test_unsupported_baddbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0744869Z test_unsupported_bernoulli_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0745185Z test_unsupported_bfloat16_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0745487Z test_unsupported_block_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0745797Z test_unsupported_bmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0746114Z test_unsupported_broadcast_shapes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0746591Z test_unsupported_broadcast_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0747098Z test_unsupported_broadcast_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0747577Z test_unsupported_bucketize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0748044Z test_unsupported_cartesian_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0748618Z test_unsupported_cat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0749025Z test_unsupported_cdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0749334Z test_unsupported_chalf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0749646Z test_unsupported_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0749962Z test_unsupported_cholesky_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0750288Z test_unsupported_cholesky_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0750601Z test_unsupported_chunk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0750902Z test_unsupported_clamp_max_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0751214Z test_unsupported_clamp_min_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0751524Z test_unsupported_clone_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0751837Z test_unsupported_column_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0752148Z test_unsupported_combinations_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0752468Z test_unsupported_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0752774Z test_unsupported_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0753073Z test_unsupported_conj_physical_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0753401Z test_unsupported_constant_pad_nd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0753799Z test_unsupported_copysign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0754114Z test_unsupported_corrcoef_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0754491Z test_unsupported_count_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0754806Z test_unsupported_cov_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0755109Z test_unsupported_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0755405Z test_unsupported_cummax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0755712Z test_unsupported_cummin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0756022Z test_unsupported_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0756368Z test_unsupported_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0756814Z test_unsupported_cumulative_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0757145Z test_unsupported_deg2rad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0757452Z test_unsupported_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0757762Z test_unsupported_diag_embed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0758064Z test_unsupported_diagflat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0758377Z test_unsupported_diagonal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0758701Z test_unsupported_diagonal_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0759004Z test_unsupported_diff_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0759314Z test_unsupported_digamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0759622Z test_unsupported_dist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0759923Z test_unsupported_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0760215Z test_unsupported_dsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0760522Z test_unsupported_dstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0760828Z test_unsupported_einsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0761123Z test_unsupported_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0761436Z test_unsupported_empty_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0761750Z test_unsupported_equal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0762062Z test_unsupported_erfinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0762352Z test_unsupported_exp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0762655Z test_unsupported_eye_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0762961Z test_unsupported_fft_fft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0763323Z test_unsupported_fft_fft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0763759Z test_unsupported_fft_fftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0764232Z test_unsupported_fft_fftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0764764Z test_unsupported_fft_hfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0765208Z test_unsupported_fft_hfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0765684Z test_unsupported_fft_hfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0766249Z test_unsupported_fft_ifft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0766744Z test_unsupported_fft_ifft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0767054Z test_unsupported_fft_ifftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0767371Z test_unsupported_fft_ifftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0767688Z test_unsupported_fft_ihfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0767989Z test_unsupported_fft_ihfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0768304Z test_unsupported_fft_ihfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0768614Z test_unsupported_fft_irfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0768954Z test_unsupported_fft_irfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0769262Z test_unsupported_fft_irfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0769574Z test_unsupported_fft_rfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0769883Z test_unsupported_fft_rfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0770179Z test_unsupported_fft_rfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0770505Z test_unsupported_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:37:12.0770830Z test_unsupported_flatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0771125Z test_unsupported_flip_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0771433Z test_unsupported_fliplr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0771742Z test_unsupported_flipud_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0772059Z test_unsupported_float_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0772367Z test_unsupported_floor_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0772680Z test_unsupported_fmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0772986Z test_unsupported_fmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0773279Z test_unsupported_frexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0773591Z test_unsupported_full_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0773900Z test_unsupported_gather_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0774207Z test_unsupported_geqrf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0774509Z test_unsupported_gradient_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0774824Z test_unsupported_heaviside_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0775134Z test_unsupported_histc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0775435Z test_unsupported_histogram_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0775756Z test_unsupported_histogramdd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0776073Z test_unsupported_hsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0776378Z test_unsupported_hstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0776677Z test_unsupported_hypot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0776979Z test_unsupported_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0777285Z test_unsupported_igamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0777582Z test_unsupported_igammac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0777933Z test_unsupported_index_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0778248Z test_unsupported_index_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0778564Z test_unsupported_index_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0778863Z test_unsupported_index_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0779180Z test_unsupported_index_reduce_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0779498Z test_unsupported_index_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0779803Z test_unsupported_inner_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0780140Z test_unsupported_isclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0780452Z test_unsupported_isfinite_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0780764Z test_unsupported_isin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0781054Z test_unsupported_isinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0781362Z test_unsupported_isneginf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0781675Z test_unsupported_isposinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0781973Z test_unsupported_isreal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0782280Z test_unsupported_istft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0782634Z test_unsupported_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0783034Z test_unsupported_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0783409Z test_unsupported_jiterator_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0783796Z test_unsupported_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0784179Z test_unsupported_jiterator_unary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:12.0784516Z test_unsupported_kron_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0784816Z test_unsupported_kthvalue_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0785127Z test_unsupported_ldexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0785446Z test_unsupported_linalg_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0785768Z test_unsupported_linalg_cholesky_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0786094Z test_unsupported_linalg_cond_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0786422Z test_unsupported_linalg_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0786741Z test_unsupported_linalg_det_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0787058Z test_unsupported_linalg_det_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0787384Z test_unsupported_linalg_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0787708Z test_unsupported_linalg_eigh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0788033Z test_unsupported_linalg_eigvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0788351Z test_unsupported_linalg_eigvalsh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0788698Z test_unsupported_linalg_householder_product_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0789079Z test_unsupported_linalg_inv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0789383Z test_unsupported_linalg_inv_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0789709Z test_unsupported_linalg_ldl_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0790040Z test_unsupported_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0790372Z test_unsupported_linalg_ldl_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0790687Z test_unsupported_linalg_lstsq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0791022Z test_unsupported_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0791439Z test_unsupported_linalg_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0791912Z test_unsupported_linalg_lu_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0792442Z test_unsupported_linalg_lu_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0793028Z test_unsupported_linalg_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0793585Z test_unsupported_linalg_matrix_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0794127Z test_unsupported_linalg_matrix_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0794768Z test_unsupported_linalg_matrix_rank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0795350Z test_unsupported_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0795993Z test_unsupported_linalg_multi_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0796697Z test_unsupported_linalg_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0797352Z test_unsupported_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0797983Z test_unsupported_linalg_pinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0816890Z test_unsupported_linalg_pinv_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0817772Z 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:37:12.0818508Z test_unsupported_linalg_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0819113Z test_unsupported_linalg_slogdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0819742Z test_unsupported_linalg_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0820362Z test_unsupported_linalg_solve_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0821008Z test_unsupported_linalg_solve_triangular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0821625Z test_unsupported_linalg_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0822236Z test_unsupported_linalg_svdvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0822866Z test_unsupported_linalg_tensorinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0823482Z test_unsupported_linalg_tensorsolve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0824109Z test_unsupported_linalg_vander_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0824735Z test_unsupported_linalg_vecdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0825368Z test_unsupported_linalg_vector_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0826097Z test_unsupported_linspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0826701Z test_unsupported_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0827317Z test_unsupported_log_softmax_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0827925Z test_unsupported_logaddexp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0828539Z test_unsupported_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0829152Z test_unsupported_logcumsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0829757Z test_unsupported_logdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0830342Z test_unsupported_logical_and_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0830999Z test_unsupported_logical_not_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0831573Z test_unsupported_logical_or_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0832150Z test_unsupported_logical_xor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0832719Z test_unsupported_logit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0833317Z test_unsupported_logspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0833923Z test_unsupported_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0834566Z test_unsupported_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0835155Z test_unsupported_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0835760Z test_unsupported_lu_unpack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0836356Z test_unsupported_mH_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0837116Z test_unsupported_mT_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0837715Z test_unsupported_masked_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0838384Z test_unsupported_masked_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0843870Z test_unsupported_masked_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0844492Z test_unsupported_masked_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0845101Z test_unsupported_masked_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0845703Z test_unsupported_masked_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0846298Z test_unsupported_masked_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0846921Z test_unsupported_masked_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0847549Z test_unsupported_masked_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0848136Z test_unsupported_masked_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0848731Z test_unsupported_masked_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0849313Z test_unsupported_masked_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0849902Z test_unsupported_masked_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0850493Z test_unsupported_masked_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0851075Z test_unsupported_masked_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0851661Z test_unsupported_masked_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0852245Z test_unsupported_masked_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0852917Z test_unsupported_masked_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0853496Z test_unsupported_masked_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0854063Z test_unsupported_masked_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0854628Z test_unsupported_masked_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0855190Z test_unsupported_matrix_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0855780Z test_unsupported_max_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0856395Z test_unsupported_max_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0857035Z test_unsupported_maximum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0857604Z test_unsupported_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0858194Z test_unsupported_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0858831Z test_unsupported_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0859458Z test_unsupported_min_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0860070Z test_unsupported_min_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0860659Z test_unsupported_minimum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0861214Z test_unsupported_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0861772Z test_unsupported_movedim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0862293Z test_unsupported_msort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0862860Z test_unsupported_multinomial_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0863355Z test_unsupported_mv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0863806Z test_unsupported_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0864374Z test_unsupported_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0864889Z test_unsupported_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0865207Z test_unsupported_nan_to_num_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0886130Z test_unsupported_nanmean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0886482Z test_unsupported_nanmedian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0886788Z test_unsupported_nanquantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0887096Z test_unsupported_nansum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0887408Z test_unsupported_narrow_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0887721Z test_unsupported_narrow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0888030Z test_unsupported_native_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0888362Z test_unsupported_native_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0888682Z test_unsupported_new_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0888994Z test_unsupported_new_empty_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0889317Z test_unsupported_new_full_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0889625Z test_unsupported_new_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0890033Z test_unsupported_new_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0890337Z test_unsupported_nextafter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0890692Z test_unsupported_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0891072Z test_unsupported_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0891534Z test_unsupported_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0892104Z test_unsupported_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0892704Z test_unsupported_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0893319Z test_unsupported_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0893975Z test_unsupported_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0894562Z test_unsupported_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0895204Z test_unsupported_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0895830Z test_unsupported_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0896454Z test_unsupported_nn_functional_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0897089Z test_unsupported_nn_functional_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0897600Z test_unsupported_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0897986Z test_unsupported_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0898337Z test_unsupported_nn_functional_celu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0898685Z test_unsupported_nn_functional_conv1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0899024Z test_unsupported_nn_functional_conv2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0899361Z test_unsupported_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0899723Z test_unsupported_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0900077Z test_unsupported_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0900442Z test_unsupported_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0900797Z test_unsupported_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0901154Z test_unsupported_nn_functional_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0901500Z test_unsupported_nn_functional_ctc_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0901844Z test_unsupported_nn_functional_dropout2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0902175Z test_unsupported_nn_functional_dropout3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0902516Z test_unsupported_nn_functional_dropout_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0902852Z test_unsupported_nn_functional_elu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0903186Z test_unsupported_nn_functional_embedding_bag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0903606Z test_unsupported_nn_functional_embedding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0903979Z test_unsupported_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0904376Z test_unsupported_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0904752Z test_unsupported_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0905123Z test_unsupported_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0905488Z test_unsupported_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0905876Z test_unsupported_nn_functional_gelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0906201Z test_unsupported_nn_functional_glu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0906544Z test_unsupported_nn_functional_grid_sample_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0906897Z test_unsupported_nn_functional_group_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0907255Z test_unsupported_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0907604Z test_unsupported_nn_functional_huber_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0907955Z test_unsupported_nn_functional_instance_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0908312Z test_unsupported_nn_functional_interpolate_area_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0908662Z test_unsupported_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0909076Z test_unsupported_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0909448Z test_unsupported_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0909816Z test_unsupported_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0910169Z test_unsupported_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0910527Z test_unsupported_nn_functional_kl_div_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0910863Z test_unsupported_nn_functional_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0911210Z test_unsupported_nn_functional_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0911543Z test_unsupported_nn_functional_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0911903Z test_unsupported_nn_functional_local_response_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0912261Z test_unsupported_nn_functional_logsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0912606Z test_unsupported_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0912961Z test_unsupported_nn_functional_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0913302Z test_unsupported_nn_functional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0913640Z test_unsupported_nn_functional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0913976Z test_unsupported_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0914595Z test_unsupported_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0914876Z test_unsupported_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0915173Z test_unsupported_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0915479Z test_unsupported_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0915779Z test_unsupported_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0916073Z test_unsupported_nn_functional_mish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0916350Z test_unsupported_nn_functional_mse_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0916940Z test_unsupported_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0917276Z test_unsupported_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0917625Z test_unsupported_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0917926Z test_unsupported_nn_functional_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0918228Z test_unsupported_nn_functional_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0918535Z test_unsupported_nn_functional_pad_circular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0918843Z test_unsupported_nn_functional_pad_constant_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0919159Z test_unsupported_nn_functional_pad_reflect_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0919458Z test_unsupported_nn_functional_pad_replicate_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0919791Z test_unsupported_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0920073Z test_unsupported_nn_functional_pdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0920390Z test_unsupported_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0920707Z test_unsupported_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0921028Z test_unsupported_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0921312Z test_unsupported_nn_functional_prelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0921613Z test_unsupported_nn_functional_rrelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0921903Z test_unsupported_nn_functional_selu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0922177Z test_unsupported_nn_functional_silu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0922497Z test_unsupported_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0922806Z test_unsupported_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0923109Z test_unsupported_nn_functional_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0923429Z test_unsupported_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0923737Z test_unsupported_nn_functional_softshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0924067Z test_unsupported_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0924425Z test_unsupported_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0924798Z test_unsupported_nn_functional_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0925106Z test_unsupported_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0925432Z test_unsupported_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0925697Z test_unsupported_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0925965Z test_unsupported_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0926237Z test_unsupported_norm_fro_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0926536Z test_unsupported_norm_inf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0926811Z test_unsupported_norm_nuc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0927080Z test_unsupported_normal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0927359Z test_unsupported_normal_number_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0927609Z test_unsupported_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0927869Z test_unsupported_ones_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0928126Z test_unsupported_ormqr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0928396Z test_unsupported_outer_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0928678Z test_unsupported_pca_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0928950Z test_unsupported_pinverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0929214Z test_unsupported_polar_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0929531Z test_unsupported_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0929821Z test_unsupported_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0930111Z test_unsupported_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0930406Z test_unsupported_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0930716Z test_unsupported_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0930988Z test_unsupported_positive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0931252Z test_unsupported_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0931521Z test_unsupported_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0931785Z test_unsupported_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0932041Z test_unsupported_quantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0932318Z test_unsupported_rad2deg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0932591Z test_unsupported_rand_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0932865Z test_unsupported_randint_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0933133Z test_unsupported_randn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0933407Z test_unsupported_randn_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0933675Z test_unsupported_ravel_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0933945Z test_unsupported_real_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0934205Z test_unsupported_renorm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0934513Z test_unsupported_repeat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0934809Z test_unsupported_repeat_interleave_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0935073Z test_unsupported_resize__cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0935344Z test_unsupported_resize_as__cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0935611Z test_unsupported_resolve_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0935894Z test_unsupported_resolve_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0936154Z test_unsupported_roll_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0936462Z test_unsupported_rot90_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0936738Z test_unsupported_round_decimals_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0937018Z test_unsupported_round_decimals_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0937318Z test_unsupported_round_decimals_neg_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0937594Z test_unsupported_scatter_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0937867Z test_unsupported_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0938166Z test_unsupported_scatter_reduce_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0938461Z test_unsupported_scatter_reduce_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0938757Z test_unsupported_scatter_reduce_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0939049Z test_unsupported_scatter_reduce_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0939332Z test_unsupported_scatter_reduce_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0939617Z test_unsupported_searchsorted_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0939917Z test_unsupported_segment_reduce_lengths_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0940220Z test_unsupported_segment_reduce_offsets_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0940484Z test_unsupported_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0940766Z test_unsupported_select_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0941028Z test_unsupported_sgn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0941303Z test_unsupported_signbit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0941547Z test_unsupported_sinc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0941816Z test_unsupported_slice_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0942101Z test_unsupported_slice_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0942371Z test_unsupported_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0942653Z test_unsupported_softmax_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0942918Z test_unsupported_sort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0943221Z test_unsupported_sparse_sampled_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0943503Z test_unsupported_special_airy_ai_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0943801Z test_unsupported_special_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0944123Z test_unsupported_special_bessel_j1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0944411Z test_unsupported_special_bessel_y0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0944702Z test_unsupported_special_bessel_y1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0945053Z test_unsupported_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0945397Z test_unsupported_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0945743Z test_unsupported_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0946079Z test_unsupported_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0946408Z test_unsupported_special_entr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0946690Z test_unsupported_special_erfcx_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0947017Z test_unsupported_special_hermite_polynomial_h_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0947365Z test_unsupported_special_hermite_polynomial_he_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0947641Z test_unsupported_special_i0e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0947916Z test_unsupported_special_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0948193Z test_unsupported_special_i1e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0948543Z test_unsupported_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0948892Z test_unsupported_special_legendre_polynomial_p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0949188Z test_unsupported_special_log_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0949489Z test_unsupported_special_modified_bessel_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0949778Z test_unsupported_special_modified_bessel_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0950068Z test_unsupported_special_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0950371Z test_unsupported_special_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0950656Z test_unsupported_special_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0950939Z test_unsupported_special_ndtri_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0951290Z test_unsupported_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0951628Z test_unsupported_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0951957Z test_unsupported_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0952321Z test_unsupported_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0952678Z test_unsupported_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0953040Z test_unsupported_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0953416Z test_unsupported_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:37:12.0953735Z test_unsupported_special_spherical_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0954075Z test_unsupported_special_xlog1py_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0954443Z test_unsupported_special_zeta_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0954714Z test_unsupported_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0954995Z test_unsupported_split_list_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0955284Z test_unsupported_split_with_sizes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0955539Z test_unsupported_square_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0955806Z test_unsupported_squeeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0956111Z test_unsupported_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0956375Z test_unsupported_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0956765Z test_unsupported_std_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0957027Z test_unsupported_stft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0957304Z test_unsupported_sum_to_size_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0957563Z test_unsupported_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0957826Z test_unsupported_svd_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0958100Z test_unsupported_symeig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0958380Z test_unsupported_take_along_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0958643Z test_unsupported_take_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0958922Z test_unsupported_tensor_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0959193Z test_unsupported_tensordot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0959457Z test_unsupported_tile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0959714Z test_unsupported_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0959984Z test_unsupported_to_sparse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0960226Z test_unsupported_topk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0960496Z test_unsupported_trace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0960778Z test_unsupported_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0961056Z test_unsupported_trapz_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0961351Z test_unsupported_triangular_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0961617Z test_unsupported_tril_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0961881Z test_unsupported_triu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0962149Z test_unsupported_unbind_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0962416Z test_unsupported_unflatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0962685Z test_unsupported_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0962956Z test_unsupported_uniform_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0963253Z test_unsupported_unique_consecutive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0963524Z test_unsupported_unique_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0963785Z test_unsupported_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0964141Z test_unsupported_var_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0964395Z test_unsupported_vdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0964662Z test_unsupported_view_as_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0964931Z test_unsupported_vsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0965199Z test_unsupported_vstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0965474Z test_unsupported_xlogy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0965738Z test_unsupported_zero__cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0965996Z test_unsupported_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0966333Z test_unsupported_zeros_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:37:12.0966595Z test_working___radd___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.590s) 2022-12-01T10:37:12.0966841Z test_working___rdiv___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.427s) 2022-12-01T10:37:12.0967078Z test_working___rmod___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.475s) 2022-12-01T10:37:12.0967331Z test_working___rmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.431s) 2022-12-01T10:37:12.0967573Z test_working_abs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.058s) 2022-12-01T10:37:12.0967812Z test_working_acos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.078s) 2022-12-01T10:37:12.0968069Z test_working_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.497s) 2022-12-01T10:37:12.0968329Z test_working_addcmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.479s) 2022-12-01T10:37:12.0968613Z test_working_addmm_decomposed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.102s) 2022-12-01T10:37:12.0968872Z test_working_asin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.035s) 2022-12-01T10:37:12.0969114Z test_working_atan2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.429s) 2022-12-01T10:37:12.0969364Z test_working_atan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.036s) 2022-12-01T10:37:12.0969611Z test_working_bool_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.349s) 2022-12-01T10:37:12.0969852Z test_working_byte_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.334s) 2022-12-01T10:37:12.0970095Z test_working_ceil_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.047s) 2022-12-01T10:37:12.0970340Z test_working_char_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.335s) 2022-12-01T10:37:12.0970589Z test_working_clamp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.439s) 2022-12-01T10:37:12.0970849Z test_working_contiguous_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.107s) 2022-12-01T10:37:12.0971088Z test_working_cos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.080s) 2022-12-01T10:37:12.0971337Z test_working_cosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.079s) 2022-12-01T10:37:12.0971654Z test_working_div_floor_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... expected failure (0.310s) 2022-12-01T10:37:12.0971946Z test_working_div_no_rounding_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.419s) 2022-12-01T10:37:12.0972265Z test_working_div_trunc_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:37:12.0972507Z test_working_double_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.339s) 2022-12-01T10:37:12.0972759Z test_working_eq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.485s) 2022-12-01T10:37:12.0973002Z test_working_erf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.035s) 2022-12-01T10:37:12.0973231Z test_working_erfc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.078s) 2022-12-01T10:37:12.0973486Z test_working_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.077s) 2022-12-01T10:37:12.0973802Z test_working_expand_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.090s) 2022-12-01T10:37:12.0974046Z test_working_expand_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.323s) 2022-12-01T10:37:12.0974304Z test_working_expm1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.035s) 2022-12-01T10:37:12.0974562Z test_working_float_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.334s) 2022-12-01T10:37:12.0974810Z test_working_floor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.047s) 2022-12-01T10:37:12.0975048Z test_working_fmod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.428s) 2022-12-01T10:37:12.0975277Z test_working_ge_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.434s) 2022-12-01T10:37:12.0975521Z test_working_gt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.440s) 2022-12-01T10:37:12.0975766Z test_working_half_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.338s) 2022-12-01T10:37:12.0976062Z test_working_int_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.341s) 2022-12-01T10:37:12.0976317Z test_working_isnan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.041s) 2022-12-01T10:37:12.0976560Z test_working_le_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.447s) 2022-12-01T10:37:12.0976808Z test_working_lerp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.556s) 2022-12-01T10:37:12.0977066Z test_working_lgamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.080s) 2022-12-01T10:37:12.0977300Z test_working_log10_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.080s) 2022-12-01T10:37:12.0977557Z test_working_log1p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.036s) 2022-12-01T10:37:12.0977804Z test_working_log2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.081s) 2022-12-01T10:37:12.0978037Z test_working_log_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.082s) 2022-12-01T10:37:12.0978287Z test_working_long_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.339s) 2022-12-01T10:37:12.0978528Z test_working_lt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.445s) 2022-12-01T10:37:12.0978785Z test_working_masked_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.405s) 2022-12-01T10:37:12.0979058Z test_working_max_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.505s) 2022-12-01T10:37:12.0979287Z test_working_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.590s) 2022-12-01T10:37:12.0979535Z test_working_min_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.504s) 2022-12-01T10:37:12.0979783Z test_working_mm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.113s) 2022-12-01T10:37:12.0980033Z test_working_mul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.433s) 2022-12-01T10:37:12.0980266Z test_working_ne_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.443s) 2022-12-01T10:37:12.0980513Z test_working_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.053s) 2022-12-01T10:37:12.0980818Z test_working_nn_functional_hardshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.192s) 2022-12-01T10:37:12.0981123Z test_working_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.087s) 2022-12-01T10:37:12.0981416Z test_working_nn_functional_hardswish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.168s) 2022-12-01T10:37:12.0981690Z test_working_nn_functional_hardtanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.193s) 2022-12-01T10:37:12.0981989Z test_working_nn_functional_leaky_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.438s) 2022-12-01T10:37:12.0982270Z test_working_nn_functional_relu6_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.083s) 2022-12-01T10:37:12.0982542Z test_working_nn_functional_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.152s) 2022-12-01T10:37:12.0982828Z test_working_nn_functional_softplus_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.088s) 2022-12-01T10:37:12.0983113Z test_working_nn_functional_softsign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.088s) 2022-12-01T10:37:12.0983403Z test_working_nn_functional_tanhshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.082s) 2022-12-01T10:37:12.0983757Z test_working_nn_functional_threshold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.161s) 2022-12-01T10:37:12.0983998Z test_working_permute_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.130s) 2022-12-01T10:37:12.0984239Z test_working_pow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.436s) 2022-12-01T10:37:12.0984506Z test_working_reciprocal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.078s) 2022-12-01T10:37:12.0984771Z test_working_remainder_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.488s) 2022-12-01T10:37:12.0985026Z test_working_reshape_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.152s) 2022-12-01T10:37:12.0985288Z test_working_reshape_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.290s) 2022-12-01T10:37:12.0985602Z test_working_round_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.035s) 2022-12-01T10:37:12.0985852Z test_working_rsqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.079s) 2022-12-01T10:37:12.0986113Z test_working_rsub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.511s) 2022-12-01T10:37:12.0986340Z test_working_short_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.337s) 2022-12-01T10:37:12.0986600Z test_working_sigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.084s) 2022-12-01T10:37:12.0986853Z test_working_sign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.038s) 2022-12-01T10:37:12.0987097Z test_working_sin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.035s) 2022-12-01T10:37:12.0987347Z test_working_sinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.035s) 2022-12-01T10:37:12.0987596Z test_working_sqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.045s) 2022-12-01T10:37:12.0987838Z test_working_sub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.509s) 2022-12-01T10:37:12.0988084Z test_working_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.595s) 2022-12-01T10:37:12.0988310Z test_working_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.082s) 2022-12-01T10:37:12.0988561Z test_working_tan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.037s) 2022-12-01T10:37:12.0988807Z test_working_tanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.037s) 2022-12-01T10:37:12.0989066Z test_working_transpose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.273s) 2022-12-01T10:37:12.0989335Z test_working_true_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.432s) 2022-12-01T10:37:12.0989583Z test_working_trunc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.048s) 2022-12-01T10:37:12.0989845Z test_working_unsqueeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.310s) 2022-12-01T10:37:12.0990105Z test_working_view_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.158s) 2022-12-01T10:37:12.0990333Z test_working_view_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.286s) 2022-12-01T10:37:12.0990604Z test_working_where_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.397s) 2022-12-01T10:37:12.0991324Z test_abs (__main__.TestTEFuserDynamic) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_fuser_te.py line 86 2022-12-01T10:37:12.0991444Z due to: 2022-12-01T10:37:12.0991609Z Traceback (most recent call last): 2022-12-01T10:37:12.0992134Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:37:12.0992613Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:37:12.0993064Z AssertionError: torch.* op returned non-Tensor str call_function 2022-12-01T10:37:12.0993076Z 2022-12-01T10:37:12.0993188Z from user code: 2022-12-01T10:37:12.0993421Z File "test_jit_fuser_te.py", line 92, in 2022-12-01T10:37:12.0993695Z self.old_fusion_strategy = torch._C._jit_set_fusion_strategy(fusion_strategy) 2022-12-01T10:37:12.0993706Z 2022-12-01T10:37:12.0993953Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:37:12.0994126Z ========== 2022-12-01T10:37:12.0994706Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT assertLastGraphAllFused test_jit_fuser_te.py line 153 2022-12-01T10:37:12.0994821Z due to: 2022-12-01T10:37:12.0994975Z Traceback (most recent call last): 2022-12-01T10:37:12.0995468Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:37:12.0995930Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:37:12.0996703Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-12-01T10:37:12.0996715Z 2022-12-01T10:37:12.0996851Z from user code: 2022-12-01T10:37:12.0997187Z File "test_jit_fuser_te.py", line 154, in assertLastGraphAllFused 2022-12-01T10:37:12.0997443Z self.assertAllFused(torch.jit.last_executed_optimized_graph()) 2022-12-01T10:37:12.0997455Z 2022-12-01T10:37:12.0997691Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:37:12.0997810Z ========== 2022-12-01T10:37:12.0998297Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_fuser_te.py line 111 2022-12-01T10:37:12.0998400Z due to: 2022-12-01T10:37:12.0998569Z Traceback (most recent call last): 2022-12-01T10:37:12.0999077Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:37:12.0999550Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:37:12.0999987Z AssertionError: torch.* op returned non-Tensor str call_function 2022-12-01T10:37:12.0999997Z 2022-12-01T10:37:12.1000122Z from user code: 2022-12-01T10:37:12.1000365Z File "test_jit_fuser_te.py", line 112, in 2022-12-01T10:37:12.1000599Z torch._C._jit_set_fusion_strategy(self.old_fusion_strategy) 2022-12-01T10:37:12.1000612Z 2022-12-01T10:37:12.1000835Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:37:12.1000952Z ========== 2022-12-01T10:37:12.1001069Z ok (0.437s) 2022-12-01T10:37:12.1001319Z test_adaptive_avg_pool2d (__main__.TestTEFuserDynamic) ... ok (0.076s) 2022-12-01T10:37:12.1001546Z test_add_bool (__main__.TestTEFuserDynamic) ... ok (0.295s) 2022-12-01T10:37:12.1001772Z test_addcmul (__main__.TestTEFuserDynamic) ... ok (0.201s) 2022-12-01T10:37:12.1002096Z test_arg_configurations_smoke (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.011s) 2022-12-01T10:37:12.1002578Z test_autocast_down (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-12-01T10:37:12.1003059Z test_autocast_up (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-12-01T10:37:12.1004339Z 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:37:12.1004526Z warnings.warn(msg, FutureWarning) 2022-12-01T10:37:12.1005630Z /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:37:12.1005805Z warnings.warn(msg, FutureWarning) 2022-12-01T10:37:12.1006745Z /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:37:12.1007011Z warnings.warn(msg, FutureWarning) 2022-12-01T10:37:12.1008052Z /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:37:12.1008233Z warnings.warn(msg, FutureWarning) 2022-12-01T10:37:12.1008352Z ok (0.757s) 2022-12-01T10:37:12.1008602Z test_binary_div_ops (__main__.TestTEFuserDynamic) ... ok (2.497s) 2022-12-01T10:37:12.1008813Z test_binary_ops (__main__.TestTEFuserDynamic) ... ok (8.736s) 2022-12-01T10:37:12.1009046Z test_binary_pow (__main__.TestTEFuserDynamic) ... ok (0.855s) 2022-12-01T10:37:12.1009344Z test_binary_scalar_ops (__main__.TestTEFuserDynamic) ... ok (1.066s) 2022-12-01T10:37:12.1009717Z 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:37:12.1009960Z test_bitwise_ops (__main__.TestTEFuserDynamic) ... ok (1.995s) 2022-12-01T10:37:12.1010189Z test_broadcast (__main__.TestTEFuserDynamic) ... ok (0.247s) 2022-12-01T10:37:12.1010414Z test_cat_2k_args (__main__.TestTEFuserDynamic) ... ok (323.871s) 2022-12-01T10:37:12.1011096Z test_cat_graph_opt (__main__.TestTEFuserDynamic) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_fuser_te.py line 2124 2022-12-01T10:37:12.1011200Z due to: 2022-12-01T10:37:12.1011364Z Traceback (most recent call last): 2022-12-01T10:37:12.1011867Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:37:12.1012327Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:37:12.1012970Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-12-01T10:37:12.1012985Z 2022-12-01T10:37:12.1013115Z from user code: 2022-12-01T10:37:12.1013371Z File "test_jit_fuser_te.py", line 2126, in 2022-12-01T10:37:12.1013562Z self.assertLastGraphAllFused() 2022-12-01T10:37:12.1013571Z 2022-12-01T10:37:12.1013811Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:37:12.1013911Z ========== 2022-12-01T10:37:12.1014027Z ok (0.786s) 2022-12-01T10:37:12.1014331Z test_channels_last_dims_dynamic (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:37:12.1014583Z test_checks_cat_inputs (__main__.TestTEFuserDynamic) ... ok (0.476s) 2022-12-01T10:37:12.1014862Z test_chunk (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.006s) 2022-12-01T10:37:12.1015171Z test_chunk_correctness (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.022s) 2022-12-01T10:37:12.1015487Z test_chunk_distributes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.007s) 2022-12-01T10:37:12.1015830Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.014s) 2022-12-01T10:37:12.1016108Z test_chunk_mul_one (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.005s) 2022-12-01T10:37:12.1016411Z test_chunk_multiple (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.007s) 2022-12-01T10:37:12.1016628Z test_clamp (__main__.TestTEFuserDynamic) ... ok (3.613s) 2022-12-01T10:37:12.1016860Z test_clamp_double (__main__.TestTEFuserDynamic) ... ok (0.152s) 2022-12-01T10:37:12.1017089Z test_clamp_int (__main__.TestTEFuserDynamic) ... ok (0.144s) 2022-12-01T10:37:12.1017337Z test_comparison_eq_ne (__main__.TestTEFuserDynamic) ... ok (0.304s) 2022-12-01T10:37:12.1017574Z test_comparison_ge_le (__main__.TestTEFuserDynamic) ... ok (0.305s) 2022-12-01T10:37:12.1017896Z test_comparison_gt_lt (__main__.TestTEFuserDynamic) ... ok (0.305s) 2022-12-01T10:37:12.1018100Z test_concat (__main__.TestTEFuserDynamic) ... ok (0.579s) 2022-12-01T10:37:12.1018338Z test_concat_invariant (__main__.TestTEFuserDynamic) ... ok (0.781s) 2022-12-01T10:37:12.1018661Z test_constant_chunk_shapes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.025s) 2022-12-01T10:37:12.1019109Z test_conv2d (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.006s) 2022-12-01T10:37:12.1019594Z test_conv2d_depthwise (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.006s) 2022-12-01T10:37:12.1019855Z test_cuda_half (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:37:12.1020071Z test_dims (__main__.TestTEFuserDynamic) ... ok (0.158s) 2022-12-01T10:37:12.1020720Z test_disabled (__main__.TestTEFuserDynamic) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_disabled test_jit_fuser_te.py line 1163 2022-12-01T10:37:12.1020826Z due to: 2022-12-01T10:37:12.1020999Z Traceback (most recent call last): 2022-12-01T10:37:12.1021506Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:37:12.1021978Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:37:12.1022571Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-12-01T10:37:12.1022582Z 2022-12-01T10:37:12.1022711Z from user code: 2022-12-01T10:37:12.1022916Z File "test_jit_fuser_te.py", line 1164, in test_disabled 2022-12-01T10:37:12.1023115Z old_cpu_fuser_state = torch._C._jit_can_fuse_on_cpu() 2022-12-01T10:37:12.1023124Z 2022-12-01T10:37:12.1023370Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:37:12.1023470Z ========== 2022-12-01T10:37:12.1023593Z ok (0.014s) 2022-12-01T10:37:12.1023816Z test_div_bool (__main__.TestTEFuserDynamic) ... ok (0.145s) 2022-12-01T10:37:12.1024048Z test_dynamic_cat (__main__.TestTEFuserDynamic) ... ok (0.025s) 2022-12-01T10:37:12.1024285Z test_dynamic_shapes (__main__.TestTEFuserDynamic) ... ok (2.315s) 2022-12-01T10:37:12.1024532Z test_eq_unsqueeze_type_as (__main__.TestTEFuserDynamic) ... ok (0.322s) 2022-12-01T10:37:12.1024742Z test_erf (__main__.TestTEFuserDynamic) ... ok (0.004s) 2022-12-01T10:37:12.1024981Z test_exhaust_specializations (__main__.TestTEFuserDynamic) ... ok (0.037s) 2022-12-01T10:37:12.1025191Z test_exp (__main__.TestTEFuserDynamic) ... ok (0.103s) 2022-12-01T10:37:12.1025496Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:37:12.1026065Z test_gelu (__main__.TestTEFuserDynamic) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_fuser_te.py line 1328 2022-12-01T10:37:12.1026182Z due to: 2022-12-01T10:37:12.1026357Z Traceback (most recent call last): 2022-12-01T10:37:12.1026864Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:37:12.1027049Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:37:12.1027266Z TypeError: gelu() takes 1 positional argument but 2 were given 2022-12-01T10:37:12.1027276Z 2022-12-01T10:37:12.1027401Z from user code: 2022-12-01T10:37:12.1027596Z File "test_jit_fuser_te.py", line 1328, in 2022-12-01T10:37:12.1027805Z return lambda x, approximate: fn(x, approximate) 2022-12-01T10:37:12.1027814Z 2022-12-01T10:37:12.1028055Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:37:12.1028168Z ========== 2022-12-01T10:37:12.1028283Z ok (0.042s) 2022-12-01T10:37:12.1028532Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.383s) 2022-12-01T10:37:12.1028770Z test_hardswish_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.397s) 2022-12-01T10:37:12.1029091Z test_inlined_optimized_graph (__main__.TestTEFuserDynamic) ... ok (0.419s) 2022-12-01T10:37:12.1029297Z test_isnan (__main__.TestTEFuserDynamic) ... ok (0.709s) 2022-12-01T10:37:12.1029605Z test_kernel_cache_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:37:12.1029820Z test_lerp (__main__.TestTEFuserDynamic) ... ok (0.340s) 2022-12-01T10:37:12.1030427Z test_list_ops (__main__.TestTEFuserDynamic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.001s) 2022-12-01T10:37:12.1030643Z test_lstm (__main__.TestTEFuserDynamic) ... ok (0.902s) 2022-12-01T10:37:12.1030871Z test_lstm_concat (__main__.TestTEFuserDynamic) ... ok (0.377s) 2022-12-01T10:37:12.1031103Z test_lstm_gates_permutations (__main__.TestTEFuserDynamic) ... ok (10.907s) 2022-12-01T10:37:12.1031373Z test_lstm_traced (__main__.TestTEFuserDynamic) ... ok (0.469s) 2022-12-01T10:37:12.1031664Z test_masked_fill (__main__.TestTEFuserDynamic) ... skip: Temporarily disabled (0.001s) 2022-12-01T10:37:12.1032124Z test_matmul (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.049s) 2022-12-01T10:37:12.1032564Z test_milstm (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.007s) 2022-12-01T10:37:12.1032778Z test_minmax (__main__.TestTEFuserDynamic) ... ok (1.206s) 2022-12-01T10:37:12.1033020Z test_minmax_int_ops (__main__.TestTEFuserDynamic) ... ok (0.855s) 2022-12-01T10:37:12.1033244Z test_mul_bool (__main__.TestTEFuserDynamic) ... ok (0.178s) 2022-12-01T10:37:12.1033436Z test_neg_pow (__main__.TestTEFuserDynamic) ... ok (0.198s) 2022-12-01T10:37:12.1033890Z test_nonzero_device_cuda (__main__.TestTEFuserDynamic) ... skip: needs non-zero device (0.001s) 2022-12-01T10:37:12.1034106Z test_nop (__main__.TestTEFuserDynamic) ... ok (0.095s) 2022-12-01T10:37:12.1034828Z test_profiler (__main__.TestTEFuserDynamic) ... STAGE:2022-12-01 10:36:16 1449:1449 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:37:12.1035288Z STAGE:2022-12-01 10:36:16 1449:1449 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:37:12.1035412Z ok (0.092s) 2022-12-01T10:37:12.1035716Z test_rand_broadcast_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:37:12.1035978Z test_rand_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:37:12.1036250Z test_rand_diamond (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:37:12.1036467Z test_relu (__main__.TestTEFuserDynamic) ... ok (0.150s) 2022-12-01T10:37:12.1036801Z test_relu_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.253s) 2022-12-01T10:37:12.1037076Z test_remove_output_used_only_in_size (__main__.TestTEFuserDynamic) ... ok (0.033s) 2022-12-01T10:37:12.1037303Z test_scalar (__main__.TestTEFuserDynamic) ... ok (0.225s) 2022-12-01T10:37:12.1037527Z test_scalar_arg (__main__.TestTEFuserDynamic) ... ok (0.520s) 2022-12-01T10:37:12.1037781Z test_scalar_only_inputs (__main__.TestTEFuserDynamic) ... ok (0.149s) 2022-12-01T10:37:12.1038028Z test_skip_grad_in_check (__main__.TestTEFuserDynamic) ... ok (0.171s) 2022-12-01T10:37:12.1038249Z test_small_constant (__main__.TestTEFuserDynamic) ... ok (0.313s) 2022-12-01T10:37:12.1038468Z test_sub_gt_and (__main__.TestTEFuserDynamic) ... ok (0.197s) 2022-12-01T10:37:12.1038689Z test_sum_dim (__main__.TestTEFuserDynamic) ... ok (0.292s) 2022-12-01T10:37:12.1038931Z test_sum_keepdim_cast (__main__.TestTEFuserDynamic) ... ok (0.156s) 2022-12-01T10:37:12.1039145Z test_sum_simple (__main__.TestTEFuserDynamic) ... ok (0.106s) 2022-12-01T10:37:12.1039376Z test_superslomo (__main__.TestTEFuserDynamic) ... ok (1.321s) 2022-12-01T10:37:12.1039620Z test_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... ok (0.704s) 2022-12-01T10:37:12.1040229Z test_ternary_norm_ops (__main__.TestTEFuserDynamic) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_fuser_te.py line 1753 2022-12-01T10:37:12.1040433Z due to: 2022-12-01T10:37:12.1040601Z Traceback (most recent call last): 2022-12-01T10:37:12.1041117Z File "/opt/conda/lib/python3.7/site-packages/torch/_decomp/decompositions.py", line 1357, in native_batch_norm 2022-12-01T10:37:12.1041343Z output = (input - mean) * invstd 2022-12-01T10:37:12.1041896Z RuntimeError: Subtraction, the `-` operator, with two bool tensors is not supported. Use the `^` or `logical_xor()` operator instead. 2022-12-01T10:37:12.1041909Z 2022-12-01T10:37:12.1042153Z The above exception was the direct cause of the following exception: 2022-12-01T10:37:12.1042162Z 2022-12-01T10:37:12.1042325Z Traceback (most recent call last): 2022-12-01T10:37:12.1042829Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:37:12.1043007Z raise TorchRuntimeError() from e 2022-12-01T10:37:12.1043254Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:37:12.1043268Z 2022-12-01T10:37:12.1043394Z from user code: 2022-12-01T10:37:12.1043592Z File "test_jit_fuser_te.py", line 1753, in 2022-12-01T10:37:12.1043754Z return lambda x, y, z: fn(x, y, z) 2022-12-01T10:37:12.1043763Z 2022-12-01T10:37:12.1044011Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:37:12.1044125Z ========== 2022-12-01T10:37:12.1044244Z ok (0.494s) 2022-12-01T10:37:12.1044465Z test_ternary_ops (__main__.TestTEFuserDynamic) ... ok (0.727s) 2022-12-01T10:37:12.1044697Z test_threshold (__main__.TestTEFuserDynamic) ... ok (0.239s) 2022-12-01T10:37:12.1044924Z test_to_device (__main__.TestTEFuserDynamic) ... ok (0.179s) 2022-12-01T10:37:12.1045560Z test_to_dtype (__main__.TestTEFuserDynamic) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_fuser_te.py line 2364 2022-12-01T10:37:12.1045679Z due to: 2022-12-01T10:37:12.1045852Z Traceback (most recent call last): 2022-12-01T10:37:12.1046348Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:37:12.1046824Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:37:12.1047438Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-12-01T10:37:12.1047465Z 2022-12-01T10:37:12.1047575Z from user code: 2022-12-01T10:37:12.1047823Z File "test_jit_fuser_te.py", line 2365, in 2022-12-01T10:37:12.1048016Z self.assertLastGraphAllFused() 2022-12-01T10:37:12.1048025Z 2022-12-01T10:37:12.1048270Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:37:12.1048383Z ========== 2022-12-01T10:37:12.1048499Z ok (0.438s) 2022-12-01T10:37:12.1049156Z test_torch_to (__main__.TestTEFuserDynamic) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_fuser_te.py line 1196 2022-12-01T10:37:12.1049257Z due to: 2022-12-01T10:37:12.1049423Z Traceback (most recent call last): 2022-12-01T10:37:12.1049927Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:37:12.1050397Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:37:12.1050865Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-12-01T10:37:12.1050875Z 2022-12-01T10:37:12.1050996Z from user code: 2022-12-01T10:37:12.1051238Z File "test_jit_fuser_te.py", line 1197, in 2022-12-01T10:37:12.1051523Z FileCheck().check_not("TensorExpr").run(torch.jit.last_executed_optimized_graph()) 2022-12-01T10:37:12.1051532Z 2022-12-01T10:37:12.1051773Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:37:12.1051874Z ========== 2022-12-01T10:37:12.1051990Z ok (4.072s) 2022-12-01T10:37:12.1052278Z test_type_as_cat (__main__.TestTEFuserDynamic) ... ok (2.260s) 2022-12-01T10:37:12.1052502Z test_typecheck (__main__.TestTEFuserDynamic) ... ok (0.111s) 2022-12-01T10:37:12.1052859Z test_unary_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.1053089Z test_unrolled_cat (__main__.TestTEFuserDynamic) ... ok (0.051s) 2022-12-01T10:37:12.1053356Z test_unsqueeze_size_calculation (__main__.TestTEFuserDynamic) ... ok (0.383s) 2022-12-01T10:37:12.1053583Z test_unsqueeze_var_dim (__main__.TestTEFuserDynamic) ... ok (0.388s) 2022-12-01T10:37:12.1054198Z test_unsupported_dtypes (__main__.TestTEFuserDynamic) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn test_jit_fuser_te.py line 1850 2022-12-01T10:37:12.1054317Z due to: 2022-12-01T10:37:12.1054488Z Traceback (most recent call last): 2022-12-01T10:37:12.1055031Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 202, in from_real_tensor 2022-12-01T10:37:12.1055322Z raise UnsupportedFakeTensorException("quantized nyi in meta tensors") 2022-12-01T10:37:12.1055681Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: quantized nyi in meta tensors 2022-12-01T10:37:12.1055692Z 2022-12-01T10:37:12.1055944Z The above exception was the direct cause of the following exception: 2022-12-01T10:37:12.1055954Z 2022-12-01T10:37:12.1056119Z Traceback (most recent call last): 2022-12-01T10:37:12.1056624Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:37:12.1056741Z ) from e 2022-12-01T10:37:12.1057197Z torchdynamo.exc.FakeTensorError: Unsupported: quantized nyi in meta tensors with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:37:12.1057208Z 2022-12-01T10:37:12.1057459Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:37:12.1057572Z ========== 2022-12-01T10:37:12.1058368Z test_jit_fuser_te.py:1187: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:37:12.1058514Z return v.to(dtype) 2022-12-01T10:37:12.1058632Z ok (0.078s) 2022-12-01T10:37:12.1058860Z test_where_and_typing (__main__.TestTEFuserDynamic) ... ok (0.345s) 2022-12-01T10:37:12.1059092Z test_where_ops (__main__.TestTEFuserDynamic) ... ok (2.917s) 2022-12-01T10:37:12.1059654Z test_with_strict_fusion (__main__.TestTEFuserDynamic) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT success line 1 2022-12-01T10:37:12.1059775Z due to: 2022-12-01T10:37:12.1059946Z Traceback (most recent call last): 2022-12-01T10:37:12.1060436Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:37:12.1060909Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:37:12.1061406Z AssertionError: torch.* op returned non-Tensor strict_fusion call_function 2022-12-01T10:37:12.1061417Z 2022-12-01T10:37:12.1061546Z from user code: 2022-12-01T10:37:12.1061691Z File "", line 2, in success 2022-12-01T10:37:12.1061701Z 2022-12-01T10:37:12.1061938Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:37:12.1062052Z ========== 2022-12-01T10:37:12.1062494Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT success test_jit_fuser_te.py line 2379 2022-12-01T10:37:12.1062616Z due to: 2022-12-01T10:37:12.1062780Z Traceback (most recent call last): 2022-12-01T10:37:12.1063293Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:37:12.1063736Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:37:12.1064235Z AssertionError: torch.* op returned non-Tensor strict_fusion call_function 2022-12-01T10:37:12.1064300Z 2022-12-01T10:37:12.1064424Z from user code: 2022-12-01T10:37:12.1064619Z File "test_jit_fuser_te.py", line 2380, in success 2022-12-01T10:37:12.1064791Z with torch.jit.strict_fusion(): 2022-12-01T10:37:12.1064799Z 2022-12-01T10:37:12.1065042Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:37:12.1065156Z ========== 2022-12-01T10:37:12.1065685Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_fuser_te.py line 2383 2022-12-01T10:37:12.1065800Z due to: 2022-12-01T10:37:12.1065949Z Traceback (most recent call last): 2022-12-01T10:37:12.1066460Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:37:12.1066978Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:37:12.1067621Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-12-01T10:37:12.1067638Z 2022-12-01T10:37:12.1067761Z from user code: 2022-12-01T10:37:12.1068024Z File "test_jit_fuser_te.py", line 2384, in 2022-12-01T10:37:12.1068230Z g = torch.jit.last_executed_optimized_graph() 2022-12-01T10:37:12.1068239Z 2022-12-01T10:37:12.1068480Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:37:12.1068573Z ========== 2022-12-01T10:37:12.1068996Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT foo test_jit_fuser_te.py line 2387 2022-12-01T10:37:12.1069113Z due to: 2022-12-01T10:37:12.1069283Z Traceback (most recent call last): 2022-12-01T10:37:12.1069786Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:37:12.1070255Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:37:12.1070759Z AssertionError: torch.* op returned non-Tensor strict_fusion call_function 2022-12-01T10:37:12.1070768Z 2022-12-01T10:37:12.1070892Z from user code: 2022-12-01T10:37:12.1071066Z File "test_jit_fuser_te.py", line 2388, in foo 2022-12-01T10:37:12.1071234Z with torch.jit.strict_fusion(): 2022-12-01T10:37:12.1071243Z 2022-12-01T10:37:12.1071483Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:37:12.1071598Z ========== 2022-12-01T10:37:12.1072081Z /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py:216: UserWarning: Only works in script mode 2022-12-01T10:37:12.1072278Z warnings.warn("Only works in script mode") 2022-12-01T10:37:12.1072744Z /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py:216: UserWarning: Only works in script mode 2022-12-01T10:37:12.1072940Z warnings.warn("Only works in script mode") 2022-12-01T10:37:12.1073048Z ok (0.208s) 2022-12-01T10:37:12.1073297Z test_zero_element_tensors (__main__.TestTEFuserDynamic) ... ok (0.111s) 2022-12-01T10:37:12.1073507Z test_abs (__main__.TestTEFuserStatic) ... ok (0.058s) 2022-12-01T10:37:12.1073757Z test_adaptive_avg_pool2d (__main__.TestTEFuserStatic) ... ok (0.062s) 2022-12-01T10:37:12.1073982Z test_add_bool (__main__.TestTEFuserStatic) ... ok (0.095s) 2022-12-01T10:37:12.1074200Z test_addcmul (__main__.TestTEFuserStatic) ... ok (0.041s) 2022-12-01T10:37:12.1074537Z test_arg_configurations_smoke (__main__.TestTEFuserStatic) ... ok (0.050s) 2022-12-01T10:37:12.1075018Z test_autocast_down (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-12-01T10:37:12.1075509Z test_autocast_up (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-12-01T10:37:12.1076888Z 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:37:12.1077171Z warnings.warn(msg, FutureWarning) 2022-12-01T10:37:12.1078292Z /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:37:12.1078474Z warnings.warn(msg, FutureWarning) 2022-12-01T10:37:12.1079635Z /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:37:12.1079813Z warnings.warn(msg, FutureWarning) 2022-12-01T10:37:12.1080932Z /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:37:12.1081109Z warnings.warn(msg, FutureWarning) 2022-12-01T10:37:12.1081227Z ok (0.352s) 2022-12-01T10:37:12.1081467Z test_binary_div_ops (__main__.TestTEFuserStatic) ... ok (1.148s) 2022-12-01T10:37:12.1081674Z test_binary_ops (__main__.TestTEFuserStatic) ... ok (3.469s) 2022-12-01T10:37:12.1081900Z test_binary_pow (__main__.TestTEFuserStatic) ... ok (0.284s) 2022-12-01T10:37:12.1082145Z test_binary_scalar_ops (__main__.TestTEFuserStatic) ... ok (1.114s) 2022-12-01T10:37:12.1082842Z test_binary_tensor_scalar_ops (__main__.TestTEFuserStatic) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_binary_tensor_scalar_ops test_jit_fuser_te.py line 1604 2022-12-01T10:37:12.1082960Z due to: 2022-12-01T10:37:12.1083127Z Traceback (most recent call last): 2022-12-01T10:37:12.1083637Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:37:12.1084090Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:37:12.1084662Z AssertionError: torch.* op returned non-Tensor _GeneratorContextManager call_function 2022-12-01T10:37:12.1084689Z 2022-12-01T10:37:12.1084798Z from user code: 2022-12-01T10:37:12.1085044Z File "test_jit_fuser_te.py", line 1605, in test_binary_tensor_scalar_ops 2022-12-01T10:37:12.1085248Z with torch._jit_internal._disable_emit_hooks(): 2022-12-01T10:37:12.1085258Z 2022-12-01T10:37:12.1085496Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:37:12.1085615Z ========== 2022-12-01T10:37:12.1086050Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_fuser_te.py line 1607 2022-12-01T10:37:12.1086173Z due to: 2022-12-01T10:37:12.1086322Z Traceback (most recent call last): 2022-12-01T10:37:12.1086723Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:37:12.1086902Z return self._op(*args, **kwargs or {}) 2022-12-01T10:37:12.1087426Z RuntimeError: aten::bitwise_or() Expected a value of type 'Tensor' for argument 'other' but instead found type 'float'. 2022-12-01T10:37:12.1087562Z Position: 1 2022-12-01T10:37:12.1087683Z Value: 1.5 2022-12-01T10:37:12.1088059Z Declaration: aten::bitwise_or.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:37:12.1088232Z Cast error details: Unable to cast 1.5 to Tensor 2022-12-01T10:37:12.1088258Z 2022-12-01T10:37:12.1088493Z The above exception was the direct cause of the following exception: 2022-12-01T10:37:12.1088503Z 2022-12-01T10:37:12.1088673Z Traceback (most recent call last): 2022-12-01T10:37:12.1089175Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:37:12.1089409Z raise TorchRuntimeError() from e 2022-12-01T10:37:12.1089607Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:37:12.1089616Z 2022-12-01T10:37:12.1089739Z from user code: 2022-12-01T10:37:12.1089938Z File "test_jit_fuser_te.py", line 1607, in 2022-12-01T10:37:12.1090094Z return lambda x: fn(x, scalar) 2022-12-01T10:37:12.1090103Z 2022-12-01T10:37:12.1090333Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:37:12.1090447Z ========== 2022-12-01T10:37:12.1090564Z ok (8.622s) 2022-12-01T10:37:12.1090791Z test_bitwise_ops (__main__.TestTEFuserStatic) ... ok (0.770s) 2022-12-01T10:37:12.1091017Z test_broadcast (__main__.TestTEFuserStatic) ... ok (0.063s) 2022-12-01T10:37:12.1091239Z test_cat_2k_args (__main__.TestTEFuserStatic) ... ok (0.617s) 2022-12-01T10:37:12.1091517Z test_cat_graph_opt (__main__.TestTEFuserStatic) ... ok (0.096s) 2022-12-01T10:37:12.1091820Z test_channels_last_dims_dynamic (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:37:12.1092064Z test_checks_cat_inputs (__main__.TestTEFuserStatic) ... ok (0.078s) 2022-12-01T10:37:12.1092266Z test_chunk (__main__.TestTEFuserStatic) ... ok (0.117s) 2022-12-01T10:37:12.1092512Z test_chunk_correctness (__main__.TestTEFuserStatic) ... ok (1.266s) 2022-12-01T10:37:12.1092750Z test_chunk_distributes (__main__.TestTEFuserStatic) ... ok (0.073s) 2022-12-01T10:37:12.1093028Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserStatic) ... ok (0.135s) 2022-12-01T10:37:12.1093258Z test_chunk_mul_one (__main__.TestTEFuserStatic) ... ok (0.142s) 2022-12-01T10:37:12.1093495Z test_chunk_multiple (__main__.TestTEFuserStatic) ... ok (0.217s) 2022-12-01T10:37:12.1093680Z test_clamp (__main__.TestTEFuserStatic) ... ok (1.010s) 2022-12-01T10:37:12.1093906Z test_clamp_double (__main__.TestTEFuserStatic) ... ok (0.063s) 2022-12-01T10:37:12.1094119Z test_clamp_int (__main__.TestTEFuserStatic) ... ok (0.060s) 2022-12-01T10:37:12.1094363Z test_comparison_eq_ne (__main__.TestTEFuserStatic) ... ok (0.087s) 2022-12-01T10:37:12.1094599Z test_comparison_ge_le (__main__.TestTEFuserStatic) ... ok (0.086s) 2022-12-01T10:37:12.1094828Z test_comparison_gt_lt (__main__.TestTEFuserStatic) ... ok (0.086s) 2022-12-01T10:37:12.1095039Z test_concat (__main__.TestTEFuserStatic) ... ok (0.052s) 2022-12-01T10:37:12.1095281Z test_concat_invariant (__main__.TestTEFuserStatic) ... ok (0.079s) 2022-12-01T10:37:12.1096113Z test_constant_chunk_shapes (__main__.TestTEFuserStatic) ... test_jit_fuser_te.py:2442: TracerWarning: torch.tensor results are registered as constants in the trace. You can safely ignore this warning if you use this function to create tensors out of constant variables that would be the same every time you call this function. In any other case, this might cause the trace to be incorrect. 2022-12-01T10:37:12.1096256Z r = torch.tensor(4) 2022-12-01T10:37:12.1096975Z test_jit_fuser_te.py:2442: TracerWarning: torch.tensor results are registered as constants in the trace. You can safely ignore this warning if you use this function to create tensors out of constant variables that would be the same every time you call this function. In any other case, this might cause the trace to be incorrect. 2022-12-01T10:37:12.1097119Z r = torch.tensor(4) 2022-12-01T10:37:12.1097236Z ok (0.147s) 2022-12-01T10:37:12.1097877Z test_conv2d (__main__.TestTEFuserStatic) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_fuser_te.py line 1995 2022-12-01T10:37:12.1097994Z due to: 2022-12-01T10:37:12.1098167Z Traceback (most recent call last): 2022-12-01T10:37:12.1098661Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:37:12.1099133Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:37:12.1099581Z AssertionError: torch.* op returned non-Tensor FileCheck call_function 2022-12-01T10:37:12.1099645Z 2022-12-01T10:37:12.1099775Z from user code: 2022-12-01T10:37:12.1100007Z File "test_jit_fuser_te.py", line 1996, in 2022-12-01T10:37:12.1100297Z FileCheck().check_not("TensorExpr").run(torch.jit.last_executed_optimized_graph()) 2022-12-01T10:37:12.1100307Z 2022-12-01T10:37:12.1100551Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:37:12.1100665Z ========== 2022-12-01T10:37:12.1100782Z ok (0.045s) 2022-12-01T10:37:12.1101027Z test_conv2d_depthwise (__main__.TestTEFuserStatic) ... ok (0.937s) 2022-12-01T10:37:12.1101289Z test_cuda_half (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:37:12.1101499Z test_dims (__main__.TestTEFuserStatic) ... ok (0.090s) 2022-12-01T10:37:12.1101760Z test_disabled (__main__.TestTEFuserStatic) ... ok (0.010s) 2022-12-01T10:37:12.1101982Z test_div_bool (__main__.TestTEFuserStatic) ... ok (0.036s) 2022-12-01T10:37:12.1102215Z test_dynamic_cat (__main__.TestTEFuserStatic) ... ok (0.009s) 2022-12-01T10:37:12.1102444Z test_dynamic_shapes (__main__.TestTEFuserStatic) ... ok (2.093s) 2022-12-01T10:37:12.1102689Z test_eq_unsqueeze_type_as (__main__.TestTEFuserStatic) ... ok (0.131s) 2022-12-01T10:37:12.1102880Z test_erf (__main__.TestTEFuserStatic) ... ok (0.001s) 2022-12-01T10:37:12.1103142Z test_exhaust_specializations (__main__.TestTEFuserStatic) ... ok (0.029s) 2022-12-01T10:37:12.1103339Z test_exp (__main__.TestTEFuserStatic) ... ok (0.045s) 2022-12-01T10:37:12.1103638Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:37:12.1103847Z test_gelu (__main__.TestTEFuserStatic) ... ok (0.003s) 2022-12-01T10:37:12.1104088Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.113s) 2022-12-01T10:37:12.1104334Z test_hardswish_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.132s) 2022-12-01T10:37:12.1104588Z test_inlined_optimized_graph (__main__.TestTEFuserStatic) ... ok (0.091s) 2022-12-01T10:37:12.1104755Z test_isnan (__main__.TestTEFuserStatic) ... ok (0.365s) 2022-12-01T10:37:12.1105052Z test_kernel_cache_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:37:12.1105265Z test_lerp (__main__.TestTEFuserStatic) ... ok (0.069s) 2022-12-01T10:37:12.1105869Z test_list_ops (__main__.TestTEFuserStatic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.001s) 2022-12-01T10:37:12.1106078Z test_lstm (__main__.TestTEFuserStatic) ... ok (0.198s) 2022-12-01T10:37:12.1106301Z test_lstm_concat (__main__.TestTEFuserStatic) ... ok (0.167s) 2022-12-01T10:37:12.1106558Z test_lstm_gates_permutations (__main__.TestTEFuserStatic) ... ok (2.162s) 2022-12-01T10:37:12.1106782Z test_lstm_traced (__main__.TestTEFuserStatic) ... ok (0.144s) 2022-12-01T10:37:12.1107050Z test_masked_fill (__main__.TestTEFuserStatic) ... skip: Temporarily disabled (0.001s) 2022-12-01T10:37:12.1107272Z test_matmul (__main__.TestTEFuserStatic) ... ok (0.989s) 2022-12-01T10:37:12.1107484Z test_milstm (__main__.TestTEFuserStatic) ... ok (1.034s) 2022-12-01T10:37:12.1107691Z test_minmax (__main__.TestTEFuserStatic) ... ok (0.321s) 2022-12-01T10:37:12.1107916Z test_minmax_int_ops (__main__.TestTEFuserStatic) ... ok (0.338s) 2022-12-01T10:37:12.1108135Z test_mul_bool (__main__.TestTEFuserStatic) ... ok (0.064s) 2022-12-01T10:37:12.1108353Z test_neg_pow (__main__.TestTEFuserStatic) ... ok (0.175s) 2022-12-01T10:37:12.1108774Z test_nonzero_device_cuda (__main__.TestTEFuserStatic) ... skip: needs non-zero device (0.001s) 2022-12-01T10:37:12.1108931Z test_nop (__main__.TestTEFuserStatic) ... ok (0.001s) 2022-12-01T10:37:12.1109213Z test_profiler (__main__.TestTEFuserStatic) ... You have not run this instance of FileCheck! 2022-12-01T10:37:12.1109350Z FileCheck checks: 2022-12-01T10:37:12.1109546Z You have not run this instance of FileCheck! 2022-12-01T10:37:12.1109742Z FileCheck checks: 2022-12-01T10:37:12.1110213Z STAGE:2022-12-01 10:37:04 1449:1449 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:37:12.1110680Z STAGE:2022-12-01 10:37:04 1449:1449 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:37:12.1110803Z ok (0.027s) 2022-12-01T10:37:12.1111093Z test_rand_broadcast_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:37:12.1111372Z test_rand_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:37:12.1111652Z test_rand_diamond (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:37:12.1111865Z test_relu (__main__.TestTEFuserStatic) ... ok (0.047s) 2022-12-01T10:37:12.1112091Z test_relu_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.069s) 2022-12-01T10:37:12.1112398Z test_remove_output_used_only_in_size (__main__.TestTEFuserStatic) ... ok (0.028s) 2022-12-01T10:37:12.1112618Z test_scalar (__main__.TestTEFuserStatic) ... ok (0.069s) 2022-12-01T10:37:12.1112852Z test_scalar_arg (__main__.TestTEFuserStatic) ... ok (0.096s) 2022-12-01T10:37:12.1113085Z test_scalar_only_inputs (__main__.TestTEFuserStatic) ... ok (0.051s) 2022-12-01T10:37:12.1113326Z test_skip_grad_in_check (__main__.TestTEFuserStatic) ... ok (0.029s) 2022-12-01T10:37:12.1113559Z test_small_constant (__main__.TestTEFuserStatic) ... ok (0.073s) 2022-12-01T10:37:12.1113780Z test_sub_gt_and (__main__.TestTEFuserStatic) ... ok (0.069s) 2022-12-01T10:37:12.1114000Z test_sum_dim (__main__.TestTEFuserStatic) ... ok (0.132s) 2022-12-01T10:37:12.1114236Z test_sum_keepdim_cast (__main__.TestTEFuserStatic) ... ok (0.070s) 2022-12-01T10:37:12.1114546Z test_sum_simple (__main__.TestTEFuserStatic) ... ok (0.064s) 2022-12-01T10:37:12.1114754Z test_superslomo (__main__.TestTEFuserStatic) ... ok (0.546s) 2022-12-01T10:37:12.1115001Z test_tensor_scalar_ops (__main__.TestTEFuserStatic) ... ok (0.126s) 2022-12-01T10:37:12.1115244Z test_ternary_norm_ops (__main__.TestTEFuserStatic) ... ok (0.246s) 2022-12-01T10:37:12.1115474Z test_ternary_ops (__main__.TestTEFuserStatic) ... ok (0.309s) 2022-12-01T10:37:12.1115702Z test_threshold (__main__.TestTEFuserStatic) ... ok (0.069s) 2022-12-01T10:37:12.1115920Z test_to_device (__main__.TestTEFuserStatic) ... ok (0.066s) 2022-12-01T10:37:12.1116138Z test_to_dtype (__main__.TestTEFuserStatic) ... ok (0.105s) 2022-12-01T10:37:12.1116354Z test_torch_to (__main__.TestTEFuserStatic) ... ok (0.891s) 2022-12-01T10:37:12.1116709Z test_type_as_cat (__main__.TestTEFuserStatic) ... ok (1.480s) 2022-12-01T10:37:12.1116941Z test_typecheck (__main__.TestTEFuserStatic) ... ok (0.089s) 2022-12-01T10:37:12.1117298Z test_unary_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:12.1117535Z test_unrolled_cat (__main__.TestTEFuserStatic) ... ok (0.029s) 2022-12-01T10:37:12.1117797Z test_unsqueeze_size_calculation (__main__.TestTEFuserStatic) ... ok (0.095s) 2022-12-01T10:37:12.1118041Z test_unsqueeze_var_dim (__main__.TestTEFuserStatic) ... ok (0.247s) 2022-12-01T10:37:12.1118292Z test_unsupported_dtypes (__main__.TestTEFuserStatic) ... ok (0.035s) 2022-12-01T10:37:12.1118526Z test_where_and_typing (__main__.TestTEFuserStatic) ... ok (0.090s) 2022-12-01T10:37:12.1118731Z test_where_ops (__main__.TestTEFuserStatic) ... ok (0.699s) 2022-12-01T10:37:12.1119315Z test_with_strict_fusion (__main__.TestTEFuserStatic) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT success line 1 2022-12-01T10:37:12.1119432Z due to: 2022-12-01T10:37:12.1119603Z Traceback (most recent call last): 2022-12-01T10:37:12.1120116Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:37:12.1120599Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:37:12.1121102Z AssertionError: torch.* op returned non-Tensor strict_fusion call_function 2022-12-01T10:37:12.1121190Z 2022-12-01T10:37:12.1121317Z from user code: 2022-12-01T10:37:12.1121463Z File "", line 2, in success 2022-12-01T10:37:12.1121472Z 2022-12-01T10:37:12.1121720Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:37:12.1121833Z ========== 2022-12-01T10:37:12.1122314Z /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py:216: UserWarning: Only works in script mode 2022-12-01T10:37:12.1122508Z warnings.warn("Only works in script mode") 2022-12-01T10:37:12.1122631Z ok (0.085s) 2022-12-01T10:37:12.1122878Z test_zero_element_tensors (__main__.TestTEFuserStatic) ... ok (0.052s) 2022-12-01T10:37:12.1122887Z 2022-12-01T10:37:12.1123251Z ---------------------------------------------------------------------- 2022-12-01T10:37:12.1123377Z Ran 5909 tests in 458.432s 2022-12-01T10:37:12.1123435Z 2022-12-01T10:37:12.1123610Z OK (skipped=5157, expected failures=2) 2022-12-01T10:37:12.1123622Z 2022-12-01T10:37:12.1123778Z Generating XML reports... 2022-12-01T10:37:12.1124402Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-jit.test_fuser_common.TestFuserCommon-20221201102931.xml 2022-12-01T10:37:12.1125041Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestLoopnestRandomizationCPU-20221201102931.xml 2022-12-01T10:37:12.1125591Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestNNCOpInfoCPU-20221201102931.xml 2022-12-01T10:37:12.1126154Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserDynamic-20221201102931.xml 2022-12-01T10:37:12.1126704Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserStatic-20221201102931.xml 2022-12-01T10:37:12.1126713Z 2022-12-01T10:37:12.1127334Z ##[endgroup] 2022-12-01T10:37:12.1127855Z FINISHED PRINTING LOG FILE of test_jit_fuser_te (/var/lib/jenkins/workspace/test/test-reports/test_jit_fuser_te_t_27xxdv) 2022-12-01T10:37:12.1127867Z 2022-12-01T10:37:12.1128153Z Running test_modules ... [2022-12-01 10:37:11.927633] 2022-12-01T10:37:12.1128764Z Executing ['/opt/conda/bin/python', '-bb', 'test_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:37:11.927989] 2022-12-01T10:39:42.3397937Z 2022-12-01T10:39:42.3398406Z Expand the folded group to see the log file of test_modules 2022-12-01T10:39:42.3406270Z ##[group]PRINTING LOG FILE of test_modules (/var/lib/jenkins/workspace/test/test-reports/test_modules_jwd5nugu) 2022-12-01T10:39:42.3409754Z Test results will be stored in test-reports/python-unittest/test_modules 2022-12-01T10:39:42.3410067Z 2022-12-01T10:39:42.3410188Z Running tests... 2022-12-01T10:39:42.3410693Z ---------------------------------------------------------------------- 2022-12-01T10:39:42.3411178Z test_check_inplace_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.270s) 2022-12-01T10:39:42.3411650Z test_check_inplace_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.043s) 2022-12-01T10:39:42.3416428Z test_check_inplace_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3416861Z test_check_inplace_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3417178Z test_check_inplace_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3417523Z test_check_inplace_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3418067Z test_cpu_gpu_parity_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.014s) 2022-12-01T10:39:42.3418593Z test_cpu_gpu_parity_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:39:42.3419120Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3419805Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3420609Z test_cpu_gpu_parity_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3420970Z test_cpu_gpu_parity_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3421339Z test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3421717Z test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3422086Z test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3422464Z test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3422903Z test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3423284Z test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3423650Z test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3427215Z test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3427776Z test_cpu_gpu_parity_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3428433Z test_cpu_gpu_parity_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3429016Z test_cpu_gpu_parity_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3429437Z test_cpu_gpu_parity_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3429781Z test_cpu_gpu_parity_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3430194Z test_cpu_gpu_parity_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3430538Z test_cpu_gpu_parity_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3430939Z test_cpu_gpu_parity_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T10:39:42.3431303Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T10:39:42.3431736Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3432117Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3432527Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3432896Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3433313Z test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3433682Z test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3434077Z test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3434512Z test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3434939Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3435317Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3435773Z test_cpu_gpu_parity_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3436118Z test_cpu_gpu_parity_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3436518Z test_cpu_gpu_parity_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3437322Z test_cpu_gpu_parity_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3437757Z test_cpu_gpu_parity_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3438105Z test_cpu_gpu_parity_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3438602Z test_cpu_gpu_parity_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3438952Z test_cpu_gpu_parity_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3439312Z test_cpu_gpu_parity_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3477652Z test_cpu_gpu_parity_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3478326Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3479011Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3479604Z test_cpu_gpu_parity_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3479974Z test_cpu_gpu_parity_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3480332Z test_cpu_gpu_parity_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3480680Z test_cpu_gpu_parity_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3481021Z test_cpu_gpu_parity_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T10:39:42.3481377Z test_cpu_gpu_parity_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3481731Z test_cpu_gpu_parity_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3482085Z test_cpu_gpu_parity_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3482443Z test_cpu_gpu_parity_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3482802Z test_cpu_gpu_parity_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3483264Z test_cpu_gpu_parity_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3483831Z test_cpu_gpu_parity_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3484443Z test_cpu_gpu_parity_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3485048Z test_cpu_gpu_parity_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3485708Z test_cpu_gpu_parity_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3486346Z test_cpu_gpu_parity_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3486986Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3487775Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3488490Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3489160Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3489781Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3490410Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3491064Z test_cpu_gpu_parity_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3491752Z test_cpu_gpu_parity_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3492454Z test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3493203Z test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3493945Z test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3494550Z test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3494924Z test_cpu_gpu_parity_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3495272Z test_cpu_gpu_parity_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3495616Z test_cpu_gpu_parity_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3496006Z test_cpu_gpu_parity_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3496366Z test_cpu_gpu_parity_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-12-01T10:39:42.3496721Z test_cpu_gpu_parity_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3497085Z test_cpu_gpu_parity_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3497503Z test_cpu_gpu_parity_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3497856Z test_cpu_gpu_parity_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3498190Z test_cpu_gpu_parity_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3498541Z test_cpu_gpu_parity_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3498889Z test_cpu_gpu_parity_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3499247Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3499644Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3500061Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3500486Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3500893Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3501355Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3501746Z test_cpu_gpu_parity_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3502099Z test_cpu_gpu_parity_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3502791Z test_factory_kwargs_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_modules.py line 87 2022-12-01T10:39:42.3503132Z due to: 2022-12-01T10:39:42.3503323Z Traceback (most recent call last): 2022-12-01T10:39:42.3503772Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-12-01T10:39:42.3504070Z if isinstance(subobj, property): 2022-12-01T10:39:42.3504406Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-12-01T10:39:42.3504580Z 2022-12-01T10:39:42.3504651Z from user code: 2022-12-01T10:39:42.3504874Z File "test_modules.py", line 89, in 2022-12-01T10:39:42.3505202Z args, kwargs = module_input.constructor_input.args, module_input.constructor_input.kwargs 2022-12-01T10:39:42.3505397Z 2022-12-01T10:39:42.3505530Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:39:42.3505753Z ========== 2022-12-01T10:39:42.3505897Z ok (0.057s) 2022-12-01T10:39:42.3506163Z test_factory_kwargs_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:39:42.3506515Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:39:42.3506848Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:39:42.3507180Z test_factory_kwargs_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:39:42.3507494Z test_factory_kwargs_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:39:42.3507825Z test_factory_kwargs_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.026s) 2022-12-01T10:39:42.3508156Z test_factory_kwargs_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T10:39:42.3508495Z test_factory_kwargs_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3509011Z test_factory_kwargs_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3509514Z test_factory_kwargs_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3510122Z test_factory_kwargs_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3510665Z test_factory_kwargs_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3511239Z test_factory_kwargs_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3511743Z test_factory_kwargs_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3512300Z test_factory_kwargs_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3512775Z test_factory_kwargs_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3513236Z test_factory_kwargs_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3513790Z test_factory_kwargs_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3514193Z test_factory_kwargs_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3514576Z test_factory_kwargs_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3515181Z test_factory_kwargs_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3515688Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3517017Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_creation.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:39:42.3518045Z result = torch.complex(real, imag) 2022-12-01T10:39:42.3518403Z ok (0.005s) 2022-12-01T10:39:42.3518870Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3519603Z test_factory_kwargs_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3520133Z test_factory_kwargs_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3520454Z test_factory_kwargs_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3520789Z test_factory_kwargs_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3521116Z test_factory_kwargs_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3521443Z test_factory_kwargs_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3521760Z test_factory_kwargs_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:39:42.3522183Z test_factory_kwargs_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:39:42.3522655Z test_factory_kwargs_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3522969Z test_factory_kwargs_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3523270Z test_factory_kwargs_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3523592Z test_factory_kwargs_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3523907Z test_factory_kwargs_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3524204Z test_factory_kwargs_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3524512Z test_factory_kwargs_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.036s) 2022-12-01T10:39:42.3524834Z test_factory_kwargs_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.037s) 2022-12-01T10:39:42.3525158Z test_factory_kwargs_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.037s) 2022-12-01T10:39:42.3525469Z test_factory_kwargs_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.037s) 2022-12-01T10:39:42.3525794Z test_factory_kwargs_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3526131Z test_factory_kwargs_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3526450Z test_factory_kwargs_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3526752Z test_factory_kwargs_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3527064Z test_factory_kwargs_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3527374Z test_factory_kwargs_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3527674Z test_factory_kwargs_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3527982Z test_factory_kwargs_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3528301Z test_factory_kwargs_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.078s) 2022-12-01T10:39:42.3528625Z test_factory_kwargs_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.078s) 2022-12-01T10:39:42.3529032Z test_factory_kwargs_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.080s) 2022-12-01T10:39:42.3529362Z test_factory_kwargs_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.081s) 2022-12-01T10:39:42.3530082Z test_factory_kwargs_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:39:42.3530639Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3531236Z /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:39:42.3531725Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3531959Z ok (0.008s) 2022-12-01T10:39:42.3532196Z test_factory_kwargs_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3532520Z test_factory_kwargs_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:39:42.3532839Z test_factory_kwargs_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3533241Z test_factory_kwargs_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:39:42.3533569Z test_factory_kwargs_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3533907Z test_factory_kwargs_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3534256Z test_factory_kwargs_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3534602Z test_factory_kwargs_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3534936Z test_factory_kwargs_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3535278Z test_factory_kwargs_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3535618Z test_factory_kwargs_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3535930Z test_factory_kwargs_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3536244Z test_factory_kwargs_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3536588Z test_factory_kwargs_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.096s) 2022-12-01T10:39:42.3536956Z test_factory_kwargs_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.095s) 2022-12-01T10:39:42.3537309Z test_factory_kwargs_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.096s) 2022-12-01T10:39:42.3537677Z test_factory_kwargs_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.096s) 2022-12-01T10:39:42.3538008Z test_factory_kwargs_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3538318Z test_factory_kwargs_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3538610Z test_factory_kwargs_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3538918Z test_factory_kwargs_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3539232Z test_factory_kwargs_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.160s) 2022-12-01T10:39:42.3539540Z test_factory_kwargs_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.071s) 2022-12-01T10:39:42.3539864Z test_factory_kwargs_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.071s) 2022-12-01T10:39:42.3540189Z test_factory_kwargs_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.072s) 2022-12-01T10:39:42.3540560Z test_factory_kwargs_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3540853Z test_factory_kwargs_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3541160Z test_factory_kwargs_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3541470Z test_factory_kwargs_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3541797Z test_factory_kwargs_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.076s) 2022-12-01T10:39:42.3542168Z test_factory_kwargs_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.076s) 2022-12-01T10:39:42.3542582Z test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.061s) 2022-12-01T10:39:42.3542964Z test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.062s) 2022-12-01T10:39:42.3543341Z test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.055s) 2022-12-01T10:39:42.3543728Z test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.055s) 2022-12-01T10:39:42.3544081Z test_factory_kwargs_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.559s) 2022-12-01T10:39:42.3544408Z test_factory_kwargs_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.188s) 2022-12-01T10:39:42.3544964Z test_forward_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_modules.py line 51 2022-12-01T10:39:42.3545296Z due to: 2022-12-01T10:39:42.3545478Z Traceback (most recent call last): 2022-12-01T10:39:42.3545863Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/codegen.py", line 238, in create_load_const 2022-12-01T10:39:42.3546196Z assert is_safe_constant(value), f"unsafe constant {value}" 2022-12-01T10:39:42.3546455Z AssertionError: unsafe constant torch.float32 2022-12-01T10:39:42.3546600Z 2022-12-01T10:39:42.3546732Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:39:42.3546943Z ========== 2022-12-01T10:39:42.3547103Z ok (0.031s) 2022-12-01T10:39:42.3547359Z test_forward_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3547717Z test_forward_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T10:39:42.3548080Z test_forward_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3548397Z test_forward_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3548688Z test_forward_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3549003Z test_forward_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3549335Z test_forward_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3549659Z test_forward_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3549975Z test_forward_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3550303Z test_forward_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3550625Z test_forward_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3550944Z test_forward_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3551257Z test_forward_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3551573Z test_forward_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.403s) 2022-12-01T10:39:42.3552313Z test_forward_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.079s) 2022-12-01T10:39:42.3552598Z test_forward_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3552893Z test_forward_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3553182Z test_forward_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3553471Z test_forward_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3553747Z test_forward_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3554041Z test_forward_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T10:39:42.3555226Z test_forward_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-12-01T10:39:42.3555962Z "Complex modules are a new feature under active development whose design may change, " 2022-12-01T10:39:42.3556211Z ok (0.004s) 2022-12-01T10:39:42.3556469Z test_forward_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.041s) 2022-12-01T10:39:42.3557665Z test_forward_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-12-01T10:39:42.3558382Z "Complex modules are a new feature under active development whose design may change, " 2022-12-01T10:39:42.3558629Z ok (0.004s) 2022-12-01T10:39:42.3558860Z test_forward_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3559184Z test_forward_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3559499Z test_forward_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3559815Z test_forward_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3560112Z test_forward_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3560418Z test_forward_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3560741Z test_forward_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T10:39:42.3561067Z test_forward_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T10:39:42.3561362Z test_forward_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3561651Z test_forward_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3561945Z test_forward_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3562238Z test_forward_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3562533Z test_forward_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3562821Z test_forward_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3563121Z test_forward_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.070s) 2022-12-01T10:39:42.3563415Z test_forward_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.071s) 2022-12-01T10:39:42.3563720Z test_forward_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.071s) 2022-12-01T10:39:42.3564235Z test_forward_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.070s) 2022-12-01T10:39:42.3564536Z test_forward_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3564854Z test_forward_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3565165Z test_forward_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3565468Z test_forward_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3565756Z test_forward_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3566044Z test_forward_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3566398Z test_forward_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3566687Z test_forward_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3566990Z test_forward_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.149s) 2022-12-01T10:39:42.3567298Z test_forward_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.150s) 2022-12-01T10:39:42.3567597Z test_forward_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.149s) 2022-12-01T10:39:42.3567893Z test_forward_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.149s) 2022-12-01T10:39:42.3568580Z test_forward_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:39:42.3569127Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3569358Z ok (0.007s) 2022-12-01T10:39:42.3569587Z test_forward_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3569893Z test_forward_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3570192Z test_forward_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3570477Z test_forward_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3570768Z test_forward_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3571086Z test_forward_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3571412Z test_forward_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3571740Z test_forward_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3572072Z test_forward_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3572404Z test_forward_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3572718Z test_forward_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3573030Z test_forward_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3573322Z test_forward_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3573649Z test_forward_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.192s) 2022-12-01T10:39:42.3573987Z test_forward_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.190s) 2022-12-01T10:39:42.3574338Z test_forward_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.191s) 2022-12-01T10:39:42.3574688Z test_forward_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.189s) 2022-12-01T10:39:42.3575001Z test_forward_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:39:42.3575344Z test_forward_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:39:42.3575635Z test_forward_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3575922Z test_forward_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3576211Z test_forward_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.104s) 2022-12-01T10:39:42.3576515Z test_forward_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.104s) 2022-12-01T10:39:42.3576823Z test_forward_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.104s) 2022-12-01T10:39:42.3577121Z test_forward_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.105s) 2022-12-01T10:39:42.3577420Z test_forward_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3577743Z test_forward_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3578034Z test_forward_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3578316Z test_forward_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3578635Z test_forward_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.111s) 2022-12-01T10:39:42.3578982Z test_forward_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.111s) 2022-12-01T10:39:42.3579329Z test_forward_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.084s) 2022-12-01T10:39:42.3579696Z test_forward_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.085s) 2022-12-01T10:39:42.3580070Z test_forward_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.075s) 2022-12-01T10:39:42.3580443Z test_forward_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.076s) 2022-12-01T10:39:42.3580767Z test_forward_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.206s) 2022-12-01T10:39:42.3581078Z test_forward_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.199s) 2022-12-01T10:39:42.3581642Z test_grad_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_modules.py line 428 2022-12-01T10:39:42.3581984Z due to: 2022-12-01T10:39:42.3582156Z Traceback (most recent call last): 2022-12-01T10:39:42.3582568Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-12-01T10:39:42.3582873Z if isinstance(subobj, property): 2022-12-01T10:39:42.3583190Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-12-01T10:39:42.3583368Z 2022-12-01T10:39:42.3583438Z from user code: 2022-12-01T10:39:42.3583680Z File "test_modules.py", line 439, in 2022-12-01T10:39:42.3583999Z args, kwargs = module_input.constructor_input.args, module_input.constructor_input.kwargs 2022-12-01T10:39:42.3584196Z 2022-12-01T10:39:42.3584327Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:39:42.3584546Z ========== 2022-12-01T10:39:42.3584703Z ok (0.709s) 2022-12-01T10:39:42.3584938Z test_grad_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-12-01T10:39:42.3585251Z test_grad_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-12-01T10:39:42.3585561Z test_grad_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.025s) 2022-12-01T10:39:42.3585872Z test_grad_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T10:39:42.3586192Z test_grad_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.025s) 2022-12-01T10:39:42.3586513Z test_grad_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T10:39:42.3586815Z test_grad_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.052s) 2022-12-01T10:39:42.3587135Z test_grad_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T10:39:42.3587424Z test_grad_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T10:39:42.3587705Z test_grad_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.019s) 2022-12-01T10:39:42.3587989Z test_grad_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:39:42.3588306Z test_grad_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:39:42.3588618Z test_grad_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T10:39:42.3588935Z test_grad_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.027s) 2022-12-01T10:39:42.3589219Z test_grad_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3589543Z test_grad_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3589838Z test_grad_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T10:39:42.3590120Z test_grad_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.721s) 2022-12-01T10:39:42.3590418Z test_grad_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.722s) 2022-12-01T10:39:42.3590724Z test_grad_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T10:39:42.3591029Z test_grad_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3591303Z test_grad_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T10:39:42.3591595Z test_grad_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.028s) 2022-12-01T10:39:42.3591894Z test_grad_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (2.029s) 2022-12-01T10:39:42.3592192Z test_grad_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (2.027s) 2022-12-01T10:39:42.3592863Z test_grad_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:39:42.3593406Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3593976Z /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:39:42.3594531Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3595092Z /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:39:42.3595569Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3596130Z /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:39:42.3596741Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3596972Z ok (0.017s) 2022-12-01T10:39:42.3597576Z test_grad_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:39:42.3598105Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3598655Z /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:39:42.3599200Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3599751Z /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:39:42.3600226Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3600786Z /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:39:42.3601256Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3601489Z ok (0.019s) 2022-12-01T10:39:42.3602128Z test_grad_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:39:42.3602670Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3603220Z /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:39:42.3603697Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3604252Z /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:39:42.3604726Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3605276Z /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:39:42.3605757Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3605987Z ok (0.020s) 2022-12-01T10:39:42.3606593Z test_grad_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:39:42.3607145Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3607705Z /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:39:42.3608183Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3608400Z ok (0.009s) 2022-12-01T10:39:42.3609014Z test_grad_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:39:42.3609556Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3610108Z /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:39:42.3610581Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3610793Z ok (0.010s) 2022-12-01T10:39:42.3611401Z test_grad_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:39:42.3611981Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3612534Z /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:39:42.3612989Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3613214Z ok (0.012s) 2022-12-01T10:39:42.3613445Z test_grad_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T10:39:42.3613757Z test_grad_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.286s) 2022-12-01T10:39:42.3614107Z test_grad_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.287s) 2022-12-01T10:39:42.3614463Z test_grad_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T10:39:42.3614756Z test_grad_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.019s) 2022-12-01T10:39:42.3615039Z test_grad_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.872s) 2022-12-01T10:39:42.3615340Z test_grad_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.876s) 2022-12-01T10:39:42.3615632Z test_grad_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3615910Z test_grad_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3616228Z test_grad_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.980s) 2022-12-01T10:39:42.3616588Z test_grad_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.530s) 2022-12-01T10:39:42.3616956Z test_grad_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.475s) 2022-12-01T10:39:42.3617278Z test_grad_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (2.286s) 2022-12-01T10:39:42.3617597Z test_gradgrad_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.026s) 2022-12-01T10:39:42.3617933Z test_gradgrad_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3618241Z test_gradgrad_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3618560Z test_gradgrad_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T10:39:42.3618892Z test_gradgrad_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T10:39:42.3619220Z test_gradgrad_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T10:39:42.3619535Z test_gradgrad_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T10:39:42.3619850Z test_gradgrad_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.064s) 2022-12-01T10:39:42.3620151Z test_gradgrad_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.044s) 2022-12-01T10:39:42.3620441Z test_gradgrad_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.049s) 2022-12-01T10:39:42.3620734Z test_gradgrad_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.054s) 2022-12-01T10:39:42.3621041Z test_gradgrad_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T10:39:42.3621364Z test_gradgrad_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.025s) 2022-12-01T10:39:42.3621671Z test_gradgrad_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.033s) 2022-12-01T10:39:42.3621992Z test_gradgrad_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.053s) 2022-12-01T10:39:42.3622298Z test_gradgrad_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T10:39:42.3622587Z test_gradgrad_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:39:42.3622891Z test_gradgrad_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.093s) 2022-12-01T10:39:42.3623316Z test_gradgrad_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (5.062s) 2022-12-01T10:39:42.3623628Z test_gradgrad_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (5.102s) 2022-12-01T10:39:42.3623932Z test_gradgrad_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.038s) 2022-12-01T10:39:42.3624246Z test_gradgrad_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.030s) 2022-12-01T10:39:42.3624546Z test_gradgrad_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.130s) 2022-12-01T10:39:42.3624842Z test_gradgrad_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (14.198s) 2022-12-01T10:39:42.3625156Z test_gradgrad_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (14.130s) 2022-12-01T10:39:42.3625891Z test_gradgrad_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:39:42.3626441Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3627005Z /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:39:42.3627469Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3628033Z /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:39:42.3628670Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3629230Z /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:39:42.3629696Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3629924Z ok (0.046s) 2022-12-01T10:39:42.3630533Z test_gradgrad_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:39:42.3631073Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3631624Z /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:39:42.3632099Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3632650Z /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:39:42.3633123Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3633666Z /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:39:42.3634134Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3634432Z ok (0.050s) 2022-12-01T10:39:42.3635029Z test_gradgrad_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:39:42.3635575Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3636195Z /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:39:42.3636795Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3637356Z /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:39:42.3637821Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3638381Z /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:39:42.3638927Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3639188Z ok (0.056s) 2022-12-01T10:39:42.3639815Z test_gradgrad_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:39:42.3640367Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3640927Z /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:39:42.3641394Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3655241Z ok (0.024s) 2022-12-01T10:39:42.3656014Z test_gradgrad_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:39:42.3656596Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3657155Z /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:39:42.3657640Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3657872Z ok (0.026s) 2022-12-01T10:39:42.3658506Z test_gradgrad_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:39:42.3659057Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3659618Z /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:39:42.3660100Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3660329Z ok (0.033s) 2022-12-01T10:39:42.3660555Z test_gradgrad_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.028s) 2022-12-01T10:39:42.3660889Z test_gradgrad_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (5.192s) 2022-12-01T10:39:42.3661253Z test_gradgrad_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (5.177s) 2022-12-01T10:39:42.3661569Z test_gradgrad_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-12-01T10:39:42.3661873Z test_gradgrad_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.095s) 2022-12-01T10:39:42.3662182Z test_gradgrad_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (5.649s) 2022-12-01T10:39:42.3662630Z test_gradgrad_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (5.647s) 2022-12-01T10:39:42.3662922Z test_gradgrad_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T10:39:42.3663221Z test_gradgrad_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3663555Z test_gradgrad_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (8.918s) 2022-12-01T10:39:42.3663913Z test_gradgrad_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (4.158s) 2022-12-01T10:39:42.3664291Z test_gradgrad_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (3.742s) 2022-12-01T10:39:42.3664638Z test_gradgrad_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (23.514s) 2022-12-01T10:39:42.3665023Z test_if_train_and_eval_modes_differ_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.019s) 2022-12-01T10:39:42.3665381Z test_if_train_and_eval_modes_differ_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3665761Z test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3666132Z test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3666492Z test_if_train_and_eval_modes_differ_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3666828Z test_if_train_and_eval_modes_differ_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3667180Z test_if_train_and_eval_modes_differ_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3667526Z test_if_train_and_eval_modes_differ_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3667864Z test_if_train_and_eval_modes_differ_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3668216Z test_if_train_and_eval_modes_differ_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3668558Z test_if_train_and_eval_modes_differ_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3668903Z test_if_train_and_eval_modes_differ_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3669229Z test_if_train_and_eval_modes_differ_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3669561Z test_if_train_and_eval_modes_differ_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3669893Z test_if_train_and_eval_modes_differ_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3670224Z test_if_train_and_eval_modes_differ_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3670538Z test_if_train_and_eval_modes_differ_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3670876Z test_if_train_and_eval_modes_differ_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3671958Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-12-01T10:39:42.3672694Z "Complex modules are a new feature under active development whose design may change, " 2022-12-01T10:39:42.3672929Z ok (0.003s) 2022-12-01T10:39:42.3673220Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.010s) 2022-12-01T10:39:42.3673645Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3674017Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3674458Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3674820Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3675178Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3675532Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3675921Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3676286Z test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3676845Z test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3677199Z test_if_train_and_eval_modes_differ_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3677516Z test_if_train_and_eval_modes_differ_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3677858Z test_if_train_and_eval_modes_differ_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3678200Z test_if_train_and_eval_modes_differ_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3678530Z test_if_train_and_eval_modes_differ_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3678869Z test_if_train_and_eval_modes_differ_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3679204Z test_if_train_and_eval_modes_differ_nn_GRU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T10:39:42.3679534Z test_if_train_and_eval_modes_differ_nn_GRU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T10:39:42.3679871Z test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3680228Z test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3680579Z test_if_train_and_eval_modes_differ_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3680923Z test_if_train_and_eval_modes_differ_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3681253Z test_if_train_and_eval_modes_differ_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3681591Z test_if_train_and_eval_modes_differ_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3681935Z test_if_train_and_eval_modes_differ_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3682262Z test_if_train_and_eval_modes_differ_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3682605Z test_if_train_and_eval_modes_differ_nn_LSTM_cpu_float32 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T10:39:42.3682933Z test_if_train_and_eval_modes_differ_nn_LSTM_cpu_float64 (__main__.TestModuleCPU) ... ok (0.025s) 2022-12-01T10:39:42.3683677Z test_if_train_and_eval_modes_differ_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:39:42.3684249Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3684474Z ok (0.004s) 2022-12-01T10:39:42.3684804Z test_if_train_and_eval_modes_differ_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3685151Z test_if_train_and_eval_modes_differ_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3685486Z test_if_train_and_eval_modes_differ_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3685832Z test_if_train_and_eval_modes_differ_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3686180Z test_if_train_and_eval_modes_differ_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3686545Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3686955Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3687334Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3687711Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3688085Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3688442Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3688798Z test_if_train_and_eval_modes_differ_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3689130Z test_if_train_and_eval_modes_differ_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3689473Z test_if_train_and_eval_modes_differ_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleCPU) ... ok (0.027s) 2022-12-01T10:39:42.3689849Z test_if_train_and_eval_modes_differ_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleCPU) ... ok (0.029s) 2022-12-01T10:39:42.3690204Z test_if_train_and_eval_modes_differ_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3690542Z test_if_train_and_eval_modes_differ_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3690860Z test_if_train_and_eval_modes_differ_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3691190Z test_if_train_and_eval_modes_differ_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3691517Z test_if_train_and_eval_modes_differ_nn_RNN_cpu_float32 (__main__.TestModuleCPU) ... ok (0.020s) 2022-12-01T10:39:42.3691847Z test_if_train_and_eval_modes_differ_nn_RNN_cpu_float64 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T10:39:42.3692165Z test_if_train_and_eval_modes_differ_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3692495Z test_if_train_and_eval_modes_differ_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3692837Z test_if_train_and_eval_modes_differ_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3693157Z test_if_train_and_eval_modes_differ_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3693522Z test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.040s) 2022-12-01T10:39:42.3693918Z test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.053s) 2022-12-01T10:39:42.3694298Z test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.029s) 2022-12-01T10:39:42.3694660Z test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.027s) 2022-12-01T10:39:42.3695026Z test_if_train_and_eval_modes_differ_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.091s) 2022-12-01T10:39:42.3695407Z test_if_train_and_eval_modes_differ_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.094s) 2022-12-01T10:39:42.3695996Z test_memory_format_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_modules.py line 585 2022-12-01T10:39:42.3696329Z due to: 2022-12-01T10:39:42.3696515Z Traceback (most recent call last): 2022-12-01T10:39:42.3696926Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-12-01T10:39:42.3697232Z if isinstance(subobj, property): 2022-12-01T10:39:42.3697553Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-12-01T10:39:42.3697726Z 2022-12-01T10:39:42.3697799Z from user code: 2022-12-01T10:39:42.3698065Z File "test_modules.py", line 636, in 2022-12-01T10:39:42.3698359Z supports_channels_last = _check_dims(module_input.forward_input.args, 4) 2022-12-01T10:39:42.3698536Z 2022-12-01T10:39:42.3698669Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:39:42.3698888Z ========== 2022-12-01T10:39:42.3699219Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT inner_check_out_mem_format test_modules.py line 620 2022-12-01T10:39:42.3699476Z due to: 2022-12-01T10:39:42.3699664Z Traceback (most recent call last): 2022-12-01T10:39:42.3700051Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 429, in call_method 2022-12-01T10:39:42.3700383Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-12-01T10:39:42.3700649Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-12-01T10:39:42.3700789Z 2022-12-01T10:39:42.3700860Z from user code: 2022-12-01T10:39:42.3701084Z File "test_modules.py", line 624, in inner_check_out_mem_format 2022-12-01T10:39:42.3701383Z self.assertTrue(output.is_contiguous(memory_format=torch.channels_last)) 2022-12-01T10:39:42.3701562Z 2022-12-01T10:39:42.3701681Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:39:42.3701898Z ========== 2022-12-01T10:39:42.3702055Z ok (0.193s) 2022-12-01T10:39:42.3702303Z test_memory_format_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.035s) 2022-12-01T10:39:42.3702650Z test_memory_format_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.018s) 2022-12-01T10:39:42.3702990Z test_memory_format_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T10:39:42.3703334Z test_memory_format_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:39:42.3703662Z test_memory_format_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:39:42.3704001Z test_memory_format_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T10:39:42.3704336Z test_memory_format_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T10:39:42.3704664Z test_memory_format_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T10:39:42.3704999Z test_memory_format_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T10:39:42.3705334Z test_memory_format_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3705667Z test_memory_format_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3705988Z test_memory_format_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3706326Z test_memory_format_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3706664Z test_memory_format_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:39:42.3707001Z test_memory_format_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:39:42.3707347Z test_memory_format_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:39:42.3707648Z test_memory_format_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3707952Z test_memory_format_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T10:39:42.3708235Z test_memory_format_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T10:39:42.3708551Z test_memory_format_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.006s) 2022-12-01T10:39:42.3708885Z test_memory_format_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-12-01T10:39:42.3710000Z test_memory_format_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-12-01T10:39:42.3710726Z "Complex modules are a new feature under active development whose design may change, " 2022-12-01T10:39:42.3710958Z ok (0.006s) 2022-12-01T10:39:42.3711230Z test_memory_format_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.012s) 2022-12-01T10:39:42.3711587Z test_memory_format_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3711908Z test_memory_format_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3712244Z test_memory_format_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3712592Z test_memory_format_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-12-01T10:39:42.3712956Z test_memory_format_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-12-01T10:39:42.3713293Z test_memory_format_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-12-01T10:39:42.3713651Z test_memory_format_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.006s) 2022-12-01T10:39:42.3713995Z test_memory_format_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T10:39:42.3714407Z test_memory_format_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T10:39:42.3714715Z test_memory_format_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3715015Z test_memory_format_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3715346Z test_memory_format_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:39:42.3715675Z test_memory_format_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:39:42.3716000Z test_memory_format_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3716310Z test_memory_format_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3716764Z test_memory_format_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.064s) 2022-12-01T10:39:42.3717074Z test_memory_format_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.063s) 2022-12-01T10:39:42.3717394Z test_memory_format_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.063s) 2022-12-01T10:39:42.3717719Z test_memory_format_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.064s) 2022-12-01T10:39:42.3718064Z test_memory_format_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-12-01T10:39:42.3718479Z test_memory_format_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-12-01T10:39:42.3718815Z test_memory_format_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:39:42.3719132Z test_memory_format_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:39:42.3719444Z test_memory_format_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-12-01T10:39:42.3719779Z test_memory_format_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T10:39:42.3720101Z test_memory_format_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3720411Z test_memory_format_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3720765Z test_memory_format_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.138s) 2022-12-01T10:39:42.3721086Z test_memory_format_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.132s) 2022-12-01T10:39:42.3721405Z test_memory_format_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.133s) 2022-12-01T10:39:42.3721712Z test_memory_format_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.132s) 2022-12-01T10:39:42.3722409Z test_memory_format_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:39:42.3722969Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3723203Z ok (0.009s) 2022-12-01T10:39:42.3723437Z test_memory_format_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:39:42.3723754Z test_memory_format_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T10:39:42.3724070Z test_memory_format_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T10:39:42.3724404Z test_memory_format_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.006s) 2022-12-01T10:39:42.3724739Z test_memory_format_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.006s) 2022-12-01T10:39:42.3725085Z test_memory_format_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3725430Z test_memory_format_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3725781Z test_memory_format_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-12-01T10:39:42.3726154Z test_memory_format_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-12-01T10:39:42.3726525Z test_memory_format_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.006s) 2022-12-01T10:39:42.3726898Z test_memory_format_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.006s) 2022-12-01T10:39:42.3727237Z test_memory_format_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:39:42.3727567Z test_memory_format_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:39:42.3727928Z test_memory_format_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:39:42.3728315Z test_memory_format_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:39:42.3728681Z test_memory_format_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:39:42.3729068Z test_memory_format_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:39:42.3729424Z test_memory_format_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:39:42.3729797Z test_memory_format_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:39:42.3730103Z test_memory_format_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3730408Z test_memory_format_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3730721Z test_memory_format_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.088s) 2022-12-01T10:39:42.3731023Z test_memory_format_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.087s) 2022-12-01T10:39:42.3731336Z test_memory_format_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.088s) 2022-12-01T10:39:42.3731655Z test_memory_format_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.088s) 2022-12-01T10:39:42.3731993Z test_memory_format_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3732283Z test_memory_format_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3732587Z test_memory_format_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3732892Z test_memory_format_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3733229Z test_memory_format_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:39:42.3733623Z test_memory_format_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:39:42.3734018Z test_memory_format_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:39:42.3734423Z test_memory_format_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:39:42.3734814Z test_memory_format_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:39:42.3735220Z test_memory_format_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:39:42.3735593Z test_memory_format_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:39:42.3735934Z test_memory_format_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:39:42.3736298Z test_multiple_device_transfer_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3736701Z test_multiple_device_transfer_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3737109Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3737514Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3737893Z test_multiple_device_transfer_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3738272Z test_multiple_device_transfer_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3738659Z test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3739050Z test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3739440Z test_multiple_device_transfer_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3739839Z test_multiple_device_transfer_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3740241Z test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3740666Z test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3741051Z test_multiple_device_transfer_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3741442Z test_multiple_device_transfer_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3741828Z test_multiple_device_transfer_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3742197Z test_multiple_device_transfer_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3742582Z test_multiple_device_transfer_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3742955Z test_multiple_device_transfer_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3743316Z test_multiple_device_transfer_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3743674Z test_multiple_device_transfer_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3744027Z test_multiple_device_transfer_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3744388Z test_multiple_device_transfer_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3744768Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3745171Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3745558Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3745949Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3746339Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3746720Z test_multiple_device_transfer_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3747091Z test_multiple_device_transfer_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3747481Z test_multiple_device_transfer_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3747866Z test_multiple_device_transfer_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3748255Z test_multiple_device_transfer_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3748638Z test_multiple_device_transfer_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3749015Z test_multiple_device_transfer_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3749377Z test_multiple_device_transfer_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3749736Z test_multiple_device_transfer_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3750106Z test_multiple_device_transfer_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3750477Z test_multiple_device_transfer_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3750879Z test_multiple_device_transfer_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3751242Z test_multiple_device_transfer_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3751619Z test_multiple_device_transfer_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3751998Z test_multiple_device_transfer_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3752373Z test_multiple_device_transfer_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3752774Z test_multiple_device_transfer_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3753168Z test_multiple_device_transfer_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3753552Z test_multiple_device_transfer_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3753931Z test_multiple_device_transfer_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3754356Z test_multiple_device_transfer_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3754733Z test_multiple_device_transfer_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3755111Z test_multiple_device_transfer_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3755485Z test_multiple_device_transfer_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3755853Z test_multiple_device_transfer_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3756237Z test_multiple_device_transfer_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3756767Z test_multiple_device_transfer_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3757161Z test_multiple_device_transfer_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3757532Z test_multiple_device_transfer_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3757908Z test_multiple_device_transfer_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3758291Z test_multiple_device_transfer_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3758671Z test_multiple_device_transfer_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3759034Z test_multiple_device_transfer_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3759405Z test_multiple_device_transfer_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3759799Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3760204Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3760599Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3760994Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3761468Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3761874Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3762252Z test_multiple_device_transfer_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3762624Z test_multiple_device_transfer_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3763021Z test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3763479Z test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3763893Z test_multiple_device_transfer_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3764312Z test_multiple_device_transfer_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3764704Z test_multiple_device_transfer_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3765071Z test_multiple_device_transfer_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3765424Z test_multiple_device_transfer_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3765794Z test_multiple_device_transfer_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3766171Z test_multiple_device_transfer_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3766540Z test_multiple_device_transfer_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3766917Z test_multiple_device_transfer_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3767300Z test_multiple_device_transfer_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3767676Z test_multiple_device_transfer_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3768028Z test_multiple_device_transfer_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3768398Z test_multiple_device_transfer_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3768772Z test_multiple_device_transfer_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3769172Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3769582Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3770013Z test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3770456Z test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3770894Z test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3771324Z test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3771770Z test_multiple_device_transfer_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:39:42.3772151Z test_multiple_device_transfer_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:39:42.3772535Z test_non_contiguous_tensors_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:39:42.3772909Z test_non_contiguous_tensors_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:39:42.3773561Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_modules.py line 334 2022-12-01T10:39:42.3773954Z due to: 2022-12-01T10:39:42.3774145Z Traceback (most recent call last): 2022-12-01T10:39:42.3774546Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-12-01T10:39:42.3774858Z if isinstance(subobj, property): 2022-12-01T10:39:42.3775186Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-12-01T10:39:42.3775363Z 2022-12-01T10:39:42.3775433Z from user code: 2022-12-01T10:39:42.3775666Z File "test_modules.py", line 363, in 2022-12-01T10:39:42.3776004Z input_args, input_kwargs = module_input.forward_input.args, module_input.forward_input.kwargs 2022-12-01T10:39:42.3776200Z 2022-12-01T10:39:42.3776333Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:39:42.3776540Z ========== 2022-12-01T10:39:42.3776700Z ok (0.279s) 2022-12-01T10:39:42.3776972Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.150s) 2022-12-01T10:39:42.3777308Z test_non_contiguous_tensors_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.147s) 2022-12-01T10:39:42.3777644Z test_non_contiguous_tensors_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.149s) 2022-12-01T10:39:42.3777987Z test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.052s) 2022-12-01T10:39:42.3778344Z test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.050s) 2022-12-01T10:39:42.3778683Z test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T10:39:42.3779045Z test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T10:39:42.3779401Z test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.044s) 2022-12-01T10:39:42.3779756Z test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.043s) 2022-12-01T10:39:42.3780098Z test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:39:42.3780454Z test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:39:42.3780793Z test_non_contiguous_tensors_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T10:39:42.3781107Z test_non_contiguous_tensors_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-12-01T10:39:42.3781430Z test_non_contiguous_tensors_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.027s) 2022-12-01T10:39:42.3781752Z test_non_contiguous_tensors_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T10:39:42.3782074Z test_non_contiguous_tensors_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.028s) 2022-12-01T10:39:42.3782378Z test_non_contiguous_tensors_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.025s) 2022-12-01T10:39:42.3782698Z test_non_contiguous_tensors_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.035s) 2022-12-01T10:39:42.3783051Z test_non_contiguous_tensors_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.026s) 2022-12-01T10:39:42.3784105Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-12-01T10:39:42.3784826Z "Complex modules are a new feature under active development whose design may change, " 2022-12-01T10:39:42.3785056Z ok (0.019s) 2022-12-01T10:39:42.3785370Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.012s) 2022-12-01T10:39:42.3785753Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.019s) 2022-12-01T10:39:42.3786095Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T10:39:42.3786441Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T10:39:42.3786782Z test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T10:39:42.3787114Z test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T10:39:42.3787433Z test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T10:39:42.3787773Z test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T10:39:42.3788123Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.043s) 2022-12-01T10:39:42.3788472Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.041s) 2022-12-01T10:39:42.3788792Z test_non_contiguous_tensors_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T10:39:42.3789107Z test_non_contiguous_tensors_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T10:39:42.3789432Z test_non_contiguous_tensors_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T10:39:42.3789751Z test_non_contiguous_tensors_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T10:39:42.3790071Z test_non_contiguous_tensors_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.019s) 2022-12-01T10:39:42.3790393Z test_non_contiguous_tensors_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.019s) 2022-12-01T10:39:42.3790727Z test_non_contiguous_tensors_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.392s) 2022-12-01T10:39:42.3791049Z test_non_contiguous_tensors_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.363s) 2022-12-01T10:39:42.3791387Z test_non_contiguous_tensors_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.367s) 2022-12-01T10:39:42.3791729Z test_non_contiguous_tensors_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.358s) 2022-12-01T10:39:42.3792060Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T10:39:42.3792404Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T10:39:42.3792747Z test_non_contiguous_tensors_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:39:42.3793080Z test_non_contiguous_tensors_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:39:42.3793391Z test_non_contiguous_tensors_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T10:39:42.3793751Z test_non_contiguous_tensors_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T10:39:42.3794073Z test_non_contiguous_tensors_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.024s) 2022-12-01T10:39:42.3794475Z test_non_contiguous_tensors_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.024s) 2022-12-01T10:39:42.3794804Z test_non_contiguous_tensors_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.988s) 2022-12-01T10:39:42.3795147Z test_non_contiguous_tensors_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.974s) 2022-12-01T10:39:42.3795492Z test_non_contiguous_tensors_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.994s) 2022-12-01T10:39:42.3795816Z test_non_contiguous_tensors_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.980s) 2022-12-01T10:39:42.3796734Z test_non_contiguous_tensors_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:39:42.3797307Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3797545Z ok (0.027s) 2022-12-01T10:39:42.3797791Z test_non_contiguous_tensors_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.024s) 2022-12-01T10:39:42.3798129Z test_non_contiguous_tensors_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.028s) 2022-12-01T10:39:42.3798463Z test_non_contiguous_tensors_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.026s) 2022-12-01T10:39:42.3798801Z test_non_contiguous_tensors_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.030s) 2022-12-01T10:39:42.3799125Z test_non_contiguous_tensors_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.027s) 2022-12-01T10:39:42.3799477Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T10:39:42.3799847Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T10:39:42.3800211Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T10:39:42.3800559Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T10:39:42.3800911Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T10:39:42.3801271Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T10:39:42.3801601Z test_non_contiguous_tensors_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T10:39:42.3801924Z test_non_contiguous_tensors_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T10:39:42.3802279Z test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.821s) 2022-12-01T10:39:42.3802658Z test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.790s) 2022-12-01T10:39:42.3803025Z test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.824s) 2022-12-01T10:39:42.3803400Z test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.795s) 2022-12-01T10:39:42.3803750Z test_non_contiguous_tensors_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.027s) 2022-12-01T10:39:42.3804075Z test_non_contiguous_tensors_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.026s) 2022-12-01T10:39:42.3804383Z test_non_contiguous_tensors_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.025s) 2022-12-01T10:39:42.3804704Z test_non_contiguous_tensors_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.024s) 2022-12-01T10:39:42.3805089Z test_non_contiguous_tensors_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.515s) 2022-12-01T10:39:42.3805410Z test_non_contiguous_tensors_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.499s) 2022-12-01T10:39:42.3805751Z test_non_contiguous_tensors_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.514s) 2022-12-01T10:39:42.3806087Z test_non_contiguous_tensors_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.497s) 2022-12-01T10:39:42.3806416Z test_non_contiguous_tensors_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T10:39:42.3806721Z test_non_contiguous_tensors_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T10:39:42.3807041Z test_non_contiguous_tensors_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T10:39:42.3807399Z test_non_contiguous_tensors_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T10:39:42.3807758Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.394s) 2022-12-01T10:39:42.3808126Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.382s) 2022-12-01T10:39:42.3808513Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.295s) 2022-12-01T10:39:42.3808914Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.284s) 2022-12-01T10:39:42.3809314Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.267s) 2022-12-01T10:39:42.3809699Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.258s) 2022-12-01T10:39:42.3810066Z test_non_contiguous_tensors_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.596s) 2022-12-01T10:39:42.3810405Z test_non_contiguous_tensors_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.574s) 2022-12-01T10:39:42.3810959Z test_pickle_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_modules.py line 218 2022-12-01T10:39:42.3811291Z due to: 2022-12-01T10:39:42.3811476Z Traceback (most recent call last): 2022-12-01T10:39:42.3811984Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-12-01T10:39:42.3812276Z if isinstance(subobj, property): 2022-12-01T10:39:42.3812605Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-12-01T10:39:42.3812783Z 2022-12-01T10:39:42.3812854Z from user code: 2022-12-01T10:39:42.3813071Z File "test_modules.py", line 223, in 2022-12-01T10:39:42.3813398Z args, kwargs = module_input.constructor_input.args, module_input.constructor_input.kwargs 2022-12-01T10:39:42.3813594Z 2022-12-01T10:39:42.3813727Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:39:42.3813949Z ========== 2022-12-01T10:39:42.3814094Z ok (0.015s) 2022-12-01T10:39:42.3814347Z test_pickle_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:39:42.3814682Z test_pickle_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3814997Z test_pickle_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3815317Z test_pickle_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3815657Z test_pickle_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3815972Z test_pickle_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3816286Z test_pickle_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3816660Z test_pickle_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3816985Z test_pickle_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3817291Z test_pickle_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3817617Z test_pickle_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3817939Z test_pickle_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3818264Z test_pickle_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3818560Z test_pickle_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3818892Z test_pickle_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3819193Z test_pickle_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:39:42.3819473Z test_pickle_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3819763Z test_pickle_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:39:42.3820050Z test_pickle_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:39:42.3820332Z test_pickle_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:39:42.3820602Z test_pickle_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:39:42.3821622Z test_pickle_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-12-01T10:39:42.3822340Z "Complex modules are a new feature under active development whose design may change, " 2022-12-01T10:39:42.3822585Z ok (0.005s) 2022-12-01T10:39:42.3822841Z test_pickle_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.010s) 2022-12-01T10:39:42.3823183Z test_pickle_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3823506Z test_pickle_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3823824Z test_pickle_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3824123Z test_pickle_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3824435Z test_pickle_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3824746Z test_pickle_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3825040Z test_pickle_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3825359Z test_pickle_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T10:39:42.3825679Z test_pickle_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T10:39:42.3825979Z test_pickle_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3826249Z test_pickle_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3826539Z test_pickle_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3826841Z test_pickle_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3827125Z test_pickle_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3827419Z test_pickle_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3827765Z test_pickle_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.063s) 2022-12-01T10:39:42.3828066Z test_pickle_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.063s) 2022-12-01T10:39:42.3828360Z test_pickle_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.062s) 2022-12-01T10:39:42.3828666Z test_pickle_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.063s) 2022-12-01T10:39:42.3828978Z test_pickle_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3829284Z test_pickle_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3829592Z test_pickle_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3829895Z test_pickle_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3830225Z test_pickle_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3830504Z test_pickle_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3830801Z test_pickle_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3831095Z test_pickle_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3831385Z test_pickle_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.132s) 2022-12-01T10:39:42.3831688Z test_pickle_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.133s) 2022-12-01T10:39:42.3831997Z test_pickle_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.132s) 2022-12-01T10:39:42.3832299Z test_pickle_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.132s) 2022-12-01T10:39:42.3832966Z test_pickle_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:39:42.3833508Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3833742Z ok (0.009s) 2022-12-01T10:39:42.3833968Z test_pickle_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:39:42.3834352Z test_pickle_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:39:42.3834658Z test_pickle_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:39:42.3834963Z test_pickle_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:39:42.3835250Z test_pickle_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:39:42.3835569Z test_pickle_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3835909Z test_pickle_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3836228Z test_pickle_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3836699Z test_pickle_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3837058Z test_pickle_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3837391Z test_pickle_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:39:42.3837691Z test_pickle_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3837991Z test_pickle_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:39:42.3838317Z test_pickle_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.176s) 2022-12-01T10:39:42.3838665Z test_pickle_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.175s) 2022-12-01T10:39:42.3839006Z test_pickle_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.176s) 2022-12-01T10:39:42.3839361Z test_pickle_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.174s) 2022-12-01T10:39:42.3839768Z test_pickle_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:39:42.3840054Z test_pickle_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:39:42.3840349Z test_pickle_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3840644Z test_pickle_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:39:42.3840949Z test_pickle_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.100s) 2022-12-01T10:39:42.3841239Z test_pickle_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.100s) 2022-12-01T10:39:42.3841549Z test_pickle_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.100s) 2022-12-01T10:39:42.3841910Z test_pickle_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.100s) 2022-12-01T10:39:42.3842196Z test_pickle_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3842487Z test_pickle_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:39:42.3842775Z test_pickle_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3843068Z test_pickle_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3843381Z test_pickle_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.112s) 2022-12-01T10:39:42.3843734Z test_pickle_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.112s) 2022-12-01T10:39:42.3844098Z test_pickle_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.087s) 2022-12-01T10:39:42.3844449Z test_pickle_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.088s) 2022-12-01T10:39:42.3844826Z test_pickle_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.078s) 2022-12-01T10:39:42.3845200Z test_pickle_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.079s) 2022-12-01T10:39:42.3845536Z test_pickle_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.199s) 2022-12-01T10:39:42.3845828Z test_pickle_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.300s) 2022-12-01T10:39:42.3846144Z test_repr_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.026s) 2022-12-01T10:39:42.3846469Z test_repr_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3846788Z test_repr_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:39:42.3847096Z test_repr_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:39:42.3847404Z test_repr_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:39:42.3847701Z test_repr_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:39:42.3847998Z test_repr_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:39:42.3848317Z test_repr_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:39:42.3848639Z test_repr_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:39:42.3848963Z test_repr_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:39:42.3849264Z test_repr_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:39:42.3849580Z test_repr_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:39:42.3849896Z test_repr_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:39:42.3850205Z test_repr_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:39:42.3850504Z test_repr_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3850836Z test_repr_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3851122Z test_repr_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3851395Z test_repr_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3851681Z test_repr_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3851961Z test_repr_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3852226Z test_repr_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3852359Z test_repr_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3853281Z test_repr_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-12-01T10:39:42.3853444Z "Complex modules are a new feature under active development whose design may change, " 2022-12-01T10:39:42.3853518Z ok (0.002s) 2022-12-01T10:39:42.3853671Z test_repr_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3853817Z test_repr_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3853964Z test_repr_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3854106Z test_repr_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3854242Z test_repr_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3854387Z test_repr_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3854527Z test_repr_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3854673Z test_repr_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3854820Z test_repr_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3854968Z test_repr_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3855098Z test_repr_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:39:42.3855225Z test_repr_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:39:42.3855350Z test_repr_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:39:42.3855488Z test_repr_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:39:42.3855621Z test_repr_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3855756Z test_repr_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3855895Z test_repr_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T10:39:42.3856032Z test_repr_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T10:39:42.3856174Z test_repr_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T10:39:42.3856311Z test_repr_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T10:39:42.3856456Z test_repr_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3856588Z test_repr_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3856725Z test_repr_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:39:42.3856862Z test_repr_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:39:42.3857031Z test_repr_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3857165Z test_repr_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3857301Z test_repr_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3857438Z test_repr_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3857578Z test_repr_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.021s) 2022-12-01T10:39:42.3857701Z test_repr_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T10:39:42.3857841Z test_repr_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.021s) 2022-12-01T10:39:42.3857976Z test_repr_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T10:39:42.3858519Z test_repr_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:39:42.3858725Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:39:42.3858795Z ok (0.003s) 2022-12-01T10:39:42.3858934Z test_repr_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3859074Z test_repr_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3859197Z test_repr_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3859334Z test_repr_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:39:42.3859470Z test_repr_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3859630Z test_repr_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3859788Z test_repr_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3859944Z test_repr_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3860096Z test_repr_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3860246Z test_repr_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3860382Z test_repr_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3860516Z test_repr_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3860648Z test_repr_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3860812Z test_repr_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.026s) 2022-12-01T10:39:42.3860976Z test_repr_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.027s) 2022-12-01T10:39:42.3861138Z test_repr_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.026s) 2022-12-01T10:39:42.3861303Z test_repr_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.027s) 2022-12-01T10:39:42.3861438Z test_repr_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3861571Z test_repr_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3861687Z test_repr_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3861815Z test_repr_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:39:42.3861955Z test_repr_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.018s) 2022-12-01T10:39:42.3862093Z test_repr_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-12-01T10:39:42.3862235Z test_repr_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.018s) 2022-12-01T10:39:42.3862373Z test_repr_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-12-01T10:39:42.3862541Z test_repr_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:39:42.3862669Z test_repr_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:39:42.3862787Z test_repr_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:39:42.3862916Z test_repr_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:39:42.3863081Z test_repr_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T10:39:42.3863242Z test_repr_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.025s) 2022-12-01T10:39:42.3863414Z test_repr_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.018s) 2022-12-01T10:39:42.3863633Z test_repr_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.019s) 2022-12-01T10:39:42.3863807Z test_repr_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T10:39:42.3863984Z test_repr_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T10:39:42.3864109Z test_repr_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.071s) 2022-12-01T10:39:42.3864248Z test_repr_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.074s) 2022-12-01T10:39:42.3864256Z 2022-12-01T10:39:42.3864459Z ---------------------------------------------------------------------- 2022-12-01T10:39:42.3864539Z Ran 918 tests in 147.461s 2022-12-01T10:39:42.3864545Z 2022-12-01T10:39:42.3864641Z OK (skipped=214, expected failures=17) 2022-12-01T10:39:42.3864646Z 2022-12-01T10:39:42.3864729Z Generating XML reports... 2022-12-01T10:39:42.3865011Z Generated XML report: test-reports/python-unittest/test_modules/TEST-TestModuleCPU-20221201103714.xml 2022-12-01T10:39:42.3865018Z 2022-12-01T10:39:42.3865400Z ##[endgroup] 2022-12-01T10:39:42.3865660Z FINISHED PRINTING LOG FILE of test_modules (/var/lib/jenkins/workspace/test/test-reports/test_modules_jwd5nugu) 2022-12-01T10:39:42.3865682Z 2022-12-01T10:39:42.3865822Z Running test_optim ... [2022-12-01 10:39:42.342128] 2022-12-01T10:39:42.3866147Z Executing ['/opt/conda/bin/python', '-bb', 'test_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:39:42.342477] 2022-12-01T10:40:58.3828475Z 2022-12-01T10:40:58.3828998Z Expand the folded group to see the log file of test_optim 2022-12-01T10:40:58.3830102Z ##[group]PRINTING LOG FILE of test_optim (/var/lib/jenkins/workspace/test/test-reports/test_optim__0fcvrpk) 2022-12-01T10:40:58.3830982Z Test results will be stored in test-reports/python-unittest/test_optim 2022-12-01T10:40:58.3831309Z 2022-12-01T10:40:58.3831439Z Running tests... 2022-12-01T10:40:58.3831962Z ---------------------------------------------------------------------- 2022-12-01T10:40:58.3832891Z test_adam (__main__.TestDifferentiableOptimizer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 2951 2022-12-01T10:40:58.3833510Z due to: 2022-12-01T10:40:58.3833984Z Traceback (most recent call last): 2022-12-01T10:40:58.3834863Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-12-01T10:40:58.3835480Z raise NotImplementedError(f"{self} is not a constant") 2022-12-01T10:40:58.3836004Z NotImplementedError: TensorVariable() is not a constant 2022-12-01T10:40:58.3836158Z 2022-12-01T10:40:58.3836230Z from user code: 2022-12-01T10:40:58.3836703Z File "test_optim.py", line 2952, in 2022-12-01T10:40:58.3837116Z opt.state[p].update(opt_differentiable_state) 2022-12-01T10:40:58.3837357Z 2022-12-01T10:40:58.3837536Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.3838087Z ========== 2022-12-01T10:40:58.3838834Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT /opt/conda/lib/python3.7/site-packages/torch/optim/adam.py line 178 2022-12-01T10:40:58.3839630Z due to: 2022-12-01T10:40:58.3839955Z Traceback (most recent call last): 2022-12-01T10:40:58.3840684Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-12-01T10:40:58.3841302Z raise NotImplementedError(f"{self} is not a constant") 2022-12-01T10:40:58.3841764Z NotImplementedError: TensorVariable() is not a constant 2022-12-01T10:40:58.3842030Z 2022-12-01T10:40:58.3842163Z from user code: 2022-12-01T10:40:58.3842810Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/adam.py", line 209, in 2022-12-01T10:40:58.3843297Z state = self.state[p] 2022-12-01T10:40:58.3843516Z 2022-12-01T10:40:58.3843744Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.3844168Z ========== 2022-12-01T10:40:58.3844786Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT adam /opt/conda/lib/python3.7/site-packages/torch/optim/adam.py line 257 2022-12-01T10:40:58.3845179Z due to: 2022-12-01T10:40:58.3845457Z Traceback (most recent call last): 2022-12-01T10:40:58.3845973Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-12-01T10:40:58.3846297Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-12-01T10:40:58.3846687Z RuntimeError: a leaf Variable that requires grad is being used in an in-place operation. 2022-12-01T10:40:58.3846873Z 2022-12-01T10:40:58.3847011Z The above exception was the direct cause of the following exception: 2022-12-01T10:40:58.3847178Z 2022-12-01T10:40:58.3847271Z Traceback (most recent call last): 2022-12-01T10:40:58.3847648Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:40:58.3847946Z raise TorchRuntimeError() from e 2022-12-01T10:40:58.3848187Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:40:58.3848331Z 2022-12-01T10:40:58.3848392Z from user code: 2022-12-01T10:40:58.3848715Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/adam.py", line 316, in adam 2022-12-01T10:40:58.3848969Z found_inf=found_inf) 2022-12-01T10:40:58.3849081Z 2022-12-01T10:40:58.3849200Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.3849423Z ========== 2022-12-01T10:40:58.3849824Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _single_tensor_adam /opt/conda/lib/python3.7/site-packages/torch/optim/adam.py line 319 2022-12-01T10:40:58.3850116Z due to: 2022-12-01T10:40:58.3850289Z Traceback (most recent call last): 2022-12-01T10:40:58.3850682Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-12-01T10:40:58.3851375Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-12-01T10:40:58.3851746Z RuntimeError: a leaf Variable that requires grad is being used in an in-place operation. 2022-12-01T10:40:58.3851936Z 2022-12-01T10:40:58.3852071Z The above exception was the direct cause of the following exception: 2022-12-01T10:40:58.3852236Z 2022-12-01T10:40:58.3852328Z Traceback (most recent call last): 2022-12-01T10:40:58.3852717Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:40:58.3852999Z raise TorchRuntimeError() from e 2022-12-01T10:40:58.3853235Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:40:58.3853376Z 2022-12-01T10:40:58.3853448Z from user code: 2022-12-01T10:40:58.3853866Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/adam.py", line 363, in _single_tensor_adam 2022-12-01T10:40:58.3854282Z exp_avg.mul_(beta1).add_(grad, alpha=1 - beta1) 2022-12-01T10:40:58.3854455Z 2022-12-01T10:40:58.3854617Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.3854841Z ========== 2022-12-01T10:40:58.3854989Z ok (4.669s) 2022-12-01T10:40:58.3855483Z test_rmsprop (__main__.TestDifferentiableOptimizer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT step /opt/conda/lib/python3.7/site-packages/torch/optim/rmsprop.py line 98 2022-12-01T10:40:58.3855904Z due to: 2022-12-01T10:40:58.3856076Z Traceback (most recent call last): 2022-12-01T10:40:58.3856487Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-12-01T10:40:58.3856824Z raise NotImplementedError(f"{self} is not a constant") 2022-12-01T10:40:58.3857087Z NotImplementedError: TensorVariable() is not a constant 2022-12-01T10:40:58.3857245Z 2022-12-01T10:40:58.3857316Z from user code: 2022-12-01T10:40:58.3857652Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/rmsprop.py", line 127, in step 2022-12-01T10:40:58.3857921Z state = self.state[p] 2022-12-01T10:40:58.3858024Z 2022-12-01T10:40:58.3858202Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.3858427Z ========== 2022-12-01T10:40:58.3858887Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT rmsprop /opt/conda/lib/python3.7/site-packages/torch/optim/rmsprop.py line 168 2022-12-01T10:40:58.3859281Z due to: 2022-12-01T10:40:58.3859559Z Traceback (most recent call last): 2022-12-01T10:40:58.3859975Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-12-01T10:40:58.3860311Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-12-01T10:40:58.3860682Z RuntimeError: a leaf Variable that requires grad is being used in an in-place operation. 2022-12-01T10:40:58.3860870Z 2022-12-01T10:40:58.3861009Z The above exception was the direct cause of the following exception: 2022-12-01T10:40:58.3861175Z 2022-12-01T10:40:58.3861268Z Traceback (most recent call last): 2022-12-01T10:40:58.3861648Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:40:58.3861945Z raise TorchRuntimeError() from e 2022-12-01T10:40:58.3862184Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:40:58.3862326Z 2022-12-01T10:40:58.3862396Z from user code: 2022-12-01T10:40:58.3862722Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/rmsprop.py", line 213, in rmsprop 2022-12-01T10:40:58.3863001Z differentiable=differentiable) 2022-12-01T10:40:58.3863133Z 2022-12-01T10:40:58.3863266Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.3863471Z ========== 2022-12-01T10:40:58.3863891Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _single_tensor_rmsprop /opt/conda/lib/python3.7/site-packages/torch/optim/rmsprop.py line 216 2022-12-01T10:40:58.3864193Z due to: 2022-12-01T10:40:58.3864366Z Traceback (most recent call last): 2022-12-01T10:40:58.3864757Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-12-01T10:40:58.3865088Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-12-01T10:40:58.3865469Z RuntimeError: a leaf Variable that requires grad is being used in an in-place operation. 2022-12-01T10:40:58.3865646Z 2022-12-01T10:40:58.3865784Z The above exception was the direct cause of the following exception: 2022-12-01T10:40:58.3865948Z 2022-12-01T10:40:58.3866038Z Traceback (most recent call last): 2022-12-01T10:40:58.3866424Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:40:58.3866704Z raise TorchRuntimeError() from e 2022-12-01T10:40:58.3866938Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:40:58.3867079Z 2022-12-01T10:40:58.3867150Z from user code: 2022-12-01T10:40:58.3867508Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/rmsprop.py", line 245, in _single_tensor_rmsprop 2022-12-01T10:40:58.3867872Z square_avg.mul_(alpha).addcmul_(grad, grad, value=1 - alpha) 2022-12-01T10:40:58.3868028Z 2022-12-01T10:40:58.3868167Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.3868390Z ========== 2022-12-01T10:40:58.3868592Z ok (0.113s) 2022-12-01T10:40:58.3869044Z test_sgd (__main__.TestDifferentiableOptimizer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 2946 2022-12-01T10:40:58.3869364Z due to: 2022-12-01T10:40:58.3869539Z Traceback (most recent call last): 2022-12-01T10:40:58.3869956Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:40:58.3870291Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:40:58.3870544Z AssertionError: _RequiredParameter 2022-12-01T10:40:58.3870664Z 2022-12-01T10:40:58.3870736Z from user code: 2022-12-01T10:40:58.3870959Z File "test_optim.py", line 2951, in 2022-12-01T10:40:58.3871192Z opt = opt_class([p], **kwargs) 2022-12-01T10:40:58.3871314Z 2022-12-01T10:40:58.3871471Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.3871696Z ========== 2022-12-01T10:40:58.3872084Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT step /opt/conda/lib/python3.7/site-packages/torch/optim/sgd.py line 119 2022-12-01T10:40:58.3872366Z due to: 2022-12-01T10:40:58.3872540Z Traceback (most recent call last): 2022-12-01T10:40:58.3872945Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-12-01T10:40:58.3873284Z raise NotImplementedError(f"{self} is not a constant") 2022-12-01T10:40:58.3873547Z NotImplementedError: TensorVariable() is not a constant 2022-12-01T10:40:58.3873706Z 2022-12-01T10:40:58.3873777Z from user code: 2022-12-01T10:40:58.3874106Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/sgd.py", line 145, in step 2022-12-01T10:40:58.3874450Z state = self.state[p] 2022-12-01T10:40:58.3874571Z 2022-12-01T10:40:58.3874707Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.3874930Z ========== 2022-12-01T10:40:58.3875314Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT sgd /opt/conda/lib/python3.7/site-packages/torch/optim/sgd.py line 171 2022-12-01T10:40:58.3875583Z due to: 2022-12-01T10:40:58.3875770Z Traceback (most recent call last): 2022-12-01T10:40:58.3876167Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-12-01T10:40:58.3876484Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-12-01T10:40:58.3877110Z RuntimeError: a leaf Variable that requires grad is being used in an in-place operation. 2022-12-01T10:40:58.3877299Z 2022-12-01T10:40:58.3877437Z The above exception was the direct cause of the following exception: 2022-12-01T10:40:58.3877602Z 2022-12-01T10:40:58.3877696Z Traceback (most recent call last): 2022-12-01T10:40:58.3878074Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:40:58.3878379Z raise TorchRuntimeError() from e 2022-12-01T10:40:58.3878620Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:40:58.3878762Z 2022-12-01T10:40:58.3878820Z from user code: 2022-12-01T10:40:58.3879139Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/sgd.py", line 211, in sgd 2022-12-01T10:40:58.3879398Z maximize=maximize) 2022-12-01T10:40:58.3879510Z 2022-12-01T10:40:58.3879629Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.3879848Z ========== 2022-12-01T10:40:58.3880252Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _single_tensor_sgd /opt/conda/lib/python3.7/site-packages/torch/optim/sgd.py line 213 2022-12-01T10:40:58.3880544Z due to: 2022-12-01T10:40:58.3880714Z Traceback (most recent call last): 2022-12-01T10:40:58.3881107Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-12-01T10:40:58.3881440Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-12-01T10:40:58.3881807Z RuntimeError: a leaf Variable that requires grad is being used in an in-place operation. 2022-12-01T10:40:58.3882083Z 2022-12-01T10:40:58.3882220Z The above exception was the direct cause of the following exception: 2022-12-01T10:40:58.3882387Z 2022-12-01T10:40:58.3882483Z Traceback (most recent call last): 2022-12-01T10:40:58.3882875Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:40:58.3883159Z raise TorchRuntimeError() from e 2022-12-01T10:40:58.3883397Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:40:58.3883539Z 2022-12-01T10:40:58.3883612Z from user code: 2022-12-01T10:40:58.3883949Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/sgd.py", line 245, in _single_tensor_sgd 2022-12-01T10:40:58.3884263Z param.add_(d_p, alpha=-lr) 2022-12-01T10:40:58.3884389Z 2022-12-01T10:40:58.3884523Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.3884775Z ========== 2022-12-01T10:40:58.3884938Z ok (0.073s) 2022-12-01T10:40:58.3885202Z test_CosineAnnealingWarmRestarts_lr1_T_mult_1 (__main__.TestLRScheduler) ... ok (1.401s) 2022-12-01T10:40:58.3885551Z test_CosineAnnealingWarmRestarts_lr1_T_mult_2 (__main__.TestLRScheduler) ... ok (1.253s) 2022-12-01T10:40:58.3885878Z test_CosineAnnealingWarmRestarts_lr1_T_mult_4 (__main__.TestLRScheduler) ... ok (1.326s) 2022-12-01T10:40:58.3886223Z test_CosineAnnealingWarmRestarts_lr2 (__main__.TestLRScheduler) ... ok (0.447s) 2022-12-01T10:40:58.3886553Z test_CosineAnnealingWarmRestarts_lr3 (__main__.TestLRScheduler) ... ok (0.066s) 2022-12-01T10:40:58.3886883Z test_CosineAnnealingWarmRestarts_lr_state_dict (__main__.TestLRScheduler) ... ok (0.025s) 2022-12-01T10:40:58.3888008Z 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:40:58.3888862Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.3889130Z ok (0.065s) 2022-12-01T10:40:58.3890121Z test_chained_lr2 (__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:40:58.3890941Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.3891196Z ok (0.040s) 2022-12-01T10:40:58.3891440Z test_chained_lr2_get_last_lr_before_step (__main__.TestLRScheduler) ... ok (0.023s) 2022-12-01T10:40:58.3892488Z test_chained_lr3 (__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:40:58.3893310Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.3893574Z ok (0.075s) 2022-12-01T10:40:58.3894546Z test_chained_lr4 (__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:40:58.3895396Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.3895666Z ok (0.094s) 2022-12-01T10:40:58.3896673Z test_chained_lr5 (__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:40:58.3897495Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.3897746Z ok (0.133s) 2022-12-01T10:40:58.3897977Z test_closed_form_constantlr (__main__.TestLRScheduler) ... ok (0.157s) 2022-12-01T10:40:58.3898272Z test_closed_form_cos_anneal_lr (__main__.TestLRScheduler) ... ok (0.023s) 2022-12-01T10:40:58.3898548Z test_closed_form_exp_lr (__main__.TestLRScheduler) ... ok (0.021s) 2022-12-01T10:40:58.3898831Z test_closed_form_linearlr (__main__.TestLRScheduler) ... ok (0.022s) 2022-12-01T10:40:58.3899119Z test_closed_form_multi_step_lr (__main__.TestLRScheduler) ... ok (0.022s) 2022-12-01T10:40:58.3899405Z test_closed_form_poly_lr (__main__.TestLRScheduler) ... ok (0.022s) 2022-12-01T10:40:58.3899674Z test_closed_form_step_lr (__main__.TestLRScheduler) ... ok (0.022s) 2022-12-01T10:40:58.3900746Z 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:40:58.3901592Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.3901860Z ok (0.104s) 2022-12-01T10:40:58.3902879Z test_compound_cosanneal_and_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:40:58.3903702Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.3903970Z ok (0.089s) 2022-12-01T10:40:58.3904992Z test_compound_cosanneal_and_multistep_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:40:58.3905827Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.3906098Z ok (0.099s) 2022-12-01T10:40:58.3907143Z test_compound_cosanneal_and_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:40:58.3907987Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.3908252Z ok (0.074s) 2022-12-01T10:40:58.3909291Z test_compound_exp_and_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:40:58.3910125Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.3910378Z ok (0.069s) 2022-12-01T10:40:58.3911385Z test_compound_exp_and_multistep_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:40:58.3912221Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.3912491Z ok (0.059s) 2022-12-01T10:40:58.3913503Z test_compound_linearlr_and_multistep_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:40:58.3914419Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.3914677Z ok (0.010s) 2022-12-01T10:40:58.3914919Z test_compound_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.249s) 2022-12-01T10:40:58.3915233Z test_compound_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.214s) 2022-12-01T10:40:58.3915527Z test_compound_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.204s) 2022-12-01T10:40:58.3915825Z test_compound_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.149s) 2022-12-01T10:40:58.3916126Z test_compound_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.223s) 2022-12-01T10:40:58.3917418Z test_compound_step_and_constantlr (__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:40:58.3918273Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.3918597Z ok (0.047s) 2022-12-01T10:40:58.3919607Z test_compound_step_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:40:58.3920428Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.3920695Z ok (0.058s) 2022-12-01T10:40:58.3921748Z test_compound_step_and_multistep_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:40:58.3922596Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.3922862Z ok (0.031s) 2022-12-01T10:40:58.3923837Z test_constantlr (__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:40:58.3924653Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.3924922Z ok (0.031s) 2022-12-01T10:40:58.3925164Z test_constantlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.016s) 2022-12-01T10:40:58.3925489Z test_constantlr_with_epoch (__main__.TestLRScheduler) ... ok (0.066s) 2022-12-01T10:40:58.3926540Z 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:40:58.3927363Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.3927619Z ok (0.047s) 2022-12-01T10:40:58.3928395Z 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:40:58.3928933Z warnings.warn(msg, FutureWarning) 2022-12-01T10:40:58.3929131Z ok (0.025s) 2022-12-01T10:40:58.3929347Z test_cosine_lr_state_dict (__main__.TestLRScheduler) ... ok (0.026s) 2022-12-01T10:40:58.3929863Z test_cosine_then_cyclic (__main__.TestLRScheduler) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 2643 2022-12-01T10:40:58.3930182Z due to: 2022-12-01T10:40:58.3930365Z Traceback (most recent call last): 2022-12-01T10:40:58.3930767Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:40:58.3931144Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:40:58.3931392Z AssertionError: _RequiredParameter 2022-12-01T10:40:58.3931526Z 2022-12-01T10:40:58.3931584Z from user code: 2022-12-01T10:40:58.3931824Z File "test_optim.py", line 2644, in 2022-12-01T10:40:58.3932119Z optimizer = torch.optim.SGD(model.parameters(), lr=optim_lr) 2022-12-01T10:40:58.3932283Z 2022-12-01T10:40:58.3932417Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.3932624Z ========== 2022-12-01T10:40:58.3932789Z ok (0.044s) 2022-12-01T10:40:58.3933060Z test_cycle_lr_cycle_momentum_fail_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.040s) 2022-12-01T10:40:58.3933375Z test_cycle_lr_exp_range_mode (__main__.TestLRScheduler) ... ok (0.189s) 2022-12-01T10:40:58.3933703Z test_cycle_lr_exp_range_mode_one_lr (__main__.TestLRScheduler) ... ok (0.077s) 2022-12-01T10:40:58.3934029Z test_cycle_lr_exp_range_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.077s) 2022-12-01T10:40:58.3934322Z test_cycle_lr_invalid_mode (__main__.TestLRScheduler) ... ok (0.008s) 2022-12-01T10:40:58.3935019Z 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:40:58.3936112Z 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.002s) 2022-12-01T10:40:58.3936638Z test_cycle_lr_triangular2_mode (__main__.TestLRScheduler) ... ok (0.158s) 2022-12-01T10:40:58.3936946Z test_cycle_lr_triangular2_mode_one_lr (__main__.TestLRScheduler) ... ok (0.037s) 2022-12-01T10:40:58.3937260Z test_cycle_lr_triangular2_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.352s) 2022-12-01T10:40:58.3937574Z test_cycle_lr_triangular_mode (__main__.TestLRScheduler) ... ok (0.101s) 2022-12-01T10:40:58.3937880Z test_cycle_lr_triangular_mode_one_lr (__main__.TestLRScheduler) ... ok (0.028s) 2022-12-01T10:40:58.3938203Z test_cycle_lr_triangular_mode_one_lr_no_momentum (__main__.TestLRScheduler) ... ok (0.029s) 2022-12-01T10:40:58.3938518Z test_cycle_lr_triangular_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.028s) 2022-12-01T10:40:58.3939118Z test_cycle_lr_with_adam (__main__.TestLRScheduler) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /opt/conda/lib/python3.7/site-packages/torch/optim/optimizer.py line 56 2022-12-01T10:40:58.3939476Z due to: 2022-12-01T10:40:58.3939664Z Traceback (most recent call last): 2022-12-01T10:40:58.3940054Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/base.py", line 140, in python_type 2022-12-01T10:40:58.3940382Z raise NotImplementedError(f"{self} has no type") 2022-12-01T10:40:58.3940668Z NotImplementedError: ListIteratorVariable() has no type 2022-12-01T10:40:58.3940832Z 2022-12-01T10:40:58.3940891Z from user code: 2022-12-01T10:40:58.3941261Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/optimizer.py", line 66, in 2022-12-01T10:40:58.3941560Z self.add_param_group(param_group) 2022-12-01T10:40:58.3941694Z 2022-12-01T10:40:58.3941827Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.3942033Z ========== 2022-12-01T10:40:58.3942451Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT add_param_group /opt/conda/lib/python3.7/site-packages/torch/optim/optimizer.py line 300 2022-12-01T10:40:58.3942788Z due to: 2022-12-01T10:40:58.3942959Z Traceback (most recent call last): 2022-12-01T10:40:58.3943359Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/base.py", line 140, in python_type 2022-12-01T10:40:58.3943677Z raise NotImplementedError(f"{self} has no type") 2022-12-01T10:40:58.3943940Z NotImplementedError: ListIteratorVariable() has no type 2022-12-01T10:40:58.3944101Z 2022-12-01T10:40:58.3944171Z from user code: 2022-12-01T10:40:58.3944526Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/optimizer.py", line 313, in add_param_group 2022-12-01T10:40:58.3944821Z if isinstance(params, torch.Tensor): 2022-12-01T10:40:58.3944943Z 2022-12-01T10:40:58.3945077Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.3945297Z ========== 2022-12-01T10:40:58.3945485Z ok (0.077s) 2022-12-01T10:40:58.3945722Z test_cycle_lr_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.047s) 2022-12-01T10:40:58.3946037Z test_error_when_getlr_has_epoch (__main__.TestLRScheduler) ... ok (0.022s) 2022-12-01T10:40:58.3947087Z test_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:40:58.3947909Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.3948162Z ok (0.036s) 2022-12-01T10:40:58.3948389Z test_exp_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.025s) 2022-12-01T10:40:58.3948704Z test_exponential_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.012s) 2022-12-01T10:40:58.3949020Z test_get_last_lr_constantlr (__main__.TestLRScheduler) ... ok (0.062s) 2022-12-01T10:40:58.3949295Z test_get_last_lr_linearlr (__main__.TestLRScheduler) ... ok (0.037s) 2022-12-01T10:40:58.3949582Z test_get_last_lr_multi_step_lr (__main__.TestLRScheduler) ... ok (0.030s) 2022-12-01T10:40:58.3950706Z 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:40:58.3951458Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-12-01T10:40:58.3951668Z ok (0.078s) 2022-12-01T10:40:58.3952105Z test_get_last_lr_step_lr (__main__.TestLRScheduler) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_get_last_lr_step_lr test_optim.py line 1405 2022-12-01T10:40:58.3952411Z due to: 2022-12-01T10:40:58.3952593Z Traceback (most recent call last): 2022-12-01T10:40:58.3952991Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:40:58.3953327Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:40:58.3953573Z AssertionError: _RequiredParameter 2022-12-01T10:40:58.3953706Z 2022-12-01T10:40:58.3953765Z from user code: 2022-12-01T10:40:58.3953986Z File "test_optim.py", line 1408, in test_get_last_lr_step_lr 2022-12-01T10:40:58.3954368Z optimizer = torch.optim.SGD([Parameter(torch.randn(2, 2, requires_grad=True))], 0.1) 2022-12-01T10:40:58.3954566Z 2022-12-01T10:40:58.3954700Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.3954951Z ========== 2022-12-01T10:40:58.3955111Z ok (0.031s) 2022-12-01T10:40:58.3956119Z 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:40:58.3957106Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.3957362Z ok (0.080s) 2022-12-01T10:40:58.3957595Z test_lambda_lr_state_dict_fn (__main__.TestLRScheduler) ... ok (0.039s) 2022-12-01T10:40:58.3957952Z test_lambda_lr_state_dict_obj (__main__.TestLRScheduler) ... ok (0.041s) 2022-12-01T10:40:58.3958266Z test_linear_linearlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.011s) 2022-12-01T10:40:58.3959342Z 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:40:58.3960168Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.3960438Z ok (0.038s) 2022-12-01T10:40:58.3960654Z test_linearlr_with_epoch (__main__.TestLRScheduler) ... ok (0.039s) 2022-12-01T10:40:58.3961707Z 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:40:58.3962534Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.3962798Z ok (0.034s) 2022-12-01T10:40:58.3963034Z test_multi_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.028s) 2022-12-01T10:40:58.3963311Z test_multi_step_lr_with_epoch (__main__.TestLRScheduler) ... ok (0.054s) 2022-12-01T10:40:58.3964370Z 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:40:58.3965201Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.3965467Z ok (0.080s) 2022-12-01T10:40:58.3965685Z test_new_pattern_no_warning (__main__.TestLRScheduler) ... ok (0.140s) 2022-12-01T10:40:58.3965986Z test_new_pattern_no_warning_with_arg (__main__.TestLRScheduler) ... ok (0.062s) 2022-12-01T10:40:58.3966316Z test_new_pattern_no_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.070s) 2022-12-01T10:40:58.3966850Z test_no_cyclic_references (__main__.TestLRScheduler) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_no_cyclic_references test_optim.py line 1194 2022-12-01T10:40:58.3967148Z due to: 2022-12-01T10:40:58.3967385Z Traceback (most recent call last): 2022-12-01T10:40:58.3967798Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:40:58.3968123Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:40:58.3968367Z AssertionError: _RequiredParameter 2022-12-01T10:40:58.3968502Z 2022-12-01T10:40:58.3968573Z from user code: 2022-12-01T10:40:58.3968795Z File "test_optim.py", line 1197, in test_no_cyclic_references 2022-12-01T10:40:58.3969015Z optim = SGD([param], lr=0.5) 2022-12-01T10:40:58.3969134Z 2022-12-01T10:40:58.3969267Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.3969487Z ========== 2022-12-01T10:40:58.3969633Z ok (0.154s) 2022-12-01T10:40:58.3969859Z test_old_pattern_warning (__main__.TestLRScheduler) ... ok (0.066s) 2022-12-01T10:40:58.3970184Z test_old_pattern_warning_resuming (__main__.TestLRScheduler) ... ok (0.079s) 2022-12-01T10:40:58.3970489Z test_old_pattern_warning_resuming_with_arg (__main__.TestLRScheduler) ... ok (0.079s) 2022-12-01T10:40:58.3970799Z test_old_pattern_warning_with_arg (__main__.TestLRScheduler) ... ok (0.067s) 2022-12-01T10:40:58.3971124Z test_old_pattern_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.084s) 2022-12-01T10:40:58.3971462Z test_onecycle_lr_cannot_calculate_total_steps (__main__.TestLRScheduler) ... ok (0.009s) 2022-12-01T10:40:58.3971763Z test_onecycle_lr_cosine_annealing (__main__.TestLRScheduler) ... ok (0.046s) 2022-12-01T10:40:58.3972071Z test_onecycle_lr_invalid_anneal_strategy (__main__.TestLRScheduler) ... ok (0.009s) 2022-12-01T10:40:58.3972381Z test_onecycle_lr_invalid_pct_start (__main__.TestLRScheduler) ... ok (0.009s) 2022-12-01T10:40:58.3972671Z test_onecycle_lr_linear_annealing (__main__.TestLRScheduler) ... ok (0.028s) 2022-12-01T10:40:58.3972990Z test_onecycle_lr_linear_annealing_three_phases (__main__.TestLRScheduler) ... ok (0.028s) 2022-12-01T10:40:58.3974065Z 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:40:58.3974877Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.3975148Z ok (0.123s) 2022-12-01T10:40:58.3975391Z test_polynomial_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.013s) 2022-12-01T10:40:58.3975701Z test_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.109s) 2022-12-01T10:40:58.3975992Z test_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.126s) 2022-12-01T10:40:58.3976266Z test_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.058s) 2022-12-01T10:40:58.3976549Z test_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.084s) 2022-12-01T10:40:58.3976825Z test_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.086s) 2022-12-01T10:40:58.3977103Z test_reduce_lr_on_plateau6 (__main__.TestLRScheduler) ... ok (0.085s) 2022-12-01T10:40:58.3977371Z test_reduce_lr_on_plateau7 (__main__.TestLRScheduler) ... ok (0.034s) 2022-12-01T10:40:58.3977646Z test_reduce_lr_on_plateau8 (__main__.TestLRScheduler) ... ok (0.091s) 2022-12-01T10:40:58.3977936Z test_reduce_lr_on_plateau_state_dict (__main__.TestLRScheduler) ... ok (0.012s) 2022-12-01T10:40:58.3978997Z 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:40:58.3979850Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.3980921Z /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:40:58.3981637Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-12-01T10:40:58.3981861Z ok (0.054s) 2022-12-01T10:40:58.3982853Z test_sequentiallr2 (__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:40:58.3983686Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.3984744Z /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:40:58.3985439Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-12-01T10:40:58.3985655Z ok (0.046s) 2022-12-01T10:40:58.3986648Z test_sequentiallr3 (__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:40:58.3987471Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.3988529Z /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:40:58.3989212Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-12-01T10:40:58.3989428Z ok (0.050s) 2022-12-01T10:40:58.3989853Z test_sequentiallr4 (__main__.TestLRScheduler) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sequentiallr4 test_optim.py line 1711 2022-12-01T10:40:58.3990146Z due to: 2022-12-01T10:40:58.3990331Z Traceback (most recent call last): 2022-12-01T10:40:58.3990748Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:40:58.3991084Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:40:58.3991350Z AssertionError: _RequiredParameter 2022-12-01T10:40:58.3991484Z 2022-12-01T10:40:58.3991556Z from user code: 2022-12-01T10:40:58.3991772Z File "test_optim.py", line 1712, in test_sequentiallr4 2022-12-01T10:40:58.3992021Z optimizer = torch.optim.SGD([torch.tensor(0.5)], lr=0.1) 2022-12-01T10:40:58.3992171Z 2022-12-01T10:40:58.3992302Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.3992521Z ========== 2022-12-01T10:40:58.3992668Z ok (0.004s) 2022-12-01T10:40:58.3993689Z test_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:40:58.3994610Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.3994883Z ok (0.035s) 2022-12-01T10:40:58.3995135Z test_step_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.013s) 2022-12-01T10:40:58.3995424Z test_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.030s) 2022-12-01T10:40:58.3995705Z test_swa_lr_state_dict (__main__.TestLRScheduler) ... ok (0.030s) 2022-12-01T10:40:58.3996012Z test_swalr_cosine_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.263s) 2022-12-01T10:40:58.3996304Z test_swalr_hypers (__main__.TestLRScheduler) ... ok (0.014s) 2022-12-01T10:40:58.3996750Z test_swalr_linear_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.236s) 2022-12-01T10:40:58.3997085Z test_swalr_no_anneal (__main__.TestLRScheduler) ... ok (0.067s) 2022-12-01T10:40:58.3998115Z 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:40:58.3998943Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.3999957Z /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:40:58.4000756Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.4001772Z /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:40:58.4002540Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.4002809Z ok (6.996s) 2022-12-01T10:40:58.4003018Z test_adadelta_complex (__main__.TestOptim) ... ok (0.126s) 2022-12-01T10:40:58.4004041Z test_adagrad (__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:40:58.4004917Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.4005185Z ok (4.917s) 2022-12-01T10:40:58.4005392Z test_adagrad_complex (__main__.TestOptim) ... ok (0.180s) 2022-12-01T10:40:58.4005856Z test_adagrad_sparse (__main__.TestOptim) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 65 2022-12-01T10:40:58.4006149Z due to: 2022-12-01T10:40:58.4006338Z Traceback (most recent call last): 2022-12-01T10:40:58.4006766Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 67, in visit 2022-12-01T10:40:58.4007060Z return n.meta["example_value"] 2022-12-01T10:40:58.4007300Z KeyError: 'example_value' 2022-12-01T10:40:58.4007426Z 2022-12-01T10:40:58.4007488Z from user code: 2022-12-01T10:40:58.4007706Z File "test_optim.py", line 66, in 2022-12-01T10:40:58.4007941Z grad = drosenbrock(params.data) 2022-12-01T10:40:58.4008073Z 2022-12-01T10:40:58.4008194Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4008414Z ========== 2022-12-01T10:40:58.4008736Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT drosenbrock test_optim.py line 33 2022-12-01T10:40:58.4008983Z due to: 2022-12-01T10:40:58.4009151Z Traceback (most recent call last): 2022-12-01T10:40:58.4009546Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:40:58.4009859Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:40:58.4010398Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-12-01T10:40:58.4010692Z 2022-12-01T10:40:58.4010830Z The above exception was the direct cause of the following exception: 2022-12-01T10:40:58.4010994Z 2022-12-01T10:40:58.4011087Z Traceback (most recent call last): 2022-12-01T10:40:58.4011477Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:40:58.4011761Z raise TorchRuntimeError() from e 2022-12-01T10:40:58.4011996Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:40:58.4012139Z 2022-12-01T10:40:58.4012212Z from user code: 2022-12-01T10:40:58.4012408Z File "test_optim.py", line 35, in drosenbrock 2022-12-01T10:40:58.4012741Z return torch.tensor((-400 * x * (y - x ** 2) - 2 * (1 - x), 200 * (y - x ** 2))) 2022-12-01T10:40:58.4012896Z 2022-12-01T10:40:58.4013028Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4013250Z ========== 2022-12-01T10:40:58.4013640Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _make_sparse /opt/conda/lib/python3.7/site-packages/torch/optim/adagrad.py line 223 2022-12-01T10:40:58.4013930Z due to: 2022-12-01T10:40:58.4014113Z Traceback (most recent call last): 2022-12-01T10:40:58.4014496Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:40:58.4014806Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:40:58.4015363Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-12-01T10:40:58.4015650Z 2022-12-01T10:40:58.4015794Z The above exception was the direct cause of the following exception: 2022-12-01T10:40:58.4015949Z 2022-12-01T10:40:58.4016041Z Traceback (most recent call last): 2022-12-01T10:40:58.4016465Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:40:58.4016757Z raise TorchRuntimeError() from e 2022-12-01T10:40:58.4016978Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:40:58.4017120Z 2022-12-01T10:40:58.4017191Z from user code: 2022-12-01T10:40:58.4017537Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/adagrad.py", line 227, in _make_sparse 2022-12-01T10:40:58.4017848Z return torch.sparse_coo_tensor(grad_indices, values, size) 2022-12-01T10:40:58.4017990Z 2022-12-01T10:40:58.4018123Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4018342Z ========== 2022-12-01T10:40:58.4018502Z ok (9.823s) 2022-12-01T10:40:58.4019493Z test_adam (__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:40:58.4020317Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.4021340Z /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:40:58.4022126Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.4023134Z /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:40:58.4023907Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.4024919Z /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:40:58.4025692Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.4026690Z /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:40:58.4027463Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.4028463Z /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:40:58.4029257Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.4030264Z /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:40:58.4031074Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.4031330Z ok (11.649s) 2022-12-01T10:40:58.4031890Z 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:40:58.4032917Z 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:40:58.4033749Z 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:40:58.4034853Z 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:40:58.4035683Z 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:40:58.4036864Z 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:40:58.4037384Z test_duplicate_params_in_param_group (__main__.TestOptim) ... ok (0.062s) 2022-12-01T10:40:58.4037918Z test_functional_fused_adam_with_foundinf (__main__.TestOptim) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_functional_fused_adam_with_foundinf test_optim.py line 1088 2022-12-01T10:40:58.4038249Z due to: 2022-12-01T10:40:58.4038437Z Traceback (most recent call last): 2022-12-01T10:40:58.4038820Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:40:58.4039276Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:40:58.4039743Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-12-01T10:40:58.4040012Z 2022-12-01T10:40:58.4040087Z from user code: 2022-12-01T10:40:58.4040315Z File "test_optim.py", line 1089, in test_functional_fused_adam_with_foundinf 2022-12-01T10:40:58.4040573Z if not torch.cuda.is_available(): 2022-12-01T10:40:58.4040703Z 2022-12-01T10:40:58.4040836Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4041042Z ========== 2022-12-01T10:40:58.4041225Z skip: CUDA is required. (0.004s) 2022-12-01T10:40:58.4041668Z test_fused_optimizers (__main__.TestOptim) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_fused_optimizers test_optim.py line 578 2022-12-01T10:40:58.4041949Z due to: 2022-12-01T10:40:58.4042137Z Traceback (most recent call last): 2022-12-01T10:40:58.4042575Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:40:58.4043028Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:40:58.4043471Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-12-01T10:40:58.4043673Z 2022-12-01T10:40:58.4043744Z from user code: 2022-12-01T10:40:58.4043963Z File "test_optim.py", line 585, in test_fused_optimizers 2022-12-01T10:40:58.4044231Z self._test_derived_optimizers(optimizer_pairs_with_flags, "fused") 2022-12-01T10:40:58.4044395Z 2022-12-01T10:40:58.4044526Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4044749Z ========== 2022-12-01T10:40:58.4045094Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test_derived_optimizers test_optim.py line 490 2022-12-01T10:40:58.4045341Z due to: 2022-12-01T10:40:58.4045526Z Traceback (most recent call last): 2022-12-01T10:40:58.4045922Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:40:58.4046362Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:40:58.4046812Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-12-01T10:40:58.4047012Z 2022-12-01T10:40:58.4047083Z from user code: 2022-12-01T10:40:58.4047307Z File "test_optim.py", line 491, in _test_derived_optimizers 2022-12-01T10:40:58.4047536Z if not torch.cuda.is_available(): 2022-12-01T10:40:58.4047663Z 2022-12-01T10:40:58.4047795Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4048012Z ========== 2022-12-01T10:40:58.4048156Z ok (0.010s) 2022-12-01T10:40:58.4048369Z test_invalid_param_type (__main__.TestOptim) ... ok (0.005s) 2022-12-01T10:40:58.4048860Z test_lbfgs (__main__.TestOptim) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT step /opt/conda/lib/python3.7/site-packages/torch/optim/lbfgs.py line 283 2022-12-01T10:40:58.4049156Z due to: 2022-12-01T10:40:58.4049340Z Traceback (most recent call last): 2022-12-01T10:40:58.4049736Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/misc.py", line 248, in call_function 2022-12-01T10:40:58.4050034Z args[0], UserFunctionVariable 2022-12-01T10:40:58.4050216Z AssertionError 2022-12-01T10:40:58.4050323Z 2022-12-01T10:40:58.4050393Z from user code: 2022-12-01T10:40:58.4050719Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/lbfgs.py", line 294, in step 2022-12-01T10:40:58.4050982Z closure = torch.enable_grad()(closure) 2022-12-01T10:40:58.4051114Z 2022-12-01T10:40:58.4051246Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4051465Z ========== 2022-12-01T10:40:58.4051611Z ok (1.185s) 2022-12-01T10:40:58.4051822Z test_lbfgs_return_type (__main__.TestOptim) ... ok (0.052s) 2022-12-01T10:40:58.4052305Z test_multi_tensor_optimizers (__main__.TestOptim) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_multi_tensor_optimizers test_optim.py line 544 2022-12-01T10:40:58.4052641Z due to: 2022-12-01T10:40:58.4052812Z Traceback (most recent call last): 2022-12-01T10:40:58.4053205Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:40:58.4053658Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:40:58.4054102Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-12-01T10:40:58.4054303Z 2022-12-01T10:40:58.4054376Z from user code: 2022-12-01T10:40:58.4054602Z File "test_optim.py", line 576, in test_multi_tensor_optimizers 2022-12-01T10:40:58.4054879Z self._test_derived_optimizers(optimizer_pairs_with_flags, "foreach") 2022-12-01T10:40:58.4055045Z 2022-12-01T10:40:58.4055176Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4055422Z ========== 2022-12-01T10:40:58.4055588Z ok (0.017s) 2022-12-01T10:40:58.4056138Z 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:40:58.4057162Z 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:40:58.4057661Z test_no_grad_for_all_params (__main__.TestOptim) ... ok (0.135s) 2022-12-01T10:40:58.4058275Z 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:40:58.4059293Z 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:40:58.4060125Z 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:40:58.4061144Z 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:40:58.4061611Z test_rprop (__main__.TestOptim) ... ok (4.978s) 2022-12-01T10:40:58.4062022Z test_sgd (__main__.TestOptim) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 381 2022-12-01T10:40:58.4075156Z due to: 2022-12-01T10:40:58.4075365Z Traceback (most recent call last): 2022-12-01T10:40:58.4075839Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:40:58.4076187Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:40:58.4076449Z AssertionError: _RequiredParameter 2022-12-01T10:40:58.4076738Z 2022-12-01T10:40:58.4076938Z from user code: 2022-12-01T10:40:58.4077143Z File "test_optim.py", line 381, in 2022-12-01T10:40:58.4077556Z lambda weight, bias, maximize, foreach: optim.SGD([weight, bias], lr=1e-3, maximize=maximize, foreach=foreach), 2022-12-01T10:40:58.4077764Z 2022-12-01T10:40:58.4077902Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4078115Z ========== 2022-12-01T10:40:58.4078432Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 385 2022-12-01T10:40:58.4078676Z due to: 2022-12-01T10:40:58.4078847Z Traceback (most recent call last): 2022-12-01T10:40:58.4079260Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:40:58.4079597Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:40:58.4079832Z AssertionError: _RequiredParameter 2022-12-01T10:40:58.4080010Z 2022-12-01T10:40:58.4080085Z from user code: 2022-12-01T10:40:58.4080292Z File "test_optim.py", line 385, in 2022-12-01T10:40:58.4080693Z lambda weight, bias, maximize, foreach: optim.SGD([weight, bias], lr=1e-3, maximize=maximize, foreach=foreach), 2022-12-01T10:40:58.4080885Z 2022-12-01T10:40:58.4081019Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4081236Z ========== 2022-12-01T10:40:58.4081578Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT > test_optim.py line 390 2022-12-01T10:40:58.4081820Z due to: 2022-12-01T10:40:58.4082003Z Traceback (most recent call last): 2022-12-01T10:40:58.4082412Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:40:58.4082732Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:40:58.4082975Z AssertionError: _RequiredParameter 2022-12-01T10:40:58.4083109Z 2022-12-01T10:40:58.4083182Z from user code: 2022-12-01T10:40:58.4083405Z File "test_optim.py", line 391, in > 2022-12-01T10:40:58.4083693Z lr=1e-3, maximize=maximize, foreach=foreach), 2022-12-01T10:40:58.4083835Z 2022-12-01T10:40:58.4083970Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4084187Z ========== 2022-12-01T10:40:58.4084514Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT > test_optim.py line 396 2022-12-01T10:40:58.4084772Z due to: 2022-12-01T10:40:58.4084956Z Traceback (most recent call last): 2022-12-01T10:40:58.4085357Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:40:58.4085692Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:40:58.4085937Z AssertionError: _RequiredParameter 2022-12-01T10:40:58.4086071Z 2022-12-01T10:40:58.4086142Z from user code: 2022-12-01T10:40:58.4086351Z File "test_optim.py", line 397, in > 2022-12-01T10:40:58.4086650Z lr=1e-3, maximize=maximize, foreach=foreach), 2022-12-01T10:40:58.4086796Z 2022-12-01T10:40:58.4086932Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4087138Z ========== 2022-12-01T10:40:58.4087478Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT > test_optim.py line 402 2022-12-01T10:40:58.4087733Z due to: 2022-12-01T10:40:58.4087902Z Traceback (most recent call last): 2022-12-01T10:40:58.4088311Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:40:58.4088646Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:40:58.4088892Z AssertionError: _RequiredParameter 2022-12-01T10:40:58.4089011Z 2022-12-01T10:40:58.4089082Z from user code: 2022-12-01T10:40:58.4089306Z File "test_optim.py", line 402, in > 2022-12-01T10:40:58.4089688Z self._build_params_dict_single(weight, bias, lr=1e-2), maximize=maximize, foreach=foreach), 2022-12-01T10:40:58.4089915Z 2022-12-01T10:40:58.4090036Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4090256Z ========== 2022-12-01T10:40:58.4090568Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 406 2022-12-01T10:40:58.4090796Z due to: 2022-12-01T10:40:58.4090980Z Traceback (most recent call last): 2022-12-01T10:40:58.4091392Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:40:58.4091728Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:40:58.4091958Z AssertionError: _RequiredParameter 2022-12-01T10:40:58.4092091Z 2022-12-01T10:40:58.4092164Z from user code: 2022-12-01T10:40:58.4092367Z File "test_optim.py", line 406, in 2022-12-01T10:40:58.4092783Z lambda weight, bias, maximize, foreach: optim.SGD([weight, bias], lr=1e-3, maximize=maximize, foreach=foreach), 2022-12-01T10:40:58.4092991Z 2022-12-01T10:40:58.4093124Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4093346Z ========== 2022-12-01T10:40:58.4093660Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 411 2022-12-01T10:40:58.4093891Z due to: 2022-12-01T10:40:58.4094074Z Traceback (most recent call last): 2022-12-01T10:40:58.4094485Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:40:58.4094806Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:40:58.4095054Z AssertionError: _RequiredParameter 2022-12-01T10:40:58.4095187Z 2022-12-01T10:40:58.4095258Z from user code: 2022-12-01T10:40:58.4095451Z File "test_optim.py", line 411, in 2022-12-01T10:40:58.4095844Z lambda weight, bias, maximize, foreach: optim.SGD([weight, bias], lr=1e-3, maximize=maximize, foreach=foreach), 2022-12-01T10:40:58.4096046Z 2022-12-01T10:40:58.4096181Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4096404Z ========== 2022-12-01T10:40:58.4096703Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 416 2022-12-01T10:40:58.4096944Z due to: 2022-12-01T10:40:58.4097127Z Traceback (most recent call last): 2022-12-01T10:40:58.4097526Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:40:58.4097856Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:40:58.4098103Z AssertionError: _RequiredParameter 2022-12-01T10:40:58.4098238Z 2022-12-01T10:40:58.4098296Z from user code: 2022-12-01T10:40:58.4098497Z File "test_optim.py", line 416, in 2022-12-01T10:40:58.4098895Z lambda weight, bias, maximize, foreach: optim.SGD([weight, bias], lr=1e-3, maximize=maximize, foreach=foreach), 2022-12-01T10:40:58.4099099Z 2022-12-01T10:40:58.4099234Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4099442Z ========== 2022-12-01T10:40:58.4099754Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 421 2022-12-01T10:40:58.4099996Z due to: 2022-12-01T10:40:58.4100165Z Traceback (most recent call last): 2022-12-01T10:40:58.4100579Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:40:58.4100914Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:40:58.4101147Z AssertionError: _RequiredParameter 2022-12-01T10:40:58.4101279Z 2022-12-01T10:40:58.4101349Z from user code: 2022-12-01T10:40:58.4101553Z File "test_optim.py", line 421, in 2022-12-01T10:40:58.4101946Z lambda weight, bias, maximize, foreach: optim.SGD([weight, bias], lr=1e-3, maximize=maximize, foreach=foreach), 2022-12-01T10:40:58.4102134Z 2022-12-01T10:40:58.4102267Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4102482Z ========== 2022-12-01T10:40:58.4102801Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 427 2022-12-01T10:40:58.4103085Z due to: 2022-12-01T10:40:58.4103270Z Traceback (most recent call last): 2022-12-01T10:40:58.4103679Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:40:58.4103997Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:40:58.4104247Z AssertionError: _RequiredParameter 2022-12-01T10:40:58.4104378Z 2022-12-01T10:40:58.4104451Z from user code: 2022-12-01T10:40:58.4104652Z File "test_optim.py", line 427, in 2022-12-01T10:40:58.4105041Z lambda weight, bias, maximize, foreach: optim.SGD([weight, bias], lr=1e-3, maximize=maximize, foreach=foreach), 2022-12-01T10:40:58.4105243Z 2022-12-01T10:40:58.4105373Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4105591Z ========== 2022-12-01T10:40:58.4105925Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 433 2022-12-01T10:40:58.4106169Z due to: 2022-12-01T10:40:58.4106358Z Traceback (most recent call last): 2022-12-01T10:40:58.4106758Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:40:58.4107093Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:40:58.4107337Z AssertionError: _RequiredParameter 2022-12-01T10:40:58.4107470Z 2022-12-01T10:40:58.4107543Z from user code: 2022-12-01T10:40:58.4107731Z File "test_optim.py", line 433, in 2022-12-01T10:40:58.4108128Z lambda weight, bias, maximize, foreach: optim.SGD([weight, bias], lr=1e-3, maximize=maximize, foreach=foreach), 2022-12-01T10:40:58.4108329Z 2022-12-01T10:40:58.4108462Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4108668Z ========== 2022-12-01T10:40:58.4108978Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 440 2022-12-01T10:40:58.4109225Z due to: 2022-12-01T10:40:58.4109397Z Traceback (most recent call last): 2022-12-01T10:40:58.4109808Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:40:58.4110140Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:40:58.4110376Z AssertionError: _RequiredParameter 2022-12-01T10:40:58.4110508Z 2022-12-01T10:40:58.4110579Z from user code: 2022-12-01T10:40:58.4110780Z File "test_optim.py", line 441, in 2022-12-01T10:40:58.4111119Z optim.SGD([weight, bias], lr=1e-3, momentum=0.5, maximize=maximize, foreach=foreach), 2022-12-01T10:40:58.4111299Z 2022-12-01T10:40:58.4111433Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4111653Z ========== 2022-12-01T10:40:58.4111966Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 445 2022-12-01T10:40:58.4112196Z due to: 2022-12-01T10:40:58.4112381Z Traceback (most recent call last): 2022-12-01T10:40:58.4112792Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:40:58.4113115Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:40:58.4113358Z AssertionError: _RequiredParameter 2022-12-01T10:40:58.4113491Z 2022-12-01T10:40:58.4113563Z from user code: 2022-12-01T10:40:58.4113754Z File "test_optim.py", line 446, in 2022-12-01T10:40:58.4114131Z optim.SGD([weight, bias], lr=1e-3, momentum=0.5, weight_decay=1, maximize=maximize, foreach=foreach), 2022-12-01T10:40:58.4114432Z 2022-12-01T10:40:58.4114574Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4114797Z ========== 2022-12-01T10:40:58.4115104Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 450 2022-12-01T10:40:58.4115347Z due to: 2022-12-01T10:40:58.4115533Z Traceback (most recent call last): 2022-12-01T10:40:58.4115933Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:40:58.4116313Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:40:58.4116648Z AssertionError: _RequiredParameter 2022-12-01T10:40:58.4116784Z 2022-12-01T10:40:58.4116843Z from user code: 2022-12-01T10:40:58.4117048Z File "test_optim.py", line 451, in 2022-12-01T10:40:58.4117456Z optim.SGD([weight, bias], nesterov=True, lr=1e-3, momentum=0.5, weight_decay=1, maximize=maximize, foreach=foreach), 2022-12-01T10:40:58.4117667Z 2022-12-01T10:40:58.4117801Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4118008Z ========== 2022-12-01T10:40:58.4118322Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 455 2022-12-01T10:40:58.4118570Z due to: 2022-12-01T10:40:58.4118741Z Traceback (most recent call last): 2022-12-01T10:40:58.4119205Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:40:58.4119545Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:40:58.4119781Z AssertionError: _RequiredParameter 2022-12-01T10:40:58.4119917Z 2022-12-01T10:40:58.4119989Z from user code: 2022-12-01T10:40:58.4120193Z File "test_optim.py", line 455, in 2022-12-01T10:40:58.4120595Z lambda weight, bias, maximize, foreach: optim.SGD([weight, bias], lr=1e-3, maximize=maximize, foreach=foreach), 2022-12-01T10:40:58.4120788Z 2022-12-01T10:40:58.4120922Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4121144Z ========== 2022-12-01T10:40:58.4122081Z /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:40:58.4122884Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.4123907Z /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:40:58.4124673Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.4125678Z /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:40:58.4126443Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.4127452Z /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:40:58.4128231Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.4129235Z /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:40:58.4130053Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.4131070Z /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:40:58.4131848Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.4132850Z /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:40:58.4133625Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.4134627Z /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:40:58.4135403Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:40:58.4135658Z ok (6.243s) 2022-12-01T10:40:58.4136045Z test_sgd_complex (__main__.TestOptim) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 475 2022-12-01T10:40:58.4136324Z due to: 2022-12-01T10:40:58.4136497Z Traceback (most recent call last): 2022-12-01T10:40:58.4136906Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:40:58.4137241Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:40:58.4137488Z AssertionError: _RequiredParameter 2022-12-01T10:40:58.4137612Z 2022-12-01T10:40:58.4137685Z from user code: 2022-12-01T10:40:58.4137891Z File "test_optim.py", line 475, in 2022-12-01T10:40:58.4138146Z lambda param: optim.SGD([param], lr=0.001, foreach=foreach) 2022-12-01T10:40:58.4138301Z 2022-12-01T10:40:58.4138421Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4138640Z ========== 2022-12-01T10:40:58.4138956Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 478 2022-12-01T10:40:58.4139185Z due to: 2022-12-01T10:40:58.4139368Z Traceback (most recent call last): 2022-12-01T10:40:58.4139776Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:40:58.4140109Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:40:58.4140342Z AssertionError: _RequiredParameter 2022-12-01T10:40:58.4140475Z 2022-12-01T10:40:58.4140546Z from user code: 2022-12-01T10:40:58.4140750Z File "test_optim.py", line 478, in 2022-12-01T10:40:58.4141001Z lambda param: optim.SGD([param], lr=0.001, momentum=1, foreach=foreach) 2022-12-01T10:40:58.4141204Z 2022-12-01T10:40:58.4141340Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4141559Z ========== 2022-12-01T10:40:58.4141864Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 481 2022-12-01T10:40:58.4142105Z due to: 2022-12-01T10:40:58.4142289Z Traceback (most recent call last): 2022-12-01T10:40:58.4142698Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:40:58.4143024Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:40:58.4143270Z AssertionError: _RequiredParameter 2022-12-01T10:40:58.4143407Z 2022-12-01T10:40:58.4143480Z from user code: 2022-12-01T10:40:58.4143668Z File "test_optim.py", line 481, in 2022-12-01T10:40:58.4143976Z lambda param: optim.SGD([param], lr=0.001, momentum=1, weight_decay=1, foreach=foreach) 2022-12-01T10:40:58.4144158Z 2022-12-01T10:40:58.4144294Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4144500Z ========== 2022-12-01T10:40:58.4144814Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 484 2022-12-01T10:40:58.4145054Z due to: 2022-12-01T10:40:58.4145236Z Traceback (most recent call last): 2022-12-01T10:40:58.4145636Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:40:58.4145970Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:40:58.4146216Z AssertionError: _RequiredParameter 2022-12-01T10:40:58.4146350Z 2022-12-01T10:40:58.4146408Z from user code: 2022-12-01T10:40:58.4146608Z File "test_optim.py", line 484, in 2022-12-01T10:40:58.4146902Z lambda param: optim.SGD([param], lr=0.001, nesterov=True, momentum=1, weight_decay=1, foreach=foreach) 2022-12-01T10:40:58.4147096Z 2022-12-01T10:40:58.4147232Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4147443Z ========== 2022-12-01T10:40:58.4147758Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 487 2022-12-01T10:40:58.4147996Z due to: 2022-12-01T10:40:58.4148168Z Traceback (most recent call last): 2022-12-01T10:40:58.4148577Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:40:58.4148910Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:40:58.4149142Z AssertionError: _RequiredParameter 2022-12-01T10:40:58.4149274Z 2022-12-01T10:40:58.4149345Z from user code: 2022-12-01T10:40:58.4149546Z File "test_optim.py", line 487, in 2022-12-01T10:40:58.4149829Z lambda param: optim.SGD([param], lr=0.001, momentum=1, dampening=0.5, weight_decay=1, foreach=foreach) 2022-12-01T10:40:58.4150016Z 2022-12-01T10:40:58.4150151Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4150368Z ========== 2022-12-01T10:40:58.4150532Z ok (0.018s) 2022-12-01T10:40:58.4150922Z test_sgd_sparse (__main__.TestOptim) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test_rosenbrock_sparse test_optim.py line 41 2022-12-01T10:40:58.4151212Z due to: 2022-12-01T10:40:58.4151393Z Traceback (most recent call last): 2022-12-01T10:40:58.4151790Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:40:58.4152120Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:40:58.4152364Z AssertionError: _RequiredParameter 2022-12-01T10:40:58.4152497Z 2022-12-01T10:40:58.4152555Z from user code: 2022-12-01T10:40:58.4152775Z File "test_optim.py", line 48, in _test_rosenbrock_sparse 2022-12-01T10:40:58.4153012Z optimizer = constructor([params]) 2022-12-01T10:40:58.4153142Z 2022-12-01T10:40:58.4153277Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4153484Z ========== 2022-12-01T10:40:58.4153841Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 465 2022-12-01T10:40:58.4154081Z due to: 2022-12-01T10:40:58.4154254Z Traceback (most recent call last): 2022-12-01T10:40:58.4154776Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:40:58.4155112Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:40:58.4155346Z AssertionError: _RequiredParameter 2022-12-01T10:40:58.4155483Z 2022-12-01T10:40:58.4155556Z from user code: 2022-12-01T10:40:58.4155758Z File "test_optim.py", line 465, in 2022-12-01T10:40:58.4156073Z lambda params: optim.SGD(params, lr=4.8e-3, foreach=foreach) 2022-12-01T10:40:58.4156218Z 2022-12-01T10:40:58.4156353Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4156699Z ========== 2022-12-01T10:40:58.4157149Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_optim.py line 468 2022-12-01T10:40:58.4157386Z due to: 2022-12-01T10:40:58.4157574Z Traceback (most recent call last): 2022-12-01T10:40:58.4157991Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:40:58.4158314Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:40:58.4158564Z AssertionError: _RequiredParameter 2022-12-01T10:40:58.4158698Z 2022-12-01T10:40:58.4158770Z from user code: 2022-12-01T10:40:58.4158971Z File "test_optim.py", line 468, in 2022-12-01T10:40:58.4159213Z lambda params: optim.SGD(params, lr=0.0048, foreach=foreach), 2022-12-01T10:40:58.4159368Z 2022-12-01T10:40:58.4159500Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4159717Z ========== 2022-12-01T10:40:58.4159862Z ok (6.857s) 2022-12-01T10:40:58.4160346Z test_sparse_adam (__main__.TestOptim) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT make_sparse /opt/conda/lib/python3.7/site-packages/torch/optim/_functional.py line 50 2022-12-01T10:40:58.4160679Z due to: 2022-12-01T10:40:58.4160850Z Traceback (most recent call last): 2022-12-01T10:40:58.4161250Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-12-01T10:40:58.4161586Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-12-01T10:40:58.4162160Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-12-01T10:40:58.4162453Z 2022-12-01T10:40:58.4162578Z The above exception was the direct cause of the following exception: 2022-12-01T10:40:58.4162745Z 2022-12-01T10:40:58.4162838Z Traceback (most recent call last): 2022-12-01T10:40:58.4163231Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:40:58.4163527Z raise TorchRuntimeError() from e 2022-12-01T10:40:58.4163753Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:40:58.4163894Z 2022-12-01T10:40:58.4163965Z from user code: 2022-12-01T10:40:58.4164316Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/_functional.py", line 54, in make_sparse 2022-12-01T10:40:58.4164608Z return constructor(grad_indices, values, size) 2022-12-01T10:40:58.4164752Z 2022-12-01T10:40:58.4164883Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4165104Z ========== 2022-12-01T10:40:58.4165250Z ok (2.169s) 2022-12-01T10:40:58.4165479Z test_averaged_model_all_devices (__main__.TestSWAUtils) ... ok (0.852s) 2022-12-01T10:40:58.4165775Z test_averaged_model_exponential (__main__.TestSWAUtils) ... ok (0.244s) 2022-12-01T10:40:58.4166079Z test_averaged_model_exponential_buffers (__main__.TestSWAUtils) ... ok (0.561s) 2022-12-01T10:40:58.4166594Z test_averaged_model_mixed_device (__main__.TestSWAUtils) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_averaged_model_mixed_device test_optim.py line 2733 2022-12-01T10:40:58.4166967Z due to: 2022-12-01T10:40:58.4167152Z Traceback (most recent call last): 2022-12-01T10:40:58.4167534Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:40:58.4167989Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:40:58.4168448Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-12-01T10:40:58.4168657Z 2022-12-01T10:40:58.4168730Z from user code: 2022-12-01T10:40:58.4168952Z File "test_optim.py", line 2734, in test_averaged_model_mixed_device 2022-12-01T10:40:58.4169208Z if not torch.cuda.is_available(): 2022-12-01T10:40:58.4169340Z 2022-12-01T10:40:58.4169473Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4169716Z ========== 2022-12-01T10:40:58.4169881Z ok (0.003s) 2022-12-01T10:40:58.4170115Z test_averaged_model_state_dict (__main__.TestSWAUtils) ... ok (0.200s) 2022-12-01T10:40:58.4170608Z test_bn_update_eval_momentum (__main__.TestSWAUtils) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_bn_update_eval_momentum test_optim.py line 2920 2022-12-01T10:40:58.4170920Z due to: 2022-12-01T10:40:58.4171103Z Traceback (most recent call last): 2022-12-01T10:40:58.4171493Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:40:58.4171931Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:40:58.4172434Z AssertionError: torch.* op returned non-Tensor TensorDataset call_function 2022-12-01T10:40:58.4172682Z 2022-12-01T10:40:58.4172756Z from user code: 2022-12-01T10:40:58.4172973Z File "test_optim.py", line 2926, in test_bn_update_eval_momentum 2022-12-01T10:40:58.4173240Z ds_x = torch.utils.data.TensorDataset(x) 2022-12-01T10:40:58.4173392Z 2022-12-01T10:40:58.4173524Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4173746Z ========== 2022-12-01T10:40:58.4173894Z ok (0.031s) 2022-12-01T10:40:58.4174300Z test_update_bn_cnn (__main__.TestSWAUtils) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_update_bn_cnn test_optim.py line 2900 2022-12-01T10:40:58.4174589Z due to: 2022-12-01T10:40:58.4174761Z Traceback (most recent call last): 2022-12-01T10:40:58.4175150Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:40:58.4175605Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:40:58.4176114Z AssertionError: torch.* op returned non-Tensor TensorDataset call_function 2022-12-01T10:40:58.4176348Z 2022-12-01T10:40:58.4176420Z from user code: 2022-12-01T10:40:58.4176640Z File "test_optim.py", line 2907, in test_update_bn_cnn 2022-12-01T10:40:58.4176896Z ds_x = torch.utils.data.TensorDataset(x) 2022-12-01T10:40:58.4177043Z 2022-12-01T10:40:58.4177161Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4177378Z ========== 2022-12-01T10:40:58.4177536Z ok (0.086s) 2022-12-01T10:40:58.4177930Z test_update_bn_dnn (__main__.TestSWAUtils) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_update_bn_dnn test_optim.py line 2882 2022-12-01T10:40:58.4178219Z due to: 2022-12-01T10:40:58.4178403Z Traceback (most recent call last): 2022-12-01T10:40:58.4178795Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:40:58.4179232Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:40:58.4179739Z AssertionError: torch.* op returned non-Tensor TensorDataset call_function 2022-12-01T10:40:58.4180015Z 2022-12-01T10:40:58.4180087Z from user code: 2022-12-01T10:40:58.4180292Z File "test_optim.py", line 2887, in test_update_bn_dnn 2022-12-01T10:40:58.4180555Z ds_x = torch.utils.data.TensorDataset(x) 2022-12-01T10:40:58.4180703Z 2022-12-01T10:40:58.4180837Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:40:58.4181058Z ========== 2022-12-01T10:40:58.4181206Z ok (0.080s) 2022-12-01T10:40:58.4181308Z 2022-12-01T10:40:58.4181513Z ---------------------------------------------------------------------- 2022-12-01T10:40:58.4181761Z Ran 149 tests in 74.282s 2022-12-01T10:40:58.4181866Z 2022-12-01T10:40:58.4181940Z OK (skipped=8) 2022-12-01T10:40:58.4182048Z 2022-12-01T10:40:58.4182135Z Generating XML reports... 2022-12-01T10:40:58.4182576Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestDifferentiableOptimizer-20221201103943.xml 2022-12-01T10:40:58.4183127Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestLRScheduler-20221201103943.xml 2022-12-01T10:40:58.4183609Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestOptim-20221201103943.xml 2022-12-01T10:40:58.4184084Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestSWAUtils-20221201103943.xml 2022-12-01T10:40:58.4184298Z 2022-12-01T10:40:58.4184672Z ##[endgroup] 2022-12-01T10:40:58.4185028Z FINISHED PRINTING LOG FILE of test_optim (/var/lib/jenkins/workspace/test/test-reports/test_optim__0fcvrpk) 2022-12-01T10:40:58.4185232Z 2022-12-01T10:40:58.4185431Z Running nn/test_pooling ... [2022-12-01 10:40:58.385269] 2022-12-01T10:40:58.4185902Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_pooling.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:40:58.385811] 2022-12-01T10:41:30.3150012Z 2022-12-01T10:41:30.3150511Z Expand the folded group to see the log file of nn/test_pooling 2022-12-01T10:41:30.3153802Z ##[group]PRINTING LOG FILE of nn/test_pooling (/var/lib/jenkins/workspace/test/test-reports/nn-test_pooling_udvwqlnm) 2022-12-01T10:41:30.3154482Z Test results will be stored in test-reports/python-unittest/nn.test_pooling 2022-12-01T10:41:30.3154669Z 2022-12-01T10:41:30.3156458Z Running tests... 2022-12-01T10:41:30.3157254Z ---------------------------------------------------------------------- 2022-12-01T10:41:30.3157777Z test_avg_pool1d_ceil_mode (__main__.TestAvgPool) ... ok (0.015s) 2022-12-01T10:41:30.3158238Z test_avg_pool2d_ceil_mode (__main__.TestAvgPool) ... ok (0.008s) 2022-12-01T10:41:30.3158663Z test_avg_pool3d_ceil_mode (__main__.TestAvgPool) ... ok (0.008s) 2022-12-01T10:41:30.3159080Z test_doubletensor_avg_pool2d (__main__.TestAvgPool) ... ok (0.212s) 2022-12-01T10:41:30.3159555Z test_doubletensor_avg_pool2d_with_divisor (__main__.TestAvgPool) ... ok (0.029s) 2022-12-01T10:41:30.3160321Z test_doubletensor_avg_pool3d (__main__.TestAvgPool) ... ok (0.884s) 2022-12-01T10:41:30.3160783Z test_doubletensor_avg_pool3d_with_divisor (__main__.TestAvgPool) ... ok (0.225s) 2022-12-01T10:41:30.3161669Z test_MaxUnpool2d_output_size (__main__.TestPoolingNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 304 2022-12-01T10:41:30.3162161Z due to: 2022-12-01T10:41:30.3162434Z Traceback (most recent call last): 2022-12-01T10:41:30.3163044Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/functional.py", line 907, in _unpool_output_size 2022-12-01T10:41:30.3163472Z output_size, d, min_size, max_size 2022-12-01T10:41:30.3163874Z ValueError: invalid output_size "(3, 3)" (dim 0 must be between 3 and 7) 2022-12-01T10:41:30.3164131Z 2022-12-01T10:41:30.3164242Z from user code: 2022-12-01T10:41:30.3164544Z File "nn/test_pooling.py", line 304, in 2022-12-01T10:41:30.3164972Z self.assertRaises(ValueError, lambda: mu(output_small, indices_small, (h, w))) 2022-12-01T10:41:30.3165215Z 2022-12-01T10:41:30.3165404Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:41:30.3165698Z ========== 2022-12-01T10:41:30.3166086Z ok (0.222s) 2022-12-01T10:41:30.3166395Z test_adaptive_pooling_avg_nhwc (__main__.TestPoolingNN) ... ok (0.016s) 2022-12-01T10:41:30.3166865Z test_adaptive_pooling_avg_nhwc_launch_config_backward (__main__.TestPoolingNN) ... skip: CUDA unavailable (0.002s) 2022-12-01T10:41:30.3167371Z test_adaptive_pooling_avg_nhwc_launch_config_forward (__main__.TestPoolingNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:41:30.3167850Z test_adaptive_pooling_avg_nhwc_non_contiguous (__main__.TestPoolingNN) ... ok (0.017s) 2022-12-01T10:41:30.3168666Z test_adaptive_pooling_bfloat16 (__main__.TestPoolingNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 227 2022-12-01T10:41:30.3169107Z due to: 2022-12-01T10:41:30.3169336Z Traceback (most recent call last): 2022-12-01T10:41:30.3169996Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 429, in call_method 2022-12-01T10:41:30.3170436Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-12-01T10:41:30.3170772Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-12-01T10:41:30.3170977Z 2022-12-01T10:41:30.3171073Z from user code: 2022-12-01T10:41:30.3171421Z File "nn/test_pooling.py", line 229, in 2022-12-01T10:41:30.3171840Z self.assertTrue(out2.is_contiguous(memory_format=memory_format)) 2022-12-01T10:41:30.3172045Z 2022-12-01T10:41:30.3172224Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:41:30.3172521Z ========== 2022-12-01T10:41:30.3172732Z ok (0.176s) 2022-12-01T10:41:30.3173310Z test_adaptive_pooling_input_size (__main__.TestPoolingNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 142 2022-12-01T10:41:30.3173707Z due to: 2022-12-01T10:41:30.3173953Z Traceback (most recent call last): 2022-12-01T10:41:30.3174456Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/modules/utils.py", line 37, in _list_with_default 2022-12-01T10:41:30.3174901Z "Input dimension should be at least {}".format(len(out_size) + 1) 2022-12-01T10:41:30.3175264Z ValueError: Input dimension should be at least 3 2022-12-01T10:41:30.3175460Z 2022-12-01T10:41:30.3175554Z from user code: 2022-12-01T10:41:30.3175822Z File "nn/test_pooling.py", line 142, in 2022-12-01T10:41:30.3176173Z self.assertRaises(ValueError, lambda: module(input)) 2022-12-01T10:41:30.3176381Z 2022-12-01T10:41:30.3176559Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:41:30.3176843Z ========== 2022-12-01T10:41:30.3177060Z ok (0.014s) 2022-12-01T10:41:30.3177366Z test_adaptive_pooling_size_none (__main__.TestPoolingNN) ... ok (0.015s) 2022-12-01T10:41:30.3178072Z test_adaptive_pooling_size_overflow (__main__.TestPoolingNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT > nn/test_pooling.py line 162 2022-12-01T10:41:30.3178495Z due to: 2022-12-01T10:41:30.3178743Z Traceback (most recent call last): 2022-12-01T10:41:30.3179207Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:41:30.3179554Z return self._op(*args, **kwargs or {}) 2022-12-01T10:41:30.3179926Z RuntimeError: Storage size calculation overflowed with sizes=[2, 2, 1, 4611686018427387903] 2022-12-01T10:41:30.3180157Z 2022-12-01T10:41:30.3180346Z The above exception was the direct cause of the following exception: 2022-12-01T10:41:30.3180567Z 2022-12-01T10:41:30.3180674Z Traceback (most recent call last): 2022-12-01T10:41:30.3181213Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:41:30.3181620Z raise TorchRuntimeError() from e 2022-12-01T10:41:30.3181962Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:41:30.3182152Z 2022-12-01T10:41:30.3182246Z from user code: 2022-12-01T10:41:30.3182564Z File "nn/test_pooling.py", line 162, in > 2022-12-01T10:41:30.3183077Z lambda: torch.nn.AdaptiveMaxPool1d(0x3fffffffffffffff)(torch.empty([2, 2, 2]))) 2022-12-01T10:41:30.3183331Z 2022-12-01T10:41:30.3183496Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:41:30.3183789Z ========== 2022-12-01T10:41:30.3184000Z ok (0.021s) 2022-12-01T10:41:30.3184268Z test_max_unpool (__main__.TestPoolingNN) ... ok (0.199s) 2022-12-01T10:41:30.3185007Z test_max_unpool2d_nhwc_cpu (__main__.TestPoolingNN) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 330 2022-12-01T10:41:30.3185447Z due to: 2022-12-01T10:41:30.3185701Z Traceback (most recent call last): 2022-12-01T10:41:30.3186252Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 429, in call_method 2022-12-01T10:41:30.3186699Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-12-01T10:41:30.3187125Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-12-01T10:41:30.3187346Z 2022-12-01T10:41:30.3187440Z from user code: 2022-12-01T10:41:30.3187800Z File "nn/test_pooling.py", line 330, in 2022-12-01T10:41:30.3188151Z ref_upout.backward(ref_grad) 2022-12-01T10:41:30.3188336Z 2022-12-01T10:41:30.3188529Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:41:30.3188812Z ========== 2022-12-01T10:41:30.3189055Z ok (0.132s) 2022-12-01T10:41:30.3189435Z test_AdaptiveMaxPool1d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.076s) 2022-12-01T10:41:30.3189933Z test_AdaptiveMaxPool2d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.045s) 2022-12-01T10:41:30.3190436Z test_AdaptiveMaxPool3d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.039s) 2022-12-01T10:41:30.3190941Z test_AdaptiveMaxPool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.052s) 2022-12-01T10:41:30.3191392Z test_AvgPool2d_empty_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.037s) 2022-12-01T10:41:30.3191920Z test_AvgPool3d_backward_after_cat_dim1_device_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:41:30.3192454Z test_FractionalMaxPool2d_zero_batch_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:41:30.3192963Z test_FractionalMaxPool2d_zero_out_size_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:41:30.3193461Z test_FractionalMaxPool3d_zero_batch_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:41:30.3193975Z test_FractionalMaxPool3d_zero_out_size_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.020s) 2022-12-01T10:41:30.3194593Z test_MaxPool1d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:41:30.3195074Z test_MaxPool2d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.034s) 2022-12-01T10:41:30.3195525Z test_MaxPool3d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.040s) 2022-12-01T10:41:30.3195994Z test_MaxPool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.077s) 2022-12-01T10:41:30.3196682Z test_MaxUnpool_index_errors_case10_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:41:30.3197419Z 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:41:30.3198050Z 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:41:30.3198722Z 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:41:30.3199386Z 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:41:30.3200173Z 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:41:30.3200789Z 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:41:30.3201492Z 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:41:30.3202128Z 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:41:30.3202835Z 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:41:30.3203359Z test_MaxUnpool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.278s) 2022-12-01T10:41:30.3204247Z test_adaptive_avg_pool2d_output_size_one_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 614 2022-12-01T10:41:30.3204712Z due to: 2022-12-01T10:41:30.3204964Z Traceback (most recent call last): 2022-12-01T10:41:30.3205529Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 429, in call_method 2022-12-01T10:41:30.3206001Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-12-01T10:41:30.3206368Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-12-01T10:41:30.3206600Z 2022-12-01T10:41:30.3206680Z from user code: 2022-12-01T10:41:30.3207002Z File "nn/test_pooling.py", line 616, in 2022-12-01T10:41:30.3207409Z self.assertTrue(out.is_contiguous(memory_format=torch.channels_last)) 2022-12-01T10:41:30.3207644Z 2022-12-01T10:41:30.3207840Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:41:30.3208162Z ========== 2022-12-01T10:41:30.3208396Z ok (0.101s) 2022-12-01T10:41:30.3208841Z test_adaptive_avg_pool3d_output_size_one_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.033s) 2022-12-01T10:41:30.3209804Z test_adaptive_pool_invalid_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_adaptive_pool_invalid nn/test_pooling.py line 1416 2022-12-01T10:41:30.3210155Z due to: 2022-12-01T10:41:30.3210338Z Traceback (most recent call last): 2022-12-01T10:41:30.3210740Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/symbolic_convert.py", line 859, in BUILD_MAP 2022-12-01T10:41:30.3211064Z isinstance(k, TensorVariable) and k.parameter_value is not None 2022-12-01T10:41:30.3211295Z AssertionError 2022-12-01T10:41:30.3211406Z 2022-12-01T10:41:30.3211476Z from user code: 2022-12-01T10:41:30.3211694Z File "nn/test_pooling.py", line 1422, in test_adaptive_pool_invalid 2022-12-01T10:41:30.3211957Z torch.nn.AdaptiveAvgPool3d: inp_3d} 2022-12-01T10:41:30.3212102Z 2022-12-01T10:41:30.3212232Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:41:30.3212436Z ========== 2022-12-01T10:41:30.3212590Z ok (0.014s) 2022-12-01T10:41:30.3212913Z 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:41:30.3213553Z test_adaptive_pooling_max_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 961 2022-12-01T10:41:30.3213882Z due to: 2022-12-01T10:41:30.3214063Z Traceback (most recent call last): 2022-12-01T10:41:30.3214457Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 429, in call_method 2022-12-01T10:41:30.3214765Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-12-01T10:41:30.3215096Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-12-01T10:41:30.3215249Z 2022-12-01T10:41:30.3215319Z from user code: 2022-12-01T10:41:30.3215543Z File "nn/test_pooling.py", line 961, in 2022-12-01T10:41:30.3215765Z ref_out.backward(ref_grad) 2022-12-01T10:41:30.3215885Z 2022-12-01T10:41:30.3216017Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:41:30.3216233Z ========== 2022-12-01T10:41:30.3216377Z ok (0.338s) 2022-12-01T10:41:30.3216646Z test_adaptive_pooling_max_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.188s) 2022-12-01T10:41:30.3217181Z test_adaptive_pooling_no_suppot_input_cpu_int16 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test doesn't currently work with torchdynamo (0.001s) 2022-12-01T10:41:30.3217778Z test_adaptive_pooling_no_suppot_input_cpu_int32 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test doesn't currently work with torchdynamo (0.001s) 2022-12-01T10:41:30.3218345Z test_adaptive_pooling_no_suppot_input_cpu_int64 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test doesn't currently work with torchdynamo (0.001s) 2022-12-01T10:41:30.3218909Z test_adaptive_pooling_no_suppot_input_cpu_int8 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test doesn't currently work with torchdynamo (0.001s) 2022-12-01T10:41:30.3219475Z test_adaptive_pooling_no_suppot_input_cpu_uint8 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test doesn't currently work with torchdynamo (0.001s) 2022-12-01T10:41:30.3219886Z test_adaptive_pooling_zero_batch_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.056s) 2022-12-01T10:41:30.3220242Z test_adaptive_pooling_zero_batch_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.033s) 2022-12-01T10:41:30.3220809Z test_avg_pool2d_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 928 2022-12-01T10:41:30.3221140Z due to: 2022-12-01T10:41:30.3221311Z Traceback (most recent call last): 2022-12-01T10:41:30.3221707Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 429, in call_method 2022-12-01T10:41:30.3222030Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-12-01T10:41:30.3222290Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-12-01T10:41:30.3222430Z 2022-12-01T10:41:30.3222499Z from user code: 2022-12-01T10:41:30.3222722Z File "nn/test_pooling.py", line 930, in 2022-12-01T10:41:30.3223007Z self.assertTrue(out.is_contiguous(memory_format=memory_format)) 2022-12-01T10:41:30.3223167Z 2022-12-01T10:41:30.3223287Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:41:30.3223501Z ========== 2022-12-01T10:41:30.3223659Z ok (0.219s) 2022-12-01T10:41:30.3224126Z test_avg_pool2d_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 679 2022-12-01T10:41:30.3224461Z due to: 2022-12-01T10:41:30.3224641Z Traceback (most recent call last): 2022-12-01T10:41:30.3225034Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 429, in call_method 2022-12-01T10:41:30.3225340Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-12-01T10:41:30.3225599Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-12-01T10:41:30.3225752Z 2022-12-01T10:41:30.3225821Z from user code: 2022-12-01T10:41:30.3226032Z File "nn/test_pooling.py", line 681, in 2022-12-01T10:41:30.3226321Z self.assertTrue(out.is_contiguous(memory_format=torch.channels_last)) 2022-12-01T10:41:30.3226494Z 2022-12-01T10:41:30.3226628Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:41:30.3226843Z ========== 2022-12-01T10:41:30.3226990Z ok (3.799s) 2022-12-01T10:41:30.3227251Z test_avg_pool2d_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (7.165s) 2022-12-01T10:41:30.3227783Z test_fractional_max_pool2d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test doesn't currently work with torchdynamo (0.002s) 2022-12-01T10:41:30.3228305Z test_fractional_max_pool3d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test doesn't currently work with torchdynamo (0.002s) 2022-12-01T10:41:30.3228704Z test_fractional_max_pool_nan_inf_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:41:30.3229065Z test_max_pool1d_corner_cases_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.079s) 2022-12-01T10:41:30.3229418Z test_max_pool1d_corner_cases_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.036s) 2022-12-01T10:41:30.3229745Z test_max_pool1d_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.326s) 2022-12-01T10:41:30.3230106Z test_max_pool1d_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.761s) 2022-12-01T10:41:30.3230662Z test_max_pool2d_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 877 2022-12-01T10:41:30.3230973Z due to: 2022-12-01T10:41:30.3231155Z Traceback (most recent call last): 2022-12-01T10:41:30.3231551Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 429, in call_method 2022-12-01T10:41:30.3231872Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-12-01T10:41:30.3232120Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-12-01T10:41:30.3232271Z 2022-12-01T10:41:30.3232342Z from user code: 2022-12-01T10:41:30.3232564Z File "nn/test_pooling.py", line 879, in 2022-12-01T10:41:30.3232835Z self.assertTrue(out.is_contiguous(memory_format=memory_format)) 2022-12-01T10:41:30.3232994Z 2022-12-01T10:41:30.3233128Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:41:30.3233344Z ========== 2022-12-01T10:41:30.3233490Z ok (0.250s) 2022-12-01T10:41:30.3233756Z test_max_pool2d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:41:30.3234123Z test_max_pool2d_indices_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:41:30.3234792Z test_max_pool2d_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 784 2022-12-01T10:41:30.3235112Z due to: 2022-12-01T10:41:30.3235293Z Traceback (most recent call last): 2022-12-01T10:41:30.3235690Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 429, in call_method 2022-12-01T10:41:30.3235999Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-12-01T10:41:30.3236262Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-12-01T10:41:30.3236415Z 2022-12-01T10:41:30.3236486Z from user code: 2022-12-01T10:41:30.3236875Z File "nn/test_pooling.py", line 786, in 2022-12-01T10:41:30.3237157Z self.assertTrue(out.is_contiguous(memory_format=torch.channels_last)) 2022-12-01T10:41:30.3237331Z 2022-12-01T10:41:30.3237462Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:41:30.3237678Z ========== 2022-12-01T10:41:30.3237823Z ok (3.620s) 2022-12-01T10:41:30.3238076Z test_max_pool2d_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (7.374s) 2022-12-01T10:41:30.3238440Z test_max_pool3d_ndhwc_cpu_float16 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T10:41:30.3238818Z test_max_pool3d_ndhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T10:41:30.3239182Z test_max_pool3d_ndhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T10:41:30.3239537Z test_max_pool_nan_inf_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.040s) 2022-12-01T10:41:30.3239958Z test_maxpool3d_non_square_backward_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.534s) 2022-12-01T10:41:30.3240299Z test_maxpool_indices_no_batch_dim_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) 2022-12-01T10:41:30.3240634Z Check that indices with no batch dim is consistent with a single batch. ... ok (0.124s) 2022-12-01T10:41:30.3240985Z test_pool3d_large_size_int64_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:30.3241371Z test_pool3d_size_one_feature_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:30.3241726Z test_pool_invalid_size_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.051s) 2022-12-01T10:41:30.3242068Z test_pool_large_size_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.890s) 2022-12-01T10:41:30.3242459Z test_pooling_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:30.3242830Z test_pooling_large_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:41:30.3243407Z test_pooling_max_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 1003 2022-12-01T10:41:30.3243742Z due to: 2022-12-01T10:41:30.3243924Z Traceback (most recent call last): 2022-12-01T10:41:30.3244308Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 429, in call_method 2022-12-01T10:41:30.3244625Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-12-01T10:41:30.3244888Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-12-01T10:41:30.3245037Z 2022-12-01T10:41:30.3245108Z from user code: 2022-12-01T10:41:30.3245325Z File "nn/test_pooling.py", line 1003, in 2022-12-01T10:41:30.3245560Z ref_out.backward(ref_grad) 2022-12-01T10:41:30.3245682Z 2022-12-01T10:41:30.3245812Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:41:30.3246018Z ========== 2022-12-01T10:41:30.3246172Z ok (0.419s) 2022-12-01T10:41:30.3246427Z test_pooling_max_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.138s) 2022-12-01T10:41:30.3246739Z test_pooling_shape_cpu (__main__.TestPoolingNNDeviceTypeCPU) 2022-12-01T10:41:30.3247036Z Test the output shape calculation for pooling functions ... ok (0.056s) 2022-12-01T10:41:30.3247550Z test_pooling_size_empty_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 1075 2022-12-01T10:41:30.3247867Z due to: 2022-12-01T10:41:30.3248036Z Traceback (most recent call last): 2022-12-01T10:41:30.3248428Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:41:30.3248735Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:41:30.3249204Z RuntimeError: Expected 2 to 3 dimensions, but got 4-dimensional tensor for argument #1 'self' (while checking arguments for adaptive_avg_pool1d) 2022-12-01T10:41:30.3249606Z 2022-12-01T10:41:30.3249838Z The above exception was the direct cause of the following exception: 2022-12-01T10:41:30.3250067Z 2022-12-01T10:41:30.3250160Z Traceback (most recent call last): 2022-12-01T10:41:30.3250549Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:41:30.3250832Z raise TorchRuntimeError() from e 2022-12-01T10:41:30.3251068Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:41:30.3251209Z 2022-12-01T10:41:30.3251280Z from user code: 2022-12-01T10:41:30.3251474Z File "nn/test_pooling.py", line 1075, in 2022-12-01T10:41:30.3251750Z self.assertRaises(RuntimeError, lambda: F.adaptive_avg_pool1d(t, [])) 2022-12-01T10:41:30.3251920Z 2022-12-01T10:41:30.3252055Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:41:30.3252306Z ========== 2022-12-01T10:41:30.3252628Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 1076 2022-12-01T10:41:30.3252872Z due to: 2022-12-01T10:41:30.3253054Z Traceback (most recent call last): 2022-12-01T10:41:30.3253414Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/functional.py", line 1214, in adaptive_avg_pool2d 2022-12-01T10:41:30.3253733Z return torch._C._nn.adaptive_avg_pool2d(input, _output_size) 2022-12-01T10:41:30.3254003Z RuntimeError: adaptive_avg_pool2d: output_size must be 2 2022-12-01T10:41:30.3254152Z 2022-12-01T10:41:30.3254276Z The above exception was the direct cause of the following exception: 2022-12-01T10:41:30.3254437Z 2022-12-01T10:41:30.3254528Z Traceback (most recent call last): 2022-12-01T10:41:30.3254913Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:41:30.3255253Z raise TorchRuntimeError() from e 2022-12-01T10:41:30.3255477Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:41:30.3255620Z 2022-12-01T10:41:30.3255691Z from user code: 2022-12-01T10:41:30.3255898Z File "nn/test_pooling.py", line 1076, in 2022-12-01T10:41:30.3256159Z self.assertRaises(RuntimeError, lambda: F.adaptive_avg_pool2d(t, [])) 2022-12-01T10:41:30.3256329Z 2022-12-01T10:41:30.3256458Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:41:30.3256672Z ========== 2022-12-01T10:41:30.3256979Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 1077 2022-12-01T10:41:30.3257224Z due to: 2022-12-01T10:41:30.3257403Z Traceback (most recent call last): 2022-12-01T10:41:30.3257764Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/functional.py", line 1231, in adaptive_avg_pool3d 2022-12-01T10:41:30.3258077Z return torch._C._nn.adaptive_avg_pool3d(input, _output_size) 2022-12-01T10:41:30.3258350Z RuntimeError: adaptive_avg_pool3d: output_size must be 3 2022-12-01T10:41:30.3258502Z 2022-12-01T10:41:30.3258639Z The above exception was the direct cause of the following exception: 2022-12-01T10:41:30.3258803Z 2022-12-01T10:41:30.3258883Z Traceback (most recent call last): 2022-12-01T10:41:30.3259267Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:41:30.3259558Z raise TorchRuntimeError() from e 2022-12-01T10:41:30.3259777Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:41:30.3259916Z 2022-12-01T10:41:30.3259985Z from user code: 2022-12-01T10:41:30.3260190Z File "nn/test_pooling.py", line 1077, in 2022-12-01T10:41:30.3260464Z self.assertRaises(RuntimeError, lambda: F.adaptive_avg_pool3d(t, [])) 2022-12-01T10:41:30.3260620Z 2022-12-01T10:41:30.3260751Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:41:30.3260968Z ========== 2022-12-01T10:41:30.3261291Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 1078 2022-12-01T10:41:30.3261525Z due to: 2022-12-01T10:41:30.3261707Z Traceback (most recent call last): 2022-12-01T10:41:30.3262099Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/functional.py", line 1080, in adaptive_max_pool1d_with_indices 2022-12-01T10:41:30.3262409Z return torch.adaptive_max_pool1d(input, output_size) 2022-12-01T10:41:30.3262863Z RuntimeError: Expected 2 to 3 dimensions, but got 4-dimensional tensor for argument #1 'self' (while checking arguments for adaptive_max_pool1d) 2022-12-01T10:41:30.3263097Z 2022-12-01T10:41:30.3263233Z The above exception was the direct cause of the following exception: 2022-12-01T10:41:30.3263395Z 2022-12-01T10:41:30.3263486Z Traceback (most recent call last): 2022-12-01T10:41:30.3263856Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:41:30.3264149Z raise TorchRuntimeError() from e 2022-12-01T10:41:30.3264382Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:41:30.3264523Z 2022-12-01T10:41:30.3264629Z from user code: 2022-12-01T10:41:30.3264823Z File "nn/test_pooling.py", line 1078, in 2022-12-01T10:41:30.3265097Z self.assertRaises(RuntimeError, lambda: F.adaptive_max_pool1d(t, [])) 2022-12-01T10:41:30.3265264Z 2022-12-01T10:41:30.3265393Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:41:30.3265597Z ========== 2022-12-01T10:41:30.3265914Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 1079 2022-12-01T10:41:30.3266157Z due to: 2022-12-01T10:41:30.3266325Z Traceback (most recent call last): 2022-12-01T10:41:30.3266659Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:41:30.3266927Z return self._op(*args, **kwargs or {}) 2022-12-01T10:41:30.3267188Z RuntimeError: adaptive_max_pool2d(): internal error: output_size.size() must be 2 2022-12-01T10:41:30.3267364Z 2022-12-01T10:41:30.3267526Z The above exception was the direct cause of the following exception: 2022-12-01T10:41:30.3267693Z 2022-12-01T10:41:30.3267783Z Traceback (most recent call last): 2022-12-01T10:41:30.3268168Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:41:30.3268448Z raise TorchRuntimeError() from e 2022-12-01T10:41:30.3268682Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:41:30.3268822Z 2022-12-01T10:41:30.3268893Z from user code: 2022-12-01T10:41:30.3269088Z File "nn/test_pooling.py", line 1079, in 2022-12-01T10:41:30.3269361Z self.assertRaises(RuntimeError, lambda: F.adaptive_max_pool2d(t, [])) 2022-12-01T10:41:30.3269531Z 2022-12-01T10:41:30.3269661Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:41:30.3269876Z ========== 2022-12-01T10:41:30.3270181Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 1080 2022-12-01T10:41:30.3270422Z due to: 2022-12-01T10:41:30.3270605Z Traceback (most recent call last): 2022-12-01T10:41:30.3270926Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:41:30.3271193Z return self._op(*args, **kwargs or {}) 2022-12-01T10:41:30.3271466Z RuntimeError: adaptive_max_pool3d(): internal error: output_size.size() must be 3 2022-12-01T10:41:30.3271641Z 2022-12-01T10:41:30.3271765Z The above exception was the direct cause of the following exception: 2022-12-01T10:41:30.3271925Z 2022-12-01T10:41:30.3272015Z Traceback (most recent call last): 2022-12-01T10:41:30.3272397Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:41:30.3272688Z raise TorchRuntimeError() from e 2022-12-01T10:41:30.3272908Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:41:30.3273047Z 2022-12-01T10:41:30.3273116Z from user code: 2022-12-01T10:41:30.3273319Z File "nn/test_pooling.py", line 1080, in 2022-12-01T10:41:30.3273588Z self.assertRaises(RuntimeError, lambda: F.adaptive_max_pool3d(t, [])) 2022-12-01T10:41:30.3273760Z 2022-12-01T10:41:30.3273891Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:41:30.3274103Z ========== 2022-12-01T10:41:30.3274257Z ok (0.096s) 2022-12-01T10:41:30.3274796Z test_pooling_zero_stride_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 1337 2022-12-01T10:41:30.3275119Z due to: 2022-12-01T10:41:30.3275298Z Traceback (most recent call last): 2022-12-01T10:41:30.3275621Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:41:30.3275891Z return self._op(*args, **kwargs or {}) 2022-12-01T10:41:30.3276112Z RuntimeError: stride should not be zero 2022-12-01T10:41:30.3276248Z 2022-12-01T10:41:30.3276373Z The above exception was the direct cause of the following exception: 2022-12-01T10:41:30.3276646Z 2022-12-01T10:41:30.3276763Z Traceback (most recent call last): 2022-12-01T10:41:30.3277156Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:41:30.3277522Z raise TorchRuntimeError() from e 2022-12-01T10:41:30.3277743Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:41:30.3277884Z 2022-12-01T10:41:30.3277953Z from user code: 2022-12-01T10:41:30.3278159Z File "nn/test_pooling.py", line 1337, in 2022-12-01T10:41:30.3278378Z lambda: fn(x, kernel_size=2, stride=0)) 2022-12-01T10:41:30.3278506Z 2022-12-01T10:41:30.3278637Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:41:30.3278852Z ========== 2022-12-01T10:41:30.3279160Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_pooling.py line 1342 2022-12-01T10:41:30.3279407Z due to: 2022-12-01T10:41:30.3279587Z Traceback (most recent call last): 2022-12-01T10:41:30.3279922Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:41:30.3280219Z return self._op(*args, **kwargs or {}) 2022-12-01T10:41:30.3280443Z RuntimeError: stride should not be zero 2022-12-01T10:41:30.3280576Z 2022-12-01T10:41:30.3280712Z The above exception was the direct cause of the following exception: 2022-12-01T10:41:30.3280876Z 2022-12-01T10:41:30.3280954Z Traceback (most recent call last): 2022-12-01T10:41:30.3281341Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:41:30.3281636Z raise TorchRuntimeError() from e 2022-12-01T10:41:30.3281854Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:41:30.3281994Z 2022-12-01T10:41:30.3282063Z from user code: 2022-12-01T10:41:30.3282268Z File "nn/test_pooling.py", line 1342, in 2022-12-01T10:41:30.3282476Z lambda: fn_module(x)) 2022-12-01T10:41:30.3282576Z 2022-12-01T10:41:30.3282707Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:41:30.3282922Z ========== 2022-12-01T10:41:30.3283076Z ok (0.089s) 2022-12-01T10:41:30.3283164Z 2022-12-01T10:41:30.3283365Z ---------------------------------------------------------------------- 2022-12-01T10:41:30.3283607Z Ran 88 tests in 29.995s 2022-12-01T10:41:30.3283719Z 2022-12-01T10:41:30.3283790Z OK (skipped=30) 2022-12-01T10:41:30.3283895Z 2022-12-01T10:41:30.3283966Z Generating XML reports... 2022-12-01T10:41:30.3284355Z Generated XML report: test-reports/python-unittest/nn.test_pooling/TEST-TestAvgPool-20221201104059.xml 2022-12-01T10:41:30.3284851Z Generated XML report: test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNN-20221201104059.xml 2022-12-01T10:41:30.3285392Z Generated XML report: test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNNDeviceTypeCPU-20221201104059.xml 2022-12-01T10:41:30.3285648Z 2022-12-01T10:41:30.3285958Z ##[endgroup] 2022-12-01T10:41:30.3286333Z FINISHED PRINTING LOG FILE of nn/test_pooling (/var/lib/jenkins/workspace/test/test-reports/nn-test_pooling_udvwqlnm) 2022-12-01T10:41:30.3286542Z 2022-12-01T10:41:30.3286698Z Running test_mkldnn ... [2022-12-01 10:41:30.315857] 2022-12-01T10:41:30.3287144Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:41:30.316266] 2022-12-01T10:42:21.6909902Z 2022-12-01T10:42:21.6910299Z Expand the folded group to see the log file of test_mkldnn 2022-12-01T10:42:21.6910954Z ##[group]PRINTING LOG FILE of test_mkldnn (/var/lib/jenkins/workspace/test/test-reports/test_mkldnn_4otln0hc) 2022-12-01T10:42:21.6913557Z Test results will be stored in test-reports/python-unittest/test_mkldnn 2022-12-01T10:42:21.6913966Z 2022-12-01T10:42:21.6914129Z Running tests... 2022-12-01T10:42:21.6914840Z ---------------------------------------------------------------------- 2022-12-01T10:42:21.6944971Z test_0_dimension_tensor (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_0_dimension_tensor test_mkldnn.py line 954 2022-12-01T10:42:21.6945650Z due to: 2022-12-01T10:42:21.6946080Z Traceback (most recent call last): 2022-12-01T10:42:21.6946855Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.6947726Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.6952167Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.6954861Z 2022-12-01T10:42:21.6994997Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.6995925Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.6996877Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.6997382Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.6997920Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.6998335Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.6998735Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.6999134Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.6999520Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7000679Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7001453Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7002246Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7002883Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7003327Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7003741Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7004332Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7005068Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7005469Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7005886Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7006288Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7006928Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7007620Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7008389Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7008921Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7009395Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7009977Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7010644Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7011314Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7011981Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7012496Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7012976Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7013420Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7013841Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7014327Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7015214Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7015791Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7016517Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7016911Z 2022-12-01T10:42:21.7016918Z 2022-12-01T10:42:21.7017132Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7017404Z 2022-12-01T10:42:21.7017522Z Traceback (most recent call last): 2022-12-01T10:42:21.7017943Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7018261Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7018577Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7018746Z 2022-12-01T10:42:21.7018887Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7019054Z 2022-12-01T10:42:21.7019134Z Traceback (most recent call last): 2022-12-01T10:42:21.7019534Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7019832Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7020068Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7020198Z 2022-12-01T10:42:21.7020269Z from user code: 2022-12-01T10:42:21.7020498Z File "test_mkldnn.py", line 960, in test_0_dimension_tensor 2022-12-01T10:42:21.7020768Z out_relu_mkldnn = torch.relu(y.to_mkldnn()).to_dense() 2022-12-01T10:42:21.7020985Z 2022-12-01T10:42:21.7021109Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7021332Z ========== 2022-12-01T10:42:21.7021492Z ok (4.545s) 2022-12-01T10:42:21.7021939Z test_adaptive_avg_pool2d (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 751 2022-12-01T10:42:21.7022259Z due to: 2022-12-01T10:42:21.7022446Z Traceback (most recent call last): 2022-12-01T10:42:21.7022785Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7023049Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7026078Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7028019Z 2022-12-01T10:42:21.7028287Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7028987Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7029713Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7030424Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7031122Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7031803Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7032443Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7033063Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7033683Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7034429Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7035148Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7035855Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7036710Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7037374Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7038070Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7038751Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7039591Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7040258Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7040926Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7041603Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7042298Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7043023Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7043731Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7044468Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7045193Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7045882Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7046556Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7047213Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7047891Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7048604Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7049374Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7050109Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7050792Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7051503Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7052282Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7053146Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7053989Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7054401Z 2022-12-01T10:42:21.7054411Z 2022-12-01T10:42:21.7054670Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7054900Z 2022-12-01T10:42:21.7054995Z Traceback (most recent call last): 2022-12-01T10:42:21.7055390Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7055717Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7056020Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7056188Z 2022-12-01T10:42:21.7056332Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7056555Z 2022-12-01T10:42:21.7056650Z Traceback (most recent call last): 2022-12-01T10:42:21.7057045Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7057331Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7057569Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7057711Z 2022-12-01T10:42:21.7057781Z from user code: 2022-12-01T10:42:21.7058014Z File "test_mkldnn.py", line 753, in 2022-12-01T10:42:21.7058281Z x2 = x.clone().to_mkldnn().requires_grad_() 2022-12-01T10:42:21.7058413Z 2022-12-01T10:42:21.7058546Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7058755Z ========== 2022-12-01T10:42:21.7058916Z ok (0.239s) 2022-12-01T10:42:21.7059422Z test_adaptive_avg_pool2d_bf16 (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 774 2022-12-01T10:42:21.7059752Z due to: 2022-12-01T10:42:21.7059927Z Traceback (most recent call last): 2022-12-01T10:42:21.7060269Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7060541Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7062469Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7063622Z 2022-12-01T10:42:21.7063797Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7064222Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7064659Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7065103Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7065558Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7065966Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7066362Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7066753Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7067148Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7067567Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7068012Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7068429Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7068883Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7069280Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7069687Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7070086Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7070488Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7070907Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7071310Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7071717Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7072130Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7072528Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7072954Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7073393Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7073823Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7074254Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7074754Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7075146Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7075553Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7075984Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7076467Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7077073Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7077494Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7077919Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7078357Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7078812Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7079267Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7079498Z 2022-12-01T10:42:21.7079507Z 2022-12-01T10:42:21.7079634Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7079873Z 2022-12-01T10:42:21.7079967Z Traceback (most recent call last): 2022-12-01T10:42:21.7080335Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7080659Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7082117Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7082285Z 2022-12-01T10:42:21.7082422Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7082584Z 2022-12-01T10:42:21.7082679Z Traceback (most recent call last): 2022-12-01T10:42:21.7083076Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7083362Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7083655Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7083798Z 2022-12-01T10:42:21.7083869Z from user code: 2022-12-01T10:42:21.7084109Z File "test_mkldnn.py", line 775, in 2022-12-01T10:42:21.7084386Z y = adaptive_avg_pool2d(x.to_mkldnn()).to_dense() 2022-12-01T10:42:21.7084526Z 2022-12-01T10:42:21.7084661Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7084880Z ========== 2022-12-01T10:42:21.7085028Z ok (0.075s) 2022-12-01T10:42:21.7085434Z test_add (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 867 2022-12-01T10:42:21.7085717Z due to: 2022-12-01T10:42:21.7085889Z Traceback (most recent call last): 2022-12-01T10:42:21.7086230Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7086499Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7088433Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7089564Z 2022-12-01T10:42:21.7089738Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7090166Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7090601Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7091048Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7091512Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7091918Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7092310Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7092707Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7093145Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7093570Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7094018Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7094437Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7094850Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7095246Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7095706Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7096114Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7096520Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7096907Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7097306Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7097715Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7098129Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7098525Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7098955Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7099391Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7099815Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7100242Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7100647Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7101039Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7101448Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7101881Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7102359Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7102799Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7103220Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7103642Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7104079Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7104569Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7105028Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7105257Z 2022-12-01T10:42:21.7105261Z 2022-12-01T10:42:21.7105387Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7105552Z 2022-12-01T10:42:21.7105645Z Traceback (most recent call last): 2022-12-01T10:42:21.7105999Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7106322Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7106651Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7106823Z 2022-12-01T10:42:21.7106960Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7107125Z 2022-12-01T10:42:21.7107217Z Traceback (most recent call last): 2022-12-01T10:42:21.7107612Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7107898Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7108137Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7108278Z 2022-12-01T10:42:21.7108349Z from user code: 2022-12-01T10:42:21.7108558Z File "test_mkldnn.py", line 871, in 2022-12-01T10:42:21.7108779Z mx = x.to_mkldnn() 2022-12-01T10:42:21.7108889Z 2022-12-01T10:42:21.7109021Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7109229Z ========== 2022-12-01T10:42:21.7109387Z ok (0.091s) 2022-12-01T10:42:21.7109820Z test_autograd_from_mkldnn (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_autograd_from_mkldnn test_mkldnn.py line 171 2022-12-01T10:42:21.7110122Z due to: 2022-12-01T10:42:21.7110291Z Traceback (most recent call last): 2022-12-01T10:42:21.7110628Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7110899Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7112784Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7113932Z 2022-12-01T10:42:21.7114103Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7114619Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7115067Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7115514Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7115970Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7116421Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7116968Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7117362Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7117755Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7118179Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7118679Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7119100Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7119516Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7119921Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7120332Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7120740Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7121147Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7121537Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7121938Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7122346Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7122756Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7123153Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7123575Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7124013Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7124440Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7124875Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7125282Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7125671Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7126077Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7126502Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7126979Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7127463Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7127879Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7128300Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7128738Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7129194Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7129681Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7129914Z 2022-12-01T10:42:21.7129922Z 2022-12-01T10:42:21.7130049Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7130217Z 2022-12-01T10:42:21.7130311Z Traceback (most recent call last): 2022-12-01T10:42:21.7130677Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7131008Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7131308Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7131477Z 2022-12-01T10:42:21.7131614Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7131777Z 2022-12-01T10:42:21.7131869Z Traceback (most recent call last): 2022-12-01T10:42:21.7132248Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7132548Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7132786Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7132931Z 2022-12-01T10:42:21.7133002Z from user code: 2022-12-01T10:42:21.7133212Z File "test_mkldnn.py", line 173, in test_autograd_from_mkldnn 2022-12-01T10:42:21.7133497Z root = torch.randn(4, 5, dtype=torch.float32).to_mkldnn().requires_grad_() 2022-12-01T10:42:21.7133662Z 2022-12-01T10:42:21.7133795Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7134002Z ========== 2022-12-01T10:42:21.7134317Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 182 2022-12-01T10:42:21.7134560Z due to: 2022-12-01T10:42:21.7134731Z Traceback (most recent call last): 2022-12-01T10:42:21.7135119Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:42:21.7135466Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:42:21.7135816Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:42:21.7136010Z 2022-12-01T10:42:21.7136149Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7136314Z 2022-12-01T10:42:21.7136408Z Traceback (most recent call last): 2022-12-01T10:42:21.7136798Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:42:21.7137054Z ) from e 2022-12-01T10:42:21.7137386Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:42:21.7137642Z 2022-12-01T10:42:21.7137774Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7137992Z ========== 2022-12-01T10:42:21.7138286Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func test_mkldnn.py line 175 2022-12-01T10:42:21.7138524Z due to: 2022-12-01T10:42:21.7138706Z Traceback (most recent call last): 2022-12-01T10:42:21.7139083Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:42:21.7139465Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:42:21.7139813Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:42:21.7140021Z 2022-12-01T10:42:21.7140157Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7140309Z 2022-12-01T10:42:21.7140401Z Traceback (most recent call last): 2022-12-01T10:42:21.7140795Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:42:21.7141066Z ) from e 2022-12-01T10:42:21.7141390Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:42:21.7141641Z 2022-12-01T10:42:21.7141770Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7142027Z ========== 2022-12-01T10:42:21.7142188Z ok (0.647s) 2022-12-01T10:42:21.7142566Z test_autograd_to_mkldnn (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT func test_mkldnn.py line 159 2022-12-01T10:42:21.7142851Z due to: 2022-12-01T10:42:21.7143032Z Traceback (most recent call last): 2022-12-01T10:42:21.7143356Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7143630Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7145552Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7146703Z 2022-12-01T10:42:21.7146876Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7147302Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7147747Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7148182Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7148639Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7149057Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7149448Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7149828Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7150221Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7150653Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7151099Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7151546Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7151963Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7152376Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7152785Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7153178Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7153605Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7154013Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7154491Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7173477Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7174226Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7174818Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7175377Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7175829Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7176273Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7176702Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7177110Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7177502Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7177910Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7178342Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7178820Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7179266Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7179687Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7180114Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7180555Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7181017Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7181472Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7181815Z 2022-12-01T10:42:21.7181834Z 2022-12-01T10:42:21.7181960Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7182125Z 2022-12-01T10:42:21.7182218Z Traceback (most recent call last): 2022-12-01T10:42:21.7182611Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7182940Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7183240Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7183408Z 2022-12-01T10:42:21.7183544Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7183708Z 2022-12-01T10:42:21.7183799Z Traceback (most recent call last): 2022-12-01T10:42:21.7184233Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7184532Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7184770Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7184913Z 2022-12-01T10:42:21.7184984Z from user code: 2022-12-01T10:42:21.7185171Z File "test_mkldnn.py", line 160, in func 2022-12-01T10:42:21.7185388Z return root.to_mkldnn().to_dense() 2022-12-01T10:42:21.7185514Z 2022-12-01T10:42:21.7185646Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7185852Z ========== 2022-12-01T10:42:21.7186012Z ok (0.038s) 2022-12-01T10:42:21.7186218Z test_avg_pool2d (__main__.TestMkldnn) ... ok (0.035s) 2022-12-01T10:42:21.7186461Z test_avg_pool2d_bf16 (__main__.TestMkldnn) ... ok (0.035s) 2022-12-01T10:42:21.7186962Z test_avg_pool2d_stride_none (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 727 2022-12-01T10:42:21.7187282Z due to: 2022-12-01T10:42:21.7187453Z Traceback (most recent call last): 2022-12-01T10:42:21.7187794Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7188069Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7189989Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7191118Z 2022-12-01T10:42:21.7191289Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7191715Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7192152Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7192594Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7193049Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7193471Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7193890Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7194278Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7194795Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7195230Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7195661Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7196078Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7196690Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7197136Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7197538Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7197948Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7198354Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7198762Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7199162Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7199566Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7199979Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7200390Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7200805Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7201240Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7201666Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7202108Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7202504Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7202894Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7203299Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7203737Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7204204Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7204642Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7205063Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7205549Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7205976Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7206432Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7206884Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7207112Z 2022-12-01T10:42:21.7207117Z 2022-12-01T10:42:21.7207256Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7207407Z 2022-12-01T10:42:21.7207546Z Traceback (most recent call last): 2022-12-01T10:42:21.7207914Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7208248Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7208550Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7208719Z 2022-12-01T10:42:21.7208856Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7209023Z 2022-12-01T10:42:21.7209117Z Traceback (most recent call last): 2022-12-01T10:42:21.7209513Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7209799Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7210037Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7210182Z 2022-12-01T10:42:21.7210256Z from user code: 2022-12-01T10:42:21.7210490Z File "test_mkldnn.py", line 738, in 2022-12-01T10:42:21.7210729Z x.to_mkldnn(), 2022-12-01T10:42:21.7210836Z 2022-12-01T10:42:21.7210971Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7211177Z ========== 2022-12-01T10:42:21.7211339Z ok (0.033s) 2022-12-01T10:42:21.7211544Z test_avg_pool3d (__main__.TestMkldnn) ... ok (0.975s) 2022-12-01T10:42:21.7211784Z test_avg_pool3d_bf16 (__main__.TestMkldnn) ... ok (0.293s) 2022-12-01T10:42:21.7212263Z test_batch_norm_2d (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 787 2022-12-01T10:42:21.7212564Z due to: 2022-12-01T10:42:21.7212746Z Traceback (most recent call last): 2022-12-01T10:42:21.7213075Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7213344Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7215243Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7216389Z 2022-12-01T10:42:21.7216562Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7216988Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7217479Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7217911Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7218362Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7218780Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7219173Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7219585Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7219987Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7220419Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7220865Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7221269Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7221682Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7222098Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7222510Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7222915Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7223317Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7223721Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7224130Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7224523Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7224933Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7225350Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7225777Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7226197Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7226624Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7227061Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7227466Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7227850Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7228290Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7228732Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7229211Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7229642Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7230059Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7230527Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7230969Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7231419Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7231870Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7232099Z 2022-12-01T10:42:21.7232104Z 2022-12-01T10:42:21.7232246Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7232411Z 2022-12-01T10:42:21.7232505Z Traceback (most recent call last): 2022-12-01T10:42:21.7232847Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7233175Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7233489Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7233659Z 2022-12-01T10:42:21.7233784Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7233950Z 2022-12-01T10:42:21.7234043Z Traceback (most recent call last): 2022-12-01T10:42:21.7234526Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7234830Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7235055Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7235199Z 2022-12-01T10:42:21.7235272Z from user code: 2022-12-01T10:42:21.7235513Z File "test_mkldnn.py", line 790, in 2022-12-01T10:42:21.7235763Z mkldnn_bn(input.to_mkldnn()).to_dense()) 2022-12-01T10:42:21.7235899Z 2022-12-01T10:42:21.7236054Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7236286Z ========== 2022-12-01T10:42:21.7236730Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test_serialization test_mkldnn.py line 1169 2022-12-01T10:42:21.7236995Z due to: 2022-12-01T10:42:21.7237185Z Traceback (most recent call last): 2022-12-01T10:42:21.7237579Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:42:21.7237913Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:42:21.7238266Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:42:21.7238472Z 2022-12-01T10:42:21.7238611Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7238778Z 2022-12-01T10:42:21.7238857Z Traceback (most recent call last): 2022-12-01T10:42:21.7239250Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:42:21.7239520Z ) from e 2022-12-01T10:42:21.7239856Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:42:21.7240177Z 2022-12-01T10:42:21.7240297Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7240523Z ========== 2022-12-01T10:42:21.7240849Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test_tracing test_mkldnn.py line 1177 2022-12-01T10:42:21.7241085Z due to: 2022-12-01T10:42:21.7241270Z Traceback (most recent call last): 2022-12-01T10:42:21.7241658Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:42:21.7242004Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:42:21.7242340Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:42:21.7242545Z 2022-12-01T10:42:21.7242682Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7242848Z 2022-12-01T10:42:21.7242939Z Traceback (most recent call last): 2022-12-01T10:42:21.7243361Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:42:21.7243637Z ) from e 2022-12-01T10:42:21.7243968Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:42:21.7244220Z 2022-12-01T10:42:21.7244353Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7244559Z ========== 2022-12-01T10:42:21.7245019Z /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:754: UserWarning: The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is. 2022-12-01T10:42:21.7245528Z "The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is." 2022-12-01T10:42:21.7245770Z ok (0.423s) 2022-12-01T10:42:21.7245988Z test_batch_norm_2d_bf16 (__main__.TestMkldnn) ... ok (0.057s) 2022-12-01T10:42:21.7246563Z test_batch_norm_3d (__main__.TestMkldnn) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:754: UserWarning: The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is. 2022-12-01T10:42:21.7247101Z "The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is." 2022-12-01T10:42:21.7247341Z ok (0.812s) 2022-12-01T10:42:21.7247555Z test_batch_norm_3d_bf16 (__main__.TestMkldnn) ... ok (0.346s) 2022-12-01T10:42:21.7247981Z test_clone (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_clone test_mkldnn.py line 1040 2022-12-01T10:42:21.7248241Z due to: 2022-12-01T10:42:21.7248424Z Traceback (most recent call last): 2022-12-01T10:42:21.7248762Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7249032Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7250934Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7252099Z 2022-12-01T10:42:21.7252277Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7252693Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7253179Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7253628Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7254083Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7254489Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7254880Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7255305Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7255708Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7256133Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7256576Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7256993Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7257406Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7257807Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7258219Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7258636Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7259046Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7259438Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7259840Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7260248Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7260661Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7261060Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7261481Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7261916Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7262349Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7262778Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7263187Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7263580Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7264013Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7264442Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7264920Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7265365Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7265786Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7266242Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7266683Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7267143Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7267595Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7267810Z 2022-12-01T10:42:21.7267828Z 2022-12-01T10:42:21.7267954Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7268118Z 2022-12-01T10:42:21.7268214Z Traceback (most recent call last): 2022-12-01T10:42:21.7268575Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7268902Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7269205Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7269372Z 2022-12-01T10:42:21.7269511Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7269676Z 2022-12-01T10:42:21.7269770Z Traceback (most recent call last): 2022-12-01T10:42:21.7270150Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7270451Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7270689Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7270831Z 2022-12-01T10:42:21.7270902Z from user code: 2022-12-01T10:42:21.7271096Z File "test_mkldnn.py", line 1044, in test_clone 2022-12-01T10:42:21.7271318Z x.to_mkldnn().clone().to_dense(), 2022-12-01T10:42:21.7271441Z 2022-12-01T10:42:21.7271574Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7271782Z ========== 2022-12-01T10:42:21.7271942Z ok (0.016s) 2022-12-01T10:42:21.7272463Z test_conv1d (__main__.TestMkldnn) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:754: UserWarning: The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is. 2022-12-01T10:42:21.7272989Z "The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is." 2022-12-01T10:42:21.7273540Z /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:754: UserWarning: The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is. 2022-12-01T10:42:21.7274039Z "The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is." 2022-12-01T10:42:21.7274297Z ok (0.478s) 2022-12-01T10:42:21.7274574Z test_conv1d_bf16 (__main__.TestMkldnn) ... ok (0.072s) 2022-12-01T10:42:21.7275044Z test_conv1d_functional (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_conv1d_functional test_mkldnn.py line 382 2022-12-01T10:42:21.7275342Z due to: 2022-12-01T10:42:21.7275516Z Traceback (most recent call last): 2022-12-01T10:42:21.7275860Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7276186Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7278312Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7279453Z 2022-12-01T10:42:21.7279626Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7280058Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7280497Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7280942Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7281400Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7281823Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7282206Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7282599Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7282995Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7283428Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7283856Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7284278Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7284693Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7285108Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7285507Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7285921Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7286325Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7286731Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7287130Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7287537Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7287994Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7288405Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7288818Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7289254Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7289682Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7290153Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7290551Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7290945Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7291353Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7291795Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7292259Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7292699Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7293116Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7293554Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7293979Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7294440Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7294891Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7295120Z 2022-12-01T10:42:21.7295124Z 2022-12-01T10:42:21.7295264Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7295427Z 2022-12-01T10:42:21.7295509Z Traceback (most recent call last): 2022-12-01T10:42:21.7295868Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7296192Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7296503Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7296658Z 2022-12-01T10:42:21.7296793Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7296956Z 2022-12-01T10:42:21.7297048Z Traceback (most recent call last): 2022-12-01T10:42:21.7297436Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7297721Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7297959Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7298103Z 2022-12-01T10:42:21.7298175Z from user code: 2022-12-01T10:42:21.7298398Z File "test_mkldnn.py", line 383, in test_conv1d_functional 2022-12-01T10:42:21.7298628Z input = torch.randn(2, 3, 10).to_mkldnn() 2022-12-01T10:42:21.7298794Z 2022-12-01T10:42:21.7298926Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7299144Z ========== 2022-12-01T10:42:21.7299289Z ok (0.015s) 2022-12-01T10:42:21.7299813Z test_conv2d (__main__.TestMkldnn) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:754: UserWarning: The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is. 2022-12-01T10:42:21.7300352Z "The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is." 2022-12-01T10:42:21.7300606Z ok (0.513s) 2022-12-01T10:42:21.7300801Z test_conv2d_bf16 (__main__.TestMkldnn) ... ok (0.127s) 2022-12-01T10:42:21.7301046Z test_conv2d_legacy_jit_model (__main__.TestMkldnn) 2022-12-01T10:42:21.7301612Z MKLDNN integration used to serialize models with 5d weight for grouped ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 361 2022-12-01T10:42:21.7301948Z due to: 2022-12-01T10:42:21.7302131Z Traceback (most recent call last): 2022-12-01T10:42:21.7302473Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7302729Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7304629Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7305777Z 2022-12-01T10:42:21.7305951Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7306363Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7306810Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7307255Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7307710Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7308115Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7308508Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7308899Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7309282Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7309716Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7310159Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7310580Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7311020Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7311433Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7311842Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7312252Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7312650Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7313100Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7313505Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7313915Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7314375Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7314795Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7315225Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7315667Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7316088Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7316651Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7317070Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7317470Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7317864Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7318308Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7318794Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7319242Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7319653Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7320091Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7320528Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7320988Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7321428Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7321656Z 2022-12-01T10:42:21.7321663Z 2022-12-01T10:42:21.7321800Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7322032Z 2022-12-01T10:42:21.7322125Z Traceback (most recent call last): 2022-12-01T10:42:21.7322490Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7322808Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7323126Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7323294Z 2022-12-01T10:42:21.7323430Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7323596Z 2022-12-01T10:42:21.7323689Z Traceback (most recent call last): 2022-12-01T10:42:21.7324065Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7324367Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7324606Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7324793Z 2022-12-01T10:42:21.7324853Z from user code: 2022-12-01T10:42:21.7325101Z File "test_mkldnn.py", line 366, in 2022-12-01T10:42:21.7325381Z conv2d_mkldnn.weight = weight_5d.to_mkldnn() 2022-12-01T10:42:21.7325522Z 2022-12-01T10:42:21.7325655Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7325864Z ========== 2022-12-01T10:42:21.7326022Z ok (0.037s) 2022-12-01T10:42:21.7326229Z test_conv2d_nhwc (__main__.TestMkldnn) ... ok (0.611s) 2022-12-01T10:42:21.7326470Z test_conv2d_nhwc_bf16 (__main__.TestMkldnn) ... ok (0.923s) 2022-12-01T10:42:21.7327041Z test_conv3d (__main__.TestMkldnn) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:754: UserWarning: The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is. 2022-12-01T10:42:21.7327580Z "The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is." 2022-12-01T10:42:21.7327823Z ok (1.501s) 2022-12-01T10:42:21.7328028Z test_conv3d_bf16 (__main__.TestMkldnn) ... ok (0.242s) 2022-12-01T10:42:21.7328467Z test_conversion (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_conversion test_mkldnn.py line 46 2022-12-01T10:42:21.7328753Z due to: 2022-12-01T10:42:21.7328924Z Traceback (most recent call last): 2022-12-01T10:42:21.7329259Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7329528Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7331444Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7332569Z 2022-12-01T10:42:21.7332743Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7333170Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7333600Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7334048Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7334540Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7334957Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7335337Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7335727Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7336123Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7336577Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7337022Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7337439Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7337853Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7338252Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7338663Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7339069Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7339480Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7339877Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7340283Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7340682Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7341093Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7341495Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7341921Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7342355Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7342789Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7343215Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7343625Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7344018Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7344427Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7344860Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7345373Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7345810Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7346225Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7346649Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7347090Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7347581Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7348036Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7348268Z 2022-12-01T10:42:21.7348273Z 2022-12-01T10:42:21.7348398Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7348567Z 2022-12-01T10:42:21.7348661Z Traceback (most recent call last): 2022-12-01T10:42:21.7349020Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7349347Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7349651Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7349818Z 2022-12-01T10:42:21.7349955Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7350119Z 2022-12-01T10:42:21.7350211Z Traceback (most recent call last): 2022-12-01T10:42:21.7350604Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7350891Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7351126Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7351269Z 2022-12-01T10:42:21.7351340Z from user code: 2022-12-01T10:42:21.7351540Z File "test_mkldnn.py", line 54, in test_conversion 2022-12-01T10:42:21.7351785Z mkldnn_tensor = cpu_tensor.to_mkldnn(dtype1) 2022-12-01T10:42:21.7351922Z 2022-12-01T10:42:21.7352054Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7352260Z ========== 2022-12-01T10:42:21.7352573Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 75 2022-12-01T10:42:21.7352813Z due to: 2022-12-01T10:42:21.7352985Z Traceback (most recent call last): 2022-12-01T10:42:21.7353369Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:42:21.7353714Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:42:21.7354063Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:42:21.7354270Z 2022-12-01T10:42:21.7354478Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7354647Z 2022-12-01T10:42:21.7354741Z Traceback (most recent call last): 2022-12-01T10:42:21.7355142Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:42:21.7355415Z ) from e 2022-12-01T10:42:21.7355735Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:42:21.7355988Z 2022-12-01T10:42:21.7356122Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7356344Z ========== 2022-12-01T10:42:21.7356784Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 100 2022-12-01T10:42:21.7357033Z due to: 2022-12-01T10:42:21.7357221Z Traceback (most recent call last): 2022-12-01T10:42:21.7357602Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:42:21.7358027Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:42:21.7358377Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:42:21.7358584Z 2022-12-01T10:42:21.7358724Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7358874Z 2022-12-01T10:42:21.7358968Z Traceback (most recent call last): 2022-12-01T10:42:21.7359364Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:42:21.7359638Z ) from e 2022-12-01T10:42:21.7359957Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:42:21.7360213Z 2022-12-01T10:42:21.7360400Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7360624Z ========== 2022-12-01T10:42:21.7360784Z ok (0.041s) 2022-12-01T10:42:21.7361149Z test_copy (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_copy test_mkldnn.py line 102 2022-12-01T10:42:21.7361422Z due to: 2022-12-01T10:42:21.7361610Z Traceback (most recent call last): 2022-12-01T10:42:21.7361937Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7362208Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7364116Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7365257Z 2022-12-01T10:42:21.7365430Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7365858Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7366304Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7366733Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7367191Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7367608Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7368000Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7368377Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7368771Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7369211Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7369656Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7370103Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7370514Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7370925Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7371338Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7371737Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7372171Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7372587Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7372995Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7373393Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7373803Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7374220Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7374648Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7375070Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7375505Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7375944Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7376348Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7376727Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7377133Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7377577Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7378058Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7378484Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7378908Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7379340Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7379775Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7380224Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7380679Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7380955Z 2022-12-01T10:42:21.7380959Z 2022-12-01T10:42:21.7381098Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7381263Z 2022-12-01T10:42:21.7381358Z Traceback (most recent call last): 2022-12-01T10:42:21.7381702Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7382031Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7382346Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7382515Z 2022-12-01T10:42:21.7382639Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7382803Z 2022-12-01T10:42:21.7382897Z Traceback (most recent call last): 2022-12-01T10:42:21.7383325Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7383627Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7383850Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7383991Z 2022-12-01T10:42:21.7384063Z from user code: 2022-12-01T10:42:21.7384271Z File "test_mkldnn.py", line 104, in test_copy 2022-12-01T10:42:21.7384472Z mkldnn_x = x.to_mkldnn() 2022-12-01T10:42:21.7384589Z 2022-12-01T10:42:21.7384721Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7384943Z ========== 2022-12-01T10:42:21.7385245Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 111 2022-12-01T10:42:21.7385488Z due to: 2022-12-01T10:42:21.7385672Z Traceback (most recent call last): 2022-12-01T10:42:21.7386057Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:42:21.7386392Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:42:21.7386739Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:42:21.7386945Z 2022-12-01T10:42:21.7387084Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7387250Z 2022-12-01T10:42:21.7387330Z Traceback (most recent call last): 2022-12-01T10:42:21.7387726Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:42:21.7387998Z ) from e 2022-12-01T10:42:21.7388333Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:42:21.7388587Z 2022-12-01T10:42:21.7388710Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7388930Z ========== 2022-12-01T10:42:21.7389246Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 115 2022-12-01T10:42:21.7389475Z due to: 2022-12-01T10:42:21.7389662Z Traceback (most recent call last): 2022-12-01T10:42:21.7390049Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:42:21.7390392Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:42:21.7390726Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:42:21.7390931Z 2022-12-01T10:42:21.7391066Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7391231Z 2022-12-01T10:42:21.7391323Z Traceback (most recent call last): 2022-12-01T10:42:21.7391707Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:42:21.7391976Z ) from e 2022-12-01T10:42:21.7392306Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:42:21.7392559Z 2022-12-01T10:42:21.7392693Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7392933Z ========== 2022-12-01T10:42:21.7393248Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 119 2022-12-01T10:42:21.7393490Z due to: 2022-12-01T10:42:21.7393663Z Traceback (most recent call last): 2022-12-01T10:42:21.7394047Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:42:21.7394465Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:42:21.7394804Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:42:21.7395008Z 2022-12-01T10:42:21.7395146Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7395313Z 2022-12-01T10:42:21.7395408Z Traceback (most recent call last): 2022-12-01T10:42:21.7395841Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:42:21.7396099Z ) from e 2022-12-01T10:42:21.7396431Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:42:21.7396820Z 2022-12-01T10:42:21.7396955Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7397180Z ========== 2022-12-01T10:42:21.7397332Z ok (0.026s) 2022-12-01T10:42:21.7397724Z test_detach (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_detach test_mkldnn.py line 184 2022-12-01T10:42:21.7398004Z due to: 2022-12-01T10:42:21.7398176Z Traceback (most recent call last): 2022-12-01T10:42:21.7398517Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7398789Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7400705Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7401845Z 2022-12-01T10:42:21.7402018Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7402446Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7402884Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7403330Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7403785Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7404191Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7404586Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7404980Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7405377Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7405858Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7406308Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7406729Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7407149Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7407556Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7408014Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7408432Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7408838Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7409235Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7409649Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7410054Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7410463Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7410868Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7411297Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7411729Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7412163Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7412587Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7412994Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7413388Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7413791Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7414221Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7414700Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7415138Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7415557Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7415982Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7416429Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7416927Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7417380Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7417609Z 2022-12-01T10:42:21.7417614Z 2022-12-01T10:42:21.7417739Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7417907Z 2022-12-01T10:42:21.7418001Z Traceback (most recent call last): 2022-12-01T10:42:21.7418362Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7418691Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7418995Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7419203Z 2022-12-01T10:42:21.7419343Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7419510Z 2022-12-01T10:42:21.7419604Z Traceback (most recent call last): 2022-12-01T10:42:21.7419996Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7420285Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7420522Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7420664Z 2022-12-01T10:42:21.7420736Z from user code: 2022-12-01T10:42:21.7420932Z File "test_mkldnn.py", line 185, in test_detach 2022-12-01T10:42:21.7421203Z root = torch.randn(4, 5, dtype=torch.float32).to_mkldnn().requires_grad_() 2022-12-01T10:42:21.7421369Z 2022-12-01T10:42:21.7421499Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7421705Z ========== 2022-12-01T10:42:21.7421863Z ok (0.014s) 2022-12-01T10:42:21.7422247Z test_empty (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_empty test_mkldnn.py line 1191 2022-12-01T10:42:21.7422526Z due to: 2022-12-01T10:42:21.7422697Z Traceback (most recent call last): 2022-12-01T10:42:21.7423034Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7423303Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7423560Z NotImplementedError: Unsupported device type for mkldnn layout: meta 2022-12-01T10:42:21.7423734Z 2022-12-01T10:42:21.7423871Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7424034Z 2022-12-01T10:42:21.7424126Z Traceback (most recent call last): 2022-12-01T10:42:21.7424500Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7424796Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7425029Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7425171Z 2022-12-01T10:42:21.7425245Z from user code: 2022-12-01T10:42:21.7425440Z File "test_mkldnn.py", line 1193, in test_empty 2022-12-01T10:42:21.7425712Z x2 = torch.empty(4, 5, 2, 3, dtype=torch.float32, layout=torch._mkldnn) 2022-12-01T10:42:21.7425873Z 2022-12-01T10:42:21.7426006Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7426211Z ========== 2022-12-01T10:42:21.7426368Z ok (0.009s) 2022-12-01T10:42:21.7426771Z test_gelu (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 437 2022-12-01T10:42:21.7427043Z due to: 2022-12-01T10:42:21.7427228Z Traceback (most recent call last): 2022-12-01T10:42:21.7427566Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7427837Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7429721Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7430891Z 2022-12-01T10:42:21.7431067Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7431508Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7431965Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7432414Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7432877Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7433281Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7433675Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7434070Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7434552Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7434977Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7435426Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7435846Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7436264Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7436818Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7437241Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7437658Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7438068Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7438467Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7438878Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7439292Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7439705Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7440112Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7440603Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7441041Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7441475Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7441904Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7442084Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7442335Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7442536Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7442773Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7443009Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7443204Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7443416Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7443629Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7443835Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7444068Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7444279Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7444285Z 2022-12-01T10:42:21.7444289Z 2022-12-01T10:42:21.7444431Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7444437Z 2022-12-01T10:42:21.7444532Z Traceback (most recent call last): 2022-12-01T10:42:21.7444775Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7444926Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7445068Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7445076Z 2022-12-01T10:42:21.7445211Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7445218Z 2022-12-01T10:42:21.7445310Z Traceback (most recent call last): 2022-12-01T10:42:21.7445564Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7445661Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7445770Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7445775Z 2022-12-01T10:42:21.7445845Z from user code: 2022-12-01T10:42:21.7445970Z File "test_mkldnn.py", line 440, in 2022-12-01T10:42:21.7446073Z x2 = x.clone().to_mkldnn().requires_grad_() 2022-12-01T10:42:21.7446079Z 2022-12-01T10:42:21.7446212Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7446275Z ========== 2022-12-01T10:42:21.7446330Z ok (0.021s) 2022-12-01T10:42:21.7446651Z test_gelu_bf16 (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 452 2022-12-01T10:42:21.7446750Z due to: 2022-12-01T10:42:21.7446843Z Traceback (most recent call last): 2022-12-01T10:42:21.7447062Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7447162Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7448964Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7448975Z 2022-12-01T10:42:21.7449145Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7449382Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7449581Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7449810Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7450023Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7450200Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7450389Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7450578Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7450770Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7450996Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7451201Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7451401Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7451605Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7451809Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7451993Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7452192Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7452387Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7452583Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7452776Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7453007Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7453207Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7453406Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7453620Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7453834Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7454068Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7454274Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7454453Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7454649Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7454845Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7455077Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7455315Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7455512Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7455724Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7455934Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7456135Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7456367Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7456577Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7456585Z 2022-12-01T10:42:21.7456590Z 2022-12-01T10:42:21.7456727Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7456735Z 2022-12-01T10:42:21.7456827Z Traceback (most recent call last): 2022-12-01T10:42:21.7457056Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7457206Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7457346Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7457351Z 2022-12-01T10:42:21.7457487Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7457492Z 2022-12-01T10:42:21.7457585Z Traceback (most recent call last): 2022-12-01T10:42:21.7457842Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7457939Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7458050Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7458055Z 2022-12-01T10:42:21.7458126Z from user code: 2022-12-01T10:42:21.7458289Z File "test_mkldnn.py", line 454, in 2022-12-01T10:42:21.7458393Z x1 = x.clone().to_mkldnn().requires_grad_() 2022-12-01T10:42:21.7458398Z 2022-12-01T10:42:21.7458530Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7458595Z ========== 2022-12-01T10:42:21.7458649Z ok (0.022s) 2022-12-01T10:42:21.7458972Z test_is_mkldnn (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 1207 2022-12-01T10:42:21.7459041Z due to: 2022-12-01T10:42:21.7459133Z Traceback (most recent call last): 2022-12-01T10:42:21.7459350Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7459452Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7461251Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7461262Z 2022-12-01T10:42:21.7461437Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7461674Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7461875Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7462104Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7462317Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7462492Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7462681Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7462873Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7463068Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7463293Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7463496Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7463695Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7463893Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7464094Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7464293Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7464508Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7464706Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7464899Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7465092Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7465288Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7465515Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7465716Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7465932Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7466143Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7466347Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7466548Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7466727Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7466924Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7467121Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7467353Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7467586Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7467782Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7467993Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7468207Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7468424Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7468645Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7468856Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7468861Z 2022-12-01T10:42:21.7468879Z 2022-12-01T10:42:21.7469003Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7469008Z 2022-12-01T10:42:21.7469100Z Traceback (most recent call last): 2022-12-01T10:42:21.7469327Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7469477Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7469621Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7469658Z 2022-12-01T10:42:21.7469795Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7469800Z 2022-12-01T10:42:21.7469893Z Traceback (most recent call last): 2022-12-01T10:42:21.7470160Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7470244Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7470353Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7470358Z 2022-12-01T10:42:21.7470428Z from user code: 2022-12-01T10:42:21.7470560Z File "test_mkldnn.py", line 1208, in 2022-12-01T10:42:21.7470665Z self.assertTrue(x.to_mkldnn().is_mkldnn) 2022-12-01T10:42:21.7470670Z 2022-12-01T10:42:21.7470804Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7470869Z ========== 2022-12-01T10:42:21.7470936Z ok (0.024s) 2022-12-01T10:42:21.7471257Z test_is_mkldnn_jit (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT EnsureMkldnn test_mkldnn.py line 1221 2022-12-01T10:42:21.7471326Z due to: 2022-12-01T10:42:21.7471418Z Traceback (most recent call last): 2022-12-01T10:42:21.7471675Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:42:21.7471759Z raise Unsupported(msg) 2022-12-01T10:42:21.7471883Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:42:21.7471888Z 2022-12-01T10:42:21.7471959Z from user code: 2022-12-01T10:42:21.7472056Z File "test_mkldnn.py", line 1221, in EnsureMkldnn 2022-12-01T10:42:21.7472176Z class EnsureMkldnn(torch.jit.ScriptModule): 2022-12-01T10:42:21.7472180Z 2022-12-01T10:42:21.7472314Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7472377Z ========== 2022-12-01T10:42:21.7472442Z ok (0.011s) 2022-12-01T10:42:21.7472773Z test_legacy_new_failure (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_legacy_new_failure test_mkldnn.py line 1211 2022-12-01T10:42:21.7472841Z due to: 2022-12-01T10:42:21.7472933Z Traceback (most recent call last): 2022-12-01T10:42:21.7473136Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7473234Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7475064Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7475089Z 2022-12-01T10:42:21.7475265Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7475488Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7475689Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7475921Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7476138Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7476366Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7476689Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7476886Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7477079Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7477308Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7477553Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7477760Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7477963Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7478164Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7478370Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7478568Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7478765Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7478965Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7479160Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7479358Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7479544Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7479746Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7479962Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7480177Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7480382Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7480601Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7480783Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7480981Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7481178Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7481411Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7481639Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7481875Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7482083Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7482293Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7482508Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7482739Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7482992Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7482999Z 2022-12-01T10:42:21.7483003Z 2022-12-01T10:42:21.7483145Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7483151Z 2022-12-01T10:42:21.7483245Z Traceback (most recent call last): 2022-12-01T10:42:21.7483487Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7483638Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7483765Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7483770Z 2022-12-01T10:42:21.7483907Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7483913Z 2022-12-01T10:42:21.7484005Z Traceback (most recent call last): 2022-12-01T10:42:21.7484278Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7484378Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7484491Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7484496Z 2022-12-01T10:42:21.7484572Z from user code: 2022-12-01T10:42:21.7484696Z File "test_mkldnn.py", line 1213, in test_legacy_new_failure 2022-12-01T10:42:21.7484764Z x_mkldnn = x.to_mkldnn() 2022-12-01T10:42:21.7484769Z 2022-12-01T10:42:21.7484903Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7484969Z ========== 2022-12-01T10:42:21.7485195Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 1214 2022-12-01T10:42:21.7485264Z due to: 2022-12-01T10:42:21.7485358Z Traceback (most recent call last): 2022-12-01T10:42:21.7485622Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:42:21.7485756Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:42:21.7485936Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:42:21.7485941Z 2022-12-01T10:42:21.7486081Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7486088Z 2022-12-01T10:42:21.7486180Z Traceback (most recent call last): 2022-12-01T10:42:21.7486452Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:42:21.7486517Z ) from e 2022-12-01T10:42:21.7486757Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:42:21.7486763Z 2022-12-01T10:42:21.7486895Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7486958Z ========== 2022-12-01T10:42:21.7487168Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 1215 2022-12-01T10:42:21.7487233Z due to: 2022-12-01T10:42:21.7487325Z Traceback (most recent call last): 2022-12-01T10:42:21.7487589Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:42:21.7487735Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:42:21.7487950Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:42:21.7487955Z 2022-12-01T10:42:21.7488091Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7488096Z 2022-12-01T10:42:21.7488186Z Traceback (most recent call last): 2022-12-01T10:42:21.7488442Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:42:21.7488507Z ) from e 2022-12-01T10:42:21.7488745Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:42:21.7488751Z 2022-12-01T10:42:21.7488883Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7488945Z ========== 2022-12-01T10:42:21.7489200Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 1216 2022-12-01T10:42:21.7489267Z due to: 2022-12-01T10:42:21.7489361Z Traceback (most recent call last): 2022-12-01T10:42:21.7489611Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:42:21.7489757Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:42:21.7489937Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:42:21.7489942Z 2022-12-01T10:42:21.7490080Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7490085Z 2022-12-01T10:42:21.7490174Z Traceback (most recent call last): 2022-12-01T10:42:21.7490441Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:42:21.7490507Z ) from e 2022-12-01T10:42:21.7490744Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:42:21.7490750Z 2022-12-01T10:42:21.7490883Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7490934Z ========== 2022-12-01T10:42:21.7491159Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 1217 2022-12-01T10:42:21.7491224Z due to: 2022-12-01T10:42:21.7491315Z Traceback (most recent call last): 2022-12-01T10:42:21.7491577Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:42:21.7491722Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:42:21.7491900Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:42:21.7491905Z 2022-12-01T10:42:21.7492041Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7492046Z 2022-12-01T10:42:21.7492123Z Traceback (most recent call last): 2022-12-01T10:42:21.7492395Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:42:21.7492463Z ) from e 2022-12-01T10:42:21.7492701Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:42:21.7492706Z 2022-12-01T10:42:21.7492836Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7492901Z ========== 2022-12-01T10:42:21.7493123Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 1218 2022-12-01T10:42:21.7493187Z due to: 2022-12-01T10:42:21.7493266Z Traceback (most recent call last): 2022-12-01T10:42:21.7493527Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:42:21.7493672Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:42:21.7493852Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:42:21.7493858Z 2022-12-01T10:42:21.7493993Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7494028Z 2022-12-01T10:42:21.7494120Z Traceback (most recent call last): 2022-12-01T10:42:21.7494392Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:42:21.7494458Z ) from e 2022-12-01T10:42:21.7494681Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:42:21.7494699Z 2022-12-01T10:42:21.7494816Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7494880Z ========== 2022-12-01T10:42:21.7494946Z ok (0.032s) 2022-12-01T10:42:21.7495405Z test_linear (__main__.TestMkldnn) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:754: UserWarning: The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is. 2022-12-01T10:42:21.7495652Z "The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is." 2022-12-01T10:42:21.7495721Z ok (0.044s) 2022-12-01T10:42:21.7496063Z test_linear_backward (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 1100 2022-12-01T10:42:21.7496128Z due to: 2022-12-01T10:42:21.7496207Z Traceback (most recent call last): 2022-12-01T10:42:21.7496422Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7496521Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7498298Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7498309Z 2022-12-01T10:42:21.7498480Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7498714Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7498914Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7499145Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7499359Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7499548Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7499736Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7499925Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7500118Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7500334Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7500573Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7500774Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7500978Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7501178Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7501374Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7501638Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7501834Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7502029Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7502222Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7502408Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7502607Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7502807Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7503026Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7503246Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7503451Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7503668Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7503848Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7504046Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7504246Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7504466Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7504705Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7504902Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7505115Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7505326Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7505540Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7505774Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7506017Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7506023Z 2022-12-01T10:42:21.7506027Z 2022-12-01T10:42:21.7506164Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7506170Z 2022-12-01T10:42:21.7506262Z Traceback (most recent call last): 2022-12-01T10:42:21.7506477Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7506629Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7506768Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7506773Z 2022-12-01T10:42:21.7506908Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7506913Z 2022-12-01T10:42:21.7507035Z Traceback (most recent call last): 2022-12-01T10:42:21.7507303Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7507403Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7507513Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7507518Z 2022-12-01T10:42:21.7507590Z from user code: 2022-12-01T10:42:21.7507717Z File "test_mkldnn.py", line 1104, in 2022-12-01T10:42:21.7507819Z x2 = x.clone().to_mkldnn().requires_grad_() 2022-12-01T10:42:21.7507825Z 2022-12-01T10:42:21.7507958Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7508022Z ========== 2022-12-01T10:42:21.7508090Z ok (0.035s) 2022-12-01T10:42:21.7508202Z test_linear_bf16 (__main__.TestMkldnn) ... ok (0.035s) 2022-12-01T10:42:21.7508586Z test_linear_non_contiguous_weight (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 1065 2022-12-01T10:42:21.7508640Z due to: 2022-12-01T10:42:21.7508734Z Traceback (most recent call last): 2022-12-01T10:42:21.7508950Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7509049Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7510826Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7510836Z 2022-12-01T10:42:21.7511007Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7511246Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7511446Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7511677Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7511895Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7512121Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7512308Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7512498Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7512677Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7512905Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7513109Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7513339Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7513545Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7513745Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7513941Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7514139Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7514407Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7514605Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7514789Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7514990Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7515191Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7515389Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7515605Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7515816Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7516024Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7516244Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7516427Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7516745Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7516932Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7517166Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7517405Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7517604Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7517883Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7518099Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7518316Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7518551Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7518764Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7518769Z 2022-12-01T10:42:21.7518774Z 2022-12-01T10:42:21.7518953Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7518961Z 2022-12-01T10:42:21.7519056Z Traceback (most recent call last): 2022-12-01T10:42:21.7519279Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7519432Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7519573Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7519579Z 2022-12-01T10:42:21.7519714Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7519720Z 2022-12-01T10:42:21.7519812Z Traceback (most recent call last): 2022-12-01T10:42:21.7520081Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7520181Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7520292Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7520297Z 2022-12-01T10:42:21.7520370Z from user code: 2022-12-01T10:42:21.7520512Z File "test_mkldnn.py", line 1070, in 2022-12-01T10:42:21.7520621Z x2 = x.clone().to_mkldnn().requires_grad_() 2022-12-01T10:42:21.7520626Z 2022-12-01T10:42:21.7520760Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7520824Z ========== 2022-12-01T10:42:21.7520890Z ok (0.036s) 2022-12-01T10:42:21.7521004Z test_max_pool2d (__main__.TestMkldnn) ... ok (0.174s) 2022-12-01T10:42:21.7521123Z test_max_pool2d_bf16 (__main__.TestMkldnn) ... ok (0.137s) 2022-12-01T10:42:21.7521472Z test_max_pool2d_stride_none (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 613 2022-12-01T10:42:21.7521541Z due to: 2022-12-01T10:42:21.7521634Z Traceback (most recent call last): 2022-12-01T10:42:21.7521851Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7521952Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7523789Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7523797Z 2022-12-01T10:42:21.7524018Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7524258Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7524456Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7524684Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7524898Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7525087Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7525322Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7525503Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7525698Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7525923Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7526129Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7526329Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7526529Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7526732Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7526930Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7527130Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7527320Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7527508Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7527703Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7527905Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7528108Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7528308Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7528523Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7528736Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7528941Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7529162Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7529343Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7529560Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7529755Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7529988Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7530222Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7530416Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7530655Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7530868Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7531084Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7531313Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7531523Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7531529Z 2022-12-01T10:42:21.7531534Z 2022-12-01T10:42:21.7531674Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7531679Z 2022-12-01T10:42:21.7531758Z Traceback (most recent call last): 2022-12-01T10:42:21.7531991Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7532144Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7532287Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7532293Z 2022-12-01T10:42:21.7532428Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7532433Z 2022-12-01T10:42:21.7532524Z Traceback (most recent call last): 2022-12-01T10:42:21.7532792Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7532889Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7532984Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7533003Z 2022-12-01T10:42:21.7533061Z from user code: 2022-12-01T10:42:21.7533205Z File "test_mkldnn.py", line 626, in 2022-12-01T10:42:21.7533277Z x.to_mkldnn(), 2022-12-01T10:42:21.7533282Z 2022-12-01T10:42:21.7533416Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7533483Z ========== 2022-12-01T10:42:21.7533549Z ok (0.079s) 2022-12-01T10:42:21.7533661Z test_max_pool3d (__main__.TestMkldnn) ... ok (15.974s) 2022-12-01T10:42:21.7533768Z test_max_pool3d_bf16 (__main__.TestMkldnn) ... ok (8.958s) 2022-12-01T10:42:21.7534129Z test_max_pool_unsupported (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 637 2022-12-01T10:42:21.7534196Z due to: 2022-12-01T10:42:21.7534288Z Traceback (most recent call last): 2022-12-01T10:42:21.7534588Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7534712Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7536488Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7536534Z 2022-12-01T10:42:21.7536708Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7536977Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7537181Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7537410Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7537625Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7537803Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7537992Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7538180Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7538374Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7538604Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7538809Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7539010Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7539209Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7539406Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7539605Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7539791Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7539986Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7540180Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7540374Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7540572Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7540771Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7540972Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7541215Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7541428Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7541633Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7541836Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7542016Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7542241Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7542439Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7542675Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7542910Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7543103Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7543314Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7543526Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7543742Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7543962Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7544170Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7544175Z 2022-12-01T10:42:21.7544180Z 2022-12-01T10:42:21.7544318Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7544323Z 2022-12-01T10:42:21.7544416Z Traceback (most recent call last): 2022-12-01T10:42:21.7544645Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7544796Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7544936Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7544941Z 2022-12-01T10:42:21.7545078Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7545086Z 2022-12-01T10:42:21.7545178Z Traceback (most recent call last): 2022-12-01T10:42:21.7545450Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7545535Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7545642Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7545647Z 2022-12-01T10:42:21.7545718Z from user code: 2022-12-01T10:42:21.7545861Z File "test_mkldnn.py", line 640, in 2022-12-01T10:42:21.7545985Z x = torch.randn(N, C, 7, 7, dtype=torch.float32).to_mkldnn() 2022-12-01T10:42:21.7545990Z 2022-12-01T10:42:21.7546121Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7546186Z ========== 2022-12-01T10:42:21.7546408Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 648 2022-12-01T10:42:21.7546463Z due to: 2022-12-01T10:42:21.7546555Z Traceback (most recent call last): 2022-12-01T10:42:21.7546853Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:42:21.7547002Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:42:21.7547182Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:42:21.7547187Z 2022-12-01T10:42:21.7547321Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7547327Z 2022-12-01T10:42:21.7547417Z Traceback (most recent call last): 2022-12-01T10:42:21.7547688Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:42:21.7547742Z ) from e 2022-12-01T10:42:21.7547978Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:42:21.7547983Z 2022-12-01T10:42:21.7548145Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7548214Z ========== 2022-12-01T10:42:21.7548437Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 659 2022-12-01T10:42:21.7548503Z due to: 2022-12-01T10:42:21.7548598Z Traceback (most recent call last): 2022-12-01T10:42:21.7548863Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:42:21.7548998Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:42:21.7549177Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:42:21.7549182Z 2022-12-01T10:42:21.7549317Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7549322Z 2022-12-01T10:42:21.7549413Z Traceback (most recent call last): 2022-12-01T10:42:21.7549685Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:42:21.7549751Z ) from e 2022-12-01T10:42:21.7549992Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:42:21.7549997Z 2022-12-01T10:42:21.7550130Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7550180Z ========== 2022-12-01T10:42:21.7550248Z ok (0.037s) 2022-12-01T10:42:21.7550376Z test_mkldnn_conv_shapecheck (__main__.TestMkldnn) ... ok (0.036s) 2022-12-01T10:42:21.7550684Z test_mul (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 908 2022-12-01T10:42:21.7550749Z due to: 2022-12-01T10:42:21.7550841Z Traceback (most recent call last): 2022-12-01T10:42:21.7551057Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7551157Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7552921Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7552931Z 2022-12-01T10:42:21.7553103Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7553379Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7553577Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7553793Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7554008Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7554198Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7554456Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7554683Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7554882Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7555109Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7555316Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7555520Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7555722Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7555912Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7556114Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7556316Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7556510Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7556834Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7557033Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7557232Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7557435Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7557638Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7557852Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7558050Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7558257Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7558476Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7558663Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7558860Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7559119Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7559354Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7559591Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7559787Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7559998Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7560234Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7560455Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7560685Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7560896Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7560901Z 2022-12-01T10:42:21.7560906Z 2022-12-01T10:42:21.7561044Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7561049Z 2022-12-01T10:42:21.7561144Z Traceback (most recent call last): 2022-12-01T10:42:21.7561379Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7561532Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7561673Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7561681Z 2022-12-01T10:42:21.7561817Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7561822Z 2022-12-01T10:42:21.7561900Z Traceback (most recent call last): 2022-12-01T10:42:21.7562168Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7562267Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7562375Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7562380Z 2022-12-01T10:42:21.7562450Z from user code: 2022-12-01T10:42:21.7562574Z File "test_mkldnn.py", line 912, in 2022-12-01T10:42:21.7562648Z mx = x.to_mkldnn() 2022-12-01T10:42:21.7562654Z 2022-12-01T10:42:21.7562786Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7562837Z ========== 2022-12-01T10:42:21.7562906Z ok (0.089s) 2022-12-01T10:42:21.7563192Z test_prelu (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_prelu test_mkldnn.py line 493 2022-12-01T10:42:21.7563261Z due to: 2022-12-01T10:42:21.7563353Z Traceback (most recent call last): 2022-12-01T10:42:21.7563566Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7563665Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7565432Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7565474Z 2022-12-01T10:42:21.7565645Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7565883Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7566079Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7566348Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7566550Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7566741Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7566928Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7567116Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7567307Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7567532Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7567741Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7567943Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7568142Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7568328Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7568527Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7568726Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7568922Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7569115Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7569311Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7569507Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7569705Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7569903Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7570114Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7570329Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7570568Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7570783Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7570963Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7571157Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7571351Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7571582Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7571847Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7572046Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7572258Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7572469Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7572670Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7572904Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7573117Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7573124Z 2022-12-01T10:42:21.7573129Z 2022-12-01T10:42:21.7573266Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7573271Z 2022-12-01T10:42:21.7573363Z Traceback (most recent call last): 2022-12-01T10:42:21.7573590Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7573741Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7573883Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7573889Z 2022-12-01T10:42:21.7574025Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7574030Z 2022-12-01T10:42:21.7574122Z Traceback (most recent call last): 2022-12-01T10:42:21.7574377Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7574476Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7574587Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7574594Z 2022-12-01T10:42:21.7574664Z from user code: 2022-12-01T10:42:21.7574771Z File "test_mkldnn.py", line 494, in test_prelu 2022-12-01T10:42:21.7574877Z self._test_prelu_base(torch.Size([16]), 1) 2022-12-01T10:42:21.7574883Z 2022-12-01T10:42:21.7575014Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7575066Z ========== 2022-12-01T10:42:21.7575300Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test_prelu_base test_mkldnn.py line 471 2022-12-01T10:42:21.7575370Z due to: 2022-12-01T10:42:21.7575461Z Traceback (most recent call last): 2022-12-01T10:42:21.7575678Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7575777Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7577550Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7577590Z 2022-12-01T10:42:21.7577797Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7578036Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7578238Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7578468Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7578682Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7578871Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7579049Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7579243Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7579434Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7579663Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7579866Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7580066Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7580266Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7580467Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7580666Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7580866Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7581049Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7581241Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7581433Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7581630Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7581830Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7582030Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7582272Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7582486Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7582690Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7582906Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7583076Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7583299Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7583499Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7583730Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7583966Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7584159Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7584368Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7584580Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7584797Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7585029Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7585229Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7585234Z 2022-12-01T10:42:21.7585252Z 2022-12-01T10:42:21.7585378Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7585383Z 2022-12-01T10:42:21.7585477Z Traceback (most recent call last): 2022-12-01T10:42:21.7585706Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7585858Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7586000Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7586005Z 2022-12-01T10:42:21.7586143Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7586147Z 2022-12-01T10:42:21.7586240Z Traceback (most recent call last): 2022-12-01T10:42:21.7586510Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7586595Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7586704Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7586709Z 2022-12-01T10:42:21.7586780Z from user code: 2022-12-01T10:42:21.7586892Z File "test_mkldnn.py", line 474, in _test_prelu_base 2022-12-01T10:42:21.7586996Z x2 = x.clone().to_mkldnn().requires_grad_() 2022-12-01T10:42:21.7587001Z 2022-12-01T10:42:21.7587135Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7587199Z ========== 2022-12-01T10:42:21.7587266Z ok (5.051s) 2022-12-01T10:42:21.7587587Z test_prelu_bf16 (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 506 2022-12-01T10:42:21.7587689Z due to: 2022-12-01T10:42:21.7587782Z Traceback (most recent call last): 2022-12-01T10:42:21.7587998Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7588096Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7589889Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7589900Z 2022-12-01T10:42:21.7590073Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7590312Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7590513Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7590746Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7590962Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7591154Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7591344Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7591521Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7591713Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7591938Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7592143Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7592345Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7592545Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7592746Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7592942Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7593140Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7593321Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7593515Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7593781Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7593979Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7594179Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7594458Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7594673Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7594920Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7595129Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7595347Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7595531Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7595714Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7595911Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7596143Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7596383Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7596717Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7596947Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7597162Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7597380Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7597610Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7597826Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7597832Z 2022-12-01T10:42:21.7597837Z 2022-12-01T10:42:21.7597963Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7597984Z 2022-12-01T10:42:21.7598065Z Traceback (most recent call last): 2022-12-01T10:42:21.7598303Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7598457Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7598599Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7598603Z 2022-12-01T10:42:21.7598740Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7598746Z 2022-12-01T10:42:21.7598839Z Traceback (most recent call last): 2022-12-01T10:42:21.7599108Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7599207Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7599305Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7599310Z 2022-12-01T10:42:21.7599439Z from user code: 2022-12-01T10:42:21.7599576Z File "test_mkldnn.py", line 508, in 2022-12-01T10:42:21.7599685Z x_fp32 = x.clone().to_mkldnn().requires_grad_() 2022-12-01T10:42:21.7599691Z 2022-12-01T10:42:21.7599827Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7599893Z ========== 2022-12-01T10:42:21.7599963Z ok (2.375s) 2022-12-01T10:42:21.7600245Z test_relu (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_relu test_mkldnn.py line 389 2022-12-01T10:42:21.7600298Z due to: 2022-12-01T10:42:21.7600391Z Traceback (most recent call last): 2022-12-01T10:42:21.7600608Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7600709Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7602531Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7602542Z 2022-12-01T10:42:21.7602720Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7602958Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7603156Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7603383Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7603597Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7603785Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7603973Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7604151Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7604348Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7604573Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7604779Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7604979Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7605179Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7605382Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7605583Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7605814Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7606007Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7606188Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7606384Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7606582Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7606823Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7607024Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7607238Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7607450Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7607654Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7607870Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7608050Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7608233Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7608431Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7608664Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7608900Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7609096Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7609305Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7609517Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7609733Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7609964Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7610174Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7610179Z 2022-12-01T10:42:21.7610184Z 2022-12-01T10:42:21.7610322Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7610328Z 2022-12-01T10:42:21.7610408Z Traceback (most recent call last): 2022-12-01T10:42:21.7610635Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7610790Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7610929Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7610967Z 2022-12-01T10:42:21.7611104Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7611109Z 2022-12-01T10:42:21.7611202Z Traceback (most recent call last): 2022-12-01T10:42:21.7611473Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7611571Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7611668Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7611685Z 2022-12-01T10:42:21.7611743Z from user code: 2022-12-01T10:42:21.7611847Z File "test_mkldnn.py", line 392, in test_relu 2022-12-01T10:42:21.7611950Z x2 = x.clone().to_mkldnn().requires_grad_() 2022-12-01T10:42:21.7611955Z 2022-12-01T10:42:21.7612088Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7612152Z ========== 2022-12-01T10:42:21.7612219Z ok (0.023s) 2022-12-01T10:42:21.7612530Z test_relu_ (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_relu_ test_mkldnn.py line 402 2022-12-01T10:42:21.7612586Z due to: 2022-12-01T10:42:21.7612677Z Traceback (most recent call last): 2022-12-01T10:42:21.7612893Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7612990Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7614761Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7614771Z 2022-12-01T10:42:21.7614940Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7615175Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7615377Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7615607Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7615820Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7616011Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7616198Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7616386Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7616566Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7616792Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7616999Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7617200Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7617439Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7617636Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7617833Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7618030Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7618223Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7618446Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7618630Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7618830Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7619029Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7619228Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7619441Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7619654Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7619861Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7620077Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7620256Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7620452Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7620637Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7620870Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7621109Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7621304Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7621512Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7621725Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7621940Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7622169Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7622380Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7622385Z 2022-12-01T10:42:21.7622420Z 2022-12-01T10:42:21.7622558Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7622564Z 2022-12-01T10:42:21.7622656Z Traceback (most recent call last): 2022-12-01T10:42:21.7622870Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7623022Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7623161Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7623166Z 2022-12-01T10:42:21.7623302Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7623307Z 2022-12-01T10:42:21.7623398Z Traceback (most recent call last): 2022-12-01T10:42:21.7623666Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7623792Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7623903Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7623911Z 2022-12-01T10:42:21.7623968Z from user code: 2022-12-01T10:42:21.7624074Z File "test_mkldnn.py", line 405, in test_relu_ 2022-12-01T10:42:21.7624177Z x2 = x.clone().to_mkldnn().requires_grad_() 2022-12-01T10:42:21.7624182Z 2022-12-01T10:42:21.7624314Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7624378Z ========== 2022-12-01T10:42:21.7624447Z ok (0.017s) 2022-12-01T10:42:21.7624774Z test_relu_bf16 (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 420 2022-12-01T10:42:21.7624840Z due to: 2022-12-01T10:42:21.7624923Z Traceback (most recent call last): 2022-12-01T10:42:21.7625141Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7625239Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7627001Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7627011Z 2022-12-01T10:42:21.7627183Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7627421Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7627621Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7627852Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7628067Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7628259Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7628446Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7628636Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7628862Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7629076Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7629278Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7629480Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7629678Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7629911Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7630109Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7630310Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7630504Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7630696Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7630889Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7631073Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7631273Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7631474Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7631688Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7631899Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7632101Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7632314Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7632496Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7632692Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7632888Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7633106Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7633342Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7633535Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7633746Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7633956Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7634203Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7634520Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7634735Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7634740Z 2022-12-01T10:42:21.7634744Z 2022-12-01T10:42:21.7634884Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7634890Z 2022-12-01T10:42:21.7634984Z Traceback (most recent call last): 2022-12-01T10:42:21.7635200Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7635389Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7635532Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7635539Z 2022-12-01T10:42:21.7635676Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7635681Z 2022-12-01T10:42:21.7635779Z Traceback (most recent call last): 2022-12-01T10:42:21.7636052Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7636152Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7636262Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7636267Z 2022-12-01T10:42:21.7636338Z from user code: 2022-12-01T10:42:21.7636463Z File "test_mkldnn.py", line 421, in 2022-12-01T10:42:21.7636660Z y = fn(x.to_mkldnn()).to_dense() 2022-12-01T10:42:21.7636666Z 2022-12-01T10:42:21.7636801Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7636867Z ========== 2022-12-01T10:42:21.7636938Z ok (0.024s) 2022-12-01T10:42:21.7637061Z test_relu_inplace_bf16 (__main__.TestMkldnn) ... ok (0.010s) 2022-12-01T10:42:21.7637345Z test_repr (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_repr test_mkldnn.py line 197 2022-12-01T10:42:21.7637398Z due to: 2022-12-01T10:42:21.7637491Z Traceback (most recent call last): 2022-12-01T10:42:21.7637708Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7637808Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7639586Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7639596Z 2022-12-01T10:42:21.7639771Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7640006Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7640205Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7640437Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7640715Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7640905Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7641094Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7641284Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7641463Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7641727Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7641935Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7642142Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7642342Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7642545Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7642742Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7642942Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7643139Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7643334Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7643516Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7643714Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7643913Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7644112Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7644326Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7644536Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7644741Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7644960Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7645142Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7645339Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7645522Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7645759Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7646030Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7646225Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7646434Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7646645Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7646858Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7647132Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7647343Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7647351Z 2022-12-01T10:42:21.7647355Z 2022-12-01T10:42:21.7647493Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7647498Z 2022-12-01T10:42:21.7647595Z Traceback (most recent call last): 2022-12-01T10:42:21.7647809Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7647961Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7648102Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7648107Z 2022-12-01T10:42:21.7648242Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7648248Z 2022-12-01T10:42:21.7648341Z Traceback (most recent call last): 2022-12-01T10:42:21.7648615Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7648714Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7648824Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7648829Z 2022-12-01T10:42:21.7648886Z from user code: 2022-12-01T10:42:21.7648991Z File "test_mkldnn.py", line 199, in test_repr 2022-12-01T10:42:21.7649174Z dtype=torch.float, device=torch.device('cpu')).to_mkldnn())) 2022-12-01T10:42:21.7649179Z 2022-12-01T10:42:21.7649311Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7649376Z ========== 2022-12-01T10:42:21.7649443Z ok (0.015s) 2022-12-01T10:42:21.7649737Z test_reshape (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_reshape test_mkldnn.py line 992 2022-12-01T10:42:21.7649803Z due to: 2022-12-01T10:42:21.7649883Z Traceback (most recent call last): 2022-12-01T10:42:21.7650098Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7650198Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7651976Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7651984Z 2022-12-01T10:42:21.7652187Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7652423Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7652621Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7652850Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7653062Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7653251Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7653471Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7653664Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7653856Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7654069Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7654275Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7654476Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7654674Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7654872Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7655072Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7655271Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7655467Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7655658Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7655855Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7656041Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7656246Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7656444Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7656659Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7656870Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7657072Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7657288Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7657467Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7657699Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7657892Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7658114Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7658351Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7658546Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7658784Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7659000Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7659216Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7659447Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7659660Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7659665Z 2022-12-01T10:42:21.7659670Z 2022-12-01T10:42:21.7659807Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7659812Z 2022-12-01T10:42:21.7659904Z Traceback (most recent call last): 2022-12-01T10:42:21.7660117Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7660267Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7660408Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7660413Z 2022-12-01T10:42:21.7660548Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7660554Z 2022-12-01T10:42:21.7660646Z Traceback (most recent call last): 2022-12-01T10:42:21.7660913Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7661011Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7661121Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7661126Z 2022-12-01T10:42:21.7661197Z from user code: 2022-12-01T10:42:21.7661294Z File "test_mkldnn.py", line 998, in test_reshape 2022-12-01T10:42:21.7661395Z x.to_mkldnn().reshape(size).to_dense(), 2022-12-01T10:42:21.7661400Z 2022-12-01T10:42:21.7661536Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7661600Z ========== 2022-12-01T10:42:21.7661670Z ok (0.017s) 2022-12-01T10:42:21.7661997Z test_reshape_backward (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_reshape_backward test_mkldnn.py line 1024 2022-12-01T10:42:21.7662063Z due to: 2022-12-01T10:42:21.7662141Z Traceback (most recent call last): 2022-12-01T10:42:21.7662357Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7662456Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7664222Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7664275Z 2022-12-01T10:42:21.7664433Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7664669Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7664897Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7665128Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7665343Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7665533Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7665720Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7665911Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7666102Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7666317Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7666522Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7666724Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7666924Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7667121Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7667316Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7667515Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7667711Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7667907Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7668101Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7668285Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7668484Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7668682Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7668898Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7669109Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7669345Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7669559Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7669738Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7669933Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7670132Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7670394Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7670621Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7670816Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7671028Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7671240Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7671454Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7671687Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7671899Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7671907Z 2022-12-01T10:42:21.7671911Z 2022-12-01T10:42:21.7672049Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7672055Z 2022-12-01T10:42:21.7672149Z Traceback (most recent call last): 2022-12-01T10:42:21.7672376Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7672513Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7672653Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7672658Z 2022-12-01T10:42:21.7672794Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7672799Z 2022-12-01T10:42:21.7672893Z Traceback (most recent call last): 2022-12-01T10:42:21.7673164Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7673264Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7673375Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7673380Z 2022-12-01T10:42:21.7673452Z from user code: 2022-12-01T10:42:21.7673560Z File "test_mkldnn.py", line 1029, in test_reshape_backward 2022-12-01T10:42:21.7673662Z x2 = x.clone().to_mkldnn().requires_grad_() 2022-12-01T10:42:21.7673667Z 2022-12-01T10:42:21.7673800Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7673864Z ========== 2022-12-01T10:42:21.7673931Z ok (0.018s) 2022-12-01T10:42:21.7674300Z test_reshape_blocked_format (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 1011 2022-12-01T10:42:21.7674435Z due to: 2022-12-01T10:42:21.7674531Z Traceback (most recent call last): 2022-12-01T10:42:21.7674741Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7674884Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7676807Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7676833Z 2022-12-01T10:42:21.7677008Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7677232Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7677432Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7677662Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7677876Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7678068Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7678256Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7678448Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7678642Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7678869Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7679061Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7679265Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7679467Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7679669Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7679867Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7680067Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7680261Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7680453Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7680647Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7680848Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7681071Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7681270Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7681484Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7681694Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7681897Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7682178Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7682360Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7682555Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7682748Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7682980Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7683213Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7683394Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7683609Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7683824Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7684040Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7684273Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7684485Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7684491Z 2022-12-01T10:42:21.7684496Z 2022-12-01T10:42:21.7684633Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7684639Z 2022-12-01T10:42:21.7684734Z Traceback (most recent call last): 2022-12-01T10:42:21.7684966Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7685120Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7685247Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7685252Z 2022-12-01T10:42:21.7685388Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7685393Z 2022-12-01T10:42:21.7685485Z Traceback (most recent call last): 2022-12-01T10:42:21.7685755Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7685852Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7685962Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7685967Z 2022-12-01T10:42:21.7686038Z from user code: 2022-12-01T10:42:21.7686183Z File "test_mkldnn.py", line 1012, in 2022-12-01T10:42:21.7686269Z x = torch.randn(1, C, 8, 8).to_mkldnn() 2022-12-01T10:42:21.7686275Z 2022-12-01T10:42:21.7686443Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7686506Z ========== 2022-12-01T10:42:21.7686574Z ok (0.027s) 2022-12-01T10:42:21.7686905Z test_resnet18 (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 1235 2022-12-01T10:42:21.7686972Z due to: 2022-12-01T10:42:21.7687065Z Traceback (most recent call last): 2022-12-01T10:42:21.7687279Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7687365Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7689184Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7689207Z 2022-12-01T10:42:21.7689379Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7689620Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7689806Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7690037Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7690251Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7690440Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7690626Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7690815Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7691008Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7691234Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7691438Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7691624Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7691822Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7692020Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7692215Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7692416Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7692645Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7692837Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7693031Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7693232Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7693434Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7693621Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7693863Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7694077Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7694278Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7694491Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7694672Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7694866Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7695061Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7695297Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7695533Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7695789Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7695991Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7696234Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7696463Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7714035Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7714402Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7714412Z 2022-12-01T10:42:21.7714416Z 2022-12-01T10:42:21.7714559Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7714564Z 2022-12-01T10:42:21.7714660Z Traceback (most recent call last): 2022-12-01T10:42:21.7714952Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7715106Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7715248Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7715253Z 2022-12-01T10:42:21.7715390Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7715398Z 2022-12-01T10:42:21.7715491Z Traceback (most recent call last): 2022-12-01T10:42:21.7715893Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7715992Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7716102Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7716108Z 2022-12-01T10:42:21.7716179Z from user code: 2022-12-01T10:42:21.7716319Z File "test_mkldnn.py", line 1240, in 2022-12-01T10:42:21.7716420Z mkldnn_model(x.to_mkldnn()).to_dense(), 2022-12-01T10:42:21.7716425Z 2022-12-01T10:42:21.7716669Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7716722Z ========== 2022-12-01T10:42:21.7717057Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/resnet.py line 284 2022-12-01T10:42:21.7717125Z due to: 2022-12-01T10:42:21.7717294Z Traceback (most recent call last): 2022-12-01T10:42:21.7717563Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:42:21.7717715Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:42:21.7717897Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:42:21.7717903Z 2022-12-01T10:42:21.7718039Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7718045Z 2022-12-01T10:42:21.7718137Z Traceback (most recent call last): 2022-12-01T10:42:21.7718395Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:42:21.7718462Z ) from e 2022-12-01T10:42:21.7718703Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:42:21.7718708Z 2022-12-01T10:42:21.7718845Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7718911Z ========== 2022-12-01T10:42:21.7719246Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _forward_impl /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/resnet.py line 266 2022-12-01T10:42:21.7719312Z due to: 2022-12-01T10:42:21.7719404Z Traceback (most recent call last): 2022-12-01T10:42:21.7719652Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:42:21.7719801Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:42:21.7719983Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:42:21.7719988Z 2022-12-01T10:42:21.7720124Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7720129Z 2022-12-01T10:42:21.7720220Z Traceback (most recent call last): 2022-12-01T10:42:21.7720492Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:42:21.7720559Z ) from e 2022-12-01T10:42:21.7720798Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:42:21.7720803Z 2022-12-01T10:42:21.7720935Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7720986Z ========== 2022-12-01T10:42:21.7721300Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py line 202 2022-12-01T10:42:21.7721365Z due to: 2022-12-01T10:42:21.7721457Z Traceback (most recent call last): 2022-12-01T10:42:21.7721717Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:42:21.7721862Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:42:21.7722039Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:42:21.7722047Z 2022-12-01T10:42:21.7722182Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7722228Z 2022-12-01T10:42:21.7722306Z Traceback (most recent call last): 2022-12-01T10:42:21.7722574Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:42:21.7722639Z ) from e 2022-12-01T10:42:21.7722872Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:42:21.7722878Z 2022-12-01T10:42:21.7723010Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7723073Z ========== 2022-12-01T10:42:21.7723396Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/resnet.py line 89 2022-12-01T10:42:21.7723463Z due to: 2022-12-01T10:42:21.7723540Z Traceback (most recent call last): 2022-12-01T10:42:21.7723838Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:42:21.7723990Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:42:21.7724168Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:42:21.7724173Z 2022-12-01T10:42:21.7724310Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7724315Z 2022-12-01T10:42:21.7724405Z Traceback (most recent call last): 2022-12-01T10:42:21.7724674Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:42:21.7724739Z ) from e 2022-12-01T10:42:21.7724962Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:42:21.7724980Z 2022-12-01T10:42:21.7725101Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7725166Z ========== 2022-12-01T10:42:21.7725593Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:209: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and may be removed in the future, please use 'weights' instead. 2022-12-01T10:42:21.7725839Z f"The parameter '{pretrained_param}' is deprecated since 0.13 and may be removed in the future, " 2022-12-01T10:42:21.7726359Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing `weights=None`. 2022-12-01T10:42:21.7726437Z warnings.warn(msg) 2022-12-01T10:42:21.7726504Z ok (1.366s) 2022-12-01T10:42:21.7727002Z test_resnext50_32x4d (__main__.TestMkldnn) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:209: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and may be removed in the future, please use 'weights' instead. 2022-12-01T10:42:21.7727247Z f"The parameter '{pretrained_param}' is deprecated since 0.13 and may be removed in the future, " 2022-12-01T10:42:21.7727764Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing `weights=None`. 2022-12-01T10:42:21.7727828Z warnings.warn(msg) 2022-12-01T10:42:21.7727894Z ok (1.205s) 2022-12-01T10:42:21.7728244Z test_set_data_tensorimpl_type (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_set_data_tensorimpl_type test_mkldnn.py line 1183 2022-12-01T10:42:21.7728309Z due to: 2022-12-01T10:42:21.7728403Z Traceback (most recent call last): 2022-12-01T10:42:21.7728620Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7728721Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7730586Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7730595Z 2022-12-01T10:42:21.7730770Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7731008Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7731208Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7731440Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7731642Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7731833Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7732022Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7732213Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7732406Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7732633Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7732840Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7733044Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7733246Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7733446Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7733632Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7733833Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7734025Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7734219Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7734416Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7734616Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7734866Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7735066Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7735280Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7735491Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7735685Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7735930Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7736114Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7736313Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7736510Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7736745Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7736982Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7737178Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7737391Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7737607Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7737808Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7738037Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7738247Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7738252Z 2022-12-01T10:42:21.7738257Z 2022-12-01T10:42:21.7738394Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7738399Z 2022-12-01T10:42:21.7738493Z Traceback (most recent call last): 2022-12-01T10:42:21.7738720Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7738875Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7739018Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7739023Z 2022-12-01T10:42:21.7739158Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7739163Z 2022-12-01T10:42:21.7739256Z Traceback (most recent call last): 2022-12-01T10:42:21.7739509Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7739607Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7739714Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7739719Z 2022-12-01T10:42:21.7739790Z from user code: 2022-12-01T10:42:21.7739922Z File "test_mkldnn.py", line 1187, in test_set_data_tensorimpl_type 2022-12-01T10:42:21.7740005Z x_mkldnn = x.to_mkldnn() 2022-12-01T10:42:21.7740011Z 2022-12-01T10:42:21.7740146Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7740212Z ========== 2022-12-01T10:42:21.7740298Z ok (0.016s) 2022-12-01T10:42:21.7740591Z test_sigmoid (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sigmoid test_mkldnn.py line 1145 2022-12-01T10:42:21.7740656Z due to: 2022-12-01T10:42:21.7740751Z Traceback (most recent call last): 2022-12-01T10:42:21.7740970Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7741071Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7742865Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7742876Z 2022-12-01T10:42:21.7743050Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7743286Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7743488Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7743720Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7743936Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7744112Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7744300Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7744489Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7744680Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7744908Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7745111Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7745314Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7745513Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7745706Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7745903Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7746107Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7746303Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7746529Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7746727Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7746923Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7747110Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7747311Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7747550Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7747763Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7747969Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7748185Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7748366Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7748564Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7748762Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7748998Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7749224Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7749418Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7749626Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7749838Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7750052Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7750283Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7750495Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7750503Z 2022-12-01T10:42:21.7750508Z 2022-12-01T10:42:21.7750646Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7750651Z 2022-12-01T10:42:21.7750744Z Traceback (most recent call last): 2022-12-01T10:42:21.7750970Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7751121Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7751249Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7751254Z 2022-12-01T10:42:21.7751391Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7751396Z 2022-12-01T10:42:21.7751488Z Traceback (most recent call last): 2022-12-01T10:42:21.7751758Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7751893Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7752002Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7752008Z 2022-12-01T10:42:21.7752079Z from user code: 2022-12-01T10:42:21.7752189Z File "test_mkldnn.py", line 1147, in test_sigmoid 2022-12-01T10:42:21.7752258Z mkldnn_x = x.to_mkldnn() 2022-12-01T10:42:21.7752263Z 2022-12-01T10:42:21.7752395Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7752459Z ========== 2022-12-01T10:42:21.7752526Z ok (0.015s) 2022-12-01T10:42:21.7752825Z test_softmax (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_softmax test_mkldnn.py line 1137 2022-12-01T10:42:21.7752891Z due to: 2022-12-01T10:42:21.7752982Z Traceback (most recent call last): 2022-12-01T10:42:21.7753185Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7753315Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7755141Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7755166Z 2022-12-01T10:42:21.7755341Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7755565Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7755767Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7755995Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7756209Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7756400Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7756706Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7756899Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7757093Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7757321Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7757527Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7757717Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7757918Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7758119Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7758381Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7758581Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7758775Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7758969Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7759164Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7759402Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7759604Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7759794Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7760010Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7760222Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7760430Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7760644Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7760826Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7761026Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7761222Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7761455Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7761693Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7761874Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7762085Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7762295Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7762512Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7762740Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7762951Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7762957Z 2022-12-01T10:42:21.7762962Z 2022-12-01T10:42:21.7763099Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7763104Z 2022-12-01T10:42:21.7763196Z Traceback (most recent call last): 2022-12-01T10:42:21.7763429Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7763580Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7763741Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7763746Z 2022-12-01T10:42:21.7763882Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7763888Z 2022-12-01T10:42:21.7763979Z Traceback (most recent call last): 2022-12-01T10:42:21.7764250Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7764348Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7764459Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7764464Z 2022-12-01T10:42:21.7764534Z from user code: 2022-12-01T10:42:21.7764644Z File "test_mkldnn.py", line 1143, in test_softmax 2022-12-01T10:42:21.7764722Z softmax(x.to_mkldnn()).to_dense()) 2022-12-01T10:42:21.7764743Z 2022-12-01T10:42:21.7764892Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7764958Z ========== 2022-12-01T10:42:21.7765027Z ok (0.018s) 2022-12-01T10:42:21.7765311Z test_tanh (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tanh test_mkldnn.py line 1157 2022-12-01T10:42:21.7765378Z due to: 2022-12-01T10:42:21.7765471Z Traceback (most recent call last): 2022-12-01T10:42:21.7765689Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7765776Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7767538Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7767560Z 2022-12-01T10:42:21.7767733Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7767969Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7768155Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7768384Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7768599Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7768786Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7768971Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7769160Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7769352Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7769581Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7769783Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7770006Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7770206Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7770404Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7770599Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7770797Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7771029Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7771225Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7771419Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7771616Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7771813Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7772000Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7772216Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7772427Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7772635Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7772849Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7773032Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7773227Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7773423Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7773655Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7773894Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7774076Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7774288Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7774501Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7774715Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7774950Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7775163Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7775213Z 2022-12-01T10:42:21.7775217Z 2022-12-01T10:42:21.7775355Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7775361Z 2022-12-01T10:42:21.7775454Z Traceback (most recent call last): 2022-12-01T10:42:21.7775681Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7775836Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7775965Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7775983Z 2022-12-01T10:42:21.7776106Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7776111Z 2022-12-01T10:42:21.7776202Z Traceback (most recent call last): 2022-12-01T10:42:21.7776545Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7776647Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7776756Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7776761Z 2022-12-01T10:42:21.7776831Z from user code: 2022-12-01T10:42:21.7776938Z File "test_mkldnn.py", line 1159, in test_tanh 2022-12-01T10:42:21.7777018Z mkldnn_x = x.to_mkldnn() 2022-12-01T10:42:21.7777024Z 2022-12-01T10:42:21.7777144Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7777208Z ========== 2022-12-01T10:42:21.7777277Z ok (0.015s) 2022-12-01T10:42:21.7777582Z test_transpose (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_transpose test_mkldnn.py line 1054 2022-12-01T10:42:21.7777650Z due to: 2022-12-01T10:42:21.7777743Z Traceback (most recent call last): 2022-12-01T10:42:21.7777960Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7778048Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7779816Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7779825Z 2022-12-01T10:42:21.7779998Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7780235Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7780420Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7780652Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7780864Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7781052Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7781244Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7781470Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7781662Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7781886Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7782091Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7782292Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7782481Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7782710Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7782913Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7783113Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7783306Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7783499Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7783692Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7783890Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7784089Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7784290Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7784490Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7784700Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7784901Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7785117Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7785298Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7785496Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7785690Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7785923Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7786160Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7786354Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7786552Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7786762Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7787010Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7787240Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7787450Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7787455Z 2022-12-01T10:42:21.7787460Z 2022-12-01T10:42:21.7787597Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7787603Z 2022-12-01T10:42:21.7787698Z Traceback (most recent call last): 2022-12-01T10:42:21.7787952Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7788105Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7788247Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7788253Z 2022-12-01T10:42:21.7788377Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7788395Z 2022-12-01T10:42:21.7788473Z Traceback (most recent call last): 2022-12-01T10:42:21.7788742Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7788840Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7788949Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7788954Z 2022-12-01T10:42:21.7789025Z from user code: 2022-12-01T10:42:21.7789136Z File "test_mkldnn.py", line 1060, in test_transpose 2022-12-01T10:42:21.7789245Z x.to_mkldnn().transpose(dim1, dim2).to_dense(), 2022-12-01T10:42:21.7789251Z 2022-12-01T10:42:21.7789372Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7789437Z ========== 2022-12-01T10:42:21.7789507Z ok (0.019s) 2022-12-01T10:42:21.7789624Z test_unsupported (__main__.TestMkldnn) ... ok (0.059s) 2022-12-01T10:42:21.7789901Z test_view (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view test_mkldnn.py line 986 2022-12-01T10:42:21.7789968Z due to: 2022-12-01T10:42:21.7790060Z Traceback (most recent call last): 2022-12-01T10:42:21.7790274Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7790360Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7792138Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7792160Z 2022-12-01T10:42:21.7792331Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7792567Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7792755Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7793016Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7793232Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7793420Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7793606Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7793794Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7793982Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7794241Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7794531Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7794723Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7794926Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7795125Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7795323Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7795525Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7795720Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7795918Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7796113Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7796312Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7796513Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7796807Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7797024Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7797238Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7797443Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7797660Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7797842Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7798040Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7798239Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7798475Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7798774Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7798955Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7799169Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7799383Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7799599Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7799870Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7800088Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7800094Z 2022-12-01T10:42:21.7800099Z 2022-12-01T10:42:21.7800237Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7800242Z 2022-12-01T10:42:21.7800338Z Traceback (most recent call last): 2022-12-01T10:42:21.7800573Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7800724Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7800851Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7800869Z 2022-12-01T10:42:21.7800994Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7800999Z 2022-12-01T10:42:21.7801091Z Traceback (most recent call last): 2022-12-01T10:42:21.7801362Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7801462Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7801571Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7801576Z 2022-12-01T10:42:21.7801648Z from user code: 2022-12-01T10:42:21.7801755Z File "test_mkldnn.py", line 987, in test_view 2022-12-01T10:42:21.7801875Z x = torch.randn(3, 4, 5, dtype=torch.float32).to_mkldnn() 2022-12-01T10:42:21.7801880Z 2022-12-01T10:42:21.7801999Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7802065Z ========== 2022-12-01T10:42:21.7802289Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 990 2022-12-01T10:42:21.7802356Z due to: 2022-12-01T10:42:21.7802448Z Traceback (most recent call last): 2022-12-01T10:42:21.7802713Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:42:21.7802859Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:42:21.7803030Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:42:21.7803047Z 2022-12-01T10:42:21.7803170Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7803175Z 2022-12-01T10:42:21.7803268Z Traceback (most recent call last): 2022-12-01T10:42:21.7803539Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:42:21.7803606Z ) from e 2022-12-01T10:42:21.7803842Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:42:21.7803848Z 2022-12-01T10:42:21.7803979Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7804043Z ========== 2022-12-01T10:42:21.7804111Z ok (0.019s) 2022-12-01T10:42:21.7804384Z test_zero_ (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_zero_ test_mkldnn.py line 1197 2022-12-01T10:42:21.7804489Z due to: 2022-12-01T10:42:21.7804580Z Traceback (most recent call last): 2022-12-01T10:42:21.7804796Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:42:21.7804895Z return self._op(*args, **kwargs or {}) 2022-12-01T10:42:21.7806716Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:42:21.7806727Z 2022-12-01T10:42:21.7806898Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:42:21.7807135Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:42:21.7807333Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:42:21.7807564Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:42:21.7807779Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:42:21.7807970Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:42:21.7808145Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7808335Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:42:21.7808527Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:42:21.7808754Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:42:21.7808962Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7809163Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7809366Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7809566Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7809761Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7809960Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7810141Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7810338Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7810564Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7810760Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7810959Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7811157Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7811367Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7811611Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7811816Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7812034Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:14883 [autograd kernel] 2022-12-01T10:42:21.7812200Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16458 [kernel] 2022-12-01T10:42:21.7812396Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:42:21.7812592Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:42:21.7812826Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:42:21.7813061Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:42:21.7813257Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:42:21.7813468Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:42:21.7813680Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:42:21.7813893Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:42:21.7814122Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:42:21.7814324Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:42:21.7814342Z 2022-12-01T10:42:21.7814347Z 2022-12-01T10:42:21.7814473Z During handling of the above exception, another exception occurred: 2022-12-01T10:42:21.7814491Z 2022-12-01T10:42:21.7814570Z Traceback (most recent call last): 2022-12-01T10:42:21.7814799Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 259, in storage 2022-12-01T10:42:21.7814949Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-12-01T10:42:21.7815089Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-12-01T10:42:21.7815095Z 2022-12-01T10:42:21.7815230Z The above exception was the direct cause of the following exception: 2022-12-01T10:42:21.7815235Z 2022-12-01T10:42:21.7815326Z Traceback (most recent call last): 2022-12-01T10:42:21.7815596Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:42:21.7815694Z raise TorchRuntimeError() from e 2022-12-01T10:42:21.7815792Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:42:21.7815796Z 2022-12-01T10:42:21.7815912Z from user code: 2022-12-01T10:42:21.7816018Z File "test_mkldnn.py", line 1199, in test_zero_ 2022-12-01T10:42:21.7816100Z x2 = x1.clone().to_mkldnn() 2022-12-01T10:42:21.7816105Z 2022-12-01T10:42:21.7816237Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:42:21.7816301Z ========== 2022-12-01T10:42:21.7816372Z ok (0.015s) 2022-12-01T10:42:21.7816376Z 2022-12-01T10:42:21.7816565Z ---------------------------------------------------------------------- 2022-12-01T10:42:21.7816643Z Ran 67 tests in 49.437s 2022-12-01T10:42:21.7816648Z 2022-12-01T10:42:21.7816709Z OK 2022-12-01T10:42:21.7816714Z 2022-12-01T10:42:21.7816797Z Generating XML reports... 2022-12-01T10:42:21.7817063Z Generated XML report: test-reports/python-unittest/test_mkldnn/TEST-TestMkldnn-20221201104131.xml 2022-12-01T10:42:21.7817068Z 2022-12-01T10:42:21.7818932Z ##[endgroup] 2022-12-01T10:42:21.7819276Z FINISHED PRINTING LOG FILE of test_mkldnn (/var/lib/jenkins/workspace/test/test-reports/test_mkldnn_4otln0hc) 2022-12-01T10:42:21.7819285Z 2022-12-01T10:42:21.7819458Z Running test_jit_llga_fuser ... [2022-12-01 10:42:21.696412] 2022-12-01T10:42:21.7819788Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_llga_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:42:21.696910] 2022-12-01T10:43:29.4673283Z 2022-12-01T10:43:29.4673831Z Expand the folded group to see the log file of test_jit_llga_fuser 2022-12-01T10:43:29.4675117Z ##[group]PRINTING LOG FILE of test_jit_llga_fuser (/var/lib/jenkins/workspace/test/test-reports/test_jit_llga_fuser_1jkuaviy) 2022-12-01T10:43:29.4675914Z Test results will be stored in test-reports/python-unittest/test_jit_llga_fuser 2022-12-01T10:43:29.4676101Z 2022-12-01T10:43:29.4676178Z Running tests... 2022-12-01T10:43:29.4676488Z ---------------------------------------------------------------------- 2022-12-01T10:43:29.4677163Z test_context_manager (__main__.TestEnableDisableLlgaFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_llga_fuser.py line 487 2022-12-01T10:43:29.4677490Z due to: 2022-12-01T10:43:29.4677678Z Traceback (most recent call last): 2022-12-01T10:43:29.4678083Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:43:29.4678566Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:43:29.4679108Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-12-01T10:43:29.4679346Z 2022-12-01T10:43:29.4679421Z from user code: 2022-12-01T10:43:29.4679655Z File "test_jit_llga_fuser.py", line 488, in 2022-12-01T10:43:29.4679919Z self.is_enabled = torch._C._jit_set_llga_enabled(False) 2022-12-01T10:43:29.4680067Z 2022-12-01T10:43:29.4680207Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:43:29.4680432Z ========== 2022-12-01T10:43:29.4680772Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_context_manager test_jit_llga_fuser.py line 494 2022-12-01T10:43:29.4681041Z due to: 2022-12-01T10:43:29.4681228Z Traceback (most recent call last): 2022-12-01T10:43:29.4681608Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:43:29.4682167Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:43:29.4682679Z AssertionError: torch.* op returned non-Tensor _GeneratorContextManager call_function 2022-12-01T10:43:29.4682918Z 2022-12-01T10:43:29.4682991Z from user code: 2022-12-01T10:43:29.4683205Z File "test_jit_llga_fuser.py", line 497, in test_context_manager 2022-12-01T10:43:29.4683492Z with torch.jit.fuser('fuser3'): 2022-12-01T10:43:29.4683622Z 2022-12-01T10:43:29.4683760Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:43:29.4684165Z ========== 2022-12-01T10:43:29.4684497Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT tearDown test_jit_llga_fuser.py line 490 2022-12-01T10:43:29.4684751Z due to: 2022-12-01T10:43:29.4684938Z Traceback (most recent call last): 2022-12-01T10:43:29.4685320Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:43:29.4685776Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:43:29.4686292Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-12-01T10:43:29.4686531Z 2022-12-01T10:43:29.4686589Z from user code: 2022-12-01T10:43:29.4686808Z File "test_jit_llga_fuser.py", line 491, in tearDown 2022-12-01T10:43:29.4687060Z torch._C._jit_set_llga_enabled(self.is_enabled) 2022-12-01T10:43:29.4687256Z 2022-12-01T10:43:29.4687393Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:43:29.4687603Z ========== 2022-12-01T10:43:29.4687907Z Exception ignored in: .extract_files.. at 0x7f19c15e80d0> 2022-12-01T10:43:29.4688218Z Traceback (most recent call last): 2022-12-01T10:43:29.4688592Z File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/jit_utils.py", line 210, in 2022-12-01T10:43:29.4688910Z debug_files = (pickle.load(f) for f in debug_files_stream) 2022-12-01T10:43:29.4689168Z SystemError: error return without exception set 2022-12-01T10:43:29.4689514Z Exception ignored in: .extract_files.. at 0x7f19c15e8050> 2022-12-01T10:43:29.4689813Z Traceback (most recent call last): 2022-12-01T10:43:29.4690196Z File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/jit_utils.py", line 209, in 2022-12-01T10:43:29.4690515Z debug_files_stream = (archive.open(f) for f in debug_files_str) 2022-12-01T10:43:29.4690767Z SystemError: error return without exception set 2022-12-01T10:43:29.4690969Z ok (4.856s) 2022-12-01T10:43:29.4691409Z test_bn2d_eltwise (__main__.TestFusionPattern) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_llga_fuser.py line 31 2022-12-01T10:43:29.4691708Z due to: 2022-12-01T10:43:29.4691888Z Traceback (most recent call last): 2022-12-01T10:43:29.4692275Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:43:29.4692726Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:43:29.4693220Z AssertionError: torch.* op returned non-Tensor _GeneratorContextManager call_function 2022-12-01T10:43:29.4693454Z 2022-12-01T10:43:29.4693527Z from user code: 2022-12-01T10:43:29.4693763Z File "test_jit_llga_fuser.py", line 33, in 2022-12-01T10:43:29.4694016Z torch._jit_internal._disable_emit_hooks(): 2022-12-01T10:43:29.4694151Z 2022-12-01T10:43:29.4694283Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:43:29.4694498Z ========== 2022-12-01T10:43:29.4694831Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT warmup_forward test_jit_llga_fuser.py line 15 2022-12-01T10:43:29.4695071Z due to: 2022-12-01T10:43:29.4695250Z Traceback (most recent call last): 2022-12-01T10:43:29.4695595Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-12-01T10:43:29.4695948Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-12-01T10:43:29.4696293Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-12-01T10:43:29.4696458Z 2022-12-01T10:43:29.4696528Z from user code: 2022-12-01T10:43:29.4696736Z File "test_jit_llga_fuser.py", line 17, in warmup_forward 2022-12-01T10:43:29.4696952Z results = f(*args) 2022-12-01T10:43:29.4697110Z 2022-12-01T10:43:29.4697240Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:43:29.4697453Z ========== 2022-12-01T10:43:29.4697598Z ok (0.055s) 2022-12-01T10:43:29.4697815Z test_conv2d_bn (__main__.TestFusionPattern) ... ok (0.055s) 2022-12-01T10:43:29.4698089Z test_conv2d_bn_relu (__main__.TestFusionPattern) ... ok (0.055s) 2022-12-01T10:43:29.4698351Z test_conv2d_eltwise (__main__.TestFusionPattern) ... ok (0.157s) 2022-12-01T10:43:29.4698624Z test_conv2d_sum (__main__.TestFusionPattern) ... ok (0.227s) 2022-12-01T10:43:29.4698894Z test_linear_eltwise (__main__.TestFusionPattern) ... ok (0.267s) 2022-12-01T10:43:29.4699178Z test_rewrap_tensor_input_to_pytorch (__main__.TestFusionPattern) ... ok (0.071s) 2022-12-01T10:43:29.4700286Z test_wildcard (__main__.TestFusionPattern) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:983: TracerWarning: Encountering a list at the output of the tracer might cause the trace to be incorrect, this is only valid if the container structure does not change based on the module's inputs. Consider using a constant container instead (e.g. for `list`, use a `tuple` instead. for `dict`, use a `NamedTuple` instead). If you absolutely need this and know the side effects, pass strict=False to trace() to allow this behavior. 2022-12-01T10:43:29.4700953Z argument_names, 2022-12-01T10:43:29.4701123Z ok (0.045s) 2022-12-01T10:43:29.4701331Z test_vision_alexnet (__main__.TestModel) ... ok (0.810s) 2022-12-01T10:43:29.4701572Z test_vision_densenet121 (__main__.TestModel) ... ok (9.370s) 2022-12-01T10:43:29.4702395Z test_vision_googlenet (__main__.TestModel) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/googlenet.py:51: FutureWarning: The default weight initialization of GoogleNet will be changed in future releases of torchvision. If you wish to keep the old behavior (which leads to long initialization times due to scipy/scipy#11299), please set init_weights=True. 2022-12-01T10:43:29.4702918Z FutureWarning, 2022-12-01T10:43:29.4703089Z ok (3.725s) 2022-12-01T10:43:29.4703288Z test_vision_mnasnet1_0 (__main__.TestModel) ... ok (3.662s) 2022-12-01T10:43:29.4703816Z test_vision_mobilenet_v2 (__main__.TestModel) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/misc.py line 144 2022-12-01T10:43:29.4704150Z due to: 2022-12-01T10:43:29.4704334Z Traceback (most recent call last): 2022-12-01T10:43:29.4704728Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:43:29.4705063Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:43:29.4705289Z AssertionError: type 2022-12-01T10:43:29.4705408Z 2022-12-01T10:43:29.4705466Z from user code: 2022-12-01T10:43:29.4705824Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/misc.py", line 171, in __init__ 2022-12-01T10:43:29.4706095Z torch.nn.Conv2d, 2022-12-01T10:43:29.4706207Z 2022-12-01T10:43:29.4706339Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:43:29.4706544Z ========== 2022-12-01T10:43:29.4706700Z ok (4.427s) 2022-12-01T10:43:29.4706908Z test_vision_resnet50 (__main__.TestModel) ... ok (2.827s) 2022-12-01T10:43:29.4707156Z test_vision_resnext101_32x8d (__main__.TestModel) ... ok (7.154s) 2022-12-01T10:43:29.4707422Z test_vision_resnext50_32x4d (__main__.TestModel) ... ok (2.898s) 2022-12-01T10:43:29.4707686Z test_vision_shufflenet_v2_x1_0 (__main__.TestModel) ... ok (4.014s) 2022-12-01T10:43:29.4707940Z test_vision_squeezenet1_0 (__main__.TestModel) ... ok (0.880s) 2022-12-01T10:43:29.4708193Z test_vision_vgg16 (__main__.TestModel) ... ok (2.941s) 2022-12-01T10:43:29.4708443Z test_vision_wide_resnet50_2 (__main__.TestModel) ... ok (3.947s) 2022-12-01T10:43:29.4708672Z test_add (__main__.TestOp) ... ok (0.091s) 2022-12-01T10:43:29.4709105Z test_add_scalar (__main__.TestOp) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_add_scalar test_jit_llga_fuser.py line 209 2022-12-01T10:43:29.4709426Z due to: 2022-12-01T10:43:29.4709609Z Traceback (most recent call last): 2022-12-01T10:43:29.4709992Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/base.py", line 140, in python_type 2022-12-01T10:43:29.4710316Z raise NotImplementedError(f"{self} has no type") 2022-12-01T10:43:29.4710606Z NotImplementedError: NestedUserFunctionVariable() has no type 2022-12-01T10:43:29.4710780Z 2022-12-01T10:43:29.4710837Z from user code: 2022-12-01T10:43:29.4711054Z File "test_jit_llga_fuser.py", line 214, in test_add_scalar 2022-12-01T10:43:29.4711301Z _, graph = self.checkTrace(add_scalar, [x]) 2022-12-01T10:43:29.4711440Z 2022-12-01T10:43:29.4711558Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:43:29.4711776Z ========== 2022-12-01T10:43:29.4711968Z ok (0.016s) 2022-12-01T10:43:29.4712414Z test_addmm (__main__.TestOp) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_addmm test_jit_llga_fuser.py line 217 2022-12-01T10:43:29.4712692Z due to: 2022-12-01T10:43:29.4712863Z Traceback (most recent call last): 2022-12-01T10:43:29.4713255Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/base.py", line 140, in python_type 2022-12-01T10:43:29.4713578Z raise NotImplementedError(f"{self} has no type") 2022-12-01T10:43:29.4713853Z NotImplementedError: NestedUserFunctionVariable() has no type 2022-12-01T10:43:29.4714026Z 2022-12-01T10:43:29.4714098Z from user code: 2022-12-01T10:43:29.4714313Z File "test_jit_llga_fuser.py", line 225, in test_addmm 2022-12-01T10:43:29.4714623Z _, graph = self.checkTrace(addmm, [x, y, z]) 2022-12-01T10:43:29.4714763Z 2022-12-01T10:43:29.4714894Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:43:29.4715111Z ========== 2022-12-01T10:43:29.4715272Z ok (0.018s) 2022-12-01T10:43:29.4715458Z test_avg_pool2d (__main__.TestOp) ... ok (2.133s) 2022-12-01T10:43:29.4715689Z test_bn2d (__main__.TestOp) ... ok (0.030s) 2022-12-01T10:43:29.4716094Z test_cat (__main__.TestOp) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_cat test_jit_llga_fuser.py line 253 2022-12-01T10:43:29.4716349Z due to: 2022-12-01T10:43:29.4716654Z Traceback (most recent call last): 2022-12-01T10:43:29.4717055Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/base.py", line 140, in python_type 2022-12-01T10:43:29.4717370Z raise NotImplementedError(f"{self} has no type") 2022-12-01T10:43:29.4717659Z NotImplementedError: NestedUserFunctionVariable() has no type 2022-12-01T10:43:29.4717834Z 2022-12-01T10:43:29.4717906Z from user code: 2022-12-01T10:43:29.4718116Z File "test_jit_llga_fuser.py", line 266, in test_cat 2022-12-01T10:43:29.4718356Z _, graph = self.checkTrace(cat_along_dim(d), [x, x, x]) 2022-12-01T10:43:29.4718510Z 2022-12-01T10:43:29.4718643Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:43:29.4718862Z ========== 2022-12-01T10:43:29.4719009Z ok (0.134s) 2022-12-01T10:43:29.4719204Z test_conv2d (__main__.TestOp) ... ok (7.956s) 2022-12-01T10:43:29.4719430Z test_eltwise (__main__.TestOp) ... ok (0.031s) 2022-12-01T10:43:29.4719867Z test_identity_binary (__main__.TestOp) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_identity_binary test_jit_llga_fuser.py line 238 2022-12-01T10:43:29.4720162Z due to: 2022-12-01T10:43:29.4720347Z Traceback (most recent call last): 2022-12-01T10:43:29.4720726Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/base.py", line 140, in python_type 2022-12-01T10:43:29.4721044Z raise NotImplementedError(f"{self} has no type") 2022-12-01T10:43:29.4721331Z NotImplementedError: NestedUserFunctionVariable() has no type 2022-12-01T10:43:29.4721502Z 2022-12-01T10:43:29.4721573Z from user code: 2022-12-01T10:43:29.4721789Z File "test_jit_llga_fuser.py", line 243, in test_identity_binary 2022-12-01T10:43:29.4722128Z _, graph = self.checkTrace(forward, [x]) 2022-12-01T10:43:29.4722266Z 2022-12-01T10:43:29.4722398Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:43:29.4722604Z ========== 2022-12-01T10:43:29.4722761Z ok (0.011s) 2022-12-01T10:43:29.4722959Z test_layer_norm (__main__.TestOp) ... ok (0.025s) 2022-12-01T10:43:29.4723183Z test_linear (__main__.TestOp) ... ok (0.026s) 2022-12-01T10:43:29.4723411Z test_max_pool2d (__main__.TestOp) ... ok (1.546s) 2022-12-01T10:43:29.4723640Z test_mul (__main__.TestOp) ... ok (0.100s) 2022-12-01T10:43:29.4724058Z test_softmax (__main__.TestOp) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_softmax test_jit_llga_fuser.py line 173 2022-12-01T10:43:29.4724322Z due to: 2022-12-01T10:43:29.4724507Z Traceback (most recent call last): 2022-12-01T10:43:29.4724946Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/base.py", line 140, in python_type 2022-12-01T10:43:29.4725257Z raise NotImplementedError(f"{self} has no type") 2022-12-01T10:43:29.4725521Z NotImplementedError: LambdaVariable() has no type 2022-12-01T10:43:29.4725672Z 2022-12-01T10:43:29.4725742Z from user code: 2022-12-01T10:43:29.4725944Z File "test_jit_llga_fuser.py", line 177, in test_softmax 2022-12-01T10:43:29.4726176Z _, graph = self.checkTrace(m, [x]) 2022-12-01T10:43:29.4726305Z 2022-12-01T10:43:29.4726435Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:43:29.4726652Z ========== 2022-12-01T10:43:29.4726796Z ok (0.072s) 2022-12-01T10:43:29.4727216Z test_typecheck (__main__.TestOp) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_llga_fuser.py line 274 2022-12-01T10:43:29.4727518Z due to: 2022-12-01T10:43:29.4727688Z Traceback (most recent call last): 2022-12-01T10:43:29.4728041Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-12-01T10:43:29.4728409Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-12-01T10:43:29.4728750Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-12-01T10:43:29.4728917Z 2022-12-01T10:43:29.4728987Z from user code: 2022-12-01T10:43:29.4729226Z File "test_jit_llga_fuser.py", line 277, in 2022-12-01T10:43:29.4729482Z self.assertEqual(m(x), traced(x)) 2022-12-01T10:43:29.4729599Z 2022-12-01T10:43:29.4729731Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:43:29.4729948Z ========== 2022-12-01T10:43:29.4730105Z ok (0.041s) 2022-12-01T10:43:29.4730312Z test_variable_kernel_avg_pool2d (__main__.TestOp) ... ok (0.018s) 2022-12-01T10:43:29.4730464Z 2022-12-01T10:43:29.4730663Z ---------------------------------------------------------------------- 2022-12-01T10:43:29.4730906Z Ran 37 tests in 64.776s 2022-12-01T10:43:29.4731019Z 2022-12-01T10:43:29.4731067Z OK 2022-12-01T10:43:29.4731161Z 2022-12-01T10:43:29.4731246Z Generating XML reports... 2022-12-01T10:43:29.4731694Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestEnableDisableLlgaFuser-20221201104223.xml 2022-12-01T10:43:29.4732246Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestFusionPattern-20221201104223.xml 2022-12-01T10:43:29.4732732Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestModel-20221201104223.xml 2022-12-01T10:43:29.4733200Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestOp-20221201104223.xml 2022-12-01T10:43:29.4733410Z 2022-12-01T10:43:29.4733708Z ##[endgroup] 2022-12-01T10:43:29.4734087Z FINISHED PRINTING LOG FILE of test_jit_llga_fuser (/var/lib/jenkins/workspace/test/test-reports/test_jit_llga_fuser_1jkuaviy) 2022-12-01T10:43:29.4734302Z 2022-12-01T10:43:29.4734479Z Running test_cpp_extensions_jit ... [2022-12-01 10:43:29.467744] 2022-12-01T10:43:29.4734970Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:43:29.468097] 2022-12-01T10:44:03.9901345Z 2022-12-01T10:44:03.9904706Z Expand the folded group to see the log file of test_cpp_extensions_jit 2022-12-01T10:44:03.9905759Z ##[group]PRINTING LOG FILE of test_cpp_extensions_jit (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_jit_yj7xb9ct) 2022-12-01T10:44:03.9906642Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_jit 2022-12-01T10:44:03.9907268Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:44:03.9907526Z 2022-12-01T10:44:03.9907648Z Running tests... 2022-12-01T10:44:03.9908259Z ---------------------------------------------------------------------- 2022-12-01T10:44:03.9908764Z test_autograd_from_cpp (__main__.TestCppExtensionJIT) ... ok (3.924s) 2022-12-01T10:44:03.9909344Z test_compilation_error_formatting (__main__.TestCppExtensionJIT) ... ok (14.409s) 2022-12-01T10:44:03.9910102Z test_cpp_frontend_module_has_same_output_as_python (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:44:03.9910556Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/cpp_frontend_extension... 2022-12-01T10:44:03.9910944Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/cpp_frontend_extension/build.ninja... 2022-12-01T10:44:03.9911249Z Building extension module cpp_frontend_extension... 2022-12-01T10:44:03.9911512Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:44:03.9912894Z [1/2] c++ -MMD -MF cpp_frontend_extension.o.d -DTORCH_EXTENSION_NAME=cpp_frontend_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/workspace/test/cpp_extensions/cpp_frontend_extension.cpp -o cpp_frontend_extension.o 2022-12-01T10:44:03.9914013Z [2/2] c++ cpp_frontend_extension.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o cpp_frontend_extension.so 2022-12-01T10:44:03.9914652Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_cpp_frontend_module_has_same_output_as_python test_cpp_extensions_jit.py line 473 2022-12-01T10:44:03.9914949Z due to: 2022-12-01T10:44:03.9915126Z Traceback (most recent call last): 2022-12-01T10:44:03.9915520Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:03.9915984Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:03.9916428Z AssertionError: torch.* op returned non-Tensor module call_function 2022-12-01T10:44:03.9916812Z 2022-12-01T10:44:03.9916872Z from user code: 2022-12-01T10:44:03.9917148Z File "test_cpp_extensions_jit.py", line 477, in test_cpp_frontend_module_has_same_output_as_python 2022-12-01T10:44:03.9917406Z verbose=True, 2022-12-01T10:44:03.9917516Z 2022-12-01T10:44:03.9917637Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:03.9917858Z ========== 2022-12-01T10:44:03.9918068Z Loading extension module cpp_frontend_extension... 2022-12-01T10:44:03.9918372Z Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:44:03.9918799Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-12-01T10:44:03.9919114Z Loading extension module cpp_frontend_extension... 2022-12-01T10:44:03.9919322Z ok (1.374s) 2022-12-01T10:44:03.9919857Z test_cpp_frontend_module_has_up_to_date_attributes (__main__.TestCppExtensionJIT) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_cpp_frontend_module_has_up_to_date_attributes test_cpp_extensions_jit.py line 601 2022-12-01T10:44:03.9920323Z due to: 2022-12-01T10:44:03.9920510Z Traceback (most recent call last): 2022-12-01T10:44:03.9920901Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:03.9921337Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:03.9921780Z AssertionError: torch.* op returned non-Tensor module call_function 2022-12-01T10:44:03.9921971Z 2022-12-01T10:44:03.9922044Z from user code: 2022-12-01T10:44:03.9922300Z File "test_cpp_extensions_jit.py", line 605, in test_cpp_frontend_module_has_up_to_date_attributes 2022-12-01T10:44:03.9922613Z verbose=True, 2022-12-01T10:44:03.9922724Z 2022-12-01T10:44:03.9922857Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:03.9923083Z ========== 2022-12-01T10:44:03.9923320Z Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:44:03.9923761Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-12-01T10:44:03.9924087Z Loading extension module cpp_frontend_extension... 2022-12-01T10:44:03.9924376Z Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:44:03.9924807Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-12-01T10:44:03.9925123Z Loading extension module cpp_frontend_extension... 2022-12-01T10:44:03.9925322Z ok (0.006s) 2022-12-01T10:44:03.9925840Z test_cpp_frontend_module_python_inter_op (__main__.TestCppExtensionJIT) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_cpp_frontend_module_python_inter_op test_cpp_extensions_jit.py line 504 2022-12-01T10:44:03.9926203Z due to: 2022-12-01T10:44:03.9926389Z Traceback (most recent call last): 2022-12-01T10:44:03.9926766Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:03.9927216Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:03.9927658Z AssertionError: torch.* op returned non-Tensor module call_function 2022-12-01T10:44:03.9927853Z 2022-12-01T10:44:03.9927925Z from user code: 2022-12-01T10:44:03.9928173Z File "test_cpp_extensions_jit.py", line 508, in test_cpp_frontend_module_python_inter_op 2022-12-01T10:44:03.9928424Z verbose=True, 2022-12-01T10:44:03.9928530Z 2022-12-01T10:44:03.9928662Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:03.9928870Z ========== 2022-12-01T10:44:03.9929121Z Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:44:03.9929559Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-12-01T10:44:03.9929865Z Loading extension module cpp_frontend_extension... 2022-12-01T10:44:03.9930155Z Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:44:03.9930579Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-12-01T10:44:03.9930890Z Loading extension module cpp_frontend_extension... 2022-12-01T10:44:03.9931085Z ok (0.046s) 2022-12-01T10:44:03.9931367Z test_cpp_frontend_module_python_inter_op_with_cuda (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.002s) 2022-12-01T10:44:03.9931794Z test_custom_compound_op_autograd (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:44:03.9932192Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module... 2022-12-01T10:44:03.9932591Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/build.ninja... 2022-12-01T10:44:03.9932890Z Building extension module is_python_module... 2022-12-01T10:44:03.9933137Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:44:03.9934439Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=is_python_module -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/main.cpp -o main.o 2022-12-01T10:44:03.9935483Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o is_python_module.so 2022-12-01T10:44:03.9935820Z Loading extension module is_python_module... 2022-12-01T10:44:03.9936107Z Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:44:03.9936525Z No modifications detected for re-loaded extension module is_python_module, skipping build step... 2022-12-01T10:44:03.9936815Z Loading extension module is_python_module... 2022-12-01T10:44:03.9937459Z /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:44:03.9937950Z f'Input #{idx} requires gradient and ' 2022-12-01T10:44:03.9938585Z /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:44:03.9939064Z f'Input #{idx} requires gradient and ' 2022-12-01T10:44:03.9939677Z /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:44:03.9940153Z f'Input #{idx} requires gradient and ' 2022-12-01T10:44:03.9940785Z /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:44:03.9941260Z f'Input #{idx} requires gradient and ' 2022-12-01T10:44:03.9941440Z ok (1.261s) 2022-12-01T10:44:03.9941657Z test_half_support (__main__.TestCppExtensionJIT) 2022-12-01T10:44:03.9941979Z Checks for an issue with operator< ambiguity for half when certain ... skip: Temporarily disabled (0.001s) 2022-12-01T10:44:03.9942343Z test_inline_jit_compile_custom_op_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-12-01T10:44:03.9942719Z test_inline_jit_compile_extension_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-12-01T10:44:03.9943420Z test_inline_jit_compile_extension_multiple_sources_and_no_functions (__main__.TestCppExtensionJIT) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_inline_jit_compile_extension_multiple_sources_and_no_functions test_cpp_extensions_jit.py line 267 2022-12-01T10:44:03.9943821Z due to: 2022-12-01T10:44:03.9943991Z Traceback (most recent call last): 2022-12-01T10:44:03.9944370Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/immutable_collections.py", line 16, in _no_mutation 2022-12-01T10:44:03.9944853Z raise NotImplementedError(f"'{type(self).__name__}' object does not support mutation. {_help_mutation}") 2022-12-01T10:44:03.9945371Z NotImplementedError: 'immutable_list' object does not support mutation. If you are attempting to modify the kwargs or args of a torch.fx.Node object, 2022-12-01T10:44:03.9945722Z instead create a new copy of it and assign the copy to the node: 2022-12-01T10:44:03.9945963Z new_args = ... # copy and mutate args 2022-12-01T10:44:03.9946159Z node.args = new_args 2022-12-01T10:44:03.9946272Z 2022-12-01T10:44:03.9946277Z 2022-12-01T10:44:03.9946400Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:03.9946565Z 2022-12-01T10:44:03.9946655Z Traceback (most recent call last): 2022-12-01T10:44:03.9947043Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:03.9947373Z raise TorchRuntimeError() from e 2022-12-01T10:44:03.9947597Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:03.9947741Z 2022-12-01T10:44:03.9947811Z from user code: 2022-12-01T10:44:03.9948094Z File "test_cpp_extensions_jit.py", line 285, in test_inline_jit_compile_extension_multiple_sources_and_no_functions 2022-12-01T10:44:03.9948350Z verbose=True, 2022-12-01T10:44:03.9948455Z 2022-12-01T10:44:03.9948587Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:03.9948807Z ========== 2022-12-01T10:44:03.9949040Z Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:44:03.9949389Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension... 2022-12-01T10:44:03.9949733Z Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:44:03.9950089Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension/build.ninja... 2022-12-01T10:44:03.9950385Z Building extension module inline_jit_extension... 2022-12-01T10:44:03.9950640Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:44:03.9951927Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension/main.cpp -o main.o 2022-12-01T10:44:03.9952979Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o inline_jit_extension.so 2022-12-01T10:44:03.9953325Z Loading extension module inline_jit_extension... 2022-12-01T10:44:03.9953520Z ok (1.216s) 2022-12-01T10:44:03.9953798Z test_inline_jit_compile_extension_throws_when_functions_is_bad (__main__.TestCppExtensionJIT) ... ok (0.006s) 2022-12-01T10:44:03.9954244Z test_inline_jit_compile_extension_with_functions_as_dict (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:44:03.9954778Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_dict... 2022-12-01T10:44:03.9955173Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_dict/build.ninja... 2022-12-01T10:44:03.9955534Z Building extension module inline_jit_extension_with_functions_dict... 2022-12-01T10:44:03.9955809Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:44:03.9957373Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension_with_functions_dict -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_dict/main.cpp -o main.o 2022-12-01T10:44:03.9958556Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o inline_jit_extension_with_functions_dict.so 2022-12-01T10:44:03.9959160Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_inline_jit_compile_extension_with_functions_as_dict test_cpp_extensions_jit.py line 251 2022-12-01T10:44:03.9959461Z due to: 2022-12-01T10:44:03.9959646Z Traceback (most recent call last): 2022-12-01T10:44:03.9960028Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:03.9960479Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:03.9960933Z AssertionError: torch.* op returned non-Tensor module call_function 2022-12-01T10:44:03.9961139Z 2022-12-01T10:44:03.9961211Z from user code: 2022-12-01T10:44:03.9961474Z File "test_cpp_extensions_jit.py", line 262, in test_inline_jit_compile_extension_with_functions_as_dict 2022-12-01T10:44:03.9961737Z verbose=True, 2022-12-01T10:44:03.9961844Z 2022-12-01T10:44:03.9961978Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:03.9962197Z ========== 2022-12-01T10:44:03.9962414Z Loading extension module inline_jit_extension_with_functions_dict... 2022-12-01T10:44:03.9962729Z Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:44:03.9963192Z No modifications detected for re-loaded extension module inline_jit_extension_with_functions_dict, skipping build step... 2022-12-01T10:44:03.9963533Z Loading extension module inline_jit_extension_with_functions_dict... 2022-12-01T10:44:03.9963762Z ok (1.228s) 2022-12-01T10:44:03.9964105Z test_inline_jit_compile_extension_with_functions_as_list (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:44:03.9964555Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_list... 2022-12-01T10:44:03.9964951Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_list/build.ninja... 2022-12-01T10:44:03.9965307Z Building extension module inline_jit_extension_with_functions_list... 2022-12-01T10:44:03.9965580Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:44:03.9966928Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension_with_functions_list -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_list/main.cpp -o main.o 2022-12-01T10:44:03.9968039Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o inline_jit_extension_with_functions_list.so 2022-12-01T10:44:03.9968586Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_inline_jit_compile_extension_with_functions_as_list test_cpp_extensions_jit.py line 229 2022-12-01T10:44:03.9968916Z due to: 2022-12-01T10:44:03.9969099Z Traceback (most recent call last): 2022-12-01T10:44:03.9969474Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:03.9969923Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:03.9970375Z AssertionError: torch.* op returned non-Tensor module call_function 2022-12-01T10:44:03.9970577Z 2022-12-01T10:44:03.9970648Z from user code: 2022-12-01T10:44:03.9970907Z File "test_cpp_extensions_jit.py", line 240, in test_inline_jit_compile_extension_with_functions_as_list 2022-12-01T10:44:03.9971167Z verbose=True, 2022-12-01T10:44:03.9971274Z 2022-12-01T10:44:03.9971443Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:03.9971654Z ========== 2022-12-01T10:44:03.9971887Z Loading extension module inline_jit_extension_with_functions_list... 2022-12-01T10:44:03.9972203Z Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:44:03.9972659Z No modifications detected for re-loaded extension module inline_jit_extension_with_functions_list, skipping build step... 2022-12-01T10:44:03.9972996Z Loading extension module inline_jit_extension_with_functions_list... 2022-12-01T10:44:03.9973222Z ok (1.203s) 2022-12-01T10:44:03.9973536Z test_jit_compile_extension (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:44:03.9973918Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/jit_extension... 2022-12-01T10:44:03.9974275Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/jit_extension/build.ninja... 2022-12-01T10:44:03.9974568Z Building extension module jit_extension... 2022-12-01T10:44:03.9974818Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:44:03.9976174Z [1/3] c++ -MMD -MF jit_extension.o.d -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/jit_extension.cpp -o jit_extension.o 2022-12-01T10:44:03.9978197Z [2/3] c++ -MMD -MF jit_extension2.o.d -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/jit_extension2.cpp -o jit_extension2.o 2022-12-01T10:44:03.9979332Z [3/3] c++ jit_extension.o jit_extension2.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o jit_extension.so 2022-12-01T10:44:03.9979834Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_compile_extension test_cpp_extensions_jit.py line 67 2022-12-01T10:44:03.9980104Z due to: 2022-12-01T10:44:03.9980291Z Traceback (most recent call last): 2022-12-01T10:44:03.9980682Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:03.9981160Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:03.9981600Z AssertionError: torch.* op returned non-Tensor module call_function 2022-12-01T10:44:03.9981791Z 2022-12-01T10:44:03.9981860Z from user code: 2022-12-01T10:44:03.9982088Z File "test_cpp_extensions_jit.py", line 76, in test_jit_compile_extension 2022-12-01T10:44:03.9982320Z verbose=True, 2022-12-01T10:44:03.9982427Z 2022-12-01T10:44:03.9982561Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:03.9982784Z ========== 2022-12-01T10:44:03.9982969Z Loading extension module jit_extension... 2022-12-01T10:44:03.9983285Z Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:44:03.9983707Z No modifications detected for re-loaded extension module jit_extension, skipping build step... 2022-12-01T10:44:03.9984059Z Loading extension module jit_extension... 2022-12-01T10:44:03.9984245Z ok (1.518s) 2022-12-01T10:44:03.9984501Z test_jit_cuda_archflags (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.001s) 2022-12-01T10:44:03.9984838Z test_jit_cuda_extension (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.001s) 2022-12-01T10:44:03.9985155Z test_jit_cudnn_extension (__main__.TestCppExtensionJIT) ... skip: CuDNN not found (0.001s) 2022-12-01T10:44:03.9985575Z test_lenient_flag_handling_in_jit_extensions (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:44:03.9986012Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/lenient_flag_handling_extension... 2022-12-01T10:44:03.9986412Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/lenient_flag_handling_extension/build.ninja... 2022-12-01T10:44:03.9986737Z Building extension module lenient_flag_handling_extension... 2022-12-01T10:44:03.9987004Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:44:03.9988439Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=lenient_flag_handling_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -O0 -Wall -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/lenient_flag_handling_extension/main.cpp -o main.o 2022-12-01T10:44:03.9989600Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o lenient_flag_handling_extension.so 2022-12-01T10:44:03.9990150Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_lenient_flag_handling_in_jit_extensions test_cpp_extensions_jit.py line 391 2022-12-01T10:44:03.9990426Z due to: 2022-12-01T10:44:03.9990615Z Traceback (most recent call last): 2022-12-01T10:44:03.9991009Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:03.9991462Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:03.9991906Z AssertionError: torch.* op returned non-Tensor module call_function 2022-12-01T10:44:03.9992111Z 2022-12-01T10:44:03.9992184Z from user code: 2022-12-01T10:44:03.9992447Z File "test_cpp_extensions_jit.py", line 404, in test_lenient_flag_handling_in_jit_extensions 2022-12-01T10:44:03.9992681Z verbose=True, 2022-12-01T10:44:03.9992840Z 2022-12-01T10:44:03.9992973Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:03.9993195Z ========== 2022-12-01T10:44:03.9993417Z Loading extension module lenient_flag_handling_extension... 2022-12-01T10:44:03.9993708Z Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:44:03.9994157Z No modifications detected for re-loaded extension module lenient_flag_handling_extension, skipping build step... 2022-12-01T10:44:03.9994495Z Loading extension module lenient_flag_handling_extension... 2022-12-01T10:44:03.9994786Z ok (1.323s) 2022-12-01T10:44:03.9995609Z test_reload_jit_extension (__main__.TestCppExtensionJIT) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80933 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:44:03.9996306Z test_returns_shared_library_path_when_is_python_module_is_true (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:44:03.9997239Z The input conditions for extension module is_python_module have changed. Bumping to version 1 and re-building as is_python_module_v1... 2022-12-01T10:44:03.9997729Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/build.ninja... 2022-12-01T10:44:03.9998026Z Building extension module is_python_module_v1... 2022-12-01T10:44:03.9998280Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:44:03.9999580Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=is_python_module_v1 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/main.cpp -o main.o 2022-12-01T10:44:04.0000624Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o is_python_module_v1.so 2022-12-01T10:44:04.0000966Z Loading extension module is_python_module_v1... 2022-12-01T10:44:04.0001246Z Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:44:04.0001673Z No modifications detected for re-loaded extension module is_python_module_v1, skipping build step... 2022-12-01T10:44:04.0001982Z Loading extension module is_python_module_v1... 2022-12-01T10:44:04.0002175Z ok (1.225s) 2022-12-01T10:44:04.0002521Z test_set_default_type_also_changes_aten_default_type (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:44:04.0002954Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/test_set_default_type... 2022-12-01T10:44:04.0003326Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/test_set_default_type/build.ninja... 2022-12-01T10:44:04.0003622Z Building extension module test_set_default_type... 2022-12-01T10:44:04.0003876Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:44:04.0005174Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=test_set_default_type -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/test_set_default_type/main.cpp -o main.o 2022-12-01T10:44:04.0006313Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o test_set_default_type.so 2022-12-01T10:44:04.0006859Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_set_default_type_also_changes_aten_default_type test_cpp_extensions_jit.py line 674 2022-12-01T10:44:04.0007141Z due to: 2022-12-01T10:44:04.0007328Z Traceback (most recent call last): 2022-12-01T10:44:04.0007724Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:04.0008226Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:04.0008674Z AssertionError: torch.* op returned non-Tensor module call_function 2022-12-01T10:44:04.0008879Z 2022-12-01T10:44:04.0008949Z from user code: 2022-12-01T10:44:04.0009216Z File "test_cpp_extensions_jit.py", line 679, in test_set_default_type_also_changes_aten_default_type 2022-12-01T10:44:04.0009457Z verbose=True, 2022-12-01T10:44:04.0009562Z 2022-12-01T10:44:04.0009697Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:04.0009914Z ========== 2022-12-01T10:44:04.0010107Z Loading extension module test_set_default_type... 2022-12-01T10:44:04.0010399Z Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:44:04.0010835Z No modifications detected for re-loaded extension module test_set_default_type, skipping build step... 2022-12-01T10:44:04.0011147Z Loading extension module test_set_default_type... 2022-12-01T10:44:04.0011339Z ok (1.218s) 2022-12-01T10:44:04.0011765Z test_warning (__main__.TestCppExtensionJIT) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_warning test_cpp_extensions_jit.py line 706 2022-12-01T10:44:04.0012069Z due to: 2022-12-01T10:44:04.0012239Z Traceback (most recent call last): 2022-12-01T10:44:04.0012619Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/immutable_collections.py", line 16, in _no_mutation 2022-12-01T10:44:04.0013071Z raise NotImplementedError(f"'{type(self).__name__}' object does not support mutation. {_help_mutation}") 2022-12-01T10:44:04.0013586Z NotImplementedError: 'immutable_list' object does not support mutation. If you are attempting to modify the kwargs or args of a torch.fx.Node object, 2022-12-01T10:44:04.0013935Z instead create a new copy of it and assign the copy to the node: 2022-12-01T10:44:04.0014178Z new_args = ... # copy and mutate args 2022-12-01T10:44:04.0014376Z node.args = new_args 2022-12-01T10:44:04.0014489Z 2022-12-01T10:44:04.0014494Z 2022-12-01T10:44:04.0014619Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:04.0014785Z 2022-12-01T10:44:04.0014877Z Traceback (most recent call last): 2022-12-01T10:44:04.0015264Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:04.0015557Z raise TorchRuntimeError() from e 2022-12-01T10:44:04.0015777Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:04.0015917Z 2022-12-01T10:44:04.0015987Z from user code: 2022-12-01T10:44:04.0016207Z File "test_cpp_extensions_jit.py", line 749, in test_warning 2022-12-01T10:44:04.0016432Z with_pytorch_error_handling=False) 2022-12-01T10:44:04.0016563Z 2022-12-01T10:44:04.0016693Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:04.0016908Z ========== 2022-12-01T10:44:04.0017117Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-12-01T10:44:04.0017402Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-12-01T10:44:04.0017674Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-12-01T10:44:04.0017986Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-12-01T10:44:04.0018341Z UserWarning: Error with torch.DoubleTensor (Triggered internally at /var/lib/jenkins/.cache/torch_extensions/py37_cpu/warn_mod/main.cpp:12.) 2022-12-01T10:44:04.0018634Z ok (2.501s) 2022-12-01T10:44:04.0018732Z 2022-12-01T10:44:04.0018931Z ---------------------------------------------------------------------- 2022-12-01T10:44:04.0019159Z Ran 23 tests in 32.555s 2022-12-01T10:44:04.0019272Z 2022-12-01T10:44:04.0019342Z OK (skipped=8) 2022-12-01T10:44:04.0019452Z 2022-12-01T10:44:04.0019537Z Generating XML reports... 2022-12-01T10:44:04.0019967Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_jit/TEST-TestCppExtensionJIT-20221201104331.xml 2022-12-01T10:44:04.0020201Z 2022-12-01T10:44:04.0020523Z ##[endgroup] 2022-12-01T10:44:04.0020967Z FINISHED PRINTING LOG FILE of test_cpp_extensions_jit (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_jit_yj7xb9ct) 2022-12-01T10:44:04.0021200Z 2022-12-01T10:44:04.0021361Z Running test_view_ops ... [2022-12-01 10:44:03.990763] 2022-12-01T10:44:04.0021804Z Executing ['/opt/conda/bin/python', '-bb', 'test_view_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:44:03.991119] 2022-12-01T10:44:23.2021697Z 2022-12-01T10:44:23.2022173Z Expand the folded group to see the log file of test_view_ops 2022-12-01T10:44:23.2023134Z ##[group]PRINTING LOG FILE of test_view_ops (/var/lib/jenkins/workspace/test/test-reports/test_view_ops_9khbo1eb) 2022-12-01T10:44:23.2023980Z Test results will be stored in test-reports/python-unittest/test_view_ops 2022-12-01T10:44:23.2024324Z 2022-12-01T10:44:23.2024463Z Running tests... 2022-12-01T10:44:23.2025002Z ---------------------------------------------------------------------- 2022-12-01T10:44:23.2030260Z test_T_cpu (__main__.TestOldViewOpsCPU) ... test_view_ops.py:1296: 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:44:23.2030970Z def test_T(self, device): 2022-12-01T10:44:23.2031225Z ok (0.122s) 2022-12-01T10:44:23.2031605Z test_atleast_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.498s) 2022-12-01T10:44:23.2032084Z test_atleast_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.255s) 2022-12-01T10:44:23.2032625Z test_atleast_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.227s) 2022-12-01T10:44:23.2033075Z test_atleast_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.220s) 2022-12-01T10:44:23.2033527Z test_atleast_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.219s) 2022-12-01T10:44:23.2033972Z test_atleast_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.123s) 2022-12-01T10:44:23.2034382Z test_atleast_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.122s) 2022-12-01T10:44:23.2034975Z test_atleast_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.114s) 2022-12-01T10:44:23.2035364Z test_atleast_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.094s) 2022-12-01T10:44:23.2035779Z test_atleast_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.093s) 2022-12-01T10:44:23.2036197Z test_atleast_gradient_cpu (__main__.TestOldViewOpsCPU) ... ok (0.726s) 2022-12-01T10:44:23.2036782Z test_big_transpose_cpu (__main__.TestOldViewOpsCPU) ... ok (0.026s) 2022-12-01T10:44:23.2037611Z test_broadcast_shapes_cpu (__main__.TestOldViewOpsCPU) ... ok (0.067s) 2022-12-01T10:44:23.2038088Z test_broadcast_tensors_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.023s) 2022-12-01T10:44:23.2039641Z test_broadcast_to_cpu_bool (__main__.TestOldViewOpsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py:599: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-12-01T10:44:23.2041157Z return torch.as_tensor(tensor_like) 2022-12-01T10:44:23.2041493Z ok (0.036s) 2022-12-01T10:44:23.2041927Z test_broadcast_to_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.035s) 2022-12-01T10:44:23.2042530Z test_broadcast_to_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.035s) 2022-12-01T10:44:23.2043160Z test_broadcast_to_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.033s) 2022-12-01T10:44:23.2043798Z test_broadcast_to_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.033s) 2022-12-01T10:44:23.2044561Z test_broadcast_to_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.033s) 2022-12-01T10:44:23.2045196Z test_broadcast_to_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.032s) 2022-12-01T10:44:23.2045841Z test_broadcast_to_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.032s) 2022-12-01T10:44:23.2046476Z test_broadcast_to_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.031s) 2022-12-01T10:44:23.2047092Z test_broadcast_to_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.032s) 2022-12-01T10:44:23.2047731Z test_broadcast_to_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.032s) 2022-12-01T10:44:23.2048346Z test_chunk_cpu (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-12-01T10:44:23.2049463Z test_conj_neg_view_numpy_error_cpu (__main__.TestOldViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1818 2022-12-01T10:44:23.2050115Z due to: 2022-12-01T10:44:23.2050523Z Traceback (most recent call last): 2022-12-01T10:44:23.2051379Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:44:23.2052118Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:44:23.2052887Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:44:23.2053339Z 2022-12-01T10:44:23.2053639Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:23.2053996Z 2022-12-01T10:44:23.2077870Z Traceback (most recent call last): 2022-12-01T10:44:23.2078543Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:44:23.2078954Z ) from e 2022-12-01T10:44:23.2081188Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:44:23.2081675Z 2022-12-01T10:44:23.2081932Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:23.2082234Z 2022-12-01T10:44:23.2082409Z Traceback (most recent call last): 2022-12-01T10:44:23.2083058Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:23.2083490Z raise TorchRuntimeError() from e 2022-12-01T10:44:23.2083813Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:23.2084086Z 2022-12-01T10:44:23.2084223Z from user code: 2022-12-01T10:44:23.2084589Z File "test_view_ops.py", line 1818, in 2022-12-01T10:44:23.2084898Z self.assertRaisesRegex(RuntimeError, "has conjugate bit set", lambda: torch.tensor([1 + 2j]).conj().numpy()) 2022-12-01T10:44:23.2085106Z 2022-12-01T10:44:23.2085237Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2085563Z ========== 2022-12-01T10:44:23.2086084Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1819 2022-12-01T10:44:23.2086400Z due to: 2022-12-01T10:44:23.2086654Z Traceback (most recent call last): 2022-12-01T10:44:23.2087196Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:44:23.2088885Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:44:23.2089427Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:44:23.2089706Z 2022-12-01T10:44:23.2089891Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:23.2090114Z 2022-12-01T10:44:23.2090244Z Traceback (most recent call last): 2022-12-01T10:44:23.2090803Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:44:23.2091154Z ) from e 2022-12-01T10:44:23.2091609Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:44:23.2091956Z 2022-12-01T10:44:23.2092240Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:23.2092469Z 2022-12-01T10:44:23.2092597Z Traceback (most recent call last): 2022-12-01T10:44:23.2093124Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:23.2093532Z raise TorchRuntimeError() from e 2022-12-01T10:44:23.2093857Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:23.2094053Z 2022-12-01T10:44:23.2094133Z from user code: 2022-12-01T10:44:23.2094414Z File "test_view_ops.py", line 1819, in 2022-12-01T10:44:23.2094913Z self.assertRaisesRegex(RuntimeError, "has negative bit set", lambda: torch.tensor([1 + 2j]).conj().imag.numpy()) 2022-12-01T10:44:23.2095243Z 2022-12-01T10:44:23.2095451Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2095779Z ========== 2022-12-01T10:44:23.2096333Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1821 2022-12-01T10:44:23.2096674Z due to: 2022-12-01T10:44:23.2096913Z Traceback (most recent call last): 2022-12-01T10:44:23.2097458Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:44:23.2097932Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:44:23.2098386Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:44:23.2098668Z 2022-12-01T10:44:23.2098855Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:23.2099080Z 2022-12-01T10:44:23.2099209Z Traceback (most recent call last): 2022-12-01T10:44:23.2107263Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:44:23.2107693Z ) from e 2022-12-01T10:44:23.2108177Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:44:23.2108550Z 2022-12-01T10:44:23.2108749Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:23.2108998Z 2022-12-01T10:44:23.2109133Z Traceback (most recent call last): 2022-12-01T10:44:23.2109707Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:23.2110117Z raise TorchRuntimeError() from e 2022-12-01T10:44:23.2110456Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:23.2110660Z 2022-12-01T10:44:23.2110743Z from user code: 2022-12-01T10:44:23.2111047Z File "test_view_ops.py", line 1821, in 2022-12-01T10:44:23.2111412Z lambda: torch.tensor([1 + 2j]).conj().view(torch.float64)) 2022-12-01T10:44:23.2111620Z 2022-12-01T10:44:23.2111788Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2112090Z ========== 2022-12-01T10:44:23.2112556Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1823 2022-12-01T10:44:23.2112903Z due to: 2022-12-01T10:44:23.2113145Z Traceback (most recent call last): 2022-12-01T10:44:23.2113796Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:44:23.2114382Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:44:23.2115005Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:44:23.2115333Z 2022-12-01T10:44:23.2115543Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:23.2115798Z 2022-12-01T10:44:23.2115947Z Traceback (most recent call last): 2022-12-01T10:44:23.2116694Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:44:23.2117064Z ) from e 2022-12-01T10:44:23.2117531Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:44:23.2117883Z 2022-12-01T10:44:23.2118180Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:23.2118415Z 2022-12-01T10:44:23.2118527Z Traceback (most recent call last): 2022-12-01T10:44:23.2119087Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:23.2119497Z raise TorchRuntimeError() from e 2022-12-01T10:44:23.2119820Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:23.2120001Z 2022-12-01T10:44:23.2120100Z from user code: 2022-12-01T10:44:23.2120380Z File "test_view_ops.py", line 1823, in 2022-12-01T10:44:23.2120733Z lambda: torch.tensor([1 + 2j]).conj().imag.view(torch.int32)) 2022-12-01T10:44:23.2120946Z 2022-12-01T10:44:23.2121115Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2121422Z ========== 2022-12-01T10:44:23.2121656Z ok (0.021s) 2022-12-01T10:44:23.2122307Z test_contiguous_cpu (__main__.TestOldViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1672 2022-12-01T10:44:23.2122766Z due to: 2022-12-01T10:44:23.2123021Z Traceback (most recent call last): 2022-12-01T10:44:23.2123554Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2124231Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2124855Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-12-01T10:44:23.2125151Z 2022-12-01T10:44:23.2125270Z from user code: 2022-12-01T10:44:23.2125623Z File "test_view_ops.py", line 1676, in 2022-12-01T10:44:23.2125998Z x.set_(x.storage(), 0, x.size(), stride) 2022-12-01T10:44:23.2126212Z 2022-12-01T10:44:23.2126405Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2126704Z ========== 2022-12-01T10:44:23.2126906Z ok (0.009s) 2022-12-01T10:44:23.2127529Z test_crow_col_indices_cpu (__main__.TestOldViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_crow_col_indices test_view_ops.py line 1825 2022-12-01T10:44:23.2127958Z due to: 2022-12-01T10:44:23.2128198Z Traceback (most recent call last): 2022-12-01T10:44:23.2128664Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:23.2129029Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:23.2132050Z NotImplementedError: Could not run 'aten::_validate_compressed_sparse_indices' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_validate_compressed_sparse_indices' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:44:23.2134353Z 2022-12-01T10:44:23.2134621Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:44:23.2135281Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:44:23.2136009Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:44:23.2136809Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:44:23.2137667Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:44:23.2138384Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:44:23.2139089Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:44:23.2139766Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:44:23.2140418Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:44:23.2141155Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:44:23.2141955Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:44:23.2142673Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:44:23.2143390Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:44:23.2144089Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:44:23.2144777Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:44:23.2145480Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:44:23.2146176Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:44:23.2146903Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:44:23.2147630Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:44:23.2148324Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:44:23.2149058Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:44:23.2149744Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:44:23.2150475Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:44:23.2151278Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:44:23.2153097Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:44:23.2153899Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:14538 [autograd kernel] 2022-12-01T10:44:23.2154742Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_1.cpp:15586 [kernel] 2022-12-01T10:44:23.2155459Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:44:23.2156190Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:44:23.2157248Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:44:23.2158098Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:44:23.2158850Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:44:23.2182696Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:44:23.2183465Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:44:23.2184242Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:44:23.2185013Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:44:23.2185774Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:44:23.2186184Z 2022-12-01T10:44:23.2186193Z 2022-12-01T10:44:23.2186445Z During handling of the above exception, another exception occurred: 2022-12-01T10:44:23.2186747Z 2022-12-01T10:44:23.2186896Z Traceback (most recent call last): 2022-12-01T10:44:23.2187539Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:23.2188040Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:23.2188561Z RuntimeError: `crow_indices[..., -1] == nnz` is not satisfied. 2022-12-01T10:44:23.2188810Z 2022-12-01T10:44:23.2189048Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:23.2189319Z 2022-12-01T10:44:23.2189479Z Traceback (most recent call last): 2022-12-01T10:44:23.2190169Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:23.2190690Z raise TorchRuntimeError() from e 2022-12-01T10:44:23.2191095Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:23.2191354Z 2022-12-01T10:44:23.2191478Z from user code: 2022-12-01T10:44:23.2191875Z File "test_view_ops.py", line 1830, in test_crow_col_indices 2022-12-01T10:44:23.2192368Z t = torch.sparse_csr_tensor(crow_indices, col_indices, values, size=(2, 2)) 2022-12-01T10:44:23.2192679Z 2022-12-01T10:44:23.2192911Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2193279Z ========== 2022-12-01T10:44:23.2194121Z test_view_ops.py:1830: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-12-01T10:44:23.2195218Z t = torch.sparse_csr_tensor(crow_indices, col_indices, values, size=(2, 2)) 2022-12-01T10:44:23.2195638Z ok (0.018s) 2022-12-01T10:44:23.2196468Z test_empty_reshape_cpu (__main__.TestOldViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1024 2022-12-01T10:44:23.2197267Z due to: 2022-12-01T10:44:23.2197544Z Traceback (most recent call last): 2022-12-01T10:44:23.2198149Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2198939Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2199622Z AssertionError: torch.* op returned non-Tensor int call_method data_ptr 2022-12-01T10:44:23.2199910Z 2022-12-01T10:44:23.2200034Z from user code: 2022-12-01T10:44:23.2200440Z File "test_view_ops.py", line 1026, in 2022-12-01T10:44:23.2200930Z self.assertEqual(x.data_ptr(), x.reshape(1, 0, 6, 1, 1).data_ptr()) 2022-12-01T10:44:23.2201216Z 2022-12-01T10:44:23.2201568Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2201948Z ========== 2022-12-01T10:44:23.2202511Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1029 2022-12-01T10:44:23.2202908Z due to: 2022-12-01T10:44:23.2203225Z Traceback (most recent call last): 2022-12-01T10:44:23.2203939Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-12-01T10:44:23.2204516Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-12-01T10:44:23.2205352Z RuntimeError: cannot reshape tensor of 0 elements into shape [0, -1] because the unspecified dimension size -1 can be any value and is ambiguous 2022-12-01T10:44:23.2205804Z 2022-12-01T10:44:23.2206101Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:23.2206382Z 2022-12-01T10:44:23.2206535Z Traceback (most recent call last): 2022-12-01T10:44:23.2207225Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:23.2207752Z raise TorchRuntimeError() from e 2022-12-01T10:44:23.2208177Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:23.2208442Z 2022-12-01T10:44:23.2208551Z from user code: 2022-12-01T10:44:23.2208902Z File "test_view_ops.py", line 1029, in 2022-12-01T10:44:23.2209492Z self.assertRaises(RuntimeError, lambda: x.reshape(0, -1)) 2022-12-01T10:44:23.2209784Z 2022-12-01T10:44:23.2210015Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2210372Z ========== 2022-12-01T10:44:23.2210645Z ok (0.016s) 2022-12-01T10:44:23.2211119Z test_expand_cpu (__main__.TestOldViewOpsCPU) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-12-01T10:44:23.2212068Z test_flatten_cpu (__main__.TestOldViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1117 2022-12-01T10:44:23.2212621Z due to: 2022-12-01T10:44:23.2212957Z Traceback (most recent call last): 2022-12-01T10:44:23.2213563Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:23.2214025Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:23.2217640Z NotImplementedError: Could not run 'aten::_empty_affine_quantized' with arguments from the 'QuantizedMeta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_empty_affine_quantized' is only available for these backends: [CPU, QuantizedCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:44:23.2220233Z 2022-12-01T10:44:23.2220531Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:44:23.2221207Z QuantizedCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterQuantizedCPU.cpp:929 [kernel] 2022-12-01T10:44:23.2221942Z BackendSelect: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterBackendSelect.cpp:726 [kernel] 2022-12-01T10:44:23.2222676Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:44:23.2223463Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:44:23.2224332Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:44:23.2225076Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:44:23.2225775Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:44:23.2226456Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:44:23.2227166Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:44:23.2227956Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:44:23.2228772Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:23.2229491Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:23.2230240Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:23.2230939Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:23.2231649Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:23.2232355Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:23.2233080Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:23.2233803Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:23.2234665Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:23.2235392Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:23.2236115Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:23.2236962Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:23.2237729Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:23.2238495Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:23.2239309Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:23.2240259Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:23.2241001Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_3.cpp:14484 [kernel] 2022-12-01T10:44:23.2241696Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:44:23.2242435Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:44:23.2243239Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:44:23.2244199Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:44:23.2244975Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:44:23.2245717Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:44:23.2246502Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:44:23.2247270Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:44:23.2248078Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:44:23.2248897Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:44:23.2249346Z 2022-12-01T10:44:23.2249355Z 2022-12-01T10:44:23.2249600Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:23.2249907Z 2022-12-01T10:44:23.2250058Z Traceback (most recent call last): 2022-12-01T10:44:23.2250775Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:23.2251302Z raise TorchRuntimeError() from e 2022-12-01T10:44:23.2251707Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:23.2251959Z 2022-12-01T10:44:23.2252077Z from user code: 2022-12-01T10:44:23.2252456Z File "test_view_ops.py", line 1125, in 2022-12-01T10:44:23.2252845Z device=device)] 2022-12-01T10:44:23.2253037Z 2022-12-01T10:44:23.2253270Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2253621Z ========== 2022-12-01T10:44:23.2253878Z ok (0.142s) 2022-12-01T10:44:23.2254703Z test_memory_format_resize__cpu (__main__.TestOldViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_memory_format_resize_ test_view_ops.py line 1363 2022-12-01T10:44:23.2255259Z due to: 2022-12-01T10:44:23.2255555Z Traceback (most recent call last): 2022-12-01T10:44:23.2256215Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 429, in call_method 2022-12-01T10:44:23.2256749Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-12-01T10:44:23.2257226Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-12-01T10:44:23.2257514Z 2022-12-01T10:44:23.2257627Z from user code: 2022-12-01T10:44:23.2258022Z File "test_view_ops.py", line 1369, in test_memory_format_resize_ 2022-12-01T10:44:23.2258494Z test_helper((10, 3, 32, 32), 10 * 3 * 32 * 32, torch.channels_last, device) 2022-12-01T10:44:23.2258766Z 2022-12-01T10:44:23.2258975Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2259317Z ========== 2022-12-01T10:44:23.2259909Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_helper test_view_ops.py line 1364 2022-12-01T10:44:23.2260360Z due to: 2022-12-01T10:44:23.2260806Z Traceback (most recent call last): 2022-12-01T10:44:23.2261461Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 429, in call_method 2022-12-01T10:44:23.2261976Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-12-01T10:44:23.2262403Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-12-01T10:44:23.2262668Z 2022-12-01T10:44:23.2262785Z from user code: 2022-12-01T10:44:23.2263144Z File "test_view_ops.py", line 1367, in test_helper 2022-12-01T10:44:23.2263616Z self.assertTrue(flat.is_contiguous(memory_format=memory_format)) 2022-12-01T10:44:23.2263902Z 2022-12-01T10:44:23.2264137Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2264507Z ========== 2022-12-01T10:44:23.2264770Z ok (0.008s) 2022-12-01T10:44:23.2265640Z test_memory_format_resize_as_cpu (__main__.TestOldViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_memory_format_resize_as test_view_ops.py line 1353 2022-12-01T10:44:23.2266226Z due to: 2022-12-01T10:44:23.2266531Z Traceback (most recent call last): 2022-12-01T10:44:23.2267214Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 429, in call_method 2022-12-01T10:44:23.2267786Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-12-01T10:44:23.2268241Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-12-01T10:44:23.2268508Z 2022-12-01T10:44:23.2268629Z from user code: 2022-12-01T10:44:23.2268995Z File "test_view_ops.py", line 1360, in test_memory_format_resize_as 2022-12-01T10:44:23.2269431Z test_helper((10, 3, 32, 32), torch.channels_last, device) 2022-12-01T10:44:23.2269676Z 2022-12-01T10:44:23.2269902Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2270276Z ========== 2022-12-01T10:44:23.2270879Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_helper test_view_ops.py line 1354 2022-12-01T10:44:23.2271311Z due to: 2022-12-01T10:44:23.2271614Z Traceback (most recent call last): 2022-12-01T10:44:23.2272308Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 429, in call_method 2022-12-01T10:44:23.2272872Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-12-01T10:44:23.2273340Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-12-01T10:44:23.2273599Z 2022-12-01T10:44:23.2273724Z from user code: 2022-12-01T10:44:23.2274082Z File "test_view_ops.py", line 1358, in test_helper 2022-12-01T10:44:23.2274641Z self.assertTrue(flat.is_contiguous(memory_format=memory_format)) 2022-12-01T10:44:23.2274929Z 2022-12-01T10:44:23.2275140Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2275516Z ========== 2022-12-01T10:44:23.2275786Z ok (0.012s) 2022-12-01T10:44:23.2276143Z test_narrow_cpu (__main__.TestOldViewOpsCPU) ... ok (0.092s) 2022-12-01T10:44:23.2276791Z test_narrow_tensor_cpu (__main__.TestOldViewOpsCPU) ... ok (0.026s) 2022-12-01T10:44:23.2277294Z test_python_types_cpu (__main__.TestOldViewOpsCPU) ... ok (0.040s) 2022-12-01T10:44:23.2278203Z test_ravel_cpu (__main__.TestOldViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 985 2022-12-01T10:44:23.2278728Z due to: 2022-12-01T10:44:23.2279044Z Traceback (most recent call last): 2022-12-01T10:44:23.2279648Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:23.2280117Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:23.2283779Z NotImplementedError: Could not run 'aten::_empty_affine_quantized' with arguments from the 'QuantizedMeta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_empty_affine_quantized' is only available for these backends: [CPU, QuantizedCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:44:23.2286424Z 2022-12-01T10:44:23.2286729Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:44:23.2287410Z QuantizedCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterQuantizedCPU.cpp:929 [kernel] 2022-12-01T10:44:23.2288244Z BackendSelect: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterBackendSelect.cpp:726 [kernel] 2022-12-01T10:44:23.2288990Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:44:23.2289772Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:44:23.2290569Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:44:23.2291273Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:44:23.2291973Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:44:23.2292677Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:44:23.2293391Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:44:23.2294173Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:44:23.2294982Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:23.2295731Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:23.2296476Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:23.2297216Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:23.2297992Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:23.2298756Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:23.2299535Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:23.2300244Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:23.2300943Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:23.2301670Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:23.2302403Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:23.2303151Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:23.2304019Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:23.2304804Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:23.2305560Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:23.2306339Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:23.2307076Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_3.cpp:14484 [kernel] 2022-12-01T10:44:23.2307874Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:44:23.2308567Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:44:23.2309318Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:44:23.2310154Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:44:23.2310940Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:44:23.2311668Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:44:23.2312446Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:44:23.2313263Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:44:23.2314076Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:44:23.2314968Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:44:23.2315389Z 2022-12-01T10:44:23.2315397Z 2022-12-01T10:44:23.2315652Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:23.2315949Z 2022-12-01T10:44:23.2316115Z Traceback (most recent call last): 2022-12-01T10:44:23.2317000Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:23.2317523Z raise TorchRuntimeError() from e 2022-12-01T10:44:23.2317945Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:23.2318195Z 2022-12-01T10:44:23.2318323Z from user code: 2022-12-01T10:44:23.2318725Z File "test_view_ops.py", line 996, in 2022-12-01T10:44:23.2319084Z device=device)] 2022-12-01T10:44:23.2319264Z 2022-12-01T10:44:23.2319491Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2319861Z ========== 2022-12-01T10:44:23.2320429Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test_ravel test_view_ops.py line 951 2022-12-01T10:44:23.2320874Z due to: 2022-12-01T10:44:23.2321195Z Traceback (most recent call last): 2022-12-01T10:44:23.2321879Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 202, in from_real_tensor 2022-12-01T10:44:23.2322482Z raise UnsupportedFakeTensorException("quantized nyi in meta tensors") 2022-12-01T10:44:23.2323132Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: quantized nyi in meta tensors 2022-12-01T10:44:23.2323499Z 2022-12-01T10:44:23.2323724Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:23.2323993Z 2022-12-01T10:44:23.2324149Z Traceback (most recent call last): 2022-12-01T10:44:23.2325040Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:44:23.2325503Z ) from e 2022-12-01T10:44:23.2326079Z torchdynamo.exc.FakeTensorError: Unsupported: quantized nyi in meta tensors with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:44:23.2326564Z 2022-12-01T10:44:23.2326805Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2327199Z ========== 2022-12-01T10:44:23.2327478Z ok (0.187s) 2022-12-01T10:44:23.2328240Z test_reshape_cpu (__main__.TestOldViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_reshape test_view_ops.py line 1071 2022-12-01T10:44:23.2328780Z due to: 2022-12-01T10:44:23.2329089Z Traceback (most recent call last): 2022-12-01T10:44:23.2329877Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2330681Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2331354Z AssertionError: torch.* op returned non-Tensor int call_method data_ptr 2022-12-01T10:44:23.2331656Z 2022-12-01T10:44:23.2331784Z from user code: 2022-12-01T10:44:23.2332148Z File "test_view_ops.py", line 1074, in test_reshape 2022-12-01T10:44:23.2332709Z self.assertEqual(x.data_ptr(), x.reshape(-1).data_ptr()) 2022-12-01T10:44:23.2332974Z 2022-12-01T10:44:23.2333193Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2333556Z ========== 2022-12-01T10:44:23.2334117Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1077 2022-12-01T10:44:23.2334552Z due to: 2022-12-01T10:44:23.2334837Z Traceback (most recent call last): 2022-12-01T10:44:23.2335555Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-12-01T10:44:23.2336147Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-12-01T10:44:23.2336628Z RuntimeError: only one dimension can be inferred 2022-12-01T10:44:23.2336878Z 2022-12-01T10:44:23.2337113Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:23.2337359Z 2022-12-01T10:44:23.2337504Z Traceback (most recent call last): 2022-12-01T10:44:23.2337984Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:23.2338274Z raise TorchRuntimeError() from e 2022-12-01T10:44:23.2338517Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:23.2338663Z 2022-12-01T10:44:23.2338736Z from user code: 2022-12-01T10:44:23.2338929Z File "test_view_ops.py", line 1077, in 2022-12-01T10:44:23.2339257Z self.assertRaises(RuntimeError, lambda: x.reshape(-1, -1)) 2022-12-01T10:44:23.2339421Z 2022-12-01T10:44:23.2339558Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2339780Z ========== 2022-12-01T10:44:23.2340089Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1089 2022-12-01T10:44:23.2340334Z due to: 2022-12-01T10:44:23.2340515Z Traceback (most recent call last): 2022-12-01T10:44:23.2340896Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-12-01T10:44:23.2341228Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-12-01T10:44:23.2341548Z RuntimeError: shape '[2]' is invalid for input of size 1 2022-12-01T10:44:23.2341699Z 2022-12-01T10:44:23.2341835Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:23.2341988Z 2022-12-01T10:44:23.2342083Z Traceback (most recent call last): 2022-12-01T10:44:23.2342474Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:23.2342771Z raise TorchRuntimeError() from e 2022-12-01T10:44:23.2342997Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:23.2343231Z 2022-12-01T10:44:23.2343303Z from user code: 2022-12-01T10:44:23.2343511Z File "test_view_ops.py", line 1089, in 2022-12-01T10:44:23.2343760Z self.assertRaises(RuntimeError, lambda: s.reshape(2)) 2022-12-01T10:44:23.2343916Z 2022-12-01T10:44:23.2344049Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2344271Z ========== 2022-12-01T10:44:23.2344591Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1097 2022-12-01T10:44:23.2344829Z due to: 2022-12-01T10:44:23.2345016Z Traceback (most recent call last): 2022-12-01T10:44:23.2345411Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-12-01T10:44:23.2345735Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-12-01T10:44:23.2346089Z RuntimeError: shape '[1]' is invalid for input of size 0 2022-12-01T10:44:23.2346239Z 2022-12-01T10:44:23.2346374Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:23.2346543Z 2022-12-01T10:44:23.2346635Z Traceback (most recent call last): 2022-12-01T10:44:23.2347007Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:23.2347302Z raise TorchRuntimeError() from e 2022-12-01T10:44:23.2347539Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:23.2347667Z 2022-12-01T10:44:23.2347737Z from user code: 2022-12-01T10:44:23.2347942Z File "test_view_ops.py", line 1097, in 2022-12-01T10:44:23.2348205Z self.assertRaises(RuntimeError, lambda: empty.reshape(1)) 2022-12-01T10:44:23.2348365Z 2022-12-01T10:44:23.2348485Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2348702Z ========== 2022-12-01T10:44:23.2349018Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1102 2022-12-01T10:44:23.2349267Z due to: 2022-12-01T10:44:23.2349450Z Traceback (most recent call last): 2022-12-01T10:44:23.2350089Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-12-01T10:44:23.2350489Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-12-01T10:44:23.2350806Z RuntimeError: shape '[10]' is invalid for input of size 9 2022-12-01T10:44:23.2350956Z 2022-12-01T10:44:23.2351095Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:23.2351265Z 2022-12-01T10:44:23.2351360Z Traceback (most recent call last): 2022-12-01T10:44:23.2351736Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:23.2352033Z raise TorchRuntimeError() from e 2022-12-01T10:44:23.2352272Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:23.2352413Z 2022-12-01T10:44:23.2352483Z from user code: 2022-12-01T10:44:23.2352679Z File "test_view_ops.py", line 1102, in 2022-12-01T10:44:23.2352970Z self.assertRaises(RuntimeError, lambda: x.reshape_as(torch.rand(10, device=device))) 2022-12-01T10:44:23.2353160Z 2022-12-01T10:44:23.2353291Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2353498Z ========== 2022-12-01T10:44:23.2353656Z ok (0.014s) 2022-12-01T10:44:23.2353907Z test_reshape_view_semantics_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:44:23.2354220Z test_reshape_view_semantics_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:44:23.2354633Z test_reshape_view_semantics_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:44:23.2354970Z test_reshape_view_semantics_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:44:23.2355295Z test_reshape_view_semantics_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:44:23.2355606Z test_reshape_view_semantics_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:44:23.2355932Z test_reshape_view_semantics_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:44:23.2356332Z test_reshape_view_semantics_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:44:23.2356937Z test_reshape_view_semantics_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:44:23.2357259Z test_reshape_view_semantics_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:44:23.2357576Z test_reshape_view_semantics_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:44:23.2357893Z test_reshape_view_semantics_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:44:23.2358196Z test_resize_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-12-01T10:44:23.2358521Z test_resize_as_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-12-01T10:44:23.2358913Z test_resize_as_preserves_strides_cpu (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-12-01T10:44:23.2359339Z test_resize_overflow_cpu (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-12-01T10:44:23.2359826Z test_split_cpu (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-12-01T10:44:23.2360293Z test_t_cpu (__main__.TestOldViewOpsCPU) ... ok (0.098s) 2022-12-01T10:44:23.2360764Z test_tensor_split_errors_cpu (__main__.TestOldViewOpsCPU) ... ok (0.047s) 2022-12-01T10:44:23.2361296Z test_tensor_split_indices_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.206s) 2022-12-01T10:44:23.2361878Z test_tensor_split_indices_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.219s) 2022-12-01T10:44:23.2362459Z test_tensor_split_indices_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.224s) 2022-12-01T10:44:23.2363024Z test_tensor_split_indices_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.202s) 2022-12-01T10:44:23.2363583Z test_tensor_split_indices_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.201s) 2022-12-01T10:44:23.2364148Z test_tensor_split_indices_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.193s) 2022-12-01T10:44:23.2364734Z test_tensor_split_indices_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.169s) 2022-12-01T10:44:23.2365285Z test_tensor_split_indices_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.169s) 2022-12-01T10:44:23.2365855Z test_tensor_split_indices_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.163s) 2022-12-01T10:44:23.2366404Z test_tensor_split_indices_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.168s) 2022-12-01T10:44:23.2366953Z test_tensor_split_indices_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.167s) 2022-12-01T10:44:23.2367522Z test_tensor_split_sections_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.614s) 2022-12-01T10:44:23.2368100Z test_tensor_split_sections_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.707s) 2022-12-01T10:44:23.2368664Z test_tensor_split_sections_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.727s) 2022-12-01T10:44:23.2369230Z test_tensor_split_sections_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.684s) 2022-12-01T10:44:23.2369807Z test_tensor_split_sections_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.682s) 2022-12-01T10:44:23.2370359Z test_tensor_split_sections_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.657s) 2022-12-01T10:44:23.2370916Z test_tensor_split_sections_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.579s) 2022-12-01T10:44:23.2371462Z test_tensor_split_sections_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.579s) 2022-12-01T10:44:23.2372034Z test_tensor_split_sections_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.561s) 2022-12-01T10:44:23.2372601Z test_tensor_split_sections_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.579s) 2022-12-01T10:44:23.2373148Z test_tensor_split_sections_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.579s) 2022-12-01T10:44:23.2373725Z test_transpose_invalid_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.042s) 2022-12-01T10:44:23.2374296Z test_transpose_invalid_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.029s) 2022-12-01T10:44:23.2374957Z test_transpose_invalid_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.029s) 2022-12-01T10:44:23.2375529Z test_transpose_vs_numpy_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.069s) 2022-12-01T10:44:23.2376101Z test_transpose_vs_numpy_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.024s) 2022-12-01T10:44:23.2376658Z test_transpose_vs_numpy_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-12-01T10:44:23.2377170Z test_transposes_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-12-01T10:44:23.2377715Z test_transposes_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:44:23.2378251Z test_transposes_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-12-01T10:44:23.2378788Z test_transposes_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-12-01T10:44:23.2379381Z test_transposes_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:44:23.2379925Z test_transposes_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:44:23.2380461Z test_transposes_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:44:23.2380969Z test_transposes_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:44:23.2381494Z test_transposes_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:44:23.2382002Z test_transposes_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:44:23.2382519Z test_transposes_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:44:23.2383046Z test_transposes_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:44:23.2383597Z test_transposes_errors_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-12-01T10:44:23.2384140Z test_transposes_errors_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-12-01T10:44:23.2384693Z test_transposes_errors_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-12-01T10:44:23.2385263Z test_transposes_errors_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-12-01T10:44:23.2385826Z test_transposes_errors_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-12-01T10:44:23.2386362Z test_transposes_errors_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-12-01T10:44:23.2386931Z test_transposes_errors_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-12-01T10:44:23.2387483Z test_transposes_errors_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-12-01T10:44:23.2388041Z test_transposes_errors_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-12-01T10:44:23.2388553Z test_transposes_errors_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-12-01T10:44:23.2389111Z test_transposes_errors_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-12-01T10:44:23.2389677Z test_transposes_errors_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-12-01T10:44:23.2390254Z test_unsqueeze_cpu (__main__.TestOldViewOpsCPU) ... skip: TorchDynamo fails with unknown reason (0.001s) 2022-12-01T10:44:23.2390879Z test_view_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-12-01T10:44:23.2391790Z test_view_cpu (__main__.TestOldViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1606 2022-12-01T10:44:23.2392316Z due to: 2022-12-01T10:44:23.2392613Z Traceback (most recent call last): 2022-12-01T10:44:23.2393234Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:23.2393723Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:23.2394254Z RuntimeError: shape '[15, 0]' is invalid for input of size 15 2022-12-01T10:44:23.2394650Z 2022-12-01T10:44:23.2394891Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:23.2395199Z 2022-12-01T10:44:23.2395376Z Traceback (most recent call last): 2022-12-01T10:44:23.2396099Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:23.2397101Z raise TorchRuntimeError() from e 2022-12-01T10:44:23.2397368Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:23.2397519Z 2022-12-01T10:44:23.2397593Z from user code: 2022-12-01T10:44:23.2397798Z File "test_view_ops.py", line 1606, in 2022-12-01T10:44:23.2398070Z self.assertRaises(RuntimeError, lambda: tensor.view(15, 0)) 2022-12-01T10:44:23.2398231Z 2022-12-01T10:44:23.2398364Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2398587Z ========== 2022-12-01T10:44:23.2398954Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1607 2022-12-01T10:44:23.2399206Z due to: 2022-12-01T10:44:23.2399391Z Traceback (most recent call last): 2022-12-01T10:44:23.2399730Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:23.2400141Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:23.2400467Z RuntimeError: shape '[7, -1]' is invalid for input of size 15 2022-12-01T10:44:23.2400622Z 2022-12-01T10:44:23.2400748Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:23.2400916Z 2022-12-01T10:44:23.2401011Z Traceback (most recent call last): 2022-12-01T10:44:23.2401410Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:23.2401719Z raise TorchRuntimeError() from e 2022-12-01T10:44:23.2401944Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:23.2402087Z 2022-12-01T10:44:23.2402159Z from user code: 2022-12-01T10:44:23.2402365Z File "test_view_ops.py", line 1607, in 2022-12-01T10:44:23.2402676Z self.assertRaises(RuntimeError, lambda: tensor.view(7, -1)) 2022-12-01T10:44:23.2402839Z 2022-12-01T10:44:23.2402975Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2403195Z ========== 2022-12-01T10:44:23.2403502Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1608 2022-12-01T10:44:23.2403749Z due to: 2022-12-01T10:44:23.2403932Z Traceback (most recent call last): 2022-12-01T10:44:23.2404263Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:23.2404536Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:23.2404774Z RuntimeError: only one dimension can be inferred 2022-12-01T10:44:23.2404916Z 2022-12-01T10:44:23.2405051Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:23.2405200Z 2022-12-01T10:44:23.2405292Z Traceback (most recent call last): 2022-12-01T10:44:23.2405682Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:23.2405979Z raise TorchRuntimeError() from e 2022-12-01T10:44:23.2406201Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:23.2406346Z 2022-12-01T10:44:23.2406417Z from user code: 2022-12-01T10:44:23.2406620Z File "test_view_ops.py", line 1608, in 2022-12-01T10:44:23.2406954Z self.assertRaises(RuntimeError, lambda: tensor.view(15, -1, -1)) 2022-12-01T10:44:23.2407107Z 2022-12-01T10:44:23.2407240Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2407458Z ========== 2022-12-01T10:44:23.2407776Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1637 2022-12-01T10:44:23.2408006Z due to: 2022-12-01T10:44:23.2408188Z Traceback (most recent call last): 2022-12-01T10:44:23.2408527Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:23.2408781Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:23.2409259Z RuntimeError: view size is not compatible with input tensor's size and stride (at least one dimension spans across two contiguous subspaces). Use .reshape(...) instead. 2022-12-01T10:44:23.2409512Z 2022-12-01T10:44:23.2409652Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:23.2409882Z 2022-12-01T10:44:23.2409976Z Traceback (most recent call last): 2022-12-01T10:44:23.2410358Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:23.2410662Z raise TorchRuntimeError() from e 2022-12-01T10:44:23.2410900Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:23.2411043Z 2022-12-01T10:44:23.2411101Z from user code: 2022-12-01T10:44:23.2411308Z File "test_view_ops.py", line 1637, in 2022-12-01T10:44:23.2411630Z self.assertRaises(RuntimeError, lambda: tensor.view(-1)) 2022-12-01T10:44:23.2411790Z 2022-12-01T10:44:23.2411926Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2412132Z ========== 2022-12-01T10:44:23.2412454Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1639 2022-12-01T10:44:23.2412700Z due to: 2022-12-01T10:44:23.2412913Z Traceback (most recent call last): 2022-12-01T10:44:23.2413258Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:23.2413531Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:23.2413997Z RuntimeError: view size is not compatible with input tensor's size and stride (at least one dimension spans across two contiguous subspaces). Use .reshape(...) instead. 2022-12-01T10:44:23.2414249Z 2022-12-01T10:44:23.2414387Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:23.2414550Z 2022-12-01T10:44:23.2414642Z Traceback (most recent call last): 2022-12-01T10:44:23.2415034Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:23.2415324Z raise TorchRuntimeError() from e 2022-12-01T10:44:23.2415566Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:23.2415715Z 2022-12-01T10:44:23.2415788Z from user code: 2022-12-01T10:44:23.2415984Z File "test_view_ops.py", line 1639, in 2022-12-01T10:44:23.2416256Z self.assertRaises(RuntimeError, lambda: tensor.view(24, 9, 6, 2, 1, 5)) 2022-12-01T10:44:23.2416424Z 2022-12-01T10:44:23.2416559Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2416777Z ========== 2022-12-01T10:44:23.2417084Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1641 2022-12-01T10:44:23.2417332Z due to: 2022-12-01T10:44:23.2417517Z Traceback (most recent call last): 2022-12-01T10:44:23.2417843Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:23.2418114Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:23.2418585Z RuntimeError: view size is not compatible with input tensor's size and stride (at least one dimension spans across two contiguous subspaces). Use .reshape(...) instead. 2022-12-01T10:44:23.2418838Z 2022-12-01T10:44:23.2418978Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:23.2419128Z 2022-12-01T10:44:23.2419223Z Traceback (most recent call last): 2022-12-01T10:44:23.2419611Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:23.2419910Z raise TorchRuntimeError() from e 2022-12-01T10:44:23.2420134Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:23.2420276Z 2022-12-01T10:44:23.2420349Z from user code: 2022-12-01T10:44:23.2420553Z File "test_view_ops.py", line 1641, in 2022-12-01T10:44:23.2420810Z self.assertRaises(RuntimeError, lambda: tensor.view(8, 3, 9, 6, 10)) 2022-12-01T10:44:23.2420976Z 2022-12-01T10:44:23.2421107Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2421324Z ========== 2022-12-01T10:44:23.2421643Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1643 2022-12-01T10:44:23.2421877Z due to: 2022-12-01T10:44:23.2422063Z Traceback (most recent call last): 2022-12-01T10:44:23.2422404Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:23.2422700Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:23.2423179Z RuntimeError: view size is not compatible with input tensor's size and stride (at least one dimension spans across two contiguous subspaces). Use .reshape(...) instead. 2022-12-01T10:44:23.2423428Z 2022-12-01T10:44:23.2423567Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:23.2423731Z 2022-12-01T10:44:23.2423823Z Traceback (most recent call last): 2022-12-01T10:44:23.2424202Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:23.2424502Z raise TorchRuntimeError() from e 2022-12-01T10:44:23.2424736Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:23.2424879Z 2022-12-01T10:44:23.2424938Z from user code: 2022-12-01T10:44:23.2425179Z File "test_view_ops.py", line 1643, in 2022-12-01T10:44:23.2425456Z self.assertRaises(RuntimeError, lambda: tensor.view(8, 3, 54, 2, 1, 5)) 2022-12-01T10:44:23.2425626Z 2022-12-01T10:44:23.2425758Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2425963Z ========== 2022-12-01T10:44:23.2426121Z ok (0.428s) 2022-12-01T10:44:23.2426345Z test_view_empty_cpu (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-12-01T10:44:23.2426791Z test_T_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT is_view_of test_view_ops.py line 96 2022-12-01T10:44:23.2427078Z due to: 2022-12-01T10:44:23.2427262Z Traceback (most recent call last): 2022-12-01T10:44:23.2427636Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2428089Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2428489Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2428659Z 2022-12-01T10:44:23.2428734Z from user code: 2022-12-01T10:44:23.2428931Z File "test_view_ops.py", line 97, in is_view_of 2022-12-01T10:44:23.2429146Z if (not other._is_view() or 2022-12-01T10:44:23.2429265Z 2022-12-01T10:44:23.2429399Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2429606Z ========== 2022-12-01T10:44:23.2429768Z ok (0.011s) 2022-12-01T10:44:23.2430013Z test_advanced_indexing_assignment_cpu (__main__.TestViewOpsCPU) ... ok (0.010s) 2022-12-01T10:44:23.2430544Z test_advanced_indexing_nonview_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_advanced_indexing_nonview test_view_ops.py line 850 2022-12-01T10:44:23.2430868Z due to: 2022-12-01T10:44:23.2431052Z Traceback (most recent call last): 2022-12-01T10:44:23.2431441Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2431884Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2432281Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2432449Z 2022-12-01T10:44:23.2432520Z from user code: 2022-12-01T10:44:23.2432738Z File "test_view_ops.py", line 855, in test_advanced_indexing_nonview 2022-12-01T10:44:23.2432999Z self.assertTrue(not self.is_view_of(t, nv)) 2022-12-01T10:44:23.2433138Z 2022-12-01T10:44:23.2433270Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2433489Z ========== 2022-12-01T10:44:23.2433635Z ok (0.007s) 2022-12-01T10:44:23.2434081Z test_as_strided_gradients_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_as_strided_gradients test_view_ops.py line 657 2022-12-01T10:44:23.2434396Z due to: 2022-12-01T10:44:23.2434653Z Traceback (most recent call last): 2022-12-01T10:44:23.2435060Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2435563Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2435963Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-12-01T10:44:23.2436148Z 2022-12-01T10:44:23.2436225Z from user code: 2022-12-01T10:44:23.2436449Z File "test_view_ops.py", line 678, in test_as_strided_gradients 2022-12-01T10:44:23.2436939Z test(torch.arange(0, 25), lambda x: x.view(5, 5), [3, 3], [6, 2], 2) 2022-12-01T10:44:23.2437075Z 2022-12-01T10:44:23.2437209Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2437430Z ========== 2022-12-01T10:44:23.2437754Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test test_view_ops.py line 658 2022-12-01T10:44:23.2437983Z due to: 2022-12-01T10:44:23.2438168Z Traceback (most recent call last): 2022-12-01T10:44:23.2438627Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2439075Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2439489Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-12-01T10:44:23.2439670Z 2022-12-01T10:44:23.2439743Z from user code: 2022-12-01T10:44:23.2439952Z File "test_view_ops.py", line 667, in test 2022-12-01T10:44:23.2440196Z assert max_offset < len(y.storage()), "test case resizes storage" 2022-12-01T10:44:23.2440354Z 2022-12-01T10:44:23.2440488Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2440710Z ========== 2022-12-01T10:44:23.2440858Z ok (0.158s) 2022-12-01T10:44:23.2441312Z test_as_strided_inplace_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_as_strided_inplace_view test_view_ops.py line 649 2022-12-01T10:44:23.2441631Z due to: 2022-12-01T10:44:23.2441817Z Traceback (most recent call last): 2022-12-01T10:44:23.2442195Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2442646Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2443042Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2443208Z 2022-12-01T10:44:23.2443268Z from user code: 2022-12-01T10:44:23.2443495Z File "test_view_ops.py", line 653, in test_as_strided_inplace_view 2022-12-01T10:44:23.2443754Z self.assertTrue(self.is_view_of(t, v)) 2022-12-01T10:44:23.2443890Z 2022-12-01T10:44:23.2444024Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2444229Z ========== 2022-12-01T10:44:23.2444387Z ok (0.006s) 2022-12-01T10:44:23.2444817Z test_as_strided_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_as_strided_view test_view_ops.py line 641 2022-12-01T10:44:23.2445106Z due to: 2022-12-01T10:44:23.2445293Z Traceback (most recent call last): 2022-12-01T10:44:23.2445686Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2446123Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2446513Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2446681Z 2022-12-01T10:44:23.2446753Z from user code: 2022-12-01T10:44:23.2446973Z File "test_view_ops.py", line 644, in test_as_strided_view 2022-12-01T10:44:23.2447204Z self.assertTrue(self.is_view_of(t, v)) 2022-12-01T10:44:23.2447339Z 2022-12-01T10:44:23.2447471Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2447688Z ========== 2022-12-01T10:44:23.2447832Z ok (0.006s) 2022-12-01T10:44:23.2448306Z test_basic_indexing_ellipses_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_basic_indexing_ellipses_view test_view_ops.py line 834 2022-12-01T10:44:23.2448681Z due to: 2022-12-01T10:44:23.2448851Z Traceback (most recent call last): 2022-12-01T10:44:23.2449244Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2449694Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2450086Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2450242Z 2022-12-01T10:44:23.2450313Z from user code: 2022-12-01T10:44:23.2450547Z File "test_view_ops.py", line 837, in test_basic_indexing_ellipses_view 2022-12-01T10:44:23.2450811Z self.assertTrue(self.is_view_of(t, v)) 2022-12-01T10:44:23.2450951Z 2022-12-01T10:44:23.2451070Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2451292Z ========== 2022-12-01T10:44:23.2451483Z ok (0.005s) 2022-12-01T10:44:23.2451939Z test_basic_indexing_newaxis_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_basic_indexing_newaxis_view test_view_ops.py line 842 2022-12-01T10:44:23.2452263Z due to: 2022-12-01T10:44:23.2452447Z Traceback (most recent call last): 2022-12-01T10:44:23.2452838Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2453275Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2453667Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2453836Z 2022-12-01T10:44:23.2453908Z from user code: 2022-12-01T10:44:23.2454127Z File "test_view_ops.py", line 845, in test_basic_indexing_newaxis_view 2022-12-01T10:44:23.2454386Z self.assertTrue(self.is_view_of(t, v)) 2022-12-01T10:44:23.2454520Z 2022-12-01T10:44:23.2454654Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2454874Z ========== 2022-12-01T10:44:23.2455022Z ok (0.005s) 2022-12-01T10:44:23.2455487Z test_basic_indexing_slice_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_basic_indexing_slice_view test_view_ops.py line 826 2022-12-01T10:44:23.2455806Z due to: 2022-12-01T10:44:23.2455977Z Traceback (most recent call last): 2022-12-01T10:44:23.2456368Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2456819Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2457207Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2457363Z 2022-12-01T10:44:23.2457434Z from user code: 2022-12-01T10:44:23.2457666Z File "test_view_ops.py", line 829, in test_basic_indexing_slice_view 2022-12-01T10:44:23.2457923Z self.assertTrue(self.is_view_of(t, v)) 2022-12-01T10:44:23.2458057Z 2022-12-01T10:44:23.2458181Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2458403Z ========== 2022-12-01T10:44:23.2458560Z ok (0.005s) 2022-12-01T10:44:23.2458842Z test_chunk_view_cpu (__main__.TestViewOpsCPU) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-12-01T10:44:23.2459422Z test_conj_imag_view_cpu_complex128 (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 414 2022-12-01T10:44:23.2459746Z due to: 2022-12-01T10:44:23.2459928Z Traceback (most recent call last): 2022-12-01T10:44:23.2460309Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2460757Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2461153Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2461322Z 2022-12-01T10:44:23.2461422Z from user code: 2022-12-01T10:44:23.2461659Z File "test_view_ops.py", line 416, in 2022-12-01T10:44:23.2461919Z self.assertTrue(self.is_view_of(t, v)) 2022-12-01T10:44:23.2462055Z 2022-12-01T10:44:23.2462188Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2462396Z ========== 2022-12-01T10:44:23.2462553Z ok (0.024s) 2022-12-01T10:44:23.2462789Z test_conj_imag_view_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.014s) 2022-12-01T10:44:23.2463072Z test_conj_self_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.005s) 2022-12-01T10:44:23.2463359Z test_conj_self_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:44:23.2463649Z test_conj_self_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:44:23.2463914Z test_conj_self_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:44:23.2464223Z test_conj_self_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:44:23.2464504Z test_conj_self_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:44:23.2464776Z test_conj_self_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:44:23.2465036Z test_conj_self_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:44:23.2465306Z test_conj_self_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:44:23.2465857Z test_conj_view_with_shared_memory_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 431 2022-12-01T10:44:23.2466178Z due to: 2022-12-01T10:44:23.2466362Z Traceback (most recent call last): 2022-12-01T10:44:23.2466753Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:44:23.2467100Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:44:23.2467438Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:44:23.2467647Z 2022-12-01T10:44:23.2467782Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:23.2470829Z 2022-12-01T10:44:23.2470935Z Traceback (most recent call last): 2022-12-01T10:44:23.2471374Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:44:23.2471638Z ) from e 2022-12-01T10:44:23.2471978Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:44:23.2472234Z 2022-12-01T10:44:23.2472370Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2472594Z ========== 2022-12-01T10:44:23.2472739Z ok (0.014s) 2022-12-01T10:44:23.2473191Z test_contiguous_nonview_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_contiguous_nonview test_view_ops.py line 725 2022-12-01T10:44:23.2473502Z due to: 2022-12-01T10:44:23.2473675Z Traceback (most recent call last): 2022-12-01T10:44:23.2474068Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2474739Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2475132Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2475301Z 2022-12-01T10:44:23.2475374Z from user code: 2022-12-01T10:44:23.2475598Z File "test_view_ops.py", line 731, in test_contiguous_nonview 2022-12-01T10:44:23.2475843Z self.assertTrue(not self.is_view_of(t, nv)) 2022-12-01T10:44:23.2475984Z 2022-12-01T10:44:23.2476116Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2476331Z ========== 2022-12-01T10:44:23.2476477Z ok (0.005s) 2022-12-01T10:44:23.2476932Z test_contiguous_self_cpu (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:44:23.2477421Z test_diagonal_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_diagonal_view test_view_ops.py line 455 2022-12-01T10:44:23.2477724Z due to: 2022-12-01T10:44:23.2477897Z Traceback (most recent call last): 2022-12-01T10:44:23.2478289Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2478743Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2479125Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2479296Z 2022-12-01T10:44:23.2479368Z from user code: 2022-12-01T10:44:23.2479587Z File "test_view_ops.py", line 458, in test_diagonal_view 2022-12-01T10:44:23.2479828Z self.assertTrue(self.is_view_of(t, v)) 2022-12-01T10:44:23.2479950Z 2022-12-01T10:44:23.2480177Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2480399Z ========== 2022-12-01T10:44:23.2480555Z ok (0.005s) 2022-12-01T10:44:23.2480970Z test_expand_as_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_expand_as_view test_view_ops.py line 521 2022-12-01T10:44:23.2481277Z due to: 2022-12-01T10:44:23.2481460Z Traceback (most recent call last): 2022-12-01T10:44:23.2481837Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2482291Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2482680Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2482849Z 2022-12-01T10:44:23.2482921Z from user code: 2022-12-01T10:44:23.2483131Z File "test_view_ops.py", line 525, in test_expand_as_view 2022-12-01T10:44:23.2483373Z self.assertTrue(self.is_view_of(t, v)) 2022-12-01T10:44:23.2483510Z 2022-12-01T10:44:23.2483643Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2483846Z ========== 2022-12-01T10:44:23.2484003Z ok (0.005s) 2022-12-01T10:44:23.2484422Z test_expand_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_expand_view test_view_ops.py line 512 2022-12-01T10:44:23.2484769Z due to: 2022-12-01T10:44:23.2484951Z Traceback (most recent call last): 2022-12-01T10:44:23.2485344Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2485794Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2486173Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2486341Z 2022-12-01T10:44:23.2486411Z from user code: 2022-12-01T10:44:23.2486627Z File "test_view_ops.py", line 516, in test_expand_view 2022-12-01T10:44:23.2486858Z self.assertTrue(self.is_view_of(t, v)) 2022-12-01T10:44:23.2486997Z 2022-12-01T10:44:23.2487129Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2487348Z ========== 2022-12-01T10:44:23.2487493Z ok (0.005s) 2022-12-01T10:44:23.2487926Z test_flatten_nonview_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_flatten_nonview test_view_ops.py line 804 2022-12-01T10:44:23.2488229Z due to: 2022-12-01T10:44:23.2488411Z Traceback (most recent call last): 2022-12-01T10:44:23.2488792Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2489241Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2489635Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2489805Z 2022-12-01T10:44:23.2489866Z from user code: 2022-12-01T10:44:23.2490087Z File "test_view_ops.py", line 815, in test_flatten_nonview 2022-12-01T10:44:23.2490313Z assert_is_nonview(t, nv) 2022-12-01T10:44:23.2490432Z 2022-12-01T10:44:23.2490565Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2490770Z ========== 2022-12-01T10:44:23.2491107Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT assert_is_nonview test_view_ops.py line 806 2022-12-01T10:44:23.2491362Z due to: 2022-12-01T10:44:23.2491532Z Traceback (most recent call last): 2022-12-01T10:44:23.2491924Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2492370Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2492754Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2492924Z 2022-12-01T10:44:23.2492994Z from user code: 2022-12-01T10:44:23.2493213Z File "test_view_ops.py", line 809, in assert_is_nonview 2022-12-01T10:44:23.2493484Z self.assertTrue(not nv._is_view()) 2022-12-01T10:44:23.2493605Z 2022-12-01T10:44:23.2493736Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2493954Z ========== 2022-12-01T10:44:23.2494110Z ok (0.009s) 2022-12-01T10:44:23.2494520Z test_flatten_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_flatten_view test_view_ops.py line 766 2022-12-01T10:44:23.2494817Z due to: 2022-12-01T10:44:23.2495000Z Traceback (most recent call last): 2022-12-01T10:44:23.2495378Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2495831Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2496223Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2496394Z 2022-12-01T10:44:23.2496467Z from user code: 2022-12-01T10:44:23.2496676Z File "test_view_ops.py", line 776, in test_flatten_view 2022-12-01T10:44:23.2496926Z self.assertTrue(self.is_view_of(t, v)) 2022-12-01T10:44:23.2497065Z 2022-12-01T10:44:23.2497199Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2497458Z ========== 2022-12-01T10:44:23.2497802Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT is_view_of_same_base test_view_ops.py line 111 2022-12-01T10:44:23.2498061Z due to: 2022-12-01T10:44:23.2498232Z Traceback (most recent call last): 2022-12-01T10:44:23.2498627Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2499079Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2499474Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2499645Z 2022-12-01T10:44:23.2499704Z from user code: 2022-12-01T10:44:23.2499930Z File "test_view_ops.py", line 112, in is_view_of_same_base 2022-12-01T10:44:23.2500162Z if (not v1._is_view() or v1 is v2): 2022-12-01T10:44:23.2500293Z 2022-12-01T10:44:23.2500412Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2500633Z ========== 2022-12-01T10:44:23.2500797Z ok (0.050s) 2022-12-01T10:44:23.2501038Z test_imag_noncomplex_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.010s) 2022-12-01T10:44:23.2501331Z test_imag_noncomplex_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.009s) 2022-12-01T10:44:23.2501634Z test_imag_noncomplex_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.009s) 2022-12-01T10:44:23.2501934Z test_imag_noncomplex_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.009s) 2022-12-01T10:44:23.2502213Z test_imag_noncomplex_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.009s) 2022-12-01T10:44:23.2502505Z test_imag_noncomplex_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.010s) 2022-12-01T10:44:23.2502794Z test_imag_noncomplex_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.009s) 2022-12-01T10:44:23.2503071Z test_imag_noncomplex_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.009s) 2022-12-01T10:44:23.2503365Z test_imag_noncomplex_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:44:23.2503851Z test_movedim_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 892 2022-12-01T10:44:23.2504154Z due to: 2022-12-01T10:44:23.2504324Z Traceback (most recent call last): 2022-12-01T10:44:23.2504717Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2505168Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2505549Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2505718Z 2022-12-01T10:44:23.2505790Z from user code: 2022-12-01T10:44:23.2506046Z File "test_view_ops.py", line 894, in 2022-12-01T10:44:23.2506304Z self.assertTrue(self.is_view_of(t, out)) 2022-12-01T10:44:23.2506429Z 2022-12-01T10:44:23.2506561Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2506778Z ========== 2022-12-01T10:44:23.2506939Z ok (0.016s) 2022-12-01T10:44:23.2507339Z test_narrow_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_narrow_view test_view_ops.py line 530 2022-12-01T10:44:23.2507633Z due to: 2022-12-01T10:44:23.2507820Z Traceback (most recent call last): 2022-12-01T10:44:23.2508199Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2508645Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2509040Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2509212Z 2022-12-01T10:44:23.2509283Z from user code: 2022-12-01T10:44:23.2509489Z File "test_view_ops.py", line 533, in test_narrow_view 2022-12-01T10:44:23.2509728Z self.assertTrue(self.is_view_of(t, v)) 2022-12-01T10:44:23.2509864Z 2022-12-01T10:44:23.2509995Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2510245Z ========== 2022-12-01T10:44:23.2510403Z ok (0.005s) 2022-12-01T10:44:23.2510828Z test_permute_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_permute_view test_view_ops.py line 538 2022-12-01T10:44:23.2511126Z due to: 2022-12-01T10:44:23.2511296Z Traceback (most recent call last): 2022-12-01T10:44:23.2511688Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2512138Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2512517Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2512688Z 2022-12-01T10:44:23.2512759Z from user code: 2022-12-01T10:44:23.2512977Z File "test_view_ops.py", line 541, in test_permute_view 2022-12-01T10:44:23.2513206Z self.assertTrue(self.is_view_of(t, v)) 2022-12-01T10:44:23.2513339Z 2022-12-01T10:44:23.2513474Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2513691Z ========== 2022-12-01T10:44:23.2513848Z ok (0.005s) 2022-12-01T10:44:23.2514303Z test_real_imag_view_cpu_complex128 (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 391 2022-12-01T10:44:23.2514744Z due to: 2022-12-01T10:44:23.2514926Z Traceback (most recent call last): 2022-12-01T10:44:23.2515309Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2515765Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2516161Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2516330Z 2022-12-01T10:44:23.2516400Z from user code: 2022-12-01T10:44:23.2516802Z File "test_view_ops.py", line 395, in 2022-12-01T10:44:23.2517087Z self.assertTrue(self.is_view_of(t, re)) 2022-12-01T10:44:23.2517224Z 2022-12-01T10:44:23.2517357Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2517567Z ========== 2022-12-01T10:44:23.2517724Z ok (0.086s) 2022-12-01T10:44:23.2517957Z test_real_imag_view_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.056s) 2022-12-01T10:44:23.2518445Z test_reshape_as_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_reshape_as_view test_view_ops.py line 744 2022-12-01T10:44:23.2518744Z due to: 2022-12-01T10:44:23.2518928Z Traceback (most recent call last): 2022-12-01T10:44:23.2519389Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2519829Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2520221Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2520401Z 2022-12-01T10:44:23.2520472Z from user code: 2022-12-01T10:44:23.2520678Z File "test_view_ops.py", line 748, in test_reshape_as_view 2022-12-01T10:44:23.2520926Z self.assertTrue(self.is_view_of(t, v)) 2022-12-01T10:44:23.2521060Z 2022-12-01T10:44:23.2521198Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2521402Z ========== 2022-12-01T10:44:23.2521560Z ok (0.006s) 2022-12-01T10:44:23.2521987Z test_reshape_nonview_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_reshape_nonview test_view_ops.py line 753 2022-12-01T10:44:23.2522291Z due to: 2022-12-01T10:44:23.2522554Z Traceback (most recent call last): 2022-12-01T10:44:23.2522981Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2523434Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2523883Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2524053Z 2022-12-01T10:44:23.2524123Z from user code: 2022-12-01T10:44:23.2524339Z File "test_view_ops.py", line 759, in test_reshape_nonview 2022-12-01T10:44:23.2524590Z self.assertTrue(not self.is_view_of(t, nv)) 2022-12-01T10:44:23.2524713Z 2022-12-01T10:44:23.2524846Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2525065Z ========== 2022-12-01T10:44:23.2525226Z ok (0.006s) 2022-12-01T10:44:23.2525640Z test_reshape_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_reshape_view test_view_ops.py line 736 2022-12-01T10:44:23.2525945Z due to: 2022-12-01T10:44:23.2526128Z Traceback (most recent call last): 2022-12-01T10:44:23.2526505Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2526960Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2527360Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2527529Z 2022-12-01T10:44:23.2527601Z from user code: 2022-12-01T10:44:23.2527805Z File "test_view_ops.py", line 739, in test_reshape_view 2022-12-01T10:44:23.2528043Z self.assertTrue(self.is_view_of(t, v)) 2022-12-01T10:44:23.2528177Z 2022-12-01T10:44:23.2528308Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2528514Z ========== 2022-12-01T10:44:23.2528670Z ok (0.005s) 2022-12-01T10:44:23.2529088Z test_select_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_select_view test_view_ops.py line 470 2022-12-01T10:44:23.2529373Z due to: 2022-12-01T10:44:23.2529555Z Traceback (most recent call last): 2022-12-01T10:44:23.2529942Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2530509Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2530900Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2531069Z 2022-12-01T10:44:23.2531139Z from user code: 2022-12-01T10:44:23.2531353Z File "test_view_ops.py", line 473, in test_select_view 2022-12-01T10:44:23.2531580Z self.assertTrue(self.is_view_of(t, v)) 2022-12-01T10:44:23.2531714Z 2022-12-01T10:44:23.2531845Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2532063Z ========== 2022-12-01T10:44:23.2532212Z ok (0.005s) 2022-12-01T10:44:23.2532454Z test_set_real_imag_cpu_complex128_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.037s) 2022-12-01T10:44:23.2532818Z test_set_real_imag_cpu_complex128_bool (__main__.TestViewOpsCPU) ... ok (0.051s) 2022-12-01T10:44:23.2533134Z test_set_real_imag_cpu_complex128_complex128 (__main__.TestViewOpsCPU) ... ok (0.031s) 2022-12-01T10:44:23.2533440Z test_set_real_imag_cpu_complex128_complex64 (__main__.TestViewOpsCPU) ... ok (0.026s) 2022-12-01T10:44:23.2533757Z test_set_real_imag_cpu_complex128_float16 (__main__.TestViewOpsCPU) ... ok (0.020s) 2022-12-01T10:44:23.2534065Z test_set_real_imag_cpu_complex128_float32 (__main__.TestViewOpsCPU) ... ok (0.017s) 2022-12-01T10:44:23.2534358Z test_set_real_imag_cpu_complex128_float64 (__main__.TestViewOpsCPU) ... ok (0.025s) 2022-12-01T10:44:23.2534659Z test_set_real_imag_cpu_complex128_int16 (__main__.TestViewOpsCPU) ... ok (0.043s) 2022-12-01T10:44:23.2534960Z test_set_real_imag_cpu_complex128_int32 (__main__.TestViewOpsCPU) ... ok (0.011s) 2022-12-01T10:44:23.2535263Z test_set_real_imag_cpu_complex128_int64 (__main__.TestViewOpsCPU) ... ok (0.010s) 2022-12-01T10:44:23.2535554Z test_set_real_imag_cpu_complex128_int8 (__main__.TestViewOpsCPU) ... ok (0.011s) 2022-12-01T10:44:23.2535856Z test_set_real_imag_cpu_complex128_uint8 (__main__.TestViewOpsCPU) ... ok (0.010s) 2022-12-01T10:44:23.2536163Z test_set_real_imag_cpu_complex64_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.008s) 2022-12-01T10:44:23.2536494Z test_set_real_imag_cpu_complex64_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:44:23.2536803Z test_set_real_imag_cpu_complex64_complex128 (__main__.TestViewOpsCPU) ... ok (0.007s) 2022-12-01T10:44:23.2537120Z test_set_real_imag_cpu_complex64_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:44:23.2537429Z test_set_real_imag_cpu_complex64_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:44:23.2537721Z test_set_real_imag_cpu_complex64_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:44:23.2538030Z test_set_real_imag_cpu_complex64_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:44:23.2538336Z test_set_real_imag_cpu_complex64_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:44:23.2538630Z test_set_real_imag_cpu_complex64_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:44:23.2538766Z test_set_real_imag_cpu_complex64_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:44:23.2538908Z test_set_real_imag_cpu_complex64_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:44:23.2539049Z test_set_real_imag_cpu_complex64_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:44:23.2539249Z test_split_view_cpu (__main__.TestViewOpsCPU) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-12-01T10:44:23.2539609Z test_squeeze_inplace_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_squeeze_inplace_view test_view_ops.py line 617 2022-12-01T10:44:23.2539673Z due to: 2022-12-01T10:44:23.2539766Z Traceback (most recent call last): 2022-12-01T10:44:23.2540040Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2540282Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2540489Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2540495Z 2022-12-01T10:44:23.2540568Z from user code: 2022-12-01T10:44:23.2540697Z File "test_view_ops.py", line 621, in test_squeeze_inplace_view 2022-12-01T10:44:23.2540800Z self.assertTrue(self.is_view_of(t, v)) 2022-12-01T10:44:23.2540806Z 2022-12-01T10:44:23.2540941Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2541007Z ========== 2022-12-01T10:44:23.2541077Z ok (0.006s) 2022-12-01T10:44:23.2541387Z test_squeeze_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_squeeze_view test_view_ops.py line 610 2022-12-01T10:44:23.2541454Z due to: 2022-12-01T10:44:23.2541582Z Traceback (most recent call last): 2022-12-01T10:44:23.2541857Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2542111Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2542321Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2542327Z 2022-12-01T10:44:23.2542401Z from user code: 2022-12-01T10:44:23.2542519Z File "test_view_ops.py", line 613, in test_squeeze_view 2022-12-01T10:44:23.2542609Z self.assertTrue(self.is_view_of(t, v)) 2022-12-01T10:44:23.2542615Z 2022-12-01T10:44:23.2542749Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2542814Z ========== 2022-12-01T10:44:23.2542884Z ok (0.005s) 2022-12-01T10:44:23.2543217Z test_t_inplace_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_t_inplace_view test_view_ops.py line 585 2022-12-01T10:44:23.2543285Z due to: 2022-12-01T10:44:23.2543378Z Traceback (most recent call last): 2022-12-01T10:44:23.2543633Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2543917Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2544120Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2544125Z 2022-12-01T10:44:23.2544198Z from user code: 2022-12-01T10:44:23.2544319Z File "test_view_ops.py", line 589, in test_t_inplace_view 2022-12-01T10:44:23.2544423Z self.assertTrue(self.is_view_of(t, v)) 2022-12-01T10:44:23.2544428Z 2022-12-01T10:44:23.2544562Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2544628Z ========== 2022-12-01T10:44:23.2544682Z ok (0.005s) 2022-12-01T10:44:23.2544993Z test_t_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_t_view test_view_ops.py line 577 2022-12-01T10:44:23.2545061Z due to: 2022-12-01T10:44:23.2545154Z Traceback (most recent call last): 2022-12-01T10:44:23.2545426Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2545679Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2545881Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2545886Z 2022-12-01T10:44:23.2545964Z from user code: 2022-12-01T10:44:23.2546060Z File "test_view_ops.py", line 580, in test_t_view 2022-12-01T10:44:23.2546165Z self.assertTrue(self.is_view_of(t, v)) 2022-12-01T10:44:23.2546170Z 2022-12-01T10:44:23.2546303Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2546369Z ========== 2022-12-01T10:44:23.2546437Z ok (0.005s) 2022-12-01T10:44:23.2546803Z test_transpose_inplace_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_transpose_inplace_view test_view_ops.py line 555 2022-12-01T10:44:23.2546871Z due to: 2022-12-01T10:44:23.2546965Z Traceback (most recent call last): 2022-12-01T10:44:23.2547224Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2547476Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2547681Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2547686Z 2022-12-01T10:44:23.2547759Z from user code: 2022-12-01T10:44:23.2547888Z File "test_view_ops.py", line 559, in test_transpose_inplace_view 2022-12-01T10:44:23.2547995Z self.assertTrue(self.is_view_of(t, v)) 2022-12-01T10:44:23.2548001Z 2022-12-01T10:44:23.2548133Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2548245Z ========== 2022-12-01T10:44:23.2548301Z ok (0.007s) 2022-12-01T10:44:23.2548636Z test_transpose_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_transpose_view test_view_ops.py line 546 2022-12-01T10:44:23.2548701Z due to: 2022-12-01T10:44:23.2548797Z Traceback (most recent call last): 2022-12-01T10:44:23.2549068Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2549318Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2549516Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2549522Z 2022-12-01T10:44:23.2549592Z from user code: 2022-12-01T10:44:23.2549699Z File "test_view_ops.py", line 550, in test_transpose_view 2022-12-01T10:44:23.2549800Z self.assertTrue(self.is_view_of(t, v)) 2022-12-01T10:44:23.2549805Z 2022-12-01T10:44:23.2549940Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2550002Z ========== 2022-12-01T10:44:23.2550067Z ok (0.006s) 2022-12-01T10:44:23.2550189Z test_unbind_cpu (__main__.TestViewOpsCPU) ... ok (0.026s) 2022-12-01T10:44:23.2550508Z test_unbind_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_unbind_view test_view_ops.py line 479 2022-12-01T10:44:23.2550596Z due to: 2022-12-01T10:44:23.2550689Z Traceback (most recent call last): 2022-12-01T10:44:23.2550957Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2551211Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2551410Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2551415Z 2022-12-01T10:44:23.2551484Z from user code: 2022-12-01T10:44:23.2551597Z File "test_view_ops.py", line 485, in test_unbind_view 2022-12-01T10:44:23.2551700Z self.assertTrue(self.is_view_of(t, v)) 2022-12-01T10:44:23.2551705Z 2022-12-01T10:44:23.2551834Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2551885Z ========== 2022-12-01T10:44:23.2551949Z ok (0.007s) 2022-12-01T10:44:23.2552276Z test_unfold_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_unfold_view test_view_ops.py line 602 2022-12-01T10:44:23.2552340Z due to: 2022-12-01T10:44:23.2552431Z Traceback (most recent call last): 2022-12-01T10:44:23.2552702Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2552950Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2553134Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2553152Z 2022-12-01T10:44:23.2553209Z from user code: 2022-12-01T10:44:23.2553326Z File "test_view_ops.py", line 605, in test_unfold_view 2022-12-01T10:44:23.2553428Z self.assertTrue(self.is_view_of(t, v)) 2022-12-01T10:44:23.2553433Z 2022-12-01T10:44:23.2553562Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2553626Z ========== 2022-12-01T10:44:23.2553692Z ok (0.005s) 2022-12-01T10:44:23.2554053Z test_unsqueeze_inplace_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_unsqueeze_inplace_view test_view_ops.py line 633 2022-12-01T10:44:23.2554107Z due to: 2022-12-01T10:44:23.2554200Z Traceback (most recent call last): 2022-12-01T10:44:23.2554467Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2554814Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2555017Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2555064Z 2022-12-01T10:44:23.2555135Z from user code: 2022-12-01T10:44:23.2555265Z File "test_view_ops.py", line 637, in test_unsqueeze_inplace_view 2022-12-01T10:44:23.2555367Z self.assertTrue(self.is_view_of(t, v)) 2022-12-01T10:44:23.2555372Z 2022-12-01T10:44:23.2555492Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2555554Z ========== 2022-12-01T10:44:23.2555620Z ok (0.005s) 2022-12-01T10:44:23.2555957Z test_unsqueeze_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_unsqueeze_view test_view_ops.py line 625 2022-12-01T10:44:23.2556021Z due to: 2022-12-01T10:44:23.2556112Z Traceback (most recent call last): 2022-12-01T10:44:23.2556387Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2556763Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2556959Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2556964Z 2022-12-01T10:44:23.2557035Z from user code: 2022-12-01T10:44:23.2557155Z File "test_view_ops.py", line 628, in test_unsqueeze_view 2022-12-01T10:44:23.2557256Z self.assertTrue(self.is_view_of(t, v)) 2022-12-01T10:44:23.2557326Z 2022-12-01T10:44:23.2557459Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2557522Z ========== 2022-12-01T10:44:23.2557590Z ok (0.005s) 2022-12-01T10:44:23.2557923Z test_view_as_complex_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 269 2022-12-01T10:44:23.2557975Z due to: 2022-12-01T10:44:23.2558066Z Traceback (most recent call last): 2022-12-01T10:44:23.2558331Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2558583Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2558783Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2558788Z 2022-12-01T10:44:23.2558859Z from user code: 2022-12-01T10:44:23.2558978Z File "test_view_ops.py", line 270, in 2022-12-01T10:44:23.2559076Z self.assertTrue(self.is_view_of(t, res)) 2022-12-01T10:44:23.2559094Z 2022-12-01T10:44:23.2559211Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2559276Z ========== 2022-12-01T10:44:23.2559504Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 259 2022-12-01T10:44:23.2559569Z due to: 2022-12-01T10:44:23.2559662Z Traceback (most recent call last): 2022-12-01T10:44:23.2559879Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:23.2559978Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:23.2560088Z RuntimeError: Tensor must have a last dimension of size 2 2022-12-01T10:44:23.2560096Z 2022-12-01T10:44:23.2560231Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:23.2560236Z 2022-12-01T10:44:23.2560327Z Traceback (most recent call last): 2022-12-01T10:44:23.2560596Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:23.2560696Z raise TorchRuntimeError() from e 2022-12-01T10:44:23.2560804Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:23.2560809Z 2022-12-01T10:44:23.2560878Z from user code: 2022-12-01T10:44:23.2560983Z File "test_view_ops.py", line 259, in 2022-12-01T10:44:23.2561071Z lambda: torch.view_as_complex(input)) 2022-12-01T10:44:23.2561088Z 2022-12-01T10:44:23.2561204Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2561266Z ========== 2022-12-01T10:44:23.2561494Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 265 2022-12-01T10:44:23.2561559Z due to: 2022-12-01T10:44:23.2561695Z Traceback (most recent call last): 2022-12-01T10:44:23.2561913Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:23.2562010Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:23.2562127Z RuntimeError: Tensor must have a last dimension with stride 1 2022-12-01T10:44:23.2562132Z 2022-12-01T10:44:23.2562268Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:23.2562273Z 2022-12-01T10:44:23.2562363Z Traceback (most recent call last): 2022-12-01T10:44:23.2562628Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:23.2562724Z raise TorchRuntimeError() from e 2022-12-01T10:44:23.2562834Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:23.2562839Z 2022-12-01T10:44:23.2562909Z from user code: 2022-12-01T10:44:23.2563014Z File "test_view_ops.py", line 265, in 2022-12-01T10:44:23.2563103Z lambda: torch.view_as_complex(input)) 2022-12-01T10:44:23.2563108Z 2022-12-01T10:44:23.2563237Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2563302Z ========== 2022-12-01T10:44:23.2563528Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 285 2022-12-01T10:44:23.2563627Z due to: 2022-12-01T10:44:23.2563718Z Traceback (most recent call last): 2022-12-01T10:44:23.2563934Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:23.2564020Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:23.2564164Z RuntimeError: Tensor must have a stride divisible by 2 for all but last dimension 2022-12-01T10:44:23.2564169Z 2022-12-01T10:44:23.2564306Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:23.2564312Z 2022-12-01T10:44:23.2564404Z Traceback (most recent call last): 2022-12-01T10:44:23.2564677Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:23.2564773Z raise TorchRuntimeError() from e 2022-12-01T10:44:23.2564880Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:23.2564885Z 2022-12-01T10:44:23.2564954Z from user code: 2022-12-01T10:44:23.2565060Z File "test_view_ops.py", line 285, in 2022-12-01T10:44:23.2565140Z lambda: torch.view_as_complex(t)) 2022-12-01T10:44:23.2565146Z 2022-12-01T10:44:23.2565275Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2565337Z ========== 2022-12-01T10:44:23.2565565Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 291 2022-12-01T10:44:23.2565630Z due to: 2022-12-01T10:44:23.2565721Z Traceback (most recent call last): 2022-12-01T10:44:23.2565937Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:23.2566023Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:23.2566145Z RuntimeError: Tensor must have a last dimension of size 2 2022-12-01T10:44:23.2566151Z 2022-12-01T10:44:23.2566286Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:23.2566291Z 2022-12-01T10:44:23.2566381Z Traceback (most recent call last): 2022-12-01T10:44:23.2566650Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:23.2566749Z raise TorchRuntimeError() from e 2022-12-01T10:44:23.2566856Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:23.2566861Z 2022-12-01T10:44:23.2566933Z from user code: 2022-12-01T10:44:23.2567024Z File "test_view_ops.py", line 291, in 2022-12-01T10:44:23.2567117Z lambda: torch.view_as_complex(x)) 2022-12-01T10:44:23.2567122Z 2022-12-01T10:44:23.2567253Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2567315Z ========== 2022-12-01T10:44:23.2567538Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 297 2022-12-01T10:44:23.2567602Z due to: 2022-12-01T10:44:23.2567727Z Traceback (most recent call last): 2022-12-01T10:44:23.2567946Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:23.2568032Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:23.2568163Z RuntimeError: Input tensor must have one or more dimensions 2022-12-01T10:44:23.2568168Z 2022-12-01T10:44:23.2568303Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:23.2568308Z 2022-12-01T10:44:23.2568403Z Traceback (most recent call last): 2022-12-01T10:44:23.2568676Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:23.2568771Z raise TorchRuntimeError() from e 2022-12-01T10:44:23.2568878Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:23.2568883Z 2022-12-01T10:44:23.2568952Z from user code: 2022-12-01T10:44:23.2569042Z File "test_view_ops.py", line 297, in 2022-12-01T10:44:23.2569137Z lambda: torch.view_as_complex(z)) 2022-12-01T10:44:23.2569143Z 2022-12-01T10:44:23.2569273Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2569334Z ========== 2022-12-01T10:44:23.2569601Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 297 2022-12-01T10:44:23.2569699Z due to: 2022-12-01T10:44:23.2569792Z Traceback (most recent call last): 2022-12-01T10:44:23.2570044Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2570296Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2570496Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2570502Z 2022-12-01T10:44:23.2570572Z from user code: 2022-12-01T10:44:23.2570708Z File "test_view_ops.py", line 301, in 2022-12-01T10:44:23.2570816Z self.assertTrue(self.is_view_of(x, res)) 2022-12-01T10:44:23.2570821Z 2022-12-01T10:44:23.2570949Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2571011Z ========== 2022-12-01T10:44:23.2571064Z ok (0.214s) 2022-12-01T10:44:23.2571407Z test_view_as_real_cpu_complex128 (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 312 2022-12-01T10:44:23.2571473Z due to: 2022-12-01T10:44:23.2571564Z Traceback (most recent call last): 2022-12-01T10:44:23.2571831Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2572082Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2572281Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2572287Z 2022-12-01T10:44:23.2572356Z from user code: 2022-12-01T10:44:23.2572477Z File "test_view_ops.py", line 313, in 2022-12-01T10:44:23.2572570Z self.assertTrue(self.is_view_of(t, res)) 2022-12-01T10:44:23.2572575Z 2022-12-01T10:44:23.2572704Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2572769Z ========== 2022-12-01T10:44:23.2573035Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 316 2022-12-01T10:44:23.2573099Z due to: 2022-12-01T10:44:23.2573192Z Traceback (most recent call last): 2022-12-01T10:44:23.2573457Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2573694Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2573894Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2573899Z 2022-12-01T10:44:23.2573969Z from user code: 2022-12-01T10:44:23.2574150Z File "test_view_ops.py", line 321, in 2022-12-01T10:44:23.2574259Z self.assertTrue(self.is_view_of(x, res)) 2022-12-01T10:44:23.2574264Z 2022-12-01T10:44:23.2574393Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2574459Z ========== 2022-12-01T10:44:23.2574526Z ok (0.061s) 2022-12-01T10:44:23.2575137Z test_view_as_real_cpu_complex32 (__main__.TestViewOpsCPU) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:75: 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:44:23.2575233Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:44:23.2575298Z ok (0.038s) 2022-12-01T10:44:23.2575436Z test_view_as_real_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.037s) 2022-12-01T10:44:23.2575765Z test_view_as_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_as_view test_view_ops.py line 711 2022-12-01T10:44:23.2575831Z due to: 2022-12-01T10:44:23.2575928Z Traceback (most recent call last): 2022-12-01T10:44:23.2576198Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2576475Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2576661Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2576667Z 2022-12-01T10:44:23.2576738Z from user code: 2022-12-01T10:44:23.2576852Z File "test_view_ops.py", line 715, in test_view_as_view 2022-12-01T10:44:23.2576955Z self.assertTrue(self.is_view_of(t, v)) 2022-12-01T10:44:23.2576960Z 2022-12-01T10:44:23.2577089Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2577151Z ========== 2022-12-01T10:44:23.2577216Z ok (0.006s) 2022-12-01T10:44:23.2577518Z test_view_copy_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_copy test_view_ops.py line 912 2022-12-01T10:44:23.2577584Z due to: 2022-12-01T10:44:23.2577673Z Traceback (most recent call last): 2022-12-01T10:44:23.2577941Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2578193Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2578400Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2578405Z 2022-12-01T10:44:23.2578478Z from user code: 2022-12-01T10:44:23.2578590Z File "test_view_ops.py", line 919, in test_view_copy 2022-12-01T10:44:23.2578691Z self.assertTrue(self.is_view_of(a_ref, a_view)) 2022-12-01T10:44:23.2578708Z 2022-12-01T10:44:23.2578826Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2578888Z ========== 2022-12-01T10:44:23.2578953Z ok (0.008s) 2022-12-01T10:44:23.2579082Z test_view_copy_out_cpu (__main__.TestViewOpsCPU) ... ok (0.039s) 2022-12-01T10:44:23.2579261Z test_view_dtype_new_cpu_bool (__main__.TestViewOpsCPU) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-12-01T10:44:23.2579451Z test_view_dtype_new_cpu_complex128 (__main__.TestViewOpsCPU) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-12-01T10:44:23.2579635Z test_view_dtype_new_cpu_complex64 (__main__.TestViewOpsCPU) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-12-01T10:44:23.2579818Z test_view_dtype_new_cpu_float16 (__main__.TestViewOpsCPU) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-12-01T10:44:23.2579980Z test_view_dtype_new_cpu_float32 (__main__.TestViewOpsCPU) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-12-01T10:44:23.2580151Z test_view_dtype_new_cpu_float64 (__main__.TestViewOpsCPU) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-12-01T10:44:23.2580356Z test_view_dtype_new_cpu_int16 (__main__.TestViewOpsCPU) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-12-01T10:44:23.2580531Z test_view_dtype_new_cpu_int32 (__main__.TestViewOpsCPU) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-12-01T10:44:23.2580705Z test_view_dtype_new_cpu_int64 (__main__.TestViewOpsCPU) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-12-01T10:44:23.2580881Z test_view_dtype_new_cpu_int8 (__main__.TestViewOpsCPU) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-12-01T10:44:23.2581056Z test_view_dtype_new_cpu_uint8 (__main__.TestViewOpsCPU) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-12-01T10:44:23.2581205Z test_view_dtype_upsize_errors_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.082s) 2022-12-01T10:44:23.2581350Z test_view_dtype_upsize_errors_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.116s) 2022-12-01T10:44:23.2581488Z test_view_dtype_upsize_errors_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.008s) 2022-12-01T10:44:23.2581641Z test_view_dtype_upsize_errors_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.020s) 2022-12-01T10:44:23.2581789Z test_view_dtype_upsize_errors_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.080s) 2022-12-01T10:44:23.2581932Z test_view_dtype_upsize_errors_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.057s) 2022-12-01T10:44:23.2582098Z test_view_dtype_upsize_errors_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.020s) 2022-12-01T10:44:23.2582242Z test_view_dtype_upsize_errors_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.080s) 2022-12-01T10:44:23.2582382Z test_view_dtype_upsize_errors_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.050s) 2022-12-01T10:44:23.2582526Z test_view_dtype_upsize_errors_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.014s) 2022-12-01T10:44:23.2582655Z test_view_dtype_upsize_errors_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.110s) 2022-12-01T10:44:23.2582799Z test_view_dtype_upsize_errors_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.110s) 2022-12-01T10:44:23.2583187Z test_view_tensor_dsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 364 2022-12-01T10:44:23.2583257Z due to: 2022-12-01T10:44:23.2583355Z Traceback (most recent call last): 2022-12-01T10:44:23.2583626Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2583882Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2584084Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2584090Z 2022-12-01T10:44:23.2584162Z from user code: 2022-12-01T10:44:23.2584291Z File "test_view_ops.py", line 367, in 2022-12-01T10:44:23.2584414Z self.assertTrue(self.is_view_of(t, t_dsplit_tensor)) 2022-12-01T10:44:23.2584418Z 2022-12-01T10:44:23.2584554Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2584621Z ========== 2022-12-01T10:44:23.2584691Z ok (0.010s) 2022-12-01T10:44:23.2584835Z test_view_tensor_dsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:44:23.2584986Z test_view_tensor_dsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:44:23.2585116Z test_view_tensor_dsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:44:23.2585259Z test_view_tensor_dsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:44:23.2585401Z test_view_tensor_dsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:44:23.2585546Z test_view_tensor_dsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:44:23.2585686Z test_view_tensor_dsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:44:23.2585822Z test_view_tensor_dsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:44:23.2585986Z test_view_tensor_dsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:44:23.2586128Z test_view_tensor_dsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:44:23.2586256Z test_view_tensor_dsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:44:23.2586638Z test_view_tensor_hsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 344 2022-12-01T10:44:23.2586707Z due to: 2022-12-01T10:44:23.2586802Z Traceback (most recent call last): 2022-12-01T10:44:23.2587076Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2587329Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2587532Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2587538Z 2022-12-01T10:44:23.2587617Z from user code: 2022-12-01T10:44:23.2587758Z File "test_view_ops.py", line 347, in 2022-12-01T10:44:23.2587867Z self.assertTrue(self.is_view_of(t, t_hsplit_tensor)) 2022-12-01T10:44:23.2587900Z 2022-12-01T10:44:23.2588036Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2588101Z ========== 2022-12-01T10:44:23.2588169Z ok (0.009s) 2022-12-01T10:44:23.2588309Z test_view_tensor_hsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:44:23.2588455Z test_view_tensor_hsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:44:23.2588599Z test_view_tensor_hsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:44:23.2588740Z test_view_tensor_hsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:44:23.2588867Z test_view_tensor_hsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:44:23.2589009Z test_view_tensor_hsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:44:23.2589148Z test_view_tensor_hsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:44:23.2589286Z test_view_tensor_hsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:44:23.2589423Z test_view_tensor_hsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:44:23.2589563Z test_view_tensor_hsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:44:23.2589702Z test_view_tensor_hsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:44:23.2589840Z test_view_tensor_split_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-12-01T10:44:23.2589962Z test_view_tensor_split_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:44:23.2590102Z test_view_tensor_split_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:44:23.2590248Z test_view_tensor_split_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:44:23.2590391Z test_view_tensor_split_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:44:23.2590532Z test_view_tensor_split_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:44:23.2590664Z test_view_tensor_split_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:44:23.2590804Z test_view_tensor_split_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:44:23.2590936Z test_view_tensor_split_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:44:23.2591054Z test_view_tensor_split_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:44:23.2591188Z test_view_tensor_split_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:44:23.2591322Z test_view_tensor_split_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:44:23.2591748Z test_view_tensor_vsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 354 2022-12-01T10:44:23.2591817Z due to: 2022-12-01T10:44:23.2591913Z Traceback (most recent call last): 2022-12-01T10:44:23.2592188Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2592444Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2592632Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2592638Z 2022-12-01T10:44:23.2592708Z from user code: 2022-12-01T10:44:23.2592846Z File "test_view_ops.py", line 357, in 2022-12-01T10:44:23.2592965Z self.assertTrue(self.is_view_of(t, t_vsplit_tensor)) 2022-12-01T10:44:23.2592970Z 2022-12-01T10:44:23.2593100Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2593163Z ========== 2022-12-01T10:44:23.2593228Z ok (0.010s) 2022-12-01T10:44:23.2593370Z test_view_tensor_vsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:44:23.2593503Z test_view_tensor_vsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:44:23.2593645Z test_view_tensor_vsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:44:23.2593815Z test_view_tensor_vsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:44:23.2593953Z test_view_tensor_vsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:44:23.2594090Z test_view_tensor_vsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:44:23.2594226Z test_view_tensor_vsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:44:23.2594360Z test_view_tensor_vsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:44:23.2594495Z test_view_tensor_vsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:44:23.2594723Z test_view_tensor_vsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:44:23.2594862Z test_view_tensor_vsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:44:23.2595183Z test_view_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_view test_view_ops.py line 703 2022-12-01T10:44:23.2595254Z due to: 2022-12-01T10:44:23.2595348Z Traceback (most recent call last): 2022-12-01T10:44:23.2595619Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:23.2595873Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:23.2596071Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-12-01T10:44:23.2596077Z 2022-12-01T10:44:23.2596136Z from user code: 2022-12-01T10:44:23.2596247Z File "test_view_ops.py", line 706, in test_view_view 2022-12-01T10:44:23.2596351Z self.assertTrue(self.is_view_of(t, v)) 2022-12-01T10:44:23.2596357Z 2022-12-01T10:44:23.2596491Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2596667Z ========== 2022-12-01T10:44:23.2596737Z ok (0.005s) 2022-12-01T10:44:23.2596862Z test_T_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.075s) 2022-12-01T10:44:23.2597252Z test_advanced_indexing_assignment_lazy (__main__.TestViewOpsLAZY) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_advanced_indexing_assignment test_view_ops.py line 860 2022-12-01T10:44:23.2597307Z due to: 2022-12-01T10:44:23.2597399Z Traceback (most recent call last): 2022-12-01T10:44:23.2597666Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:44:23.2597814Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:44:23.2597997Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:44:23.2598003Z 2022-12-01T10:44:23.2598190Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:23.2598195Z 2022-12-01T10:44:23.2598288Z Traceback (most recent call last): 2022-12-01T10:44:23.2598562Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:44:23.2598619Z ) from e 2022-12-01T10:44:23.2598857Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:44:23.2598864Z 2022-12-01T10:44:23.2599000Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:23.2599005Z 2022-12-01T10:44:23.2599094Z Traceback (most recent call last): 2022-12-01T10:44:23.2599363Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:23.2599459Z raise TorchRuntimeError() from e 2022-12-01T10:44:23.2599569Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:23.2599576Z 2022-12-01T10:44:23.2599646Z from user code: 2022-12-01T10:44:23.2599781Z File "test_view_ops.py", line 862, in test_advanced_indexing_assignment 2022-12-01T10:44:23.2599876Z rows = torch.tensor([[0, 0], [2, 2]], device=device) 2022-12-01T10:44:23.2599920Z 2022-12-01T10:44:23.2600050Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2600116Z ========== 2022-12-01T10:44:23.2600181Z ok (0.005s) 2022-12-01T10:44:23.2600327Z test_advanced_indexing_nonview_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:44:23.2600467Z test_as_strided_gradients_lazy (__main__.TestViewOpsLAZY) ... ok (0.040s) 2022-12-01T10:44:23.2600609Z test_as_strided_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-12-01T10:44:23.2600728Z test_as_strided_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:44:23.2600876Z test_basic_indexing_ellipses_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-12-01T10:44:23.2601023Z test_basic_indexing_newaxis_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-12-01T10:44:23.2601163Z test_basic_indexing_slice_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-12-01T10:44:23.2601364Z test_chunk_view_lazy (__main__.TestViewOpsLAZY) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-12-01T10:44:23.2601664Z test_conj_imag_view_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2601953Z test_conj_imag_view_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2602085Z test_conj_self_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-12-01T10:44:23.2602217Z test_conj_self_lazy_float16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:44:23.2602334Z test_conj_self_lazy_float32 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:44:23.2602464Z test_conj_self_lazy_float64 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:44:23.2602592Z test_conj_self_lazy_int16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:44:23.2602720Z test_conj_self_lazy_int32 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:44:23.2602845Z test_conj_self_lazy_int64 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:44:23.2602974Z test_conj_self_lazy_int8 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:44:23.2603100Z test_conj_self_lazy_uint8 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:44:23.2603408Z test_conj_view_with_shared_memory_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2603680Z test_contiguous_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2603809Z test_contiguous_self_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-12-01T10:44:23.2603939Z test_diagonal_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.008s) 2022-12-01T10:44:23.2604098Z test_expand_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:44:23.2604374Z test_expand_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2604654Z test_flatten_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2604927Z test_flatten_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:44:23.2605218Z test_imag_noncomplex_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2605508Z test_imag_noncomplex_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2605785Z test_imag_noncomplex_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2606080Z test_imag_noncomplex_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2606367Z test_imag_noncomplex_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2606685Z test_imag_noncomplex_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2606966Z test_imag_noncomplex_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2607252Z test_imag_noncomplex_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2607534Z test_imag_noncomplex_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2607664Z test_movedim_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.106s) 2022-12-01T10:44:23.2607796Z test_narrow_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-12-01T10:44:23.2607908Z test_permute_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.032s) 2022-12-01T10:44:23.2608201Z test_real_imag_view_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:44:23.2608495Z test_real_imag_view_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:44:23.2608624Z test_reshape_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:44:23.2608899Z test_reshape_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2609025Z test_reshape_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.031s) 2022-12-01T10:44:23.2609148Z test_select_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:44:23.2609454Z test_set_real_imag_lazy_complex128_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2609751Z test_set_real_imag_lazy_complex128_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2610045Z test_set_real_imag_lazy_complex128_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2610352Z test_set_real_imag_lazy_complex128_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2610653Z test_set_real_imag_lazy_complex128_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2610949Z test_set_real_imag_lazy_complex128_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2611241Z test_set_real_imag_lazy_complex128_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2611570Z test_set_real_imag_lazy_complex128_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2611863Z test_set_real_imag_lazy_complex128_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2612154Z test_set_real_imag_lazy_complex128_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2612453Z test_set_real_imag_lazy_complex128_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2612749Z test_set_real_imag_lazy_complex128_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2613035Z test_set_real_imag_lazy_complex64_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2613334Z test_set_real_imag_lazy_complex64_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2613641Z test_set_real_imag_lazy_complex64_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2613992Z test_set_real_imag_lazy_complex64_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2614292Z test_set_real_imag_lazy_complex64_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2614585Z test_set_real_imag_lazy_complex64_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2614874Z test_set_real_imag_lazy_complex64_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2615171Z test_set_real_imag_lazy_complex64_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:44:23.2615462Z test_set_real_imag_lazy_complex64_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2615750Z test_set_real_imag_lazy_complex64_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2616044Z test_set_real_imag_lazy_complex64_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2616324Z test_set_real_imag_lazy_complex64_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2616521Z test_split_view_lazy (__main__.TestViewOpsLAZY) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-12-01T10:44:23.2616659Z test_squeeze_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:44:23.2616792Z test_squeeze_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:44:23.2616921Z test_t_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:44:23.2617045Z test_t_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:44:23.2617184Z test_transpose_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.037s) 2022-12-01T10:44:23.2617318Z test_transpose_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.035s) 2022-12-01T10:44:23.2617425Z test_unbind_lazy (__main__.TestViewOpsLAZY) ... ok (0.007s) 2022-12-01T10:44:23.2617696Z test_unbind_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2617822Z test_unfold_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:44:23.2617964Z test_unsqueeze_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-12-01T10:44:23.2618093Z test_unsqueeze_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:44:23.2618402Z test_view_as_complex_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:44:23.2618692Z test_view_as_real_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:44:23.2618983Z test_view_as_real_lazy_complex32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:44:23.2619275Z test_view_as_real_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:44:23.2619389Z test_view_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:44:23.2619510Z test_view_copy_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-12-01T10:44:23.2619865Z test_view_copy_out_lazy (__main__.TestViewOpsLAZY) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 942 2022-12-01T10:44:23.2619932Z due to: 2022-12-01T10:44:23.2620025Z Traceback (most recent call last): 2022-12-01T10:44:23.2620294Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T10:44:23.2620444Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T10:44:23.2620625Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T10:44:23.2620659Z 2022-12-01T10:44:23.2620785Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:23.2620803Z 2022-12-01T10:44:23.2620881Z Traceback (most recent call last): 2022-12-01T10:44:23.2621154Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:44:23.2621221Z ) from e 2022-12-01T10:44:23.2621459Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:44:23.2621465Z 2022-12-01T10:44:23.2621597Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:23.2621664Z ========== 2022-12-01T10:44:23.2621731Z ok (0.020s) 2022-12-01T10:44:23.2621902Z test_view_dtype_new_lazy_bool (__main__.TestViewOpsLAZY) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-12-01T10:44:23.2622095Z test_view_dtype_new_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-12-01T10:44:23.2622287Z test_view_dtype_new_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-12-01T10:44:23.2622470Z test_view_dtype_new_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-12-01T10:44:23.2622654Z test_view_dtype_new_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-12-01T10:44:23.2622836Z test_view_dtype_new_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-12-01T10:44:23.2623021Z test_view_dtype_new_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-12-01T10:44:23.2623297Z test_view_dtype_new_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-12-01T10:44:23.2623492Z test_view_dtype_new_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-12-01T10:44:23.2623670Z test_view_dtype_new_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-12-01T10:44:23.2623836Z test_view_dtype_new_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-12-01T10:44:23.2624145Z test_view_dtype_upsize_errors_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:44:23.2624447Z test_view_dtype_upsize_errors_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:44:23.2624794Z test_view_dtype_upsize_errors_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:44:23.2625102Z test_view_dtype_upsize_errors_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2625404Z test_view_dtype_upsize_errors_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:44:23.2625703Z test_view_dtype_upsize_errors_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:44:23.2625997Z test_view_dtype_upsize_errors_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:44:23.2626296Z test_view_dtype_upsize_errors_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:44:23.2626591Z test_view_dtype_upsize_errors_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:44:23.2626868Z test_view_dtype_upsize_errors_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2627194Z test_view_dtype_upsize_errors_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:44:23.2627491Z test_view_dtype_upsize_errors_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2627785Z test_view_tensor_dsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2628076Z test_view_tensor_dsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2628374Z test_view_tensor_dsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2628668Z test_view_tensor_dsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2628961Z test_view_tensor_dsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2629254Z test_view_tensor_dsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2629545Z test_view_tensor_dsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2629821Z test_view_tensor_dsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2630108Z test_view_tensor_dsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2630392Z test_view_tensor_dsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2630680Z test_view_tensor_dsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2630968Z test_view_tensor_dsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2631260Z test_view_tensor_hsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2631545Z test_view_tensor_hsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2631841Z test_view_tensor_hsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2632167Z test_view_tensor_hsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2632463Z test_view_tensor_hsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2632741Z test_view_tensor_hsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2633032Z test_view_tensor_hsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2633313Z test_view_tensor_hsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2633597Z test_view_tensor_hsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2633877Z test_view_tensor_hsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2634164Z test_view_tensor_hsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2634451Z test_view_tensor_hsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2634822Z test_view_tensor_split_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:44:23.2635140Z test_view_tensor_split_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2635436Z test_view_tensor_split_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2635717Z test_view_tensor_split_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2636009Z test_view_tensor_split_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2636297Z test_view_tensor_split_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2638101Z test_view_tensor_split_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2638414Z test_view_tensor_split_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2638701Z test_view_tensor_split_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2638987Z test_view_tensor_split_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2639273Z test_view_tensor_split_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2639565Z test_view_tensor_split_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2639859Z test_view_tensor_vsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2640133Z test_view_tensor_vsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2640434Z test_view_tensor_vsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2640729Z test_view_tensor_vsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2641022Z test_view_tensor_vsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2641313Z test_view_tensor_vsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2641699Z test_view_tensor_vsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2641989Z test_view_tensor_vsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2642278Z test_view_tensor_vsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2642563Z test_view_tensor_vsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2642851Z test_view_tensor_vsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2643124Z test_view_tensor_vsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:44:23.2643250Z test_view_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-12-01T10:44:23.2643257Z 2022-12-01T10:44:23.2643463Z ---------------------------------------------------------------------- 2022-12-01T10:44:23.2643548Z Ran 439 tests in 17.323s 2022-12-01T10:44:23.2643553Z 2022-12-01T10:44:23.2643629Z OK (skipped=136) 2022-12-01T10:44:23.2643633Z 2022-12-01T10:44:23.2643758Z Generating XML reports... 2022-12-01T10:44:23.2644060Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestOldViewOpsCPU-20221201104405.xml 2022-12-01T10:44:23.2644348Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestViewOpsCPU-20221201104405.xml 2022-12-01T10:44:23.2644635Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestViewOpsLAZY-20221201104405.xml 2022-12-01T10:44:23.2644640Z 2022-12-01T10:44:23.2645017Z ##[endgroup] 2022-12-01T10:44:23.2645302Z FINISHED PRINTING LOG FILE of test_view_ops (/var/lib/jenkins/workspace/test/test-reports/test_view_ops_9khbo1eb) 2022-12-01T10:44:23.2645307Z 2022-12-01T10:44:23.2645482Z Running test_type_promotion ... [2022-12-01 10:44:23.204296] 2022-12-01T10:44:23.2645828Z Executing ['/opt/conda/bin/python', '-bb', 'test_type_promotion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:44:23.204623] 2022-12-01T10:44:37.0047292Z 2022-12-01T10:44:37.0047846Z Expand the folded group to see the log file of test_type_promotion 2022-12-01T10:44:37.0048918Z ##[group]PRINTING LOG FILE of test_type_promotion (/var/lib/jenkins/workspace/test/test-reports/test_type_promotion_wexye5zr) 2022-12-01T10:44:37.0049738Z Test results will be stored in test-reports/python-unittest/test_type_promotion 2022-12-01T10:44:37.0050033Z 2022-12-01T10:44:37.0050122Z Running tests... 2022-12-01T10:44:37.0050605Z ---------------------------------------------------------------------- 2022-12-01T10:44:37.0051383Z test_add_wrapped_cpu (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT wrapped_fn test_type_promotion.py line 31 2022-12-01T10:44:37.0051799Z due to: 2022-12-01T10:44:37.0052025Z Traceback (most recent call last): 2022-12-01T10:44:37.0052656Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:37.0053407Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:37.0054078Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-12-01T10:44:37.0054405Z 2022-12-01T10:44:37.0054530Z from user code: 2022-12-01T10:44:37.0054859Z File "test_type_promotion.py", line 33, in wrapped_fn 2022-12-01T10:44:37.0055225Z cur_dtype = torch.get_default_dtype() 2022-12-01T10:44:37.0055403Z 2022-12-01T10:44:37.0055539Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0055777Z ========== 2022-12-01T10:44:37.0056014Z ok (0.132s) 2022-12-01T10:44:37.0056961Z test_alpha_mismatch_cpu (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 419 2022-12-01T10:44:37.0057480Z due to: 2022-12-01T10:44:37.0057767Z Traceback (most recent call last): 2022-12-01T10:44:37.0058365Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:37.0058820Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:37.0059330Z RuntimeError: For integral input tensors, argument alpha must not be a floating point number. 2022-12-01T10:44:37.0059644Z 2022-12-01T10:44:37.0059890Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:37.0060177Z 2022-12-01T10:44:37.0060344Z Traceback (most recent call last): 2022-12-01T10:44:37.0061053Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:37.0061572Z raise TorchRuntimeError() from e 2022-12-01T10:44:37.0062032Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:37.0062282Z 2022-12-01T10:44:37.0062402Z from user code: 2022-12-01T10:44:37.0062737Z File "test_type_promotion.py", line 419, in 2022-12-01T10:44:37.0063129Z lambda: torch.add(x, x, alpha=1.1)) 2022-12-01T10:44:37.0063365Z 2022-12-01T10:44:37.0063625Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0064078Z ========== 2022-12-01T10:44:37.0064533Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 422 2022-12-01T10:44:37.0064884Z due to: 2022-12-01T10:44:37.0065191Z Traceback (most recent call last): 2022-12-01T10:44:37.0065696Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:37.0083050Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:37.0083593Z RuntimeError: For integral input tensors, argument alpha must not be a floating point number. 2022-12-01T10:44:37.0083918Z 2022-12-01T10:44:37.0084160Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:37.0084433Z 2022-12-01T10:44:37.0084615Z Traceback (most recent call last): 2022-12-01T10:44:37.0085355Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:37.0085668Z raise TorchRuntimeError() from e 2022-12-01T10:44:37.0085916Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:37.0086061Z 2022-12-01T10:44:37.0086119Z from user code: 2022-12-01T10:44:37.0086339Z File "test_type_promotion.py", line 422, in 2022-12-01T10:44:37.0086575Z lambda: torch.add(x, x, alpha=1.1)) 2022-12-01T10:44:37.0086707Z 2022-12-01T10:44:37.0086827Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0087049Z ========== 2022-12-01T10:44:37.0087208Z ok (0.052s) 2022-12-01T10:44:37.0087661Z test_alternate_result_cpu (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 328 2022-12-01T10:44:37.0087964Z due to: 2022-12-01T10:44:37.0088148Z Traceback (most recent call last): 2022-12-01T10:44:37.0088497Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:37.0088755Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:37.0089087Z RuntimeError: result type Float can't be cast to the desired output type Long 2022-12-01T10:44:37.0089263Z 2022-12-01T10:44:37.0089403Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:37.0089569Z 2022-12-01T10:44:37.0089661Z Traceback (most recent call last): 2022-12-01T10:44:37.0090039Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:37.0090339Z raise TorchRuntimeError() from e 2022-12-01T10:44:37.0090576Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:37.0090705Z 2022-12-01T10:44:37.0090776Z from user code: 2022-12-01T10:44:37.0090990Z File "test_type_promotion.py", line 328, in 2022-12-01T10:44:37.0091220Z lambda: torch.add(x, x, out=o)) 2022-12-01T10:44:37.0091490Z 2022-12-01T10:44:37.0091611Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0091834Z ========== 2022-12-01T10:44:37.0091998Z ok (0.046s) 2022-12-01T10:44:37.0092215Z test_bfloat16_cpu (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-12-01T10:44:37.0092785Z test_booleans_cpu (__main__.TestTypePromotionCPU) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:75: UserWarning: This overload of add is deprecated: 2022-12-01T10:44:37.0093195Z add(Tensor input, Number alpha, Tensor other, *, Tensor out) 2022-12-01T10:44:37.0093466Z Consider using one of the following signatures instead: 2022-12-01T10:44:37.0093831Z 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:44:37.0094180Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:44:37.0094383Z ok (0.060s) 2022-12-01T10:44:37.0094806Z test_can_cast_cpu (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_can_cast test_type_promotion.py line 533 2022-12-01T10:44:37.0095114Z due to: 2022-12-01T10:44:37.0095301Z Traceback (most recent call last): 2022-12-01T10:44:37.0095695Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:37.0096196Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:37.0096686Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-12-01T10:44:37.0096903Z 2022-12-01T10:44:37.0096976Z from user code: 2022-12-01T10:44:37.0097187Z File "test_type_promotion.py", line 535, in test_can_cast 2022-12-01T10:44:37.0097465Z self.assertTrue(torch.can_cast(torch.double, torch.float)) 2022-12-01T10:44:37.0097626Z 2022-12-01T10:44:37.0097762Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0097988Z ========== 2022-12-01T10:44:37.0098135Z ok (0.003s) 2022-12-01T10:44:37.0098381Z test_cat_different_dtypes_cpu (__main__.TestTypePromotionCPU) ... ok (0.038s) 2022-12-01T10:44:37.0098710Z test_cat_out_different_dtypes_cpu (__main__.TestTypePromotionCPU) ... ok (1.546s) 2022-12-01T10:44:37.0099256Z test_clamp_type_promotion_cpu_bool_bool_bool (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT expected_type test_type_promotion.py line 1134 2022-12-01T10:44:37.0099588Z due to: 2022-12-01T10:44:37.0099771Z Traceback (most recent call last): 2022-12-01T10:44:37.0100163Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:37.0100599Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:37.0101098Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-12-01T10:44:37.0101321Z 2022-12-01T10:44:37.0101392Z from user code: 2022-12-01T10:44:37.0101603Z File "test_type_promotion.py", line 1139, in expected_type 2022-12-01T10:44:37.0101862Z exp_type = torch.result_type(inp, arg1) 2022-12-01T10:44:37.0101999Z 2022-12-01T10:44:37.0102131Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0102350Z ========== 2022-12-01T10:44:37.0102679Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT expected_type test_type_promotion.py line 1153 2022-12-01T10:44:37.0102939Z due to: 2022-12-01T10:44:37.0103122Z Traceback (most recent call last): 2022-12-01T10:44:37.0103499Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:37.0103948Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:37.0104481Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-12-01T10:44:37.0104708Z 2022-12-01T10:44:37.0104779Z from user code: 2022-12-01T10:44:37.0104992Z File "test_type_promotion.py", line 1154, in expected_type 2022-12-01T10:44:37.0105234Z return torch.result_type(inp, val) 2022-12-01T10:44:37.0105369Z 2022-12-01T10:44:37.0105501Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0105708Z ========== 2022-12-01T10:44:37.0105865Z ok (0.057s) 2022-12-01T10:44:37.0106130Z test_clamp_type_promotion_cpu_bool_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.114s) 2022-12-01T10:44:37.0106472Z test_clamp_type_promotion_cpu_bool_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.046s) 2022-12-01T10:44:37.0106822Z test_clamp_type_promotion_cpu_bool_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.036s) 2022-12-01T10:44:37.0107170Z test_clamp_type_promotion_cpu_bool_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.045s) 2022-12-01T10:44:37.0107523Z test_clamp_type_promotion_cpu_bool_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.036s) 2022-12-01T10:44:37.0107864Z test_clamp_type_promotion_cpu_bool_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.036s) 2022-12-01T10:44:37.0108249Z test_clamp_type_promotion_cpu_bool_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.035s) 2022-12-01T10:44:37.0108599Z test_clamp_type_promotion_cpu_bool_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.012s) 2022-12-01T10:44:37.0108934Z test_clamp_type_promotion_cpu_bool_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:44:37.0109281Z test_clamp_type_promotion_cpu_bool_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:44:37.0109630Z test_clamp_type_promotion_cpu_bool_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-12-01T10:44:37.0109975Z test_clamp_type_promotion_cpu_bool_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:44:37.0110309Z test_clamp_type_promotion_cpu_bool_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:44:37.0110657Z test_clamp_type_promotion_cpu_bool_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:44:37.0110995Z test_clamp_type_promotion_cpu_bool_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:44:37.0111338Z test_clamp_type_promotion_cpu_float32_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-12-01T10:44:37.0111688Z test_clamp_type_promotion_cpu_float32_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:44:37.0112039Z test_clamp_type_promotion_cpu_float32_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-12-01T10:44:37.0112375Z test_clamp_type_promotion_cpu_float32_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-12-01T10:44:37.0112721Z test_clamp_type_promotion_cpu_float32_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-12-01T10:44:37.0113076Z test_clamp_type_promotion_cpu_float32_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-12-01T10:44:37.0113430Z test_clamp_type_promotion_cpu_float32_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-12-01T10:44:37.0113773Z test_clamp_type_promotion_cpu_float32_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-12-01T10:44:37.0114120Z test_clamp_type_promotion_cpu_float32_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-12-01T10:44:37.0114474Z test_clamp_type_promotion_cpu_float32_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-12-01T10:44:37.0114914Z test_clamp_type_promotion_cpu_float32_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-12-01T10:44:37.0115273Z test_clamp_type_promotion_cpu_float32_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:44:37.0115668Z test_clamp_type_promotion_cpu_float32_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-12-01T10:44:37.0116018Z test_clamp_type_promotion_cpu_float32_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:44:37.0116352Z test_clamp_type_promotion_cpu_float32_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-12-01T10:44:37.0116964Z test_clamp_type_promotion_cpu_float32_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-12-01T10:44:37.0117319Z test_clamp_type_promotion_cpu_float64_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-12-01T10:44:37.0117672Z test_clamp_type_promotion_cpu_float64_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:44:37.0118009Z test_clamp_type_promotion_cpu_float64_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:44:37.0118358Z test_clamp_type_promotion_cpu_float64_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:44:37.0118715Z test_clamp_type_promotion_cpu_float64_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:44:37.0119057Z test_clamp_type_promotion_cpu_float64_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-12-01T10:44:37.0119413Z test_clamp_type_promotion_cpu_float64_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-12-01T10:44:37.0119834Z test_clamp_type_promotion_cpu_float64_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:44:37.0120187Z test_clamp_type_promotion_cpu_float64_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:44:37.0120525Z test_clamp_type_promotion_cpu_float64_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:44:37.0120882Z test_clamp_type_promotion_cpu_float64_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:44:37.0121238Z test_clamp_type_promotion_cpu_float64_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:44:37.0121589Z test_clamp_type_promotion_cpu_float64_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:44:37.0121925Z test_clamp_type_promotion_cpu_float64_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:44:37.0122274Z test_clamp_type_promotion_cpu_float64_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:44:37.0122622Z test_clamp_type_promotion_cpu_float64_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-12-01T10:44:37.0122954Z test_clamp_type_promotion_cpu_int32_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:44:37.0123297Z test_clamp_type_promotion_cpu_int32_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:44:37.0123642Z test_clamp_type_promotion_cpu_int32_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:44:37.0123986Z test_clamp_type_promotion_cpu_int32_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:44:37.0124316Z test_clamp_type_promotion_cpu_int32_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:44:37.0124663Z test_clamp_type_promotion_cpu_int32_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:44:37.0125004Z test_clamp_type_promotion_cpu_int32_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:44:37.0125354Z test_clamp_type_promotion_cpu_int32_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:44:37.0125683Z test_clamp_type_promotion_cpu_int32_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:44:37.0126033Z test_clamp_type_promotion_cpu_int32_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:44:37.0126377Z test_clamp_type_promotion_cpu_int32_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:44:37.0126708Z test_clamp_type_promotion_cpu_int32_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:44:37.0127103Z test_clamp_type_promotion_cpu_int32_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:44:37.0127453Z test_clamp_type_promotion_cpu_int32_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:44:37.0127797Z test_clamp_type_promotion_cpu_int32_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:44:37.0128129Z test_clamp_type_promotion_cpu_int32_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:44:37.0128763Z test_comparison_ops_with_type_promotion_cpu (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_comparison_ops_with_type_promotion test_type_promotion.py line 538 2022-12-01T10:44:37.0129126Z due to: 2022-12-01T10:44:37.0129314Z Traceback (most recent call last): 2022-12-01T10:44:37.0129698Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/codegen.py", line 238, in create_load_const 2022-12-01T10:44:37.0130023Z assert is_safe_constant(value), f"unsafe constant {value}" 2022-12-01T10:44:37.0130285Z AssertionError: unsafe constant torch.uint8 2022-12-01T10:44:37.0130428Z 2022-12-01T10:44:37.0130486Z from user code: 2022-12-01T10:44:37.0130742Z File "test_type_promotion.py", line 557, in test_comparison_ops_with_type_promotion 2022-12-01T10:44:37.0131040Z compare_op=lambda x, y: x < y, 2022-12-01T10:44:37.0131166Z 2022-12-01T10:44:37.0131300Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0131505Z ========== 2022-12-01T10:44:37.0131838Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 555 2022-12-01T10:44:37.0132092Z due to: 2022-12-01T10:44:37.0132262Z Traceback (most recent call last): 2022-12-01T10:44:37.0132663Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/torch.py", line 261, in call_function 2022-12-01T10:44:37.0132960Z assert name in tx.symbolic_locals 2022-12-01T10:44:37.0133144Z AssertionError 2022-12-01T10:44:37.0133253Z 2022-12-01T10:44:37.0133330Z from user code: 2022-12-01T10:44:37.0133545Z File "test_type_promotion.py", line 555, in 2022-12-01T10:44:37.0133826Z out_op=lambda x, y, d: torch.lt(x, y, out=torch.empty(0, dtype=torch.bool, device=d)), 2022-12-01T10:44:37.0134006Z 2022-12-01T10:44:37.0134140Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0134359Z ========== 2022-12-01T10:44:37.0134685Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 561 2022-12-01T10:44:37.0134922Z due to: 2022-12-01T10:44:37.0135104Z Traceback (most recent call last): 2022-12-01T10:44:37.0135504Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/torch.py", line 261, in call_function 2022-12-01T10:44:37.0135788Z assert name in tx.symbolic_locals 2022-12-01T10:44:37.0135986Z AssertionError 2022-12-01T10:44:37.0136095Z 2022-12-01T10:44:37.0136166Z from user code: 2022-12-01T10:44:37.0136367Z File "test_type_promotion.py", line 561, in 2022-12-01T10:44:37.0136661Z out_op=lambda x, y, d: torch.le(x, y, out=torch.empty(0, dtype=torch.bool, device=d)), 2022-12-01T10:44:37.0136837Z 2022-12-01T10:44:37.0136969Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0137187Z ========== 2022-12-01T10:44:37.0137508Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 567 2022-12-01T10:44:37.0137760Z due to: 2022-12-01T10:44:37.0137941Z Traceback (most recent call last): 2022-12-01T10:44:37.0138327Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/torch.py", line 261, in call_function 2022-12-01T10:44:37.0138624Z assert name in tx.symbolic_locals 2022-12-01T10:44:37.0138822Z AssertionError 2022-12-01T10:44:37.0138931Z 2022-12-01T10:44:37.0138989Z from user code: 2022-12-01T10:44:37.0139206Z File "test_type_promotion.py", line 567, in 2022-12-01T10:44:37.0139537Z out_op=lambda x, y, d: torch.gt(x, y, out=torch.empty(0, dtype=torch.bool, device=d)), 2022-12-01T10:44:37.0139717Z 2022-12-01T10:44:37.0139850Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0140058Z ========== 2022-12-01T10:44:37.0140386Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 573 2022-12-01T10:44:37.0140645Z due to: 2022-12-01T10:44:37.0140817Z Traceback (most recent call last): 2022-12-01T10:44:37.0141219Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/torch.py", line 261, in call_function 2022-12-01T10:44:37.0141520Z assert name in tx.symbolic_locals 2022-12-01T10:44:37.0141706Z AssertionError 2022-12-01T10:44:37.0141817Z 2022-12-01T10:44:37.0141889Z from user code: 2022-12-01T10:44:37.0142108Z File "test_type_promotion.py", line 573, in 2022-12-01T10:44:37.0142386Z out_op=lambda x, y, d: torch.ge(x, y, out=torch.empty(0, dtype=torch.bool, device=d)), 2022-12-01T10:44:37.0142564Z 2022-12-01T10:44:37.0142698Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0142917Z ========== 2022-12-01T10:44:37.0143246Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 579 2022-12-01T10:44:37.0143486Z due to: 2022-12-01T10:44:37.0143668Z Traceback (most recent call last): 2022-12-01T10:44:37.0144112Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/torch.py", line 261, in call_function 2022-12-01T10:44:37.0144399Z assert name in tx.symbolic_locals 2022-12-01T10:44:37.0144595Z AssertionError 2022-12-01T10:44:37.0144702Z 2022-12-01T10:44:37.0144774Z from user code: 2022-12-01T10:44:37.0144974Z File "test_type_promotion.py", line 579, in 2022-12-01T10:44:37.0145264Z out_op=lambda x, y, d: torch.eq(x, y, out=torch.empty(0, dtype=torch.bool, device=d)), 2022-12-01T10:44:37.0145442Z 2022-12-01T10:44:37.0145576Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0145795Z ========== 2022-12-01T10:44:37.0146113Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 585 2022-12-01T10:44:37.0146367Z due to: 2022-12-01T10:44:37.0146548Z Traceback (most recent call last): 2022-12-01T10:44:37.0146934Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/torch.py", line 261, in call_function 2022-12-01T10:44:37.0147235Z assert name in tx.symbolic_locals 2022-12-01T10:44:37.0147431Z AssertionError 2022-12-01T10:44:37.0147539Z 2022-12-01T10:44:37.0147597Z from user code: 2022-12-01T10:44:37.0147812Z File "test_type_promotion.py", line 585, in 2022-12-01T10:44:37.0148102Z out_op=lambda x, y, d: torch.ne(x, y, out=torch.empty(0, dtype=torch.bool, device=d)), 2022-12-01T10:44:37.0148275Z 2022-12-01T10:44:37.0148408Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0148616Z ========== 2022-12-01T10:44:37.0148774Z ok (0.383s) 2022-12-01T10:44:37.0149230Z test_complex_assertraises_cpu (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 651 2022-12-01T10:44:37.0149534Z due to: 2022-12-01T10:44:37.0149717Z Traceback (most recent call last): 2022-12-01T10:44:37.0150114Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:44:37.0150418Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:44:37.0150978Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-12-01T10:44:37.0151265Z 2022-12-01T10:44:37.0151403Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:37.0151568Z 2022-12-01T10:44:37.0151660Z Traceback (most recent call last): 2022-12-01T10:44:37.0152037Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:37.0152379Z raise TorchRuntimeError() from e 2022-12-01T10:44:37.0152619Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:37.0152761Z 2022-12-01T10:44:37.0152840Z from user code: 2022-12-01T10:44:37.0153042Z File "test_type_promotion.py", line 651, in 2022-12-01T10:44:37.0153359Z self.assertRaises(RuntimeError, lambda: torch.tensor([op["compare_op"](u, v)], dtype=torch.bool)) 2022-12-01T10:44:37.0153557Z 2022-12-01T10:44:37.0153692Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0153898Z ========== 2022-12-01T10:44:37.0154418Z test_type_promotion.py:650: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:44:37.0154911Z v = torch.tensor([2], dtype=dt2, device=device) 2022-12-01T10:44:37.0155114Z ok (1.092s) 2022-12-01T10:44:37.0155338Z test_complex_half_cpu (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-12-01T10:44:37.0155912Z test_complex_promotion_cpu (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 147 2022-12-01T10:44:37.0156258Z due to: 2022-12-01T10:44:37.0156503Z Traceback (most recent call last): 2022-12-01T10:44:37.0157009Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:37.0157465Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:37.0157964Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-12-01T10:44:37.0158174Z 2022-12-01T10:44:37.0158249Z from user code: 2022-12-01T10:44:37.0158505Z File "test_type_promotion.py", line 148, in 2022-12-01T10:44:37.0158816Z self.assertEqual(torch.result_type(s, t), expected_dtype) 2022-12-01T10:44:37.0158983Z 2022-12-01T10:44:37.0159103Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0159324Z ========== 2022-12-01T10:44:37.0159706Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 167 2022-12-01T10:44:37.0159989Z due to: 2022-12-01T10:44:37.0160161Z Traceback (most recent call last): 2022-12-01T10:44:37.0160557Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:37.0161004Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:37.0161444Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-12-01T10:44:37.0161649Z 2022-12-01T10:44:37.0161722Z from user code: 2022-12-01T10:44:37.0161973Z File "test_type_promotion.py", line 167, in 2022-12-01T10:44:37.0162249Z t = make_1d_tensor(dtype=torch.bfloat16) 2022-12-01T10:44:37.0162372Z 2022-12-01T10:44:37.0162503Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0162723Z ========== 2022-12-01T10:44:37.0163084Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT complex_scalar_tensor_test test_type_promotion.py line 133 2022-12-01T10:44:37.0163341Z due to: 2022-12-01T10:44:37.0163525Z Traceback (most recent call last): 2022-12-01T10:44:37.0163916Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:37.0164353Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:37.0164803Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-12-01T10:44:37.0165005Z 2022-12-01T10:44:37.0165077Z from user code: 2022-12-01T10:44:37.0165378Z File "test_type_promotion.py", line 145, in complex_scalar_tensor_test 2022-12-01T10:44:37.0165690Z expected_dtype = float_to_corresponding_complex_type_map[torch.get_default_dtype()] 2022-12-01T10:44:37.0165880Z 2022-12-01T10:44:37.0166013Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0166238Z ========== 2022-12-01T10:44:37.0166386Z ok (0.467s) 2022-12-01T10:44:37.0166652Z test_complex_scalar_mult_tensor_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-12-01T10:44:37.0166997Z test_computation_ignores_out_cpu (__main__.TestTypePromotionCPU) ... ok (0.071s) 2022-12-01T10:44:37.0167573Z test_create_bool_tensors_cpu (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 445 2022-12-01T10:44:37.0167899Z due to: 2022-12-01T10:44:37.0168085Z Traceback (most recent call last): 2022-12-01T10:44:37.0168487Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:37.0168926Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:37.0169379Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-12-01T10:44:37.0169633Z 2022-12-01T10:44:37.0169706Z from user code: 2022-12-01T10:44:37.0170071Z File "test_type_promotion.py", line 446, in 2022-12-01T10:44:37.0170384Z expected = torch.tensor([0, 0.5], dtype=torch.get_default_dtype(), device=device) 2022-12-01T10:44:37.0170557Z 2022-12-01T10:44:37.0170690Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0170909Z ========== 2022-12-01T10:44:37.0171054Z ok (0.024s) 2022-12-01T10:44:37.0171518Z test_div_promotion_cpu_bool (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_div_promotion test_type_promotion.py line 722 2022-12-01T10:44:37.0171841Z due to: 2022-12-01T10:44:37.0172028Z Traceback (most recent call last): 2022-12-01T10:44:37.0172408Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:37.0172857Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:37.0173315Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-12-01T10:44:37.0173517Z 2022-12-01T10:44:37.0173575Z from user code: 2022-12-01T10:44:37.0173803Z File "test_type_promotion.py", line 730, in test_div_promotion 2022-12-01T10:44:37.0174123Z casting_result = dividend.to(torch.get_default_dtype()) / divisor.to(torch.get_default_dtype()) 2022-12-01T10:44:37.0174312Z 2022-12-01T10:44:37.0174444Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0174650Z ========== 2022-12-01T10:44:37.0174807Z ok (0.008s) 2022-12-01T10:44:37.0175052Z test_div_promotion_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0175352Z test_div_promotion_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0175659Z test_div_promotion_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0175971Z test_div_promotion_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0176267Z test_div_promotion_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0176585Z test_div_promotion_inplace_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.025s) 2022-12-01T10:44:37.0176914Z test_div_promotion_inplace_cpu_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0177245Z test_div_promotion_inplace_cpu_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0177563Z test_div_promotion_inplace_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-12-01T10:44:37.0177933Z test_div_promotion_inplace_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-12-01T10:44:37.0178267Z test_div_promotion_inplace_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-12-01T10:44:37.0178580Z test_div_promotion_inplace_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-12-01T10:44:37.0178911Z test_div_promotion_inplace_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-12-01T10:44:37.0179232Z test_div_promotion_out_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.026s) 2022-12-01T10:44:37.0179553Z test_div_promotion_out_cpu_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0179863Z test_div_promotion_out_cpu_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0180187Z test_div_promotion_out_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-12-01T10:44:37.0180508Z test_div_promotion_out_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-12-01T10:44:37.0180825Z test_div_promotion_out_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-12-01T10:44:37.0181128Z test_div_promotion_out_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-12-01T10:44:37.0181442Z test_div_promotion_out_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-12-01T10:44:37.0181784Z test_float_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.037s) 2022-12-01T10:44:37.0182310Z test_from_issue_cpu (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 240 2022-12-01T10:44:37.0182634Z due to: 2022-12-01T10:44:37.0182818Z Traceback (most recent call last): 2022-12-01T10:44:37.0183197Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:37.0183650Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:37.0184102Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-12-01T10:44:37.0184305Z 2022-12-01T10:44:37.0184377Z from user code: 2022-12-01T10:44:37.0184605Z File "test_type_promotion.py", line 245, in 2022-12-01T10:44:37.0184902Z self.assertEqual((u + 5.5).dtype, torch.get_default_dtype()) 2022-12-01T10:44:37.0185059Z 2022-12-01T10:44:37.0185192Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0185411Z ========== 2022-12-01T10:44:37.0185559Z ok (0.030s) 2022-12-01T10:44:37.0186001Z test_half_cpu (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 255 2022-12-01T10:44:37.0186315Z due to: 2022-12-01T10:44:37.0186487Z Traceback (most recent call last): 2022-12-01T10:44:37.0186877Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:37.0187324Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:37.0187765Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-12-01T10:44:37.0187969Z 2022-12-01T10:44:37.0188044Z from user code: 2022-12-01T10:44:37.0188279Z File "test_type_promotion.py", line 257, in 2022-12-01T10:44:37.0188582Z self.assertEqual((half + default_tensor).dtype, torch.get_default_dtype()) 2022-12-01T10:44:37.0188740Z 2022-12-01T10:44:37.0188874Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0189091Z ========== 2022-12-01T10:44:37.0189250Z ok (0.016s) 2022-12-01T10:44:37.0189467Z test_indexing_cpu (__main__.TestTypePromotionCPU) ... ok (0.026s) 2022-12-01T10:44:37.0189908Z test_indexing_fail_cpu (__main__.TestTypePromotionCPU) ... skip: test doesn't currently work with torchdynamo (0.006s) 2022-12-01T10:44:37.0190482Z test_inplace_cpu (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 54 2022-12-01T10:44:37.0190793Z due to: 2022-12-01T10:44:37.0190963Z Traceback (most recent call last): 2022-12-01T10:44:37.0191305Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:37.0191578Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:37.0191894Z RuntimeError: result type Float can't be cast to the desired output type Int 2022-12-01T10:44:37.0192067Z 2022-12-01T10:44:37.0192202Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:37.0192366Z 2022-12-01T10:44:37.0192458Z Traceback (most recent call last): 2022-12-01T10:44:37.0192845Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:37.0193127Z raise TorchRuntimeError() from e 2022-12-01T10:44:37.0193362Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:37.0193504Z 2022-12-01T10:44:37.0193578Z from user code: 2022-12-01T10:44:37.0193780Z File "test_type_promotion.py", line 54, in 2022-12-01T10:44:37.0194155Z self.assertRaisesRegex(RuntimeError, "can't be cast to", lambda: int_tensor.add_(1.5)) 2022-12-01T10:44:37.0194344Z 2022-12-01T10:44:37.0194509Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0194805Z ========== 2022-12-01T10:44:37.0195142Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 68 2022-12-01T10:44:37.0195399Z due to: 2022-12-01T10:44:37.0195571Z Traceback (most recent call last): 2022-12-01T10:44:37.0195916Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:37.0196187Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:37.0196522Z RuntimeError: result type Byte can't be cast to the desired output type Bool 2022-12-01T10:44:37.0196797Z 2022-12-01T10:44:37.0196936Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:37.0197104Z 2022-12-01T10:44:37.0199975Z Traceback (most recent call last): 2022-12-01T10:44:37.0200643Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:37.0201081Z raise TorchRuntimeError() from e 2022-12-01T10:44:37.0201403Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:37.0201604Z 2022-12-01T10:44:37.0201706Z from user code: 2022-12-01T10:44:37.0202000Z File "test_type_promotion.py", line 68, in 2022-12-01T10:44:37.0202417Z self.assertRaisesRegex(RuntimeError, "can't be cast to", lambda: bool_tensor.add_(uint8_tensor)) 2022-12-01T10:44:37.0202606Z 2022-12-01T10:44:37.0202740Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0202959Z ========== 2022-12-01T10:44:37.0203117Z ok (0.079s) 2022-12-01T10:44:37.0203343Z test_int_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.015s) 2022-12-01T10:44:37.0203642Z test_int_to_float_cpu (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:44:37.0204006Z test_integer_addcdiv_deprecated_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.022s) 2022-12-01T10:44:37.0204343Z test_integer_addcdiv_deprecated_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.021s) 2022-12-01T10:44:37.0204687Z test_integer_addcdiv_deprecated_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.020s) 2022-12-01T10:44:37.0205022Z test_integer_addcdiv_deprecated_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.021s) 2022-12-01T10:44:37.0205361Z test_integer_addcdiv_deprecated_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.021s) 2022-12-01T10:44:37.0205672Z test_lt_with_type_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-12-01T10:44:37.0205987Z test_many_promotions_cpu (__main__.TestTypePromotionCPU) ... ok (0.704s) 2022-12-01T10:44:37.0206298Z test_mixed_type_backward_cpu (__main__.TestTypePromotionCPU) ... ok (0.100s) 2022-12-01T10:44:37.0206598Z test_non_promoting_ops_cpu (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-12-01T10:44:37.0207204Z test_numpy_array_binary_ufunc_promotion_cpu_bool_bool (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_numpy_array_binary_ufunc_promotion test_type_promotion.py line 939 2022-12-01T10:44:37.0207567Z due to: 2022-12-01T10:44:37.0207752Z Traceback (most recent call last): 2022-12-01T10:44:37.0208137Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/codegen.py", line 238, in create_load_const 2022-12-01T10:44:37.0208466Z assert is_safe_constant(value), f"unsafe constant {value}" 2022-12-01T10:44:37.0208717Z AssertionError: unsafe constant torch.bool 2022-12-01T10:44:37.0208857Z 2022-12-01T10:44:37.0208916Z from user code: 2022-12-01T10:44:37.0209168Z File "test_type_promotion.py", line 950, in test_numpy_array_binary_ufunc_promotion 2022-12-01T10:44:37.0209430Z a = np.array((1,), dtype=np_type) 2022-12-01T10:44:37.0209557Z 2022-12-01T10:44:37.0209690Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0209897Z ========== 2022-12-01T10:44:37.0210057Z ok (0.007s) 2022-12-01T10:44:37.0210331Z test_numpy_array_binary_ufunc_promotion_cpu_bool_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0210816Z test_numpy_array_binary_ufunc_promotion_cpu_bool_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0211192Z test_numpy_array_binary_ufunc_promotion_cpu_bool_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0211562Z test_numpy_array_binary_ufunc_promotion_cpu_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0211911Z test_numpy_array_binary_ufunc_promotion_cpu_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0212274Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0212635Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0213043Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0213396Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0213766Z test_numpy_array_binary_ufunc_promotion_cpu_bool_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0214131Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0214511Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0214875Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0215253Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0215633Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0216011Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:44:37.0216380Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0216753Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0217120Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0217489Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0217845Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0218218Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0218591Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0218959Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0219332Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0219705Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0220077Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0220433Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0220797Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0221163Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0221525Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0221908Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0222276Z test_numpy_array_binary_ufunc_promotion_cpu_float16_bool (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:44:37.0222646Z test_numpy_array_binary_ufunc_promotion_cpu_float16_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0223023Z test_numpy_array_binary_ufunc_promotion_cpu_float16_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0223382Z test_numpy_array_binary_ufunc_promotion_cpu_float16_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0223787Z test_numpy_array_binary_ufunc_promotion_cpu_float16_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0224151Z test_numpy_array_binary_ufunc_promotion_cpu_float16_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0224504Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0224867Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0225228Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0225589Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0225936Z test_numpy_array_binary_ufunc_promotion_cpu_float16_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0226293Z test_numpy_array_binary_ufunc_promotion_cpu_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0226669Z test_numpy_array_binary_ufunc_promotion_cpu_float32_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0227046Z test_numpy_array_binary_ufunc_promotion_cpu_float32_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0227407Z test_numpy_array_binary_ufunc_promotion_cpu_float32_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0227769Z test_numpy_array_binary_ufunc_promotion_cpu_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0228133Z test_numpy_array_binary_ufunc_promotion_cpu_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0228501Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int16 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:44:37.0228852Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0229213Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0229572Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0229933Z test_numpy_array_binary_ufunc_promotion_cpu_float32_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0230277Z test_numpy_array_binary_ufunc_promotion_cpu_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0230648Z test_numpy_array_binary_ufunc_promotion_cpu_float64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0231024Z test_numpy_array_binary_ufunc_promotion_cpu_float64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0231381Z test_numpy_array_binary_ufunc_promotion_cpu_float64_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0231750Z test_numpy_array_binary_ufunc_promotion_cpu_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0232111Z test_numpy_array_binary_ufunc_promotion_cpu_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0232504Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0232851Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0233211Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0233570Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0233928Z test_numpy_array_binary_ufunc_promotion_cpu_float64_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0234274Z test_numpy_array_binary_ufunc_promotion_cpu_int16_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0234779Z test_numpy_array_binary_ufunc_promotion_cpu_int16_complex128 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:44:37.0235160Z test_numpy_array_binary_ufunc_promotion_cpu_int16_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0235532Z test_numpy_array_binary_ufunc_promotion_cpu_int16_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0235879Z test_numpy_array_binary_ufunc_promotion_cpu_int16_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0236237Z test_numpy_array_binary_ufunc_promotion_cpu_int16_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0236792Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0237143Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0237505Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0237862Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0238224Z test_numpy_array_binary_ufunc_promotion_cpu_int16_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0238566Z test_numpy_array_binary_ufunc_promotion_cpu_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0238934Z test_numpy_array_binary_ufunc_promotion_cpu_int32_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0239306Z test_numpy_array_binary_ufunc_promotion_cpu_int32_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0239672Z test_numpy_array_binary_ufunc_promotion_cpu_int32_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0240022Z test_numpy_array_binary_ufunc_promotion_cpu_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0240390Z test_numpy_array_binary_ufunc_promotion_cpu_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0240745Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0241104Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:44:37.0241446Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0241796Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0242153Z test_numpy_array_binary_ufunc_promotion_cpu_int32_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0242491Z test_numpy_array_binary_ufunc_promotion_cpu_int64_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0242852Z test_numpy_array_binary_ufunc_promotion_cpu_int64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0243223Z test_numpy_array_binary_ufunc_promotion_cpu_int64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0243663Z test_numpy_array_binary_ufunc_promotion_cpu_int64_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0244013Z test_numpy_array_binary_ufunc_promotion_cpu_int64_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0244377Z test_numpy_array_binary_ufunc_promotion_cpu_int64_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0244735Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0245089Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0245431Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0245833Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0246191Z test_numpy_array_binary_ufunc_promotion_cpu_int64_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0246547Z test_numpy_array_binary_ufunc_promotion_cpu_int8_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0246899Z test_numpy_array_binary_ufunc_promotion_cpu_int8_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0247267Z test_numpy_array_binary_ufunc_promotion_cpu_int8_complex64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:44:37.0247638Z test_numpy_array_binary_ufunc_promotion_cpu_int8_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0247985Z test_numpy_array_binary_ufunc_promotion_cpu_int8_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0248344Z test_numpy_array_binary_ufunc_promotion_cpu_int8_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0248705Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0249065Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0249406Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0249765Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0250119Z test_numpy_array_binary_ufunc_promotion_cpu_int8_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0250473Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0250824Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0251194Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0251559Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0251924Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0252267Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0252624Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0252975Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0253319Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:44:37.0253677Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0254038Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0254362Z test_promote_self_cpu (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:44:37.0254928Z test_promote_types_cpu (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_promote_types test_type_promotion.py line 680 2022-12-01T10:44:37.0255250Z due to: 2022-12-01T10:44:37.0255438Z Traceback (most recent call last): 2022-12-01T10:44:37.0255822Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:37.0256279Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:37.0256784Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-12-01T10:44:37.0257016Z 2022-12-01T10:44:37.0257125Z from user code: 2022-12-01T10:44:37.0257343Z File "test_type_promotion.py", line 682, in test_promote_types 2022-12-01T10:44:37.0257652Z self.assertEqual(torch.promote_types(torch.float, torch.int), torch.float) 2022-12-01T10:44:37.0257836Z 2022-12-01T10:44:37.0257971Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0258191Z ========== 2022-12-01T10:44:37.0258337Z ok (0.003s) 2022-12-01T10:44:37.0258576Z test_result_type_cpu_bfloat16_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0258884Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.173s) 2022-12-01T10:44:37.0259171Z test_result_type_cpu_bfloat16_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0259467Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.055s) 2022-12-01T10:44:37.0259770Z test_result_type_cpu_bfloat16_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0260057Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.055s) 2022-12-01T10:44:37.0260355Z test_result_type_cpu_bfloat16_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0260653Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.055s) 2022-12-01T10:44:37.0260948Z test_result_type_cpu_bfloat16_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0261230Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.055s) 2022-12-01T10:44:37.0261523Z test_result_type_cpu_bfloat16_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0261814Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.055s) 2022-12-01T10:44:37.0262095Z test_result_type_cpu_bfloat16_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0262384Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.055s) 2022-12-01T10:44:37.0262674Z test_result_type_cpu_bfloat16_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0262955Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.055s) 2022-12-01T10:44:37.0263246Z test_result_type_cpu_bfloat16_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0263535Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:44:37.0263826Z test_result_type_cpu_bfloat16_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0264101Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0264392Z test_result_type_cpu_bfloat16_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0264686Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0264961Z test_result_type_cpu_bfloat16_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0265250Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0265542Z test_result_type_cpu_bool_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0265841Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0266119Z test_result_type_cpu_bool_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0266404Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0266734Z test_result_type_cpu_bool_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0267014Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0267303Z test_result_type_cpu_bool_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0267595Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0267879Z test_result_type_cpu_bool_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0268159Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0268447Z test_result_type_cpu_bool_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0268742Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0269053Z test_result_type_cpu_bool_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0269345Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0269632Z test_result_type_cpu_bool_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0269904Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0270190Z test_result_type_cpu_bool_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0270504Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0270867Z test_result_type_cpu_bool_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0271142Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0271430Z test_result_type_cpu_bool_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0271719Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0271993Z test_result_type_cpu_bool_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0272281Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0272578Z test_result_type_cpu_complex128_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0272875Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:44:37.0273154Z test_result_type_cpu_complex128_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0273448Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0273748Z test_result_type_cpu_complex128_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0274031Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:44:37.0274327Z test_result_type_cpu_complex128_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0274700Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:44:37.0275004Z test_result_type_cpu_complex128_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0275288Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:44:37.0275585Z test_result_type_cpu_complex128_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0275887Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:44:37.0276167Z test_result_type_cpu_complex128_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0276462Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:44:37.0276909Z test_result_type_cpu_complex128_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0277189Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0277485Z test_result_type_cpu_complex128_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0277781Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0278079Z test_result_type_cpu_complex128_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0278360Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0278727Z test_result_type_cpu_complex128_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0279021Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0279301Z test_result_type_cpu_complex128_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0279598Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:44:37.0279894Z test_result_type_cpu_complex64_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0280190Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:44:37.0280470Z test_result_type_cpu_complex64_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0280806Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0281110Z test_result_type_cpu_complex64_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0281389Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:44:37.0281689Z test_result_type_cpu_complex64_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0281986Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:44:37.0282282Z test_result_type_cpu_complex64_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0282564Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:44:37.0282859Z test_result_type_cpu_complex64_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0283158Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:44:37.0283439Z test_result_type_cpu_complex64_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0283741Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:44:37.0284038Z test_result_type_cpu_complex64_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0284319Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0284612Z test_result_type_cpu_complex64_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0284904Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0285196Z test_result_type_cpu_complex64_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0285477Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0285766Z test_result_type_cpu_complex64_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0286057Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0286332Z test_result_type_cpu_complex64_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0286627Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0286919Z test_result_type_cpu_float16_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0287213Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:44:37.0287489Z test_result_type_cpu_float16_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0287775Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0288069Z test_result_type_cpu_float16_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0288351Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:44:37.0288645Z test_result_type_cpu_float16_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0288942Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:44:37.0289234Z test_result_type_cpu_float16_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0289514Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0289802Z test_result_type_cpu_float16_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0290094Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0290410Z test_result_type_cpu_float16_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0290699Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0290990Z test_result_type_cpu_float16_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0291268Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0291560Z test_result_type_cpu_float16_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0291847Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0292134Z test_result_type_cpu_float16_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0292441Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0292730Z test_result_type_cpu_float16_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0293018Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0293294Z test_result_type_cpu_float16_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0293582Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0293872Z test_result_type_cpu_float32_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0294165Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0294439Z test_result_type_cpu_float32_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0294724Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0295018Z test_result_type_cpu_float32_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0295302Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:44:37.0295595Z test_result_type_cpu_float32_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0295888Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:44:37.0296180Z test_result_type_cpu_float32_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0296459Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0296749Z test_result_type_cpu_float32_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0297041Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0297318Z test_result_type_cpu_float32_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0297611Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0297900Z test_result_type_cpu_float32_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0298180Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0298468Z test_result_type_cpu_float32_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0298756Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0299047Z test_result_type_cpu_float32_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0299322Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0299608Z test_result_type_cpu_float32_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0299894Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0300166Z test_result_type_cpu_float32_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0300457Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0300747Z test_result_type_cpu_float64_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0301044Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0301320Z test_result_type_cpu_float64_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0301608Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0301936Z test_result_type_cpu_float64_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0302218Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:44:37.0302510Z test_result_type_cpu_float64_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0302803Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:44:37.0303453Z test_result_type_cpu_float64_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0303732Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0304024Z test_result_type_cpu_float64_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0304355Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0304639Z test_result_type_cpu_float64_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0304930Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0305221Z test_result_type_cpu_float64_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0305499Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0305783Z test_result_type_cpu_float64_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0306072Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0306358Z test_result_type_cpu_float64_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0306633Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0306921Z test_result_type_cpu_float64_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0307218Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0307495Z test_result_type_cpu_float64_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0307787Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0308077Z test_result_type_cpu_int16_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0308365Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0308636Z test_result_type_cpu_int16_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0308923Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0309214Z test_result_type_cpu_int16_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0309491Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0309783Z test_result_type_cpu_int16_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0310070Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0310359Z test_result_type_cpu_int16_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0310633Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0310923Z test_result_type_cpu_int16_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0311210Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0311486Z test_result_type_cpu_int16_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0311773Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0312055Z test_result_type_cpu_int16_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0312330Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0312615Z test_result_type_cpu_int16_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0312900Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0313183Z test_result_type_cpu_int16_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0313457Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0313774Z test_result_type_cpu_int16_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0314058Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0314329Z test_result_type_cpu_int16_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0314695Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0314994Z test_result_type_cpu_int32_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0315288Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0315557Z test_result_type_cpu_int32_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0315845Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0316177Z test_result_type_cpu_int32_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0316463Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0316896Z test_result_type_cpu_int32_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0317192Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0317467Z test_result_type_cpu_int32_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0317758Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0318047Z test_result_type_cpu_int32_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0318339Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0318618Z test_result_type_cpu_int32_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0318909Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0319200Z test_result_type_cpu_int32_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0319475Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0319764Z test_result_type_cpu_int32_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0320052Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0320343Z test_result_type_cpu_int32_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0320618Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0320899Z test_result_type_cpu_int32_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0321180Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0321450Z test_result_type_cpu_int32_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0321735Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0322024Z test_result_type_cpu_int64_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0322314Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0322585Z test_result_type_cpu_int64_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0322870Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0323166Z test_result_type_cpu_int64_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0323446Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0323735Z test_result_type_cpu_int64_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0324026Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0324302Z test_result_type_cpu_int64_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0324590Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0324879Z test_result_type_cpu_int64_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0325170Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0325527Z test_result_type_cpu_int64_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0325821Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0326111Z test_result_type_cpu_int64_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0326385Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0326670Z test_result_type_cpu_int64_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0326958Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0327246Z test_result_type_cpu_int64_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0327518Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0327844Z test_result_type_cpu_int64_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0328133Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0328404Z test_result_type_cpu_int64_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0328695Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0328983Z test_result_type_cpu_int8_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0329261Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0329544Z test_result_type_cpu_int8_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0329828Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0330120Z test_result_type_cpu_int8_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0330401Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0330694Z test_result_type_cpu_int8_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0330987Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0331260Z test_result_type_cpu_int8_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0331555Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0331838Z test_result_type_cpu_int8_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0332125Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0332398Z test_result_type_cpu_int8_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0332685Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0332965Z test_result_type_cpu_int8_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0333236Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0333517Z test_result_type_cpu_int8_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0333803Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0334073Z test_result_type_cpu_int8_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0334360Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0334646Z test_result_type_cpu_int8_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0334931Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0335204Z test_result_type_cpu_int8_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0335488Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0335778Z test_result_type_cpu_uint8_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0336057Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0336338Z test_result_type_cpu_uint8_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0336623Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0336915Z test_result_type_cpu_uint8_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0337227Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0337518Z test_result_type_cpu_uint8_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0337810Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0338085Z test_result_type_cpu_uint8_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0338376Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0338662Z test_result_type_cpu_uint8_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0338951Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0339228Z test_result_type_cpu_uint8_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0339552Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0339840Z test_result_type_cpu_uint8_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0340117Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0340401Z test_result_type_cpu_uint8_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0340686Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0340957Z test_result_type_cpu_uint8_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0341242Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0341523Z test_result_type_cpu_uint8_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0341805Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0342077Z test_result_type_cpu_uint8_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:44:37.0342367Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:44:37.0342967Z test_result_type_tensor_vs_scalar_cpu (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_result_type_tensor_vs_scalar test_type_promotion.py line 512 2022-12-01T10:44:37.0343302Z due to: 2022-12-01T10:44:37.0343492Z Traceback (most recent call last): 2022-12-01T10:44:37.0343895Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:37.0344354Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:37.0344839Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-12-01T10:44:37.0345067Z 2022-12-01T10:44:37.0345139Z from user code: 2022-12-01T10:44:37.0345386Z File "test_type_promotion.py", line 519, in test_result_type_tensor_vs_scalar 2022-12-01T10:44:37.0345671Z torch.tensor(1, dtype=torch.long, device=device), torch.half) 2022-12-01T10:44:37.0345828Z 2022-12-01T10:44:37.0345962Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0346182Z ========== 2022-12-01T10:44:37.0346520Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test_spot test_type_promotion.py line 514 2022-12-01T10:44:37.0346761Z due to: 2022-12-01T10:44:37.0346943Z Traceback (most recent call last): 2022-12-01T10:44:37.0347336Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:37.0347770Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:37.0348266Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-12-01T10:44:37.0348490Z 2022-12-01T10:44:37.0348562Z from user code: 2022-12-01T10:44:37.0348784Z File "test_type_promotion.py", line 515, in _test_spot 2022-12-01T10:44:37.0349036Z self.assertEqual(torch.result_type(a, b), res_dtype) 2022-12-01T10:44:37.0349185Z 2022-12-01T10:44:37.0349316Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0349571Z ========== 2022-12-01T10:44:37.0349718Z ok (0.011s) 2022-12-01T10:44:37.0350160Z test_sparse_add_cpu (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test_sparse_op test_type_promotion.py line 811 2022-12-01T10:44:37.0350471Z due to: 2022-12-01T10:44:37.0350641Z Traceback (most recent call last): 2022-12-01T10:44:37.0351034Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:37.0351486Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:37.0351886Z AssertionError: torch.* op returned non-Tensor bool call_method is_coalesced 2022-12-01T10:44:37.0352061Z 2022-12-01T10:44:37.0352151Z from user code: 2022-12-01T10:44:37.0352376Z File "test_type_promotion.py", line 824, in _test_sparse_op 2022-12-01T10:44:37.0352671Z (dense1, sparse1) = self._test_sparse_op_input_tensors(device, dtype1, coalesced) 2022-12-01T10:44:37.0352851Z 2022-12-01T10:44:37.0352971Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0353189Z ========== 2022-12-01T10:44:37.0353555Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test_sparse_op_input_tensors test_type_promotion.py line 780 2022-12-01T10:44:37.0353827Z due to: 2022-12-01T10:44:37.0353999Z Traceback (most recent call last): 2022-12-01T10:44:37.0354389Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:37.0354943Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:37.0355332Z AssertionError: torch.* op returned non-Tensor bool call_method is_coalesced 2022-12-01T10:44:37.0355512Z 2022-12-01T10:44:37.0355584Z from user code: 2022-12-01T10:44:37.0355824Z File "test_type_promotion.py", line 795, in _test_sparse_op_input_tensors 2022-12-01T10:44:37.0356103Z self.assertEqual(s.is_coalesced(), coalesced) 2022-12-01T10:44:37.0356233Z 2022-12-01T10:44:37.0356366Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0356736Z ========== 2022-12-01T10:44:37.0357084Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 870 2022-12-01T10:44:37.0357329Z due to: 2022-12-01T10:44:37.0357515Z Traceback (most recent call last): 2022-12-01T10:44:37.0357862Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:37.0358121Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:37.0360765Z NotImplementedError: Could not run 'aten::add_.Tensor' with arguments from the 'SparseMeta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::add_.Tensor' is only available for these backends: [CPU, CUDA, HIP, MPS, IPU, XPU, HPU, VE, Meta, PrivateUse1, PrivateUse2, PrivateUse3, FPGA, ORT, Vulkan, Metal, QuantizedCPU, QuantizedCUDA, QuantizedHIP, QuantizedMPS, QuantizedIPU, QuantizedXPU, QuantizedHPU, QuantizedVE, QuantizedMeta, QuantizedPrivateUse1, QuantizedPrivateUse2, QuantizedPrivateUse3, CustomRNGKeyId, MkldnnCPU, SparseCPU, SparseCsrCPU, SparseCsrCUDA, NestedTensorCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:44:37.0362590Z 2022-12-01T10:44:37.0362872Z Undefined: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0363318Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:44:37.0363778Z CUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0364326Z HIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0364873Z MPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0365444Z IPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0365982Z XPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0366522Z HPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0367060Z VE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0367493Z Meta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterMeta.cpp:26815 [kernel] 2022-12-01T10:44:37.0368033Z PrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0368602Z PrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0369158Z PrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0369693Z FPGA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0370228Z ORT: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0370769Z Vulkan: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0371311Z Metal: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0371868Z QuantizedCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0372425Z QuantizedCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0372988Z QuantizedHIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0373550Z QuantizedMPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0374112Z QuantizedIPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0374658Z QuantizedXPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0375259Z QuantizedHPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0375818Z QuantizedVE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0376376Z QuantizedMeta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0376948Z QuantizedPrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0377574Z QuantizedPrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0378165Z QuantizedPrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0378753Z CustomRNGKeyId: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0379235Z MkldnnCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterMkldnnCPU.cpp:492 [kernel] 2022-12-01T10:44:37.0379617Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-12-01T10:44:37.0380016Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-12-01T10:44:37.0380506Z SparseCsrCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0381004Z NestedTensorCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterNestedTensorCPU.cpp:457 [kernel] 2022-12-01T10:44:37.0381456Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:44:37.0381904Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:44:37.0382346Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:44:37.0382792Z Functionalize: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterFunctionalization_0.cpp:19962 [kernel] 2022-12-01T10:44:37.0383190Z Named: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:11 [kernel] 2022-12-01T10:44:37.0383590Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:44:37.0383983Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:44:37.0384371Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:44:37.0384795Z ADInplaceOrView: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp:4822 [kernel] 2022-12-01T10:44:37.0385231Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0385651Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0386051Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0386468Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0386878Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0387328Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0387725Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0388135Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0388539Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0388982Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0389382Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0389796Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0390217Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0390653Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0391070Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0391507Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0391916Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp:16890 [kernel] 2022-12-01T10:44:37.0392308Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:44:37.0392704Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:44:37.0393117Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp:322 [kernel] 2022-12-01T10:44:37.0393567Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:44:37.0394007Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:44:37.0394414Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:44:37.0394927Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:44:37.0395374Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:44:37.0395836Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:44:37.0396278Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:44:37.0396510Z 2022-12-01T10:44:37.0396515Z 2022-12-01T10:44:37.0396799Z During handling of the above exception, another exception occurred: 2022-12-01T10:44:37.0396968Z 2022-12-01T10:44:37.0397064Z Traceback (most recent call last): 2022-12-01T10:44:37.0397443Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:37.0397709Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:37.0397989Z RuntimeError: add(sparse, dense) is not supported. Use add(dense, sparse) instead. 2022-12-01T10:44:37.0398236Z 2022-12-01T10:44:37.0398375Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:37.0398542Z 2022-12-01T10:44:37.0398635Z Traceback (most recent call last): 2022-12-01T10:44:37.0399020Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:37.0399329Z raise TorchRuntimeError() from e 2022-12-01T10:44:37.0399567Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:37.0399711Z 2022-12-01T10:44:37.0399770Z from user code: 2022-12-01T10:44:37.0399990Z File "test_type_promotion.py", line 870, in 2022-12-01T10:44:37.0400257Z self.assertRaises(RuntimeError, lambda: op(s1, d2)) 2022-12-01T10:44:37.0400415Z 2022-12-01T10:44:37.0400534Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0400818Z ========== 2022-12-01T10:44:37.0401146Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT op test_type_promotion.py line 818 2022-12-01T10:44:37.0401399Z due to: 2022-12-01T10:44:37.0401568Z Traceback (most recent call last): 2022-12-01T10:44:37.0401911Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:37.0402182Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:37.0404809Z NotImplementedError: Could not run 'aten::add_.Tensor' with arguments from the 'SparseMeta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::add_.Tensor' is only available for these backends: [CPU, CUDA, HIP, MPS, IPU, XPU, HPU, VE, Meta, PrivateUse1, PrivateUse2, PrivateUse3, FPGA, ORT, Vulkan, Metal, QuantizedCPU, QuantizedCUDA, QuantizedHIP, QuantizedMPS, QuantizedIPU, QuantizedXPU, QuantizedHPU, QuantizedVE, QuantizedMeta, QuantizedPrivateUse1, QuantizedPrivateUse2, QuantizedPrivateUse3, CustomRNGKeyId, MkldnnCPU, SparseCPU, SparseCsrCPU, SparseCsrCUDA, NestedTensorCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:44:37.0406492Z 2022-12-01T10:44:37.0406775Z Undefined: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0407232Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:44:37.0407686Z CUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0408239Z HIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0408765Z MPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0409303Z IPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0409841Z XPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0410374Z HPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0410953Z VE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0411399Z Meta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterMeta.cpp:26815 [kernel] 2022-12-01T10:44:37.0411857Z PrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0412418Z PrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0412988Z PrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0413534Z FPGA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0414081Z ORT: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0414623Z Vulkan: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0415165Z Metal: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0415707Z QuantizedCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0416277Z QuantizedCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0416844Z QuantizedHIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0417408Z QuantizedMPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0417953Z QuantizedIPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0418514Z QuantizedXPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0419069Z QuantizedHPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0419625Z QuantizedVE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0419905Z QuantizedMeta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0420186Z QuantizedPrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0420476Z QuantizedPrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0420758Z QuantizedPrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0421039Z CustomRNGKeyId: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0421227Z MkldnnCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterMkldnnCPU.cpp:492 [kernel] 2022-12-01T10:44:37.0421451Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-12-01T10:44:37.0421649Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-12-01T10:44:37.0421926Z SparseCsrCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0422132Z NestedTensorCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterNestedTensorCPU.cpp:457 [kernel] 2022-12-01T10:44:37.0422367Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:44:37.0422594Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:44:37.0422812Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:44:37.0423018Z Functionalize: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterFunctionalization_0.cpp:19962 [kernel] 2022-12-01T10:44:37.0423215Z Named: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:11 [kernel] 2022-12-01T10:44:37.0423400Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:44:37.0423587Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:44:37.0423777Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:44:37.0423991Z ADInplaceOrView: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp:4822 [kernel] 2022-12-01T10:44:37.0424198Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0424398Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0424597Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0424783Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0424982Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0425186Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0425378Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0425573Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0425767Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0425964Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0426165Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0426362Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0426576Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0426774Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0427012Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0427226Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0427404Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp:16890 [kernel] 2022-12-01T10:44:37.0427599Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:44:37.0427823Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:44:37.0428032Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp:322 [kernel] 2022-12-01T10:44:37.0428270Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:44:37.0428463Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:44:37.0428673Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:44:37.0428870Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:44:37.0429086Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:44:37.0429317Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:44:37.0429529Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:44:37.0429537Z 2022-12-01T10:44:37.0429542Z 2022-12-01T10:44:37.0429678Z During handling of the above exception, another exception occurred: 2022-12-01T10:44:37.0429684Z 2022-12-01T10:44:37.0429779Z Traceback (most recent call last): 2022-12-01T10:44:37.0430013Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:37.0430113Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:37.0430265Z RuntimeError: add(sparse, dense) is not supported. Use add(dense, sparse) instead. 2022-12-01T10:44:37.0430271Z 2022-12-01T10:44:37.0430405Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:37.0430411Z 2022-12-01T10:44:37.0430492Z Traceback (most recent call last): 2022-12-01T10:44:37.0430765Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:37.0430865Z raise TorchRuntimeError() from e 2022-12-01T10:44:37.0430975Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:37.0430980Z 2022-12-01T10:44:37.0431051Z from user code: 2022-12-01T10:44:37.0431162Z File "test_type_promotion.py", line 820, in op 2022-12-01T10:44:37.0431258Z return getattr(t1, op_name + suf)(t2) 2022-12-01T10:44:37.0431263Z 2022-12-01T10:44:37.0431396Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0431448Z ========== 2022-12-01T10:44:37.0431715Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT > test_type_promotion.py line 888 2022-12-01T10:44:37.0431781Z due to: 2022-12-01T10:44:37.0431873Z Traceback (most recent call last): 2022-12-01T10:44:37.0432097Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:37.0432195Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:37.0434764Z NotImplementedError: Could not run 'aten::add_.Tensor' with arguments from the 'SparseMeta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::add_.Tensor' is only available for these backends: [CPU, CUDA, HIP, MPS, IPU, XPU, HPU, VE, Meta, PrivateUse1, PrivateUse2, PrivateUse3, FPGA, ORT, Vulkan, Metal, QuantizedCPU, QuantizedCUDA, QuantizedHIP, QuantizedMPS, QuantizedIPU, QuantizedXPU, QuantizedHPU, QuantizedVE, QuantizedMeta, QuantizedPrivateUse1, QuantizedPrivateUse2, QuantizedPrivateUse3, CustomRNGKeyId, MkldnnCPU, SparseCPU, SparseCsrCPU, SparseCsrCUDA, NestedTensorCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:44:37.0434804Z 2022-12-01T10:44:37.0435087Z Undefined: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0435259Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:44:37.0435532Z CUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0435803Z HIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0436074Z MPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0436337Z IPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0436739Z XPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0436987Z HPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0437253Z VE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0437429Z Meta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterMeta.cpp:26815 [kernel] 2022-12-01T10:44:37.0437705Z PrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0437984Z PrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0438257Z PrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0438525Z FPGA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0438783Z ORT: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0439055Z Vulkan: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0439384Z Metal: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0439658Z QuantizedCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0439922Z QuantizedCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0440200Z QuantizedHIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0440516Z QuantizedMPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0440797Z QuantizedIPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0441079Z QuantizedXPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0441351Z QuantizedHPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0441626Z QuantizedVE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0441902Z QuantizedMeta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0442195Z QuantizedPrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0442489Z QuantizedPrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0442773Z QuantizedPrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0443051Z CustomRNGKeyId: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0443225Z MkldnnCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterMkldnnCPU.cpp:492 [kernel] 2022-12-01T10:44:37.0443415Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-12-01T10:44:37.0443610Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-12-01T10:44:37.0443889Z SparseCsrCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0444095Z NestedTensorCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterNestedTensorCPU.cpp:457 [kernel] 2022-12-01T10:44:37.0444332Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:44:37.0444534Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:44:37.0444764Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:44:37.0444969Z Functionalize: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterFunctionalization_0.cpp:19962 [kernel] 2022-12-01T10:44:37.0445162Z Named: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:11 [kernel] 2022-12-01T10:44:37.0445373Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:44:37.0445562Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:44:37.0445753Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:44:37.0445962Z ADInplaceOrView: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp:4822 [kernel] 2022-12-01T10:44:37.0446167Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0446394Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0446596Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0446799Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0446993Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0447190Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0447372Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0447566Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0447759Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0447960Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0448162Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0448361Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0448572Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0448784Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0448993Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0449209Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0449377Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp:16890 [kernel] 2022-12-01T10:44:37.0449572Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:44:37.0449766Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:44:37.0449972Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp:322 [kernel] 2022-12-01T10:44:37.0450211Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:44:37.0450407Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:44:37.0450650Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:44:37.0450861Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:44:37.0451077Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:44:37.0451312Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:44:37.0451510Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:44:37.0451529Z 2022-12-01T10:44:37.0451533Z 2022-12-01T10:44:37.0451683Z During handling of the above exception, another exception occurred: 2022-12-01T10:44:37.0451689Z 2022-12-01T10:44:37.0451782Z Traceback (most recent call last): 2022-12-01T10:44:37.0452026Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:37.0452125Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:37.0452277Z RuntimeError: add(sparse, dense) is not supported. Use add(dense, sparse) instead. 2022-12-01T10:44:37.0452282Z 2022-12-01T10:44:37.0452418Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:37.0452424Z 2022-12-01T10:44:37.0452515Z Traceback (most recent call last): 2022-12-01T10:44:37.0452790Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:37.0452876Z raise TorchRuntimeError() from e 2022-12-01T10:44:37.0452985Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:37.0452990Z 2022-12-01T10:44:37.0453064Z from user code: 2022-12-01T10:44:37.0453200Z File "test_type_promotion.py", line 888, in > 2022-12-01T10:44:37.0453348Z self.assertRaises(RuntimeError, lambda: op(s1, d2.view(d2.numel())[0].item())) 2022-12-01T10:44:37.0453356Z 2022-12-01T10:44:37.0453488Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0453553Z ========== 2022-12-01T10:44:37.0453792Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 834 2022-12-01T10:44:37.0453846Z due to: 2022-12-01T10:44:37.0453940Z Traceback (most recent call last): 2022-12-01T10:44:37.0454158Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:37.0454257Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:37.0456702Z NotImplementedError: Could not run 'aten::add_.Tensor' with arguments from the 'SparseMeta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::add_.Tensor' is only available for these backends: [CPU, CUDA, HIP, MPS, IPU, XPU, HPU, VE, Meta, PrivateUse1, PrivateUse2, PrivateUse3, FPGA, ORT, Vulkan, Metal, QuantizedCPU, QuantizedCUDA, QuantizedHIP, QuantizedMPS, QuantizedIPU, QuantizedXPU, QuantizedHPU, QuantizedVE, QuantizedMeta, QuantizedPrivateUse1, QuantizedPrivateUse2, QuantizedPrivateUse3, CustomRNGKeyId, MkldnnCPU, SparseCPU, SparseCsrCPU, SparseCsrCUDA, NestedTensorCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:44:37.0456769Z 2022-12-01T10:44:37.0457036Z Undefined: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0457207Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:44:37.0457474Z CUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0457743Z HIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0458014Z MPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0458306Z IPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0458571Z XPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0458829Z HPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0459092Z VE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0459261Z Meta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterMeta.cpp:26815 [kernel] 2022-12-01T10:44:37.0459535Z PrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0459801Z PrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0460079Z PrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0460345Z FPGA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0460607Z ORT: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0460874Z Vulkan: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0461144Z Metal: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0461421Z QuantizedCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0461700Z QuantizedCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0461978Z QuantizedHIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0462259Z QuantizedMPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0462537Z QuantizedIPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0462801Z QuantizedXPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0463073Z QuantizedHPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0463379Z QuantizedVE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0463654Z QuantizedMeta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0463948Z QuantizedPrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0464264Z QuantizedPrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0464549Z QuantizedPrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0464830Z CustomRNGKeyId: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0465016Z MkldnnCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterMkldnnCPU.cpp:492 [kernel] 2022-12-01T10:44:37.0465202Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-12-01T10:44:37.0465399Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-12-01T10:44:37.0465666Z SparseCsrCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0465872Z NestedTensorCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterNestedTensorCPU.cpp:457 [kernel] 2022-12-01T10:44:37.0466111Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:44:37.0466311Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:44:37.0466539Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:44:37.0466741Z Functionalize: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterFunctionalization_0.cpp:19962 [kernel] 2022-12-01T10:44:37.0466935Z Named: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:11 [kernel] 2022-12-01T10:44:37.0467126Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:44:37.0467317Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:44:37.0467511Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:44:37.0467708Z ADInplaceOrView: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp:4822 [kernel] 2022-12-01T10:44:37.0467912Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0468114Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0468310Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0468600Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0468805Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0469040Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0469234Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0469428Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0469623Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0469834Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0470035Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0470235Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0470446Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0470658Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0470862Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0471077Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0471259Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp:16890 [kernel] 2022-12-01T10:44:37.0471454Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:44:37.0471651Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:44:37.0471842Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp:322 [kernel] 2022-12-01T10:44:37.0472080Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:44:37.0472273Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:44:37.0472482Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:44:37.0472696Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:44:37.0472912Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:44:37.0473144Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:44:37.0473354Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:44:37.0473359Z 2022-12-01T10:44:37.0473364Z 2022-12-01T10:44:37.0473501Z During handling of the above exception, another exception occurred: 2022-12-01T10:44:37.0473507Z 2022-12-01T10:44:37.0473599Z Traceback (most recent call last): 2022-12-01T10:44:37.0473837Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:37.0473927Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:37.0474135Z RuntimeError: Can't convert result type Float to output Byte in add operation 2022-12-01T10:44:37.0474173Z 2022-12-01T10:44:37.0474310Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:37.0474315Z 2022-12-01T10:44:37.0474407Z Traceback (most recent call last): 2022-12-01T10:44:37.0474787Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:37.0474889Z raise TorchRuntimeError() from e 2022-12-01T10:44:37.0475000Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:37.0475005Z 2022-12-01T10:44:37.0475077Z from user code: 2022-12-01T10:44:37.0475180Z File "test_type_promotion.py", line 834, in 2022-12-01T10:44:37.0475315Z self.assertRaises(RuntimeError, lambda: op(dense1, sparse2)) 2022-12-01T10:44:37.0475321Z 2022-12-01T10:44:37.0475455Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0475556Z ========== 2022-12-01T10:44:37.0475804Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 835 2022-12-01T10:44:37.0475877Z due to: 2022-12-01T10:44:37.0475971Z Traceback (most recent call last): 2022-12-01T10:44:37.0476176Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:37.0476280Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:37.0478914Z NotImplementedError: Could not run 'aten::add_.Tensor' with arguments from the 'SparseMeta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::add_.Tensor' is only available for these backends: [CPU, CUDA, HIP, MPS, IPU, XPU, HPU, VE, Meta, PrivateUse1, PrivateUse2, PrivateUse3, FPGA, ORT, Vulkan, Metal, QuantizedCPU, QuantizedCUDA, QuantizedHIP, QuantizedMPS, QuantizedIPU, QuantizedXPU, QuantizedHPU, QuantizedVE, QuantizedMeta, QuantizedPrivateUse1, QuantizedPrivateUse2, QuantizedPrivateUse3, CustomRNGKeyId, MkldnnCPU, SparseCPU, SparseCsrCPU, SparseCsrCUDA, NestedTensorCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:44:37.0478925Z 2022-12-01T10:44:37.0479208Z Undefined: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0479380Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:44:37.0479648Z CUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0479916Z HIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0480171Z MPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0480434Z IPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0480693Z XPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0480952Z HPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0481284Z VE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0481456Z Meta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterMeta.cpp:26815 [kernel] 2022-12-01T10:44:37.0481732Z PrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0482008Z PrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0482316Z PrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0482591Z FPGA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0482841Z ORT: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0483110Z Vulkan: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0483380Z Metal: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0483662Z QuantizedCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0483946Z QuantizedCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0484225Z QuantizedHIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0484503Z QuantizedMPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0484780Z QuantizedIPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0485058Z QuantizedXPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0485329Z QuantizedHPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0485604Z QuantizedVE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0485884Z QuantizedMeta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0486162Z QuantizedPrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0486454Z QuantizedPrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0486738Z QuantizedPrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0487020Z CustomRNGKeyId: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0487205Z MkldnnCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterMkldnnCPU.cpp:492 [kernel] 2022-12-01T10:44:37.0487423Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-12-01T10:44:37.0487622Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-12-01T10:44:37.0487899Z SparseCsrCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0488108Z NestedTensorCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterNestedTensorCPU.cpp:457 [kernel] 2022-12-01T10:44:37.0488344Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:44:37.0488571Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:44:37.0488788Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:44:37.0488998Z Functionalize: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterFunctionalization_0.cpp:19962 [kernel] 2022-12-01T10:44:37.0489192Z Named: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:11 [kernel] 2022-12-01T10:44:37.0489380Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:44:37.0489568Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:44:37.0489760Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:44:37.0489978Z ADInplaceOrView: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp:4822 [kernel] 2022-12-01T10:44:37.0490187Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0490389Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0490574Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0490774Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0490970Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0491173Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0491368Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0491564Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0491759Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0491956Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0492156Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0492354Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0492556Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0492767Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0493002Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0493220Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0493399Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp:16890 [kernel] 2022-12-01T10:44:37.0493595Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:44:37.0493818Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:44:37.0494029Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp:322 [kernel] 2022-12-01T10:44:37.0494266Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:44:37.0494462Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:44:37.0494661Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:44:37.0494875Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:44:37.0495087Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:44:37.0495322Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:44:37.0495533Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:44:37.0495540Z 2022-12-01T10:44:37.0495547Z 2022-12-01T10:44:37.0495687Z During handling of the above exception, another exception occurred: 2022-12-01T10:44:37.0495692Z 2022-12-01T10:44:37.0495785Z Traceback (most recent call last): 2022-12-01T10:44:37.0496016Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:37.0496119Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:37.0496328Z RuntimeError: Can't convert result type Float to output Byte in add operation 2022-12-01T10:44:37.0496334Z 2022-12-01T10:44:37.0496459Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:37.0496477Z 2022-12-01T10:44:37.0496559Z Traceback (most recent call last): 2022-12-01T10:44:37.0496832Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:37.0496933Z raise TorchRuntimeError() from e 2022-12-01T10:44:37.0497044Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:37.0497049Z 2022-12-01T10:44:37.0497121Z from user code: 2022-12-01T10:44:37.0497236Z File "test_type_promotion.py", line 835, in 2022-12-01T10:44:37.0497375Z self.assertRaises(RuntimeError, lambda: op(sparse1, sparse2)) 2022-12-01T10:44:37.0497381Z 2022-12-01T10:44:37.0497514Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0497565Z ========== 2022-12-01T10:44:37.0497805Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 836 2022-12-01T10:44:37.0497873Z due to: 2022-12-01T10:44:37.0497966Z Traceback (most recent call last): 2022-12-01T10:44:37.0498188Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:37.0498288Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:37.0500779Z NotImplementedError: Could not run 'aten::add_.Tensor' with arguments from the 'SparseMeta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::add_.Tensor' is only available for these backends: [CPU, CUDA, HIP, MPS, IPU, XPU, HPU, VE, Meta, PrivateUse1, PrivateUse2, PrivateUse3, FPGA, ORT, Vulkan, Metal, QuantizedCPU, QuantizedCUDA, QuantizedHIP, QuantizedMPS, QuantizedIPU, QuantizedXPU, QuantizedHPU, QuantizedVE, QuantizedMeta, QuantizedPrivateUse1, QuantizedPrivateUse2, QuantizedPrivateUse3, CustomRNGKeyId, MkldnnCPU, SparseCPU, SparseCsrCPU, SparseCsrCUDA, NestedTensorCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:44:37.0500816Z 2022-12-01T10:44:37.0501097Z Undefined: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0501267Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:44:37.0501535Z CUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0501807Z HIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0502075Z MPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0502338Z IPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0502596Z XPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0502839Z HPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0503106Z VE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0503280Z Meta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterMeta.cpp:26815 [kernel] 2022-12-01T10:44:37.0503558Z PrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0503836Z PrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0504110Z PrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0504378Z FPGA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0504640Z ORT: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0504912Z Vulkan: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0505210Z Metal: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0505489Z QuantizedCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0505756Z QuantizedCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0506035Z QuantizedHIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0506339Z QuantizedMPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0506620Z QuantizedIPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0506903Z QuantizedXPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0507174Z QuantizedHPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0507452Z QuantizedVE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0507731Z QuantizedMeta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0508028Z QuantizedPrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0508323Z QuantizedPrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0508606Z QuantizedPrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0508885Z CustomRNGKeyId: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0509058Z MkldnnCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterMkldnnCPU.cpp:492 [kernel] 2022-12-01T10:44:37.0509249Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-12-01T10:44:37.0509446Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-12-01T10:44:37.0509727Z SparseCsrCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0509933Z NestedTensorCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterNestedTensorCPU.cpp:457 [kernel] 2022-12-01T10:44:37.0510171Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:44:37.0510372Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:44:37.0510602Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:44:37.0510811Z Functionalize: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterFunctionalization_0.cpp:19962 [kernel] 2022-12-01T10:44:37.0511005Z Named: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:11 [kernel] 2022-12-01T10:44:37.0511222Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:44:37.0511412Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:44:37.0511608Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:44:37.0511816Z ADInplaceOrView: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp:4822 [kernel] 2022-12-01T10:44:37.0512021Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0512249Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0512450Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0512652Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0512848Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0513047Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0513228Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0513424Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0513620Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0513823Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0514023Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0514223Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0514472Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0514800Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0515017Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0515234Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0515404Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp:16890 [kernel] 2022-12-01T10:44:37.0515601Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:44:37.0515799Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:44:37.0516007Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp:322 [kernel] 2022-12-01T10:44:37.0516247Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:44:37.0516446Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:44:37.0516828Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:44:37.0517048Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:44:37.0517265Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:44:37.0517496Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:44:37.0517694Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:44:37.0517700Z 2022-12-01T10:44:37.0517719Z 2022-12-01T10:44:37.0517893Z During handling of the above exception, another exception occurred: 2022-12-01T10:44:37.0517899Z 2022-12-01T10:44:37.0517994Z Traceback (most recent call last): 2022-12-01T10:44:37.0518241Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:37.0518343Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:37.0518497Z RuntimeError: add(sparse, dense) is not supported. Use add(dense, sparse) instead. 2022-12-01T10:44:37.0518503Z 2022-12-01T10:44:37.0518640Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:37.0518646Z 2022-12-01T10:44:37.0518740Z Traceback (most recent call last): 2022-12-01T10:44:37.0519219Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:37.0519318Z raise TorchRuntimeError() from e 2022-12-01T10:44:37.0519413Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:37.0519418Z 2022-12-01T10:44:37.0519493Z from user code: 2022-12-01T10:44:37.0519612Z File "test_type_promotion.py", line 836, in 2022-12-01T10:44:37.0519749Z self.assertRaises(RuntimeError, lambda: op(sparse1, dense2)) 2022-12-01T10:44:37.0519757Z 2022-12-01T10:44:37.0519891Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0519958Z ========== 2022-12-01T10:44:37.0520025Z ok (1.586s) 2022-12-01T10:44:37.0520349Z test_sparse_div_cpu (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 852 2022-12-01T10:44:37.0520417Z due to: 2022-12-01T10:44:37.0520509Z Traceback (most recent call last): 2022-12-01T10:44:37.0520728Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:37.0520827Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:37.0523252Z NotImplementedError: Could not run 'aten::div_.Tensor' with arguments from the 'SparseMeta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::div_.Tensor' is only available for these backends: [CPU, CUDA, HIP, MPS, IPU, XPU, HPU, VE, Meta, PrivateUse1, PrivateUse2, PrivateUse3, FPGA, ORT, Vulkan, Metal, QuantizedCPU, QuantizedCUDA, QuantizedHIP, QuantizedMPS, QuantizedIPU, QuantizedXPU, QuantizedHPU, QuantizedVE, QuantizedMeta, QuantizedPrivateUse1, QuantizedPrivateUse2, QuantizedPrivateUse3, CustomRNGKeyId, MkldnnCPU, SparseCPU, SparseCsrCPU, SparseCsrCUDA, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:44:37.0523303Z 2022-12-01T10:44:37.0523584Z Undefined: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0523752Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:44:37.0524018Z CUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0524284Z HIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0524586Z MPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0524854Z IPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0525125Z XPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0525386Z HPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0525653Z VE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0525824Z Meta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterMeta.cpp:26815 [kernel] 2022-12-01T10:44:37.0526089Z PrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0526365Z PrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0526644Z PrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0526911Z FPGA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0527175Z ORT: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0527441Z Vulkan: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0527708Z Metal: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0527987Z QuantizedCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0528266Z QuantizedCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0528542Z QuantizedHIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0528816Z QuantizedMPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0529081Z QuantizedIPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0529357Z QuantizedXPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0529666Z QuantizedHPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0529939Z QuantizedVE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0530216Z QuantizedMeta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0530506Z QuantizedPrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0530835Z QuantizedPrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0531129Z QuantizedPrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0531411Z CustomRNGKeyId: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0531684Z MkldnnCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0531872Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-12-01T10:44:37.0532136Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0532412Z SparseCsrCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0532648Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:44:37.0532845Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:44:37.0533073Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:44:37.0533276Z Functionalize: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterFunctionalization_2.cpp:20548 [kernel] 2022-12-01T10:44:37.0533471Z Named: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:11 [kernel] 2022-12-01T10:44:37.0533662Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:44:37.0533852Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:44:37.0534046Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:44:37.0534244Z ADInplaceOrView: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp:4822 [kernel] 2022-12-01T10:44:37.0534447Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0534646Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0534844Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0535043Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0535240Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0535463Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0535649Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0535834Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0536017Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0536227Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0536431Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0536629Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0536843Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0537055Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0537261Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0537474Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0537655Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_1.cpp:15586 [kernel] 2022-12-01T10:44:37.0537851Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:44:37.0538046Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:44:37.0538240Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp:322 [kernel] 2022-12-01T10:44:37.0538474Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:44:37.0538667Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:44:37.0538876Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:44:37.0539089Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:44:37.0539304Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:44:37.0539532Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:44:37.0539741Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:44:37.0539746Z 2022-12-01T10:44:37.0539751Z 2022-12-01T10:44:37.0539889Z During handling of the above exception, another exception occurred: 2022-12-01T10:44:37.0539894Z 2022-12-01T10:44:37.0539986Z Traceback (most recent call last): 2022-12-01T10:44:37.0540218Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:37.0540308Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:37.0540577Z RuntimeError: Sparse division requires a scalar or zero-dim dense tensor divisor (got shape [5, 5, 5] for divisor) 2022-12-01T10:44:37.0540630Z 2022-12-01T10:44:37.0540767Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:37.0540773Z 2022-12-01T10:44:37.0540865Z Traceback (most recent call last): 2022-12-01T10:44:37.0541136Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:37.0541233Z raise TorchRuntimeError() from e 2022-12-01T10:44:37.0541343Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:37.0541348Z 2022-12-01T10:44:37.0541420Z from user code: 2022-12-01T10:44:37.0541523Z File "test_type_promotion.py", line 852, in 2022-12-01T10:44:37.0541657Z self.assertRaises(RuntimeError, lambda: op(s1, s2).to_dense()) 2022-12-01T10:44:37.0541662Z 2022-12-01T10:44:37.0541828Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0541897Z ========== 2022-12-01T10:44:37.0542135Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_promotion.py line 864 2022-12-01T10:44:37.0542207Z due to: 2022-12-01T10:44:37.0542302Z Traceback (most recent call last): 2022-12-01T10:44:37.0542522Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:37.0542609Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:37.0545028Z NotImplementedError: Could not run 'aten::div_.Tensor' with arguments from the 'SparseMeta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::div_.Tensor' is only available for these backends: [CPU, CUDA, HIP, MPS, IPU, XPU, HPU, VE, Meta, PrivateUse1, PrivateUse2, PrivateUse3, FPGA, ORT, Vulkan, Metal, QuantizedCPU, QuantizedCUDA, QuantizedHIP, QuantizedMPS, QuantizedIPU, QuantizedXPU, QuantizedHPU, QuantizedVE, QuantizedMeta, QuantizedPrivateUse1, QuantizedPrivateUse2, QuantizedPrivateUse3, CustomRNGKeyId, MkldnnCPU, SparseCPU, SparseCsrCPU, SparseCsrCUDA, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:44:37.0545040Z 2022-12-01T10:44:37.0545321Z Undefined: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0545492Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:44:37.0545761Z CUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0546026Z HIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0546280Z MPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0546544Z IPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0546814Z XPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0547074Z HPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0547376Z VE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0547546Z Meta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterMeta.cpp:26815 [kernel] 2022-12-01T10:44:37.0547821Z PrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0548094Z PrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0548396Z PrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0548665Z FPGA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0548925Z ORT: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0549178Z Vulkan: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0549441Z Metal: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0549717Z QuantizedCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0549995Z QuantizedCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0550276Z QuantizedHIP: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0550554Z QuantizedMPS: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0550828Z QuantizedIPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0551109Z QuantizedXPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0551383Z QuantizedHPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0551658Z QuantizedVE: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0551935Z QuantizedMeta: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0552221Z QuantizedPrivateUse1: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0552497Z QuantizedPrivateUse2: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0552783Z QuantizedPrivateUse3: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0553063Z CustomRNGKeyId: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0553336Z MkldnnCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0553558Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-12-01T10:44:37.0553834Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0554108Z SparseCsrCUDA: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp:21389 [default backend kernel] 2022-12-01T10:44:37.0554346Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:44:37.0554661Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:44:37.0554900Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:44:37.0555094Z Functionalize: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterFunctionalization_2.cpp:20548 [kernel] 2022-12-01T10:44:37.0555289Z Named: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:11 [kernel] 2022-12-01T10:44:37.0555478Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:44:37.0555671Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:44:37.0555868Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:44:37.0556081Z ADInplaceOrView: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp:4822 [kernel] 2022-12-01T10:44:37.0556285Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0556491Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0556816Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0557014Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0557191Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0557380Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0557568Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0557759Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0557944Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0558142Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0558343Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0558541Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0558757Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0558969Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0559212Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0559426Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:15910 [autograd kernel] 2022-12-01T10:44:37.0559604Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_1.cpp:15586 [kernel] 2022-12-01T10:44:37.0559802Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:44:37.0560028Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:44:37.0560237Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp:322 [kernel] 2022-12-01T10:44:37.0560474Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:44:37.0560667Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:44:37.0560878Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:44:37.0561088Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:44:37.0561290Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:44:37.0561524Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:44:37.0561733Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:44:37.0561741Z 2022-12-01T10:44:37.0561746Z 2022-12-01T10:44:37.0561882Z During handling of the above exception, another exception occurred: 2022-12-01T10:44:37.0561888Z 2022-12-01T10:44:37.0561985Z Traceback (most recent call last): 2022-12-01T10:44:37.0562218Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:44:37.0562314Z return self._op(*args, **kwargs or {}) 2022-12-01T10:44:37.0562586Z RuntimeError: Sparse division requires a scalar or zero-dim dense tensor divisor (got shape [5, 5, 5] for divisor) 2022-12-01T10:44:37.0562592Z 2022-12-01T10:44:37.0562730Z The above exception was the direct cause of the following exception: 2022-12-01T10:44:37.0562735Z 2022-12-01T10:44:37.0562830Z Traceback (most recent call last): 2022-12-01T10:44:37.0563088Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:44:37.0563187Z raise TorchRuntimeError() from e 2022-12-01T10:44:37.0563294Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:44:37.0563299Z 2022-12-01T10:44:37.0563369Z from user code: 2022-12-01T10:44:37.0563485Z File "test_type_promotion.py", line 864, in 2022-12-01T10:44:37.0563607Z self.assertRaises(RuntimeError, lambda: op(d1, s2)) 2022-12-01T10:44:37.0563612Z 2022-12-01T10:44:37.0563745Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0563810Z ========== 2022-12-01T10:44:37.0563864Z ok (0.197s) 2022-12-01T10:44:37.0564255Z test_sparse_div_promotion_cpu_bool (__main__.TestTypePromotionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_div_promotion test_type_promotion.py line 916 2022-12-01T10:44:37.0564321Z due to: 2022-12-01T10:44:37.0564415Z Traceback (most recent call last): 2022-12-01T10:44:37.0564688Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:44:37.0564974Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:44:37.0565235Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-12-01T10:44:37.0565241Z 2022-12-01T10:44:37.0565311Z from user code: 2022-12-01T10:44:37.0565435Z File "test_type_promotion.py", line 924, in test_sparse_div_promotion 2022-12-01T10:44:37.0565564Z casting_result = dividend.to(torch.get_default_dtype()) / 2 2022-12-01T10:44:37.0565569Z 2022-12-01T10:44:37.0565701Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:44:37.0565765Z ========== 2022-12-01T10:44:37.0565831Z ok (0.012s) 2022-12-01T10:44:37.0565986Z test_sparse_div_promotion_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0566169Z test_sparse_div_promotion_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0566323Z test_sparse_div_promotion_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0566465Z test_sparse_div_promotion_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0566602Z test_sparse_mul_cpu (__main__.TestTypePromotionCPU) ... ok (0.448s) 2022-12-01T10:44:37.0582376Z test_sparse_sub_cpu (__main__.TestTypePromotionCPU) ... ok (1.562s) 2022-12-01T10:44:37.0582611Z test_transpose_cpu (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-12-01T10:44:37.0582789Z test_unary_op_out_casting_cpu_complex128_complex128 (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-12-01T10:44:37.0582966Z test_unary_op_out_casting_cpu_complex128_complex64 (__main__.TestTypePromotionCPU) ... ok (0.021s) 2022-12-01T10:44:37.0583124Z test_unary_op_out_casting_cpu_complex128_float32 (__main__.TestTypePromotionCPU) ... ok (0.021s) 2022-12-01T10:44:37.0583281Z test_unary_op_out_casting_cpu_complex128_float64 (__main__.TestTypePromotionCPU) ... ok (0.020s) 2022-12-01T10:44:37.0583436Z test_unary_op_out_casting_cpu_complex128_int64 (__main__.TestTypePromotionCPU) ... ok (0.021s) 2022-12-01T10:44:37.0583609Z test_unary_op_out_casting_cpu_complex64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.021s) 2022-12-01T10:44:37.0583767Z test_unary_op_out_casting_cpu_complex64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-12-01T10:44:37.0583919Z test_unary_op_out_casting_cpu_complex64_float32 (__main__.TestTypePromotionCPU) ... ok (0.020s) 2022-12-01T10:44:37.0584072Z test_unary_op_out_casting_cpu_complex64_float64 (__main__.TestTypePromotionCPU) ... ok (0.012s) 2022-12-01T10:44:37.0584233Z test_unary_op_out_casting_cpu_complex64_int64 (__main__.TestTypePromotionCPU) ... ok (0.012s) 2022-12-01T10:44:37.0584389Z test_unary_op_out_casting_cpu_float32_complex128 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-12-01T10:44:37.0584540Z test_unary_op_out_casting_cpu_float32_complex64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-12-01T10:44:37.0584699Z test_unary_op_out_casting_cpu_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:44:37.0584849Z test_unary_op_out_casting_cpu_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-12-01T10:44:37.0585009Z test_unary_op_out_casting_cpu_float32_int64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-12-01T10:44:37.0585163Z test_unary_op_out_casting_cpu_float64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-12-01T10:44:37.0585325Z test_unary_op_out_casting_cpu_float64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-12-01T10:44:37.0585474Z test_unary_op_out_casting_cpu_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-12-01T10:44:37.0585631Z test_unary_op_out_casting_cpu_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:44:37.0585791Z test_unary_op_out_casting_cpu_float64_int64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-12-01T10:44:37.0585954Z test_unary_op_out_casting_cpu_int64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-12-01T10:44:37.0586227Z test_unary_op_out_casting_cpu_int64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-12-01T10:44:37.0586384Z test_unary_op_out_casting_cpu_int64_float32 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-12-01T10:44:37.0586539Z test_unary_op_out_casting_cpu_int64_float64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-12-01T10:44:37.0586694Z test_unary_op_out_casting_cpu_int64_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:44:37.0586816Z test_unsigned_cpu (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-12-01T10:44:37.0586836Z 2022-12-01T10:44:37.0587071Z ---------------------------------------------------------------------- 2022-12-01T10:44:37.0587155Z Ran 422 tests in 11.915s 2022-12-01T10:44:37.0587160Z 2022-12-01T10:44:37.0587267Z OK (skipped=1) 2022-12-01T10:44:37.0587274Z 2022-12-01T10:44:37.0587363Z Generating XML reports... 2022-12-01T10:44:37.0587688Z Generated XML report: test-reports/python-unittest/test_type_promotion/TEST-TestTypePromotionCPU-20221201104424.xml 2022-12-01T10:44:37.0587696Z 2022-12-01T10:44:37.0588043Z ##[endgroup] 2022-12-01T10:44:37.0588348Z FINISHED PRINTING LOG FILE of test_type_promotion (/var/lib/jenkins/workspace/test/test-reports/test_type_promotion_wexye5zr) 2022-12-01T10:44:37.0588354Z 2022-12-01T10:44:37.0588511Z Running test_spectral_ops ... [2022-12-01 10:44:37.007540] 2022-12-01T10:44:37.0588849Z Executing ['/opt/conda/bin/python', '-bb', 'test_spectral_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:44:37.007883] 2022-12-01T10:46:16.3867248Z 2022-12-01T10:46:16.3871853Z Expand the folded group to see the log file of test_spectral_ops 2022-12-01T10:46:16.3872935Z ##[group]PRINTING LOG FILE of test_spectral_ops (/var/lib/jenkins/workspace/test/test-reports/test_spectral_ops_et_rj4te) 2022-12-01T10:46:16.3874032Z Test results will be stored in test-reports/python-unittest/test_spectral_ops 2022-12-01T10:46:16.3875340Z /opt/conda/lib/python3.7/site-packages/resampy/interpn.py:114: NumbaWarning: The TBB threading layer requires TBB version 2019.5 or later i.e., TBB_INTERFACE_VERSION >= 11005. Found TBB_INTERFACE_VERSION = 9107. The TBB threading layer is disabled. 2022-12-01T10:46:16.3876180Z _resample_loop_p(x, t_out, interp_win, interp_delta, num_table, scale, y) 2022-12-01T10:46:16.3877758Z /opt/conda/lib/python3.7/site-packages/sklearn/utils/validation.py:37: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-12-01T10:46:16.3878605Z LARGE_SPARSE_SUPPORTED = LooseVersion(scipy_version) >= '0.14.0' 2022-12-01T10:46:16.3879258Z test_spectral_ops.py:43: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-12-01T10:46:16.3879979Z if LooseVersion(np.__version__) >= '1.20.0' and ( 2022-12-01T10:46:16.3880268Z 2022-12-01T10:46:16.3880428Z Running tests... 2022-12-01T10:46:16.3880964Z ---------------------------------------------------------------------- 2022-12-01T10:46:16.3882459Z test_batch_istft_cpu (__main__.TestFFTCPU) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:75: 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:46:16.3883523Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:16.3883898Z ok (0.247s) 2022-12-01T10:46:16.3884335Z test_complex_istft_real_equiv_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.145s) 2022-12-01T10:46:16.3884896Z test_complex_stft_definition_cpu_complex128 (__main__.TestFFTCPU) ... ok (1.653s) 2022-12-01T10:46:16.3885425Z test_complex_stft_onesided_cpu (__main__.TestFFTCPU) ... ok (0.023s) 2022-12-01T10:46:16.3885967Z test_complex_stft_real_equiv_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.662s) 2022-12-01T10:46:16.3886859Z test_complex_stft_roundtrip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.139s) 2022-12-01T10:46:16.3887387Z test_complex_stft_roundtrip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.235s) 2022-12-01T10:46:16.3887910Z test_cufft_plan_cache_cpu_float64 (__main__.TestFFTCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T10:46:16.3888449Z test_empty_fft_fft_fft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.013s) 2022-12-01T10:46:16.3888975Z test_empty_fft_fft_fft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.010s) 2022-12-01T10:46:16.3889489Z test_empty_fft_fft_fft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:46:16.3890014Z test_empty_fft_fft_fft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:46:16.3890786Z test_empty_fft_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:46:16.3891308Z test_empty_fft_fft_fftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:46:16.3891840Z test_empty_fft_fft_hfft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:46:16.3892389Z test_empty_fft_fft_hfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:46:16.3892888Z test_empty_fft_fft_hfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:46:16.3893327Z test_empty_fft_fft_hfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:46:16.3893792Z test_empty_fft_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:46:16.3894261Z test_empty_fft_fft_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:46:16.3894706Z test_empty_fft_fft_ifft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:46:16.3895174Z test_empty_fft_fft_ifft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:46:16.3895625Z test_empty_fft_fft_ifft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:46:16.3896087Z test_empty_fft_fft_ifft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:46:16.3896534Z test_empty_fft_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:46:16.3897018Z test_empty_fft_fft_ifftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:46:16.3897486Z test_empty_fft_fft_ihfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:46:16.3897938Z test_empty_fft_fft_ihfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:46:16.3898399Z test_empty_fft_fft_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:46:16.3898870Z test_empty_fft_fft_irfft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:46:16.3899327Z test_empty_fft_fft_irfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:46:16.3899748Z test_empty_fft_fft_irfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:46:16.3900241Z test_empty_fft_fft_irfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:46:16.3900749Z test_empty_fft_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:46:16.3901226Z test_empty_fft_fft_irfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:46:16.3901712Z test_empty_fft_fft_rfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:46:16.3902183Z test_empty_fft_fft_rfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:46:16.3902647Z test_empty_fft_fft_rfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:46:16.3903128Z test_empty_ifft_cpu (__main__.TestFFTCPU) ... ok (0.024s) 2022-12-01T10:46:16.3903653Z test_fft2_fftn_equivalence_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.094s) 2022-12-01T10:46:16.3904209Z test_fft2_fftn_equivalence_cpu_float32 (__main__.TestFFTCPU) ... ok (0.072s) 2022-12-01T10:46:16.3904705Z test_fft2_invalid_cpu (__main__.TestFFTCPU) ... ok (0.062s) 2022-12-01T10:46:16.3905186Z test_fft2_numpy_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.261s) 2022-12-01T10:46:16.3905701Z test_fft2_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.201s) 2022-12-01T10:46:16.3906350Z test_fft_half_and_bfloat16_errors_fft_fft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.030s) 2022-12-01T10:46:16.3906934Z test_fft_half_and_bfloat16_errors_fft_fft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.013s) 2022-12-01T10:46:16.3907517Z test_fft_half_and_bfloat16_errors_fft_fft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.010s) 2022-12-01T10:46:16.3908108Z test_fft_half_and_bfloat16_errors_fft_fft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:46:16.3908666Z test_fft_half_and_bfloat16_errors_fft_fftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.010s) 2022-12-01T10:46:16.3909184Z test_fft_half_and_bfloat16_errors_fft_fftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:46:16.3909819Z test_fft_half_and_bfloat16_errors_fft_hfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:46:16.3910378Z test_fft_half_and_bfloat16_errors_fft_hfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:46:16.3910898Z test_fft_half_and_bfloat16_errors_fft_hfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:46:16.3911413Z test_fft_half_and_bfloat16_errors_fft_hfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:46:16.3911939Z test_fft_half_and_bfloat16_errors_fft_hfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:46:16.3912470Z test_fft_half_and_bfloat16_errors_fft_hfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:46:16.3912984Z test_fft_half_and_bfloat16_errors_fft_ifft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:46:16.3913476Z test_fft_half_and_bfloat16_errors_fft_ifft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:46:16.3913988Z test_fft_half_and_bfloat16_errors_fft_ifft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:46:16.3914498Z test_fft_half_and_bfloat16_errors_fft_ifft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:46:16.3915088Z test_fft_half_and_bfloat16_errors_fft_ifftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:46:16.3915631Z test_fft_half_and_bfloat16_errors_fft_ifftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:46:16.3916109Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:46:16.3916742Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:46:16.3917235Z test_fft_half_and_bfloat16_errors_fft_ihfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:46:16.3917754Z test_fft_half_and_bfloat16_errors_fft_ihfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:46:16.3918260Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:46:16.3918777Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:46:16.3919314Z test_fft_half_and_bfloat16_errors_fft_irfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:46:16.3919811Z test_fft_half_and_bfloat16_errors_fft_irfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:46:16.3920349Z test_fft_half_and_bfloat16_errors_fft_irfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:46:16.3920832Z test_fft_half_and_bfloat16_errors_fft_irfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:46:16.3921340Z test_fft_half_and_bfloat16_errors_fft_irfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:46:16.3921833Z test_fft_half_and_bfloat16_errors_fft_irfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:46:16.3922282Z test_fft_half_and_bfloat16_errors_fft_rfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:46:16.3922673Z test_fft_half_and_bfloat16_errors_fft_rfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:46:16.3923002Z test_fft_half_and_bfloat16_errors_fft_rfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:46:16.3923417Z test_fft_half_and_bfloat16_errors_fft_rfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:46:16.3923740Z test_fft_half_and_bfloat16_errors_fft_rfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:46:16.3924061Z test_fft_half_and_bfloat16_errors_fft_rfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:46:16.3924670Z test_fft_ifft_rfft_irfft_cpu_float64 (__main__.TestFFTCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_spectral_ops.py line 772 2022-12-01T10:46:16.3924987Z due to: 2022-12-01T10:46:16.3925173Z Traceback (most recent call last): 2022-12-01T10:46:16.3925637Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:46:16.3925970Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:46:16.3926211Z AssertionError: function 2022-12-01T10:46:16.3926334Z 2022-12-01T10:46:16.3926406Z from user code: 2022-12-01T10:46:16.3926655Z File "test_spectral_ops.py", line 773, in 2022-12-01T10:46:16.3926895Z _test_real((10, 1, 10, 100), 1) 2022-12-01T10:46:16.3927012Z 2022-12-01T10:46:16.3927145Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.3927365Z ========== 2022-12-01T10:46:16.3927512Z ok (0.930s) 2022-12-01T10:46:16.3927740Z test_fft_input_modification_cpu (__main__.TestFFTCPU) ... ok (0.042s) 2022-12-01T10:46:16.3928024Z test_fft_invalid_dtypes_cpu (__main__.TestFFTCPU) ... ok (0.018s) 2022-12-01T10:46:16.3928290Z test_fft_plan_repeatable_cpu (__main__.TestFFTCPU) ... ok (0.013s) 2022-12-01T10:46:16.3928822Z test_fft_round_trip_cpu_complex128 (__main__.TestFFTCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_spectral_ops.py line 194 2022-12-01T10:46:16.3929150Z due to: 2022-12-01T10:46:16.3929334Z Traceback (most recent call last): 2022-12-01T10:46:16.3929713Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:46:16.3930165Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:46:16.3930566Z AssertionError: torch.* op returned non-Tensor bool call_method is_complex 2022-12-01T10:46:16.3930741Z 2022-12-01T10:46:16.3930802Z from user code: 2022-12-01T10:46:16.3931049Z File "test_spectral_ops.py", line 233, in 2022-12-01T10:46:16.3931323Z forward != torch.fft.fft or x.is_complex())) 2022-12-01T10:46:16.3931465Z 2022-12-01T10:46:16.3931597Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.3931805Z ========== 2022-12-01T10:46:16.3931966Z ok (0.141s) 2022-12-01T10:46:16.3932244Z test_fft_round_trip_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.045s) 2022-12-01T10:46:16.3932569Z test_fft_round_trip_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.020s) 2022-12-01T10:46:16.3932904Z test_fft_round_trip_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.011s) 2022-12-01T10:46:16.3933225Z test_fft_round_trip_cpu_float32 (__main__.TestFFTCPU) ... ok (0.030s) 2022-12-01T10:46:16.3933505Z test_fft_round_trip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.039s) 2022-12-01T10:46:16.3933782Z test_fft_type_promotion_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.035s) 2022-12-01T10:46:16.3934128Z test_fft_type_promotion_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.011s) 2022-12-01T10:46:16.3934470Z test_fft_type_promotion_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.024s) 2022-12-01T10:46:16.3934804Z test_fft_type_promotion_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.007s) 2022-12-01T10:46:16.3935177Z test_fft_type_promotion_cpu_float32 (__main__.TestFFTCPU) ... ok (0.024s) 2022-12-01T10:46:16.3935468Z test_fft_type_promotion_cpu_float64 (__main__.TestFFTCPU) ... ok (0.025s) 2022-12-01T10:46:16.3935754Z test_fft_type_promotion_cpu_int8 (__main__.TestFFTCPU) ... ok (0.025s) 2022-12-01T10:46:16.3936023Z test_fftfreq_numpy_cpu_float32 (__main__.TestFFTCPU) ... ok (0.040s) 2022-12-01T10:46:16.3936300Z test_fftfreq_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.010s) 2022-12-01T10:46:16.3936571Z test_fftfreq_out_cpu_float32 (__main__.TestFFTCPU) ... ok (0.758s) 2022-12-01T10:46:16.3936832Z test_fftfreq_out_cpu_float64 (__main__.TestFFTCPU) ... ok (0.006s) 2022-12-01T10:46:16.3937117Z test_fftn_invalid_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.027s) 2022-12-01T10:46:16.3937442Z test_fftn_invalid_fft_fftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.024s) 2022-12-01T10:46:16.3937745Z test_fftn_invalid_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.018s) 2022-12-01T10:46:16.3938031Z test_fftn_invalid_fft_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.017s) 2022-12-01T10:46:16.3938324Z test_fftn_invalid_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.014s) 2022-12-01T10:46:16.3938621Z test_fftn_invalid_fft_ifftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.014s) 2022-12-01T10:46:16.3938899Z test_fftn_invalid_fft_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.016s) 2022-12-01T10:46:16.3939193Z test_fftn_invalid_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.018s) 2022-12-01T10:46:16.3939491Z test_fftn_invalid_fft_irfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.018s) 2022-12-01T10:46:16.3939782Z test_fftn_invalid_fft_rfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.016s) 2022-12-01T10:46:16.3940059Z test_fftn_round_trip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.113s) 2022-12-01T10:46:16.3940400Z test_fftn_round_trip_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.042s) 2022-12-01T10:46:16.3940734Z test_fftn_round_trip_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.044s) 2022-12-01T10:46:16.3941058Z test_fftn_round_trip_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.009s) 2022-12-01T10:46:16.3941383Z test_fftn_round_trip_cpu_float32 (__main__.TestFFTCPU) ... ok (0.085s) 2022-12-01T10:46:16.3941663Z test_fftn_round_trip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.089s) 2022-12-01T10:46:16.3941949Z test_fftshift_frequencies_cpu_float32 (__main__.TestFFTCPU) ... ok (0.012s) 2022-12-01T10:46:16.3942230Z test_fftshift_frequencies_cpu_float64 (__main__.TestFFTCPU) ... ok (0.003s) 2022-12-01T10:46:16.3942518Z test_fftshift_numpy_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.097s) 2022-12-01T10:46:16.3942806Z test_fftshift_numpy_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.008s) 2022-12-01T10:46:16.3943074Z test_fftshift_numpy_cpu_float32 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:46:16.3943350Z test_fftshift_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:46:16.3943674Z test_hfftn_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.010s) 2022-12-01T10:46:16.3943980Z test_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.020s) 2022-12-01T10:46:16.3944227Z test_hfftn_cpu_float64 (__main__.TestFFTCPU) ... ok (0.014s) 2022-12-01T10:46:16.3944533Z test_ihfftn_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.010s) 2022-12-01T10:46:16.3944841Z test_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.019s) 2022-12-01T10:46:16.3945090Z test_ihfftn_cpu_float64 (__main__.TestFFTCPU) ... ok (0.014s) 2022-12-01T10:46:16.3945945Z test_istft_against_librosa_cpu_float64 (__main__.TestFFTCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:754: UserWarning: The length of signal is shorter than the length parameter. Result is being padded with zeros in the tail. Please check your center and hop_length settings. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:1120.) 2022-12-01T10:46:16.3946535Z return_complex=return_complex, 2022-12-01T10:46:16.3946727Z ok (76.387s) 2022-12-01T10:46:16.3946941Z test_istft_linearity_cpu_float64 (__main__.TestFFTCPU) ... ok (0.220s) 2022-12-01T10:46:16.3947221Z test_istft_of_sine_cpu_float64 (__main__.TestFFTCPU) ... ok (0.162s) 2022-12-01T10:46:16.3947502Z test_istft_round_trip_simple_cases_cpu_float64 (__main__.TestFFTCPU) 2022-12-01T10:46:16.3947834Z stft -> istft should recover the original signale ... ok (0.045s) 2022-12-01T10:46:16.3948122Z test_istft_round_trip_various_params_cpu_float64 (__main__.TestFFTCPU) 2022-12-01T10:46:16.3948460Z stft -> istft should recover the original signale ... ok (0.474s) 2022-12-01T10:46:16.3948770Z test_istft_round_trip_with_padding_cpu_float64 (__main__.TestFFTCPU) 2022-12-01T10:46:16.3949079Z long hop_length or not centered may cause length mismatch in the inversed signal ... ok (0.148s) 2022-12-01T10:46:16.3949366Z test_istft_throws_cpu (__main__.TestFFTCPU) 2022-12-01T10:46:16.3949628Z istft should throw exception for invalid parameters ... ok (0.039s) 2022-12-01T10:46:16.3949909Z test_reference_1d_fft_fft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.041s) 2022-12-01T10:46:16.3950205Z test_reference_1d_fft_fft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.031s) 2022-12-01T10:46:16.3950499Z test_reference_1d_fft_hfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.026s) 2022-12-01T10:46:16.3950794Z test_reference_1d_fft_hfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.027s) 2022-12-01T10:46:16.3951078Z test_reference_1d_fft_ifft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.026s) 2022-12-01T10:46:16.3951369Z test_reference_1d_fft_ifft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.026s) 2022-12-01T10:46:16.3951663Z test_reference_1d_fft_ihfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.026s) 2022-12-01T10:46:16.3951953Z test_reference_1d_fft_irfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.025s) 2022-12-01T10:46:16.3952248Z test_reference_1d_fft_irfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.016s) 2022-12-01T10:46:16.3952539Z test_reference_1d_fft_rfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.015s) 2022-12-01T10:46:16.3952834Z test_reference_nd_fft_fftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.102s) 2022-12-01T10:46:16.3953119Z test_reference_nd_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.023s) 2022-12-01T10:46:16.3953419Z test_reference_nd_fft_hfftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.030s) 2022-12-01T10:46:16.3953718Z test_reference_nd_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.023s) 2022-12-01T10:46:16.3954005Z test_reference_nd_fft_ifftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.030s) 2022-12-01T10:46:16.3954304Z test_reference_nd_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.022s) 2022-12-01T10:46:16.3954602Z test_reference_nd_fft_irfftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.030s) 2022-12-01T10:46:16.3955016Z test_reference_nd_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.023s) 2022-12-01T10:46:16.3955489Z test_stft_cpu_float64 (__main__.TestFFTCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_spectral_ops.py line 928 2022-12-01T10:46:16.3955779Z due to: 2022-12-01T10:46:16.3955962Z Traceback (most recent call last): 2022-12-01T10:46:16.3956302Z File "/opt/conda/lib/python3.7/site-packages/torch/functional.py", line 633, in stft 2022-12-01T10:46:16.3956739Z normalized, onesided, return_complex) 2022-12-01T10:46:16.3957114Z RuntimeError: stft(torch.DoubleTensor[10, 4, 2], n_fft=1, hop_length=1, win_length=1, window=None, normalized=0, onesided=None, return_complex=None) : expected a 1D or 2D tensor 2022-12-01T10:46:16.3957365Z 2022-12-01T10:46:16.3957506Z The above exception was the direct cause of the following exception: 2022-12-01T10:46:16.3957659Z 2022-12-01T10:46:16.3957750Z Traceback (most recent call last): 2022-12-01T10:46:16.3958223Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:46:16.3958519Z raise TorchRuntimeError() from e 2022-12-01T10:46:16.3958743Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:46:16.3958886Z 2022-12-01T10:46:16.3958956Z from user code: 2022-12-01T10:46:16.3959167Z File "test_spectral_ops.py", line 928, in 2022-12-01T10:46:16.3959436Z lambda: x.stft(n_fft, hop_length, win_length, window, center=center)) 2022-12-01T10:46:16.3959587Z 2022-12-01T10:46:16.3959718Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.3959939Z ========== 2022-12-01T10:46:16.3960679Z /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:46:16.3961192Z normalized, onesided, return_complex) 2022-12-01T10:46:16.3961376Z ok (0.356s) 2022-12-01T10:46:16.3961602Z test_stft_requires_complex_cpu (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:46:16.3961914Z test_stft_roundtrip_complex_window_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.151s) 2022-12-01T10:46:16.3962222Z test_stft_roundtrip_complex_window_cpu_float64 (__main__.TestFFTCPU) ... ok (0.337s) 2022-12-01T10:46:16.3962539Z test_stft_window_device_cpu (__main__.TestFFTCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:46:16.3962838Z test_fft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:46:16.3963089Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-12-01T10:46:16.3963300Z Expecting nothing 2022-12-01T10:46:16.3963630Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.3963868Z due to: 2022-12-01T10:46:16.3964039Z Traceback (most recent call last): 2022-12-01T10:46:16.3964428Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.3964712Z raise Unsupported(msg) 2022-12-01T10:46:16.3964939Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.3965096Z 2022-12-01T10:46:16.3965169Z from user code: 2022-12-01T10:46:16.3965370Z File "", line 1, in 2022-12-01T10:46:16.3965593Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-12-01T10:46:16.3965733Z 2022-12-01T10:46:16.3965866Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.3966083Z ========== 2022-12-01T10:46:16.3966224Z ok 2022-12-01T10:46:16.3966371Z Trying: 2022-12-01T10:46:16.3966540Z fft2 = torch.fft.fft2(x) 2022-12-01T10:46:16.3966713Z Expecting nothing 2022-12-01T10:46:16.3967042Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.3967281Z due to: 2022-12-01T10:46:16.3967452Z Traceback (most recent call last): 2022-12-01T10:46:16.3967835Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.3968118Z raise Unsupported(msg) 2022-12-01T10:46:16.3968356Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.3968497Z 2022-12-01T10:46:16.3968572Z from user code: 2022-12-01T10:46:16.3968775Z File "", line 1, in 2022-12-01T10:46:16.3968985Z fft2 = torch.fft.fft2(x) 2022-12-01T10:46:16.3969103Z 2022-12-01T10:46:16.3969222Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.3969441Z ========== 2022-12-01T10:46:16.3969595Z ok 2022-12-01T10:46:16.3969730Z Trying: 2022-12-01T10:46:16.3969941Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-12-01T10:46:16.3970159Z Expecting nothing 2022-12-01T10:46:16.3970472Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.3970711Z due to: 2022-12-01T10:46:16.3970894Z Traceback (most recent call last): 2022-12-01T10:46:16.3971301Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.3971583Z raise Unsupported(msg) 2022-12-01T10:46:16.3971822Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.3971975Z 2022-12-01T10:46:16.3972047Z from user code: 2022-12-01T10:46:16.3972233Z File "", line 1, in 2022-12-01T10:46:16.3972481Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-12-01T10:46:16.3972630Z 2022-12-01T10:46:16.3972763Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.3972969Z ========== 2022-12-01T10:46:16.3973120Z ok 2022-12-01T10:46:16.3973267Z Trying: 2022-12-01T10:46:16.3973509Z torch.testing.assert_close(fft2, two_ffts, check_stride=False) 2022-12-01T10:46:16.3973742Z Expecting nothing 2022-12-01T10:46:16.3974069Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.3974299Z due to: 2022-12-01T10:46:16.3974481Z Traceback (most recent call last): 2022-12-01T10:46:16.3974860Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.3975136Z raise Unsupported(msg) 2022-12-01T10:46:16.3975362Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.3975516Z 2022-12-01T10:46:16.3975587Z from user code: 2022-12-01T10:46:16.3975785Z File "", line 1, in 2022-12-01T10:46:16.3976031Z torch.testing.assert_close(fft2, two_ffts, check_stride=False) 2022-12-01T10:46:16.3976192Z 2022-12-01T10:46:16.3976325Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.3976542Z ========== 2022-12-01T10:46:16.3976683Z ok 2022-12-01T10:46:16.3976833Z ok (0.053s) 2022-12-01T10:46:16.3977055Z test_fft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:46:16.3977268Z t = torch.arange(4) 2022-12-01T10:46:16.3977449Z Expecting nothing 2022-12-01T10:46:16.3977779Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.3978000Z due to: 2022-12-01T10:46:16.3978183Z Traceback (most recent call last): 2022-12-01T10:46:16.3978564Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.3978839Z raise Unsupported(msg) 2022-12-01T10:46:16.3979062Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.3979214Z 2022-12-01T10:46:16.3979285Z from user code: 2022-12-01T10:46:16.3979480Z File "", line 1, in 2022-12-01T10:46:16.3979669Z t = torch.arange(4) 2022-12-01T10:46:16.3979781Z 2022-12-01T10:46:16.3979913Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.3980133Z ========== 2022-12-01T10:46:16.3980276Z ok 2022-12-01T10:46:16.3980423Z Trying: 2022-12-01T10:46:16.3980570Z t 2022-12-01T10:46:16.3980712Z Expecting: 2022-12-01T10:46:16.3980885Z tensor([0, 1, 2, 3]) 2022-12-01T10:46:16.3981205Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.3981430Z due to: 2022-12-01T10:46:16.3981610Z Traceback (most recent call last): 2022-12-01T10:46:16.3981994Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.3982256Z raise Unsupported(msg) 2022-12-01T10:46:16.3982489Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.3982646Z 2022-12-01T10:46:16.3982716Z from user code: 2022-12-01T10:46:16.3982914Z File "", line 1, in 2022-12-01T10:46:16.3983089Z t 2022-12-01T10:46:16.3983180Z 2022-12-01T10:46:16.3983312Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.3983529Z ========== 2022-12-01T10:46:16.3983671Z ok 2022-12-01T10:46:16.3983820Z Trying: 2022-12-01T10:46:16.3983983Z torch.fft.fft(t) 2022-12-01T10:46:16.3984146Z Expecting: 2022-12-01T10:46:16.3984430Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-12-01T10:46:16.3984769Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.3984990Z due to: 2022-12-01T10:46:16.3985172Z Traceback (most recent call last): 2022-12-01T10:46:16.3985552Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.3985818Z raise Unsupported(msg) 2022-12-01T10:46:16.3986054Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.3986208Z 2022-12-01T10:46:16.3986280Z from user code: 2022-12-01T10:46:16.3986479Z File "", line 1, in 2022-12-01T10:46:16.3986672Z torch.fft.fft(t) 2022-12-01T10:46:16.3986781Z 2022-12-01T10:46:16.3986957Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.3987183Z ========== 2022-12-01T10:46:16.3987323Z ok 2022-12-01T10:46:16.3987468Z Trying: 2022-12-01T10:46:16.3987658Z t = torch.tensor([0.+1.j, 2.+3.j, 4.+5.j, 6.+7.j]) 2022-12-01T10:46:16.3987848Z Expecting nothing 2022-12-01T10:46:16.3988169Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.3988406Z due to: 2022-12-01T10:46:16.3988577Z Traceback (most recent call last): 2022-12-01T10:46:16.3988956Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.3989237Z raise Unsupported(msg) 2022-12-01T10:46:16.3989461Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.3989614Z 2022-12-01T10:46:16.3989684Z from user code: 2022-12-01T10:46:16.3989878Z File "", line 1, in 2022-12-01T10:46:16.3990103Z t = torch.tensor([0.+1.j, 2.+3.j, 4.+5.j, 6.+7.j]) 2022-12-01T10:46:16.3990220Z 2022-12-01T10:46:16.3990354Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.3990573Z ========== 2022-12-01T10:46:16.3990724Z ok 2022-12-01T10:46:16.3990858Z Trying: 2022-12-01T10:46:16.3991021Z torch.fft.fft(t) 2022-12-01T10:46:16.3991195Z Expecting: 2022-12-01T10:46:16.3991425Z tensor([12.+16.j, -8.+0.j, -4.-4.j, 0.-8.j]) 2022-12-01T10:46:16.3991765Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.3992001Z due to: 2022-12-01T10:46:16.3992169Z Traceback (most recent call last): 2022-12-01T10:46:16.3992550Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.3992829Z raise Unsupported(msg) 2022-12-01T10:46:16.3993051Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.3993204Z 2022-12-01T10:46:16.3993274Z from user code: 2022-12-01T10:46:16.3993471Z File "", line 1, in 2022-12-01T10:46:16.3993664Z torch.fft.fft(t) 2022-12-01T10:46:16.3993777Z 2022-12-01T10:46:16.3993906Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.3994122Z ========== 2022-12-01T10:46:16.3994275Z ok 2022-12-01T10:46:16.3994411Z ok (0.013s) 2022-12-01T10:46:16.3994720Z test_fftfreq_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:46:16.3994972Z torch.fft.fftfreq(5) 2022-12-01T10:46:16.3995137Z Expecting: 2022-12-01T10:46:16.3995402Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-12-01T10:46:16.3995748Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.3995981Z due to: 2022-12-01T10:46:16.3996165Z Traceback (most recent call last): 2022-12-01T10:46:16.3996651Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.3996972Z raise Unsupported(msg) 2022-12-01T10:46:16.3997211Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.3997364Z 2022-12-01T10:46:16.3997439Z from user code: 2022-12-01T10:46:16.3997632Z File "", line 1, in 2022-12-01T10:46:16.3997847Z torch.fft.fftfreq(5) 2022-12-01T10:46:16.3998042Z 2022-12-01T10:46:16.3998175Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.3998394Z ========== 2022-12-01T10:46:16.3998532Z ok 2022-12-01T10:46:16.3998679Z Trying: 2022-12-01T10:46:16.3998846Z torch.fft.fftfreq(4) 2022-12-01T10:46:16.3999010Z Expecting: 2022-12-01T10:46:16.3999257Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-12-01T10:46:16.3999599Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.3999826Z due to: 2022-12-01T10:46:16.4000008Z Traceback (most recent call last): 2022-12-01T10:46:16.4000390Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4000652Z raise Unsupported(msg) 2022-12-01T10:46:16.4000931Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4001088Z 2022-12-01T10:46:16.4001158Z from user code: 2022-12-01T10:46:16.4001351Z File "", line 1, in 2022-12-01T10:46:16.4001569Z torch.fft.fftfreq(4) 2022-12-01T10:46:16.4001686Z 2022-12-01T10:46:16.4001817Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4002036Z ========== 2022-12-01T10:46:16.4002175Z ok 2022-12-01T10:46:16.4002326Z ok (0.004s) 2022-12-01T10:46:16.4002547Z test_fftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:46:16.4002795Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-12-01T10:46:16.4003004Z Expecting nothing 2022-12-01T10:46:16.4003332Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4003555Z due to: 2022-12-01T10:46:16.4003737Z Traceback (most recent call last): 2022-12-01T10:46:16.4004121Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4004386Z raise Unsupported(msg) 2022-12-01T10:46:16.4004622Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4004778Z 2022-12-01T10:46:16.4004848Z from user code: 2022-12-01T10:46:16.4005035Z File "", line 1, in 2022-12-01T10:46:16.4005271Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-12-01T10:46:16.4005409Z 2022-12-01T10:46:16.4005541Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4005759Z ========== 2022-12-01T10:46:16.4005899Z ok 2022-12-01T10:46:16.4006046Z Trying: 2022-12-01T10:46:16.4006217Z fftn = torch.fft.fftn(x) 2022-12-01T10:46:16.4006390Z Expecting nothing 2022-12-01T10:46:16.4006717Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4006955Z due to: 2022-12-01T10:46:16.4007127Z Traceback (most recent call last): 2022-12-01T10:46:16.4007513Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4007793Z raise Unsupported(msg) 2022-12-01T10:46:16.4008017Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4008174Z 2022-12-01T10:46:16.4008245Z from user code: 2022-12-01T10:46:16.4008442Z File "", line 1, in 2022-12-01T10:46:16.4008638Z fftn = torch.fft.fftn(x) 2022-12-01T10:46:16.4008755Z 2022-12-01T10:46:16.4008884Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4009100Z ========== 2022-12-01T10:46:16.4009254Z ok 2022-12-01T10:46:16.4009387Z Trying: 2022-12-01T10:46:16.4009593Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-12-01T10:46:16.4009808Z Expecting nothing 2022-12-01T10:46:16.4010118Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4010353Z due to: 2022-12-01T10:46:16.4010533Z Traceback (most recent call last): 2022-12-01T10:46:16.4010904Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4011181Z raise Unsupported(msg) 2022-12-01T10:46:16.4011417Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4011636Z 2022-12-01T10:46:16.4011695Z from user code: 2022-12-01T10:46:16.4011895Z File "", line 1, in 2022-12-01T10:46:16.4012145Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-12-01T10:46:16.4012292Z 2022-12-01T10:46:16.4012427Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4012634Z ========== 2022-12-01T10:46:16.4012786Z ok 2022-12-01T10:46:16.4012930Z Trying: 2022-12-01T10:46:16.4013140Z torch.testing.assert_close(fftn, two_ffts, check_stride=False) 2022-12-01T10:46:16.4013369Z Expecting nothing 2022-12-01T10:46:16.4013695Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4013920Z due to: 2022-12-01T10:46:16.4014134Z Traceback (most recent call last): 2022-12-01T10:46:16.4014520Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4014794Z raise Unsupported(msg) 2022-12-01T10:46:16.4015032Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4015187Z 2022-12-01T10:46:16.4015259Z from user code: 2022-12-01T10:46:16.4015443Z File "", line 1, in 2022-12-01T10:46:16.4015696Z torch.testing.assert_close(fftn, two_ffts, check_stride=False) 2022-12-01T10:46:16.4015857Z 2022-12-01T10:46:16.4015988Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4016205Z ========== 2022-12-01T10:46:16.4016345Z ok 2022-12-01T10:46:16.4016494Z ok (0.005s) 2022-12-01T10:46:16.4016722Z test_fftshift_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:46:16.4016952Z f = torch.fft.fftfreq(4) 2022-12-01T10:46:16.4017140Z Expecting nothing 2022-12-01T10:46:16.4017476Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4017705Z due to: 2022-12-01T10:46:16.4017884Z Traceback (most recent call last): 2022-12-01T10:46:16.4018269Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4018538Z raise Unsupported(msg) 2022-12-01T10:46:16.4018774Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4018924Z 2022-12-01T10:46:16.4018994Z from user code: 2022-12-01T10:46:16.4019188Z File "", line 1, in 2022-12-01T10:46:16.4019402Z f = torch.fft.fftfreq(4) 2022-12-01T10:46:16.4019520Z 2022-12-01T10:46:16.4019650Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4019866Z ========== 2022-12-01T10:46:16.4020004Z ok 2022-12-01T10:46:16.4020150Z Trying: 2022-12-01T10:46:16.4020305Z f 2022-12-01T10:46:16.4020447Z Expecting: 2022-12-01T10:46:16.4020686Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-12-01T10:46:16.4021030Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4021260Z due to: 2022-12-01T10:46:16.4021444Z Traceback (most recent call last): 2022-12-01T10:46:16.4021823Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4022089Z raise Unsupported(msg) 2022-12-01T10:46:16.4022324Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4022480Z 2022-12-01T10:46:16.4022551Z from user code: 2022-12-01T10:46:16.4022745Z File "", line 1, in 2022-12-01T10:46:16.4022935Z f 2022-12-01T10:46:16.4023029Z 2022-12-01T10:46:16.4023160Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4023367Z ========== 2022-12-01T10:46:16.4023519Z ok 2022-12-01T10:46:16.4023664Z Trying: 2022-12-01T10:46:16.4023822Z torch.fft.fftshift(f) 2022-12-01T10:46:16.4024001Z Expecting: 2022-12-01T10:46:16.4024240Z tensor([-0.5000, -0.2500, 0.0000, 0.2500]) 2022-12-01T10:46:16.4024581Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4024853Z due to: 2022-12-01T10:46:16.4025033Z Traceback (most recent call last): 2022-12-01T10:46:16.4025411Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4025677Z raise Unsupported(msg) 2022-12-01T10:46:16.4025912Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4026065Z 2022-12-01T10:46:16.4026135Z from user code: 2022-12-01T10:46:16.4026329Z File "", line 1, in 2022-12-01T10:46:16.4026542Z torch.fft.fftshift(f) 2022-12-01T10:46:16.4026663Z 2022-12-01T10:46:16.4026795Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4027001Z ========== 2022-12-01T10:46:16.4027151Z ok 2022-12-01T10:46:16.4027301Z Trying: 2022-12-01T10:46:16.4027553Z x = torch.fft.fftfreq(5, d=1/5) + 0.1 * torch.fft.fftfreq(5, d=1/5).unsqueeze(1) 2022-12-01T10:46:16.4027792Z Expecting nothing 2022-12-01T10:46:16.4028126Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4028372Z due to: 2022-12-01T10:46:16.4028542Z Traceback (most recent call last): 2022-12-01T10:46:16.4028924Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4029204Z raise Unsupported(msg) 2022-12-01T10:46:16.4029428Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4029580Z 2022-12-01T10:46:16.4029650Z from user code: 2022-12-01T10:46:16.4029855Z File "", line 1, in 2022-12-01T10:46:16.4030114Z x = torch.fft.fftfreq(5, d=1/5) + 0.1 * torch.fft.fftfreq(5, d=1/5).unsqueeze(1) 2022-12-01T10:46:16.4030280Z 2022-12-01T10:46:16.4030412Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4030630Z ========== 2022-12-01T10:46:16.4030782Z ok 2022-12-01T10:46:16.4030916Z Trying: 2022-12-01T10:46:16.4031064Z x 2022-12-01T10:46:16.4031209Z Expecting: 2022-12-01T10:46:16.4031462Z tensor([[ 0.0000, 1.0000, 2.0000, -2.0000, -1.0000], 2022-12-01T10:46:16.4031734Z [ 0.1000, 1.1000, 2.1000, -1.9000, -0.9000], 2022-12-01T10:46:16.4031997Z [ 0.2000, 1.2000, 2.2000, -1.8000, -0.8000], 2022-12-01T10:46:16.4032243Z [-0.2000, 0.8000, 1.8000, -2.2000, -1.2000], 2022-12-01T10:46:16.4032510Z [-0.1000, 0.9000, 1.9000, -2.1000, -1.1000]]) 2022-12-01T10:46:16.4032850Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4033080Z due to: 2022-12-01T10:46:16.4033260Z Traceback (most recent call last): 2022-12-01T10:46:16.4033643Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4033910Z raise Unsupported(msg) 2022-12-01T10:46:16.4034149Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4034303Z 2022-12-01T10:46:16.4034374Z from user code: 2022-12-01T10:46:16.4034578Z File "", line 1, in 2022-12-01T10:46:16.4034872Z x 2022-12-01T10:46:16.4034967Z 2022-12-01T10:46:16.4035101Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4035319Z ========== 2022-12-01T10:46:16.4035456Z ok 2022-12-01T10:46:16.4035604Z Trying: 2022-12-01T10:46:16.4035775Z torch.fft.fftshift(x) 2022-12-01T10:46:16.4035943Z Expecting: 2022-12-01T10:46:16.4036199Z tensor([[-2.2000, -1.2000, -0.2000, 0.8000, 1.8000], 2022-12-01T10:46:16.4036470Z [-2.1000, -1.1000, -0.1000, 0.9000, 1.9000], 2022-12-01T10:46:16.4036905Z [-2.0000, -1.0000, 0.0000, 1.0000, 2.0000], 2022-12-01T10:46:16.4037171Z [-1.9000, -0.9000, 0.1000, 1.1000, 2.1000], 2022-12-01T10:46:16.4037438Z [-1.8000, -0.8000, 0.2000, 1.2000, 2.2000]]) 2022-12-01T10:46:16.4037772Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4038018Z due to: 2022-12-01T10:46:16.4038204Z Traceback (most recent call last): 2022-12-01T10:46:16.4038661Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4038940Z raise Unsupported(msg) 2022-12-01T10:46:16.4039178Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4039334Z 2022-12-01T10:46:16.4039406Z from user code: 2022-12-01T10:46:16.4039600Z File "", line 1, in 2022-12-01T10:46:16.4039816Z torch.fft.fftshift(x) 2022-12-01T10:46:16.4039934Z 2022-12-01T10:46:16.4040064Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4040267Z ========== 2022-12-01T10:46:16.4040419Z ok 2022-12-01T10:46:16.4040565Z Trying: 2022-12-01T10:46:16.4040773Z x_centered = torch.arange(-5, 5) 2022-12-01T10:46:16.4040975Z Expecting nothing 2022-12-01T10:46:16.4041347Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4041579Z due to: 2022-12-01T10:46:16.4041765Z Traceback (most recent call last): 2022-12-01T10:46:16.4042148Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4042414Z raise Unsupported(msg) 2022-12-01T10:46:16.4042650Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4042805Z 2022-12-01T10:46:16.4042876Z from user code: 2022-12-01T10:46:16.4043083Z File "", line 1, in 2022-12-01T10:46:16.4043334Z x_centered = torch.arange(-5, 5) 2022-12-01T10:46:16.4043462Z 2022-12-01T10:46:16.4043592Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4043812Z ========== 2022-12-01T10:46:16.4043951Z ok 2022-12-01T10:46:16.4044103Z Trying: 2022-12-01T10:46:16.4044308Z x_uncentered = torch.fft.ifftshift(x_centered) 2022-12-01T10:46:16.4044513Z Expecting nothing 2022-12-01T10:46:16.4044845Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4045089Z due to: 2022-12-01T10:46:16.4045257Z Traceback (most recent call last): 2022-12-01T10:46:16.4045634Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4045912Z raise Unsupported(msg) 2022-12-01T10:46:16.4046135Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4046288Z 2022-12-01T10:46:16.4046360Z from user code: 2022-12-01T10:46:16.4046565Z File "", line 1, in 2022-12-01T10:46:16.4046809Z x_uncentered = torch.fft.ifftshift(x_centered) 2022-12-01T10:46:16.4046943Z 2022-12-01T10:46:16.4047074Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4047290Z ========== 2022-12-01T10:46:16.4047440Z ok 2022-12-01T10:46:16.4047573Z Trying: 2022-12-01T10:46:16.4047775Z fft_uncentered = torch.fft.fft(x_uncentered) 2022-12-01T10:46:16.4047985Z Expecting nothing 2022-12-01T10:46:16.4048303Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4048548Z due to: 2022-12-01T10:46:16.4048729Z Traceback (most recent call last): 2022-12-01T10:46:16.4049098Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4049374Z raise Unsupported(msg) 2022-12-01T10:46:16.4049611Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4049763Z 2022-12-01T10:46:16.4049834Z from user code: 2022-12-01T10:46:16.4050024Z File "", line 1, in 2022-12-01T10:46:16.4050261Z fft_uncentered = torch.fft.fft(x_uncentered) 2022-12-01T10:46:16.4050401Z 2022-12-01T10:46:16.4050533Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4050738Z ========== 2022-12-01T10:46:16.4050888Z ok 2022-12-01T10:46:16.4051036Z Trying: 2022-12-01T10:46:16.4051228Z fft_centered = torch.fft.fftshift(fft_uncentered) 2022-12-01T10:46:16.4051441Z Expecting nothing 2022-12-01T10:46:16.4051770Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4052038Z due to: 2022-12-01T10:46:16.4052220Z Traceback (most recent call last): 2022-12-01T10:46:16.4052601Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4052865Z raise Unsupported(msg) 2022-12-01T10:46:16.4053101Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4053253Z 2022-12-01T10:46:16.4053323Z from user code: 2022-12-01T10:46:16.4053527Z File "", line 1, in 2022-12-01T10:46:16.4053762Z fft_centered = torch.fft.fftshift(fft_uncentered) 2022-12-01T10:46:16.4053909Z 2022-12-01T10:46:16.4054041Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4054259Z ========== 2022-12-01T10:46:16.4054432Z ok 2022-12-01T10:46:16.4054582Z Trying: 2022-12-01T10:46:16.4054833Z x_centered_2 = torch.fft.fftshift(torch.fft.ifft(torch.fft.ifftshift(fft_centered))) 2022-12-01T10:46:16.4055082Z Expecting nothing 2022-12-01T10:46:16.4055412Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4055651Z due to: 2022-12-01T10:46:16.4055820Z Traceback (most recent call last): 2022-12-01T10:46:16.4056199Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4056475Z raise Unsupported(msg) 2022-12-01T10:46:16.4056714Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4056856Z 2022-12-01T10:46:16.4056925Z from user code: 2022-12-01T10:46:16.4057130Z File "", line 1, in 2022-12-01T10:46:16.4057421Z x_centered_2 = torch.fft.fftshift(torch.fft.ifft(torch.fft.ifftshift(fft_centered))) 2022-12-01T10:46:16.4057608Z 2022-12-01T10:46:16.4057729Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4057946Z ========== 2022-12-01T10:46:16.4058096Z ok 2022-12-01T10:46:16.4058232Z Trying: 2022-12-01T10:46:16.4058488Z torch.testing.assert_close(x_centered.to(torch.complex64), x_centered_2, check_stride=False) 2022-12-01T10:46:16.4058747Z Expecting nothing 2022-12-01T10:46:16.4059067Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4059305Z due to: 2022-12-01T10:46:16.4059485Z Traceback (most recent call last): 2022-12-01T10:46:16.4059864Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4060128Z raise Unsupported(msg) 2022-12-01T10:46:16.4060362Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4060516Z 2022-12-01T10:46:16.4060585Z from user code: 2022-12-01T10:46:16.4060776Z File "", line 1, in 2022-12-01T10:46:16.4061076Z torch.testing.assert_close(x_centered.to(torch.complex64), x_centered_2, check_stride=False) 2022-12-01T10:46:16.4061271Z 2022-12-01T10:46:16.4061403Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4061607Z ========== 2022-12-01T10:46:16.4061756Z ok 2022-12-01T10:46:16.4061906Z ok (0.023s) 2022-12-01T10:46:16.4062115Z test_hfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:46:16.4062352Z t = torch.linspace(0, 1, 5) 2022-12-01T10:46:16.4062540Z Expecting nothing 2022-12-01T10:46:16.4062850Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4063086Z due to: 2022-12-01T10:46:16.4063267Z Traceback (most recent call last): 2022-12-01T10:46:16.4063648Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4063911Z raise Unsupported(msg) 2022-12-01T10:46:16.4064148Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4064302Z 2022-12-01T10:46:16.4064372Z from user code: 2022-12-01T10:46:16.4064557Z File "", line 1, in 2022-12-01T10:46:16.4064805Z t = torch.linspace(0, 1, 5) 2022-12-01T10:46:16.4064927Z 2022-12-01T10:46:16.4065058Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4065263Z ========== 2022-12-01T10:46:16.4065412Z ok 2022-12-01T10:46:16.4065558Z Trying: 2022-12-01T10:46:16.4065693Z t 2022-12-01T10:46:16.4065847Z Expecting: 2022-12-01T10:46:16.4066029Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-12-01T10:46:16.4066352Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4066591Z due to: 2022-12-01T10:46:16.4066771Z Traceback (most recent call last): 2022-12-01T10:46:16.4067151Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4067413Z raise Unsupported(msg) 2022-12-01T10:46:16.4067679Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4067836Z 2022-12-01T10:46:16.4067906Z from user code: 2022-12-01T10:46:16.4068092Z File "", line 1, in 2022-12-01T10:46:16.4068281Z t 2022-12-01T10:46:16.4068373Z 2022-12-01T10:46:16.4068503Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4068705Z ========== 2022-12-01T10:46:16.4068855Z ok 2022-12-01T10:46:16.4069004Z Trying: 2022-12-01T10:46:16.4069155Z T = torch.fft.ifft(t) 2022-12-01T10:46:16.4069335Z Expecting nothing 2022-12-01T10:46:16.4069659Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4069889Z due to: 2022-12-01T10:46:16.4070073Z Traceback (most recent call last): 2022-12-01T10:46:16.4070456Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4070720Z raise Unsupported(msg) 2022-12-01T10:46:16.4070958Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4071113Z 2022-12-01T10:46:16.4071183Z from user code: 2022-12-01T10:46:16.4071386Z File "", line 1, in 2022-12-01T10:46:16.4071583Z T = torch.fft.ifft(t) 2022-12-01T10:46:16.4071697Z 2022-12-01T10:46:16.4071830Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4072048Z ========== 2022-12-01T10:46:16.4072188Z ok 2022-12-01T10:46:16.4072335Z Trying: 2022-12-01T10:46:16.4072485Z T 2022-12-01T10:46:16.4072628Z Expecting: 2022-12-01T10:46:16.4072917Z tensor([ 0.5000-0.0000j, -0.1250-0.1720j, -0.1250-0.0406j, -0.1250+0.0406j, 2022-12-01T10:46:16.4073171Z -0.1250+0.1720j]) 2022-12-01T10:46:16.4073483Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4073723Z due to: 2022-12-01T10:46:16.4073907Z Traceback (most recent call last): 2022-12-01T10:46:16.4074276Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4074557Z raise Unsupported(msg) 2022-12-01T10:46:16.4074925Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4075084Z 2022-12-01T10:46:16.4075156Z from user code: 2022-12-01T10:46:16.4075341Z File "", line 1, in 2022-12-01T10:46:16.4075528Z T 2022-12-01T10:46:16.4075622Z 2022-12-01T10:46:16.4075755Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4075959Z ========== 2022-12-01T10:46:16.4076113Z ok 2022-12-01T10:46:16.4076259Z Trying: 2022-12-01T10:46:16.4076418Z torch.fft.hfft(T[:3], n=5) 2022-12-01T10:46:16.4076744Z Expecting: 2022-12-01T10:46:16.4076948Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-12-01T10:46:16.4077279Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4077517Z due to: 2022-12-01T10:46:16.4077698Z Traceback (most recent call last): 2022-12-01T10:46:16.4078069Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4078347Z raise Unsupported(msg) 2022-12-01T10:46:16.4078665Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4078817Z 2022-12-01T10:46:16.4078887Z from user code: 2022-12-01T10:46:16.4079077Z File "", line 1, in 2022-12-01T10:46:16.4079290Z torch.fft.hfft(T[:3], n=5) 2022-12-01T10:46:16.4079409Z 2022-12-01T10:46:16.4080024Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4080229Z ========== 2022-12-01T10:46:16.4080380Z ok 2022-12-01T10:46:16.4080530Z Trying: 2022-12-01T10:46:16.4080689Z torch.fft.hfft(T[:3]) 2022-12-01T10:46:16.4080871Z Expecting: 2022-12-01T10:46:16.4081051Z tensor([0.1250, 0.2809, 0.6250, 0.9691]) 2022-12-01T10:46:16.4081372Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4081610Z due to: 2022-12-01T10:46:16.4081856Z Traceback (most recent call last): 2022-12-01T10:46:16.4082229Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4082513Z raise Unsupported(msg) 2022-12-01T10:46:16.4082750Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4082903Z 2022-12-01T10:46:16.4082975Z from user code: 2022-12-01T10:46:16.4083163Z File "", line 1, in 2022-12-01T10:46:16.4083370Z torch.fft.hfft(T[:3]) 2022-12-01T10:46:16.4083486Z 2022-12-01T10:46:16.4083618Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4083826Z ========== 2022-12-01T10:46:16.4083978Z ok 2022-12-01T10:46:16.4084130Z ok (0.020s) 2022-12-01T10:46:16.4084341Z test_ifft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:46:16.4084601Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-12-01T10:46:16.4084808Z Expecting nothing 2022-12-01T10:46:16.4085122Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4085365Z due to: 2022-12-01T10:46:16.4085545Z Traceback (most recent call last): 2022-12-01T10:46:16.4085910Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4086190Z raise Unsupported(msg) 2022-12-01T10:46:16.4086431Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4086591Z 2022-12-01T10:46:16.4086661Z from user code: 2022-12-01T10:46:16.4086849Z File "", line 1, in 2022-12-01T10:46:16.4087085Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-12-01T10:46:16.4087221Z 2022-12-01T10:46:16.4087353Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4087558Z ========== 2022-12-01T10:46:16.4087709Z ok 2022-12-01T10:46:16.4087858Z Trying: 2022-12-01T10:46:16.4088016Z ifft2 = torch.fft.ifft2(x) 2022-12-01T10:46:16.4088203Z Expecting nothing 2022-12-01T10:46:16.4088529Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4088756Z due to: 2022-12-01T10:46:16.4088936Z Traceback (most recent call last): 2022-12-01T10:46:16.4089319Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4089585Z raise Unsupported(msg) 2022-12-01T10:46:16.4089817Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4089970Z 2022-12-01T10:46:16.4090039Z from user code: 2022-12-01T10:46:16.4090235Z File "", line 1, in 2022-12-01T10:46:16.4090433Z ifft2 = torch.fft.ifft2(x) 2022-12-01T10:46:16.4090552Z 2022-12-01T10:46:16.4090682Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4090898Z ========== 2022-12-01T10:46:16.4091037Z ok 2022-12-01T10:46:16.4091181Z Trying: 2022-12-01T10:46:16.4091393Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-12-01T10:46:16.4091601Z Expecting nothing 2022-12-01T10:46:16.4091928Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4092163Z due to: 2022-12-01T10:46:16.4092329Z Traceback (most recent call last): 2022-12-01T10:46:16.4092749Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4093024Z raise Unsupported(msg) 2022-12-01T10:46:16.4093247Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4093399Z 2022-12-01T10:46:16.4093469Z from user code: 2022-12-01T10:46:16.4093673Z File "", line 1, in 2022-12-01T10:46:16.4093921Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-12-01T10:46:16.4094061Z 2022-12-01T10:46:16.4094192Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4094408Z ========== 2022-12-01T10:46:16.4094560Z ok 2022-12-01T10:46:16.4094692Z Trying: 2022-12-01T10:46:16.4094948Z torch.testing.assert_close(ifft2, two_iffts, check_stride=False) 2022-12-01T10:46:16.4095184Z Expecting nothing 2022-12-01T10:46:16.4095495Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4095737Z due to: 2022-12-01T10:46:16.4095921Z Traceback (most recent call last): 2022-12-01T10:46:16.4096287Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4096569Z raise Unsupported(msg) 2022-12-01T10:46:16.4096806Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4096960Z 2022-12-01T10:46:16.4097029Z from user code: 2022-12-01T10:46:16.4097215Z File "", line 1, in 2022-12-01T10:46:16.4097475Z torch.testing.assert_close(ifft2, two_iffts, check_stride=False) 2022-12-01T10:46:16.4097637Z 2022-12-01T10:46:16.4097768Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4097973Z ========== 2022-12-01T10:46:16.4098126Z ok 2022-12-01T10:46:16.4098279Z ok (0.005s) 2022-12-01T10:46:16.4098492Z test_ifft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:46:16.4098811Z t = torch.tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-12-01T10:46:16.4099018Z Expecting nothing 2022-12-01T10:46:16.4099329Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4099565Z due to: 2022-12-01T10:46:16.4099746Z Traceback (most recent call last): 2022-12-01T10:46:16.4100110Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4100398Z raise Unsupported(msg) 2022-12-01T10:46:16.4100633Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4100786Z 2022-12-01T10:46:16.4100857Z from user code: 2022-12-01T10:46:16.4101041Z File "", line 1, in 2022-12-01T10:46:16.4101328Z t = torch.tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-12-01T10:46:16.4101464Z 2022-12-01T10:46:16.4101599Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4101805Z ========== 2022-12-01T10:46:16.4101955Z ok 2022-12-01T10:46:16.4102100Z Trying: 2022-12-01T10:46:16.4102252Z torch.fft.ifft(t) 2022-12-01T10:46:16.4102428Z Expecting: 2022-12-01T10:46:16.4102612Z tensor([0.+0.j, 1.+0.j, 2.+0.j, 3.+0.j]) 2022-12-01T10:46:16.4102938Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4103183Z due to: 2022-12-01T10:46:16.4103362Z Traceback (most recent call last): 2022-12-01T10:46:16.4103727Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4104007Z raise Unsupported(msg) 2022-12-01T10:46:16.4104241Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4104395Z 2022-12-01T10:46:16.4104466Z from user code: 2022-12-01T10:46:16.4104652Z File "", line 1, in 2022-12-01T10:46:16.4104856Z torch.fft.ifft(t) 2022-12-01T10:46:16.4104972Z 2022-12-01T10:46:16.4105102Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4105309Z ========== 2022-12-01T10:46:16.4105508Z ok 2022-12-01T10:46:16.4105660Z ok (0.004s) 2022-12-01T10:46:16.4105873Z test_ifftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:46:16.4106132Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-12-01T10:46:16.4106339Z Expecting nothing 2022-12-01T10:46:16.4106654Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4106897Z due to: 2022-12-01T10:46:16.4107079Z Traceback (most recent call last): 2022-12-01T10:46:16.4107444Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4107719Z raise Unsupported(msg) 2022-12-01T10:46:16.4107955Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4108110Z 2022-12-01T10:46:16.4108181Z from user code: 2022-12-01T10:46:16.4108398Z File "", line 1, in 2022-12-01T10:46:16.4108639Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-12-01T10:46:16.4108775Z 2022-12-01T10:46:16.4108910Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4109113Z ========== 2022-12-01T10:46:16.4109265Z ok 2022-12-01T10:46:16.4109415Z Trying: 2022-12-01T10:46:16.4109572Z ifftn = torch.fft.ifftn(x) 2022-12-01T10:46:16.4109762Z Expecting nothing 2022-12-01T10:46:16.4110088Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4110311Z due to: 2022-12-01T10:46:16.4110492Z Traceback (most recent call last): 2022-12-01T10:46:16.4110876Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4111139Z raise Unsupported(msg) 2022-12-01T10:46:16.4111378Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4111531Z 2022-12-01T10:46:16.4111602Z from user code: 2022-12-01T10:46:16.4111803Z File "", line 1, in 2022-12-01T10:46:16.4112001Z ifftn = torch.fft.ifftn(x) 2022-12-01T10:46:16.4112121Z 2022-12-01T10:46:16.4112257Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4112474Z ========== 2022-12-01T10:46:16.4112614Z ok 2022-12-01T10:46:16.4112761Z Trying: 2022-12-01T10:46:16.4112972Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-12-01T10:46:16.4113178Z Expecting nothing 2022-12-01T10:46:16.4113502Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4113740Z due to: 2022-12-01T10:46:16.4113909Z Traceback (most recent call last): 2022-12-01T10:46:16.4114286Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4114561Z raise Unsupported(msg) 2022-12-01T10:46:16.4114882Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4115037Z 2022-12-01T10:46:16.4115112Z from user code: 2022-12-01T10:46:16.4115313Z File "", line 1, in 2022-12-01T10:46:16.4115562Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-12-01T10:46:16.4115705Z 2022-12-01T10:46:16.4115836Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4116055Z ========== 2022-12-01T10:46:16.4116204Z ok 2022-12-01T10:46:16.4116335Z Trying: 2022-12-01T10:46:16.4116675Z torch.testing.assert_close(ifftn, two_iffts, check_stride=False) 2022-12-01T10:46:16.4116932Z Expecting nothing 2022-12-01T10:46:16.4117250Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4117488Z due to: 2022-12-01T10:46:16.4117668Z Traceback (most recent call last): 2022-12-01T10:46:16.4118034Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4118309Z raise Unsupported(msg) 2022-12-01T10:46:16.4118549Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4118702Z 2022-12-01T10:46:16.4118774Z from user code: 2022-12-01T10:46:16.4118963Z File "", line 1, in 2022-12-01T10:46:16.4119299Z torch.testing.assert_close(ifftn, two_iffts, check_stride=False) 2022-12-01T10:46:16.4119463Z 2022-12-01T10:46:16.4119595Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4119799Z ========== 2022-12-01T10:46:16.4119950Z ok 2022-12-01T10:46:16.4120099Z ok (0.005s) 2022-12-01T10:46:16.4120318Z test_ifftshift_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:46:16.4120558Z f = torch.fft.fftfreq(5) 2022-12-01T10:46:16.4120747Z Expecting nothing 2022-12-01T10:46:16.4121066Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4121307Z due to: 2022-12-01T10:46:16.4121487Z Traceback (most recent call last): 2022-12-01T10:46:16.4121893Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4122177Z raise Unsupported(msg) 2022-12-01T10:46:16.4122413Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4122570Z 2022-12-01T10:46:16.4122641Z from user code: 2022-12-01T10:46:16.4122836Z File "", line 1, in 2022-12-01T10:46:16.4123051Z f = torch.fft.fftfreq(5) 2022-12-01T10:46:16.4123169Z 2022-12-01T10:46:16.4123299Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4123504Z ========== 2022-12-01T10:46:16.4123660Z ok 2022-12-01T10:46:16.4123805Z Trying: 2022-12-01T10:46:16.4123939Z f 2022-12-01T10:46:16.4124092Z Expecting: 2022-12-01T10:46:16.4124344Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-12-01T10:46:16.4124676Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4124918Z due to: 2022-12-01T10:46:16.4125097Z Traceback (most recent call last): 2022-12-01T10:46:16.4125468Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4125746Z raise Unsupported(msg) 2022-12-01T10:46:16.4125983Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4126135Z 2022-12-01T10:46:16.4126206Z from user code: 2022-12-01T10:46:16.4126399Z File "", line 1, in 2022-12-01T10:46:16.4126589Z f 2022-12-01T10:46:16.4126680Z 2022-12-01T10:46:16.4126812Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4127018Z ========== 2022-12-01T10:46:16.4127168Z ok 2022-12-01T10:46:16.4127316Z Trying: 2022-12-01T10:46:16.4127483Z shifted = torch.fft.fftshift(f) 2022-12-01T10:46:16.4127680Z Expecting nothing 2022-12-01T10:46:16.4128012Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4128241Z due to: 2022-12-01T10:46:16.4128423Z Traceback (most recent call last): 2022-12-01T10:46:16.4128801Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4129065Z raise Unsupported(msg) 2022-12-01T10:46:16.4129301Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4129452Z 2022-12-01T10:46:16.4129521Z from user code: 2022-12-01T10:46:16.4129716Z File "", line 1, in 2022-12-01T10:46:16.4129942Z shifted = torch.fft.fftshift(f) 2022-12-01T10:46:16.4130070Z 2022-12-01T10:46:16.4130201Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4130417Z ========== 2022-12-01T10:46:16.4130555Z ok 2022-12-01T10:46:16.4130699Z Trying: 2022-12-01T10:46:16.4130877Z torch.fft.ifftshift(shifted) 2022-12-01T10:46:16.4131052Z Expecting: 2022-12-01T10:46:16.4131307Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-12-01T10:46:16.4131654Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4131885Z due to: 2022-12-01T10:46:16.4132067Z Traceback (most recent call last): 2022-12-01T10:46:16.4132443Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4132756Z raise Unsupported(msg) 2022-12-01T10:46:16.4132991Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4133145Z 2022-12-01T10:46:16.4133215Z from user code: 2022-12-01T10:46:16.4133410Z File "", line 1, in 2022-12-01T10:46:16.4133638Z torch.fft.ifftshift(shifted) 2022-12-01T10:46:16.4133762Z 2022-12-01T10:46:16.4133894Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4134109Z ========== 2022-12-01T10:46:16.4134245Z ok 2022-12-01T10:46:16.4134394Z ok (0.011s) 2022-12-01T10:46:16.4134617Z test_ihfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:46:16.4134832Z t = torch.arange(5) 2022-12-01T10:46:16.4135010Z Expecting nothing 2022-12-01T10:46:16.4135367Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4135596Z due to: 2022-12-01T10:46:16.4135780Z Traceback (most recent call last): 2022-12-01T10:46:16.4136160Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4136425Z raise Unsupported(msg) 2022-12-01T10:46:16.4136660Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4136813Z 2022-12-01T10:46:16.4136884Z from user code: 2022-12-01T10:46:16.4137073Z File "", line 1, in 2022-12-01T10:46:16.4137274Z t = torch.arange(5) 2022-12-01T10:46:16.4137383Z 2022-12-01T10:46:16.4137515Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4137730Z ========== 2022-12-01T10:46:16.4137868Z ok 2022-12-01T10:46:16.4138013Z Trying: 2022-12-01T10:46:16.4138159Z t 2022-12-01T10:46:16.4138299Z Expecting: 2022-12-01T10:46:16.4138467Z tensor([0, 1, 2, 3, 4]) 2022-12-01T10:46:16.4138793Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4139016Z due to: 2022-12-01T10:46:16.4139199Z Traceback (most recent call last): 2022-12-01T10:46:16.4139578Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4139838Z raise Unsupported(msg) 2022-12-01T10:46:16.4140073Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4140225Z 2022-12-01T10:46:16.4140297Z from user code: 2022-12-01T10:46:16.4140484Z File "", line 1, in 2022-12-01T10:46:16.4140672Z t 2022-12-01T10:46:16.4140764Z 2022-12-01T10:46:16.4140897Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4141116Z ========== 2022-12-01T10:46:16.4141256Z ok 2022-12-01T10:46:16.4141403Z Trying: 2022-12-01T10:46:16.4141554Z torch.fft.ihfft(t) 2022-12-01T10:46:16.4141729Z Expecting: 2022-12-01T10:46:16.4141996Z tensor([ 2.0000-0.0000j, -0.5000-0.6882j, -0.5000-0.1625j]) 2022-12-01T10:46:16.4142346Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4142577Z due to: 2022-12-01T10:46:16.4142758Z Traceback (most recent call last): 2022-12-01T10:46:16.4143136Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4143400Z raise Unsupported(msg) 2022-12-01T10:46:16.4143636Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4143790Z 2022-12-01T10:46:16.4143862Z from user code: 2022-12-01T10:46:16.4144049Z File "", line 1, in 2022-12-01T10:46:16.4144251Z torch.fft.ihfft(t) 2022-12-01T10:46:16.4144365Z 2022-12-01T10:46:16.4144498Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4144702Z ========== 2022-12-01T10:46:16.4144853Z ok 2022-12-01T10:46:16.4145001Z Trying: 2022-12-01T10:46:16.4145149Z torch.fft.ifft(t) 2022-12-01T10:46:16.4145329Z Expecting: 2022-12-01T10:46:16.4145616Z tensor([ 2.0000-0.0000j, -0.5000-0.6882j, -0.5000-0.1625j, -0.5000+0.1625j, 2022-12-01T10:46:16.4145911Z -0.5000+0.6882j]) 2022-12-01T10:46:16.4146226Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4146468Z due to: 2022-12-01T10:46:16.4146649Z Traceback (most recent call last): 2022-12-01T10:46:16.4147015Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4147293Z raise Unsupported(msg) 2022-12-01T10:46:16.4147530Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4147683Z 2022-12-01T10:46:16.4147742Z from user code: 2022-12-01T10:46:16.4147943Z File "", line 1, in 2022-12-01T10:46:16.4148146Z torch.fft.ifft(t) 2022-12-01T10:46:16.4148257Z 2022-12-01T10:46:16.4148376Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4148628Z ========== 2022-12-01T10:46:16.4148783Z ok 2022-12-01T10:46:16.4148920Z ok (0.011s) 2022-12-01T10:46:16.4149145Z test_irfft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:46:16.4149379Z t = torch.rand(10, 9) 2022-12-01T10:46:16.4149454Z Expecting nothing 2022-12-01T10:46:16.4149677Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4149729Z due to: 2022-12-01T10:46:16.4149819Z Traceback (most recent call last): 2022-12-01T10:46:16.4150074Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4150156Z raise Unsupported(msg) 2022-12-01T10:46:16.4150278Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4150283Z 2022-12-01T10:46:16.4150354Z from user code: 2022-12-01T10:46:16.4150457Z File "", line 1, in 2022-12-01T10:46:16.4150521Z t = torch.rand(10, 9) 2022-12-01T10:46:16.4150539Z 2022-12-01T10:46:16.4150660Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4150723Z ========== 2022-12-01T10:46:16.4150783Z ok 2022-12-01T10:46:16.4150847Z Trying: 2022-12-01T10:46:16.4150926Z T = torch.fft.rfft2(t) 2022-12-01T10:46:16.4151000Z Expecting nothing 2022-12-01T10:46:16.4151211Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4151277Z due to: 2022-12-01T10:46:16.4151367Z Traceback (most recent call last): 2022-12-01T10:46:16.4151623Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4151705Z raise Unsupported(msg) 2022-12-01T10:46:16.4151827Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4151832Z 2022-12-01T10:46:16.4151901Z from user code: 2022-12-01T10:46:16.4152005Z File "", line 1, in 2022-12-01T10:46:16.4152071Z T = torch.fft.rfft2(t) 2022-12-01T10:46:16.4152076Z 2022-12-01T10:46:16.4152208Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4152272Z ========== 2022-12-01T10:46:16.4152331Z ok 2022-12-01T10:46:16.4152397Z Trying: 2022-12-01T10:46:16.4152483Z torch.fft.irfft2(T).size() 2022-12-01T10:46:16.4152549Z Expecting: 2022-12-01T10:46:16.4152614Z torch.Size([10, 8]) 2022-12-01T10:46:16.4152835Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4152900Z due to: 2022-12-01T10:46:16.4152991Z Traceback (most recent call last): 2022-12-01T10:46:16.4153246Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4153328Z raise Unsupported(msg) 2022-12-01T10:46:16.4153452Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4153457Z 2022-12-01T10:46:16.4153514Z from user code: 2022-12-01T10:46:16.4153615Z File "", line 1, in 2022-12-01T10:46:16.4153702Z torch.fft.irfft2(T).size() 2022-12-01T10:46:16.4153707Z 2022-12-01T10:46:16.4153836Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4153899Z ========== 2022-12-01T10:46:16.4153995Z ok 2022-12-01T10:46:16.4154060Z Trying: 2022-12-01T10:46:16.4154155Z roundtrip = torch.fft.irfft2(T, t.size()) 2022-12-01T10:46:16.4154228Z Expecting nothing 2022-12-01T10:46:16.4154448Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4154512Z due to: 2022-12-01T10:46:16.4154602Z Traceback (most recent call last): 2022-12-01T10:46:16.4154971Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4155056Z raise Unsupported(msg) 2022-12-01T10:46:16.4155166Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4155184Z 2022-12-01T10:46:16.4155242Z from user code: 2022-12-01T10:46:16.4155345Z File "", line 1, in 2022-12-01T10:46:16.4155502Z roundtrip = torch.fft.irfft2(T, t.size()) 2022-12-01T10:46:16.4155507Z 2022-12-01T10:46:16.4155639Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4155704Z ========== 2022-12-01T10:46:16.4155763Z ok 2022-12-01T10:46:16.4155826Z Trying: 2022-12-01T10:46:16.4155893Z roundtrip.size() 2022-12-01T10:46:16.4155960Z Expecting: 2022-12-01T10:46:16.4156036Z torch.Size([10, 9]) 2022-12-01T10:46:16.4156258Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4156322Z due to: 2022-12-01T10:46:16.4156414Z Traceback (most recent call last): 2022-12-01T10:46:16.4156829Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4156958Z raise Unsupported(msg) 2022-12-01T10:46:16.4157087Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4157093Z 2022-12-01T10:46:16.4157163Z from user code: 2022-12-01T10:46:16.4157269Z File "", line 1, in 2022-12-01T10:46:16.4157347Z roundtrip.size() 2022-12-01T10:46:16.4157353Z 2022-12-01T10:46:16.4157482Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4157547Z ========== 2022-12-01T10:46:16.4157593Z ok 2022-12-01T10:46:16.4157655Z Trying: 2022-12-01T10:46:16.4157790Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-12-01T10:46:16.4157864Z Expecting nothing 2022-12-01T10:46:16.4158093Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4158158Z due to: 2022-12-01T10:46:16.4158252Z Traceback (most recent call last): 2022-12-01T10:46:16.4158496Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4158579Z raise Unsupported(msg) 2022-12-01T10:46:16.4158702Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4158707Z 2022-12-01T10:46:16.4158776Z from user code: 2022-12-01T10:46:16.4158880Z File "", line 1, in 2022-12-01T10:46:16.4159012Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-12-01T10:46:16.4159020Z 2022-12-01T10:46:16.4159149Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4159211Z ========== 2022-12-01T10:46:16.4159257Z ok 2022-12-01T10:46:16.4159321Z ok (0.012s) 2022-12-01T10:46:16.4159452Z test_irfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:46:16.4159537Z t = torch.linspace(0, 1, 5) 2022-12-01T10:46:16.4159610Z Expecting nothing 2022-12-01T10:46:16.4159831Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4159882Z due to: 2022-12-01T10:46:16.4159972Z Traceback (most recent call last): 2022-12-01T10:46:16.4160226Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4160309Z raise Unsupported(msg) 2022-12-01T10:46:16.4160433Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4160439Z 2022-12-01T10:46:16.4160508Z from user code: 2022-12-01T10:46:16.4160614Z File "", line 1, in 2022-12-01T10:46:16.4160764Z t = torch.linspace(0, 1, 5) 2022-12-01T10:46:16.4160769Z 2022-12-01T10:46:16.4160886Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4160948Z ========== 2022-12-01T10:46:16.4161009Z ok 2022-12-01T10:46:16.4161072Z Trying: 2022-12-01T10:46:16.4161133Z t 2022-12-01T10:46:16.4161201Z Expecting: 2022-12-01T10:46:16.4161292Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-12-01T10:46:16.4161503Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4161568Z due to: 2022-12-01T10:46:16.4161658Z Traceback (most recent call last): 2022-12-01T10:46:16.4161914Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4162049Z raise Unsupported(msg) 2022-12-01T10:46:16.4162175Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4162180Z 2022-12-01T10:46:16.4162252Z from user code: 2022-12-01T10:46:16.4162343Z File "", line 1, in 2022-12-01T10:46:16.4162404Z t 2022-12-01T10:46:16.4162408Z 2022-12-01T10:46:16.4162536Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4162600Z ========== 2022-12-01T10:46:16.4162659Z ok 2022-12-01T10:46:16.4162723Z Trying: 2022-12-01T10:46:16.4162802Z T = torch.fft.rfft(t) 2022-12-01T10:46:16.4162863Z Expecting nothing 2022-12-01T10:46:16.4163087Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4163151Z due to: 2022-12-01T10:46:16.4163243Z Traceback (most recent call last): 2022-12-01T10:46:16.4163500Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4163587Z raise Unsupported(msg) 2022-12-01T10:46:16.4163710Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4163715Z 2022-12-01T10:46:16.4163773Z from user code: 2022-12-01T10:46:16.4163878Z File "", line 1, in 2022-12-01T10:46:16.4163956Z T = torch.fft.rfft(t) 2022-12-01T10:46:16.4163961Z 2022-12-01T10:46:16.4164090Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4164151Z ========== 2022-12-01T10:46:16.4164210Z ok 2022-12-01T10:46:16.4164272Z Trying: 2022-12-01T10:46:16.4164319Z T 2022-12-01T10:46:16.4164386Z Expecting: 2022-12-01T10:46:16.4164552Z tensor([ 2.5000+0.0000j, -0.6250+0.8602j, -0.6250+0.2031j]) 2022-12-01T10:46:16.4164778Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4164841Z due to: 2022-12-01T10:46:16.4164932Z Traceback (most recent call last): 2022-12-01T10:46:16.4165191Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4165274Z raise Unsupported(msg) 2022-12-01T10:46:16.4165383Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4165390Z 2022-12-01T10:46:16.4165459Z from user code: 2022-12-01T10:46:16.4165560Z File "", line 1, in 2022-12-01T10:46:16.4165619Z T 2022-12-01T10:46:16.4165624Z 2022-12-01T10:46:16.4165753Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4165815Z ========== 2022-12-01T10:46:16.4165873Z ok 2022-12-01T10:46:16.4165923Z Trying: 2022-12-01T10:46:16.4166000Z torch.fft.irfft(T) 2022-12-01T10:46:16.4166067Z Expecting: 2022-12-01T10:46:16.4166151Z tensor([0.1562, 0.3511, 0.7812, 1.2114]) 2022-12-01T10:46:16.4166372Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4166435Z due to: 2022-12-01T10:46:16.4166524Z Traceback (most recent call last): 2022-12-01T10:46:16.4166771Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4166855Z raise Unsupported(msg) 2022-12-01T10:46:16.4166977Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4167017Z 2022-12-01T10:46:16.4167088Z from user code: 2022-12-01T10:46:16.4167192Z File "", line 1, in 2022-12-01T10:46:16.4167269Z torch.fft.irfft(T) 2022-12-01T10:46:16.4167274Z 2022-12-01T10:46:16.4167405Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4167454Z ========== 2022-12-01T10:46:16.4167513Z ok 2022-12-01T10:46:16.4167575Z Trying: 2022-12-01T10:46:16.4167680Z roundtrip = torch.fft.irfft(T, t.numel()) 2022-12-01T10:46:16.4167754Z Expecting nothing 2022-12-01T10:46:16.4167976Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4168042Z due to: 2022-12-01T10:46:16.4168121Z Traceback (most recent call last): 2022-12-01T10:46:16.4168401Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4168488Z raise Unsupported(msg) 2022-12-01T10:46:16.4168612Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4168619Z 2022-12-01T10:46:16.4168689Z from user code: 2022-12-01T10:46:16.4168790Z File "", line 1, in 2022-12-01T10:46:16.4168895Z roundtrip = torch.fft.irfft(T, t.numel()) 2022-12-01T10:46:16.4168900Z 2022-12-01T10:46:16.4169029Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4169080Z ========== 2022-12-01T10:46:16.4169139Z ok 2022-12-01T10:46:16.4169201Z Trying: 2022-12-01T10:46:16.4169335Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-12-01T10:46:16.4169409Z Expecting nothing 2022-12-01T10:46:16.4169632Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4169697Z due to: 2022-12-01T10:46:16.4169775Z Traceback (most recent call last): 2022-12-01T10:46:16.4170033Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4170117Z raise Unsupported(msg) 2022-12-01T10:46:16.4170243Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4170248Z 2022-12-01T10:46:16.4170317Z from user code: 2022-12-01T10:46:16.4170419Z File "", line 1, in 2022-12-01T10:46:16.4170552Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-12-01T10:46:16.4170557Z 2022-12-01T10:46:16.4170674Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4170737Z ========== 2022-12-01T10:46:16.4170795Z ok 2022-12-01T10:46:16.4170860Z ok (0.020s) 2022-12-01T10:46:16.4170990Z test_irfftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:46:16.4171067Z t = torch.rand(10, 9) 2022-12-01T10:46:16.4171140Z Expecting nothing 2022-12-01T10:46:16.4171352Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4171420Z due to: 2022-12-01T10:46:16.4171511Z Traceback (most recent call last): 2022-12-01T10:46:16.4171769Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4171853Z raise Unsupported(msg) 2022-12-01T10:46:16.4171976Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4171981Z 2022-12-01T10:46:16.4172050Z from user code: 2022-12-01T10:46:16.4172155Z File "", line 1, in 2022-12-01T10:46:16.4172220Z t = torch.rand(10, 9) 2022-12-01T10:46:16.4172225Z 2022-12-01T10:46:16.4172359Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4172422Z ========== 2022-12-01T10:46:16.4172481Z ok 2022-12-01T10:46:16.4172544Z Trying: 2022-12-01T10:46:16.4172625Z T = torch.fft.rfftn(t) 2022-12-01T10:46:16.4172686Z Expecting nothing 2022-12-01T10:46:16.4172910Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4172976Z due to: 2022-12-01T10:46:16.4173069Z Traceback (most recent call last): 2022-12-01T10:46:16.4173326Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4173442Z raise Unsupported(msg) 2022-12-01T10:46:16.4173568Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4173573Z 2022-12-01T10:46:16.4173644Z from user code: 2022-12-01T10:46:16.4173734Z File "", line 1, in 2022-12-01T10:46:16.4173814Z T = torch.fft.rfftn(t) 2022-12-01T10:46:16.4173818Z 2022-12-01T10:46:16.4173949Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4174014Z ========== 2022-12-01T10:46:16.4174075Z ok 2022-12-01T10:46:16.4174141Z Trying: 2022-12-01T10:46:16.4174229Z torch.fft.irfftn(T).size() 2022-12-01T10:46:16.4174285Z Expecting: 2022-12-01T10:46:16.4174360Z torch.Size([10, 8]) 2022-12-01T10:46:16.4174612Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4174679Z due to: 2022-12-01T10:46:16.4174770Z Traceback (most recent call last): 2022-12-01T10:46:16.4175029Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4175112Z raise Unsupported(msg) 2022-12-01T10:46:16.4175221Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4175226Z 2022-12-01T10:46:16.4175297Z from user code: 2022-12-01T10:46:16.4175398Z File "", line 1, in 2022-12-01T10:46:16.4175491Z torch.fft.irfftn(T).size() 2022-12-01T10:46:16.4175495Z 2022-12-01T10:46:16.4175627Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4175689Z ========== 2022-12-01T10:46:16.4175749Z ok 2022-12-01T10:46:16.4175800Z Trying: 2022-12-01T10:46:16.4175906Z roundtrip = torch.fft.irfftn(T, t.size()) 2022-12-01T10:46:16.4175979Z Expecting nothing 2022-12-01T10:46:16.4176205Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4176270Z due to: 2022-12-01T10:46:16.4176364Z Traceback (most recent call last): 2022-12-01T10:46:16.4176621Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4176690Z raise Unsupported(msg) 2022-12-01T10:46:16.4176813Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4176817Z 2022-12-01T10:46:16.4176887Z from user code: 2022-12-01T10:46:16.4176991Z File "", line 1, in 2022-12-01T10:46:16.4177096Z roundtrip = torch.fft.irfftn(T, t.size()) 2022-12-01T10:46:16.4177101Z 2022-12-01T10:46:16.4177232Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4177296Z ========== 2022-12-01T10:46:16.4177358Z ok 2022-12-01T10:46:16.4177408Z Trying: 2022-12-01T10:46:16.4177486Z roundtrip.size() 2022-12-01T10:46:16.4177553Z Expecting: 2022-12-01T10:46:16.4177632Z torch.Size([10, 9]) 2022-12-01T10:46:16.4177856Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4177925Z due to: 2022-12-01T10:46:16.4178017Z Traceback (most recent call last): 2022-12-01T10:46:16.4178259Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4178344Z raise Unsupported(msg) 2022-12-01T10:46:16.4178466Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4178471Z 2022-12-01T10:46:16.4178541Z from user code: 2022-12-01T10:46:16.4178645Z File "", line 1, in 2022-12-01T10:46:16.4178723Z roundtrip.size() 2022-12-01T10:46:16.4178728Z 2022-12-01T10:46:16.4178858Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4178908Z ========== 2022-12-01T10:46:16.4178969Z ok 2022-12-01T10:46:16.4179031Z Trying: 2022-12-01T10:46:16.4179169Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-12-01T10:46:16.4179246Z Expecting nothing 2022-12-01T10:46:16.4179468Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4179562Z due to: 2022-12-01T10:46:16.4179641Z Traceback (most recent call last): 2022-12-01T10:46:16.4179898Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4179981Z raise Unsupported(msg) 2022-12-01T10:46:16.4180103Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4180108Z 2022-12-01T10:46:16.4180178Z from user code: 2022-12-01T10:46:16.4180282Z File "", line 1, in 2022-12-01T10:46:16.4180415Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-12-01T10:46:16.4180420Z 2022-12-01T10:46:16.4180550Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4180599Z ========== 2022-12-01T10:46:16.4180659Z ok 2022-12-01T10:46:16.4180763Z ok (0.011s) 2022-12-01T10:46:16.4197981Z test_rfft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:46:16.4198169Z t = torch.rand(10, 10) 2022-12-01T10:46:16.4198268Z Expecting nothing 2022-12-01T10:46:16.4198565Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4198619Z due to: 2022-12-01T10:46:16.4198714Z Traceback (most recent call last): 2022-12-01T10:46:16.4198990Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4199081Z raise Unsupported(msg) 2022-12-01T10:46:16.4199209Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4199216Z 2022-12-01T10:46:16.4199288Z from user code: 2022-12-01T10:46:16.4199391Z File "", line 1, in 2022-12-01T10:46:16.4199458Z t = torch.rand(10, 10) 2022-12-01T10:46:16.4199464Z 2022-12-01T10:46:16.4199605Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4199669Z ========== 2022-12-01T10:46:16.4199731Z ok 2022-12-01T10:46:16.4199794Z Trying: 2022-12-01T10:46:16.4199880Z rfft2 = torch.fft.rfft2(t) 2022-12-01T10:46:16.4199955Z Expecting nothing 2022-12-01T10:46:16.4200165Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4200233Z due to: 2022-12-01T10:46:16.4200324Z Traceback (most recent call last): 2022-12-01T10:46:16.4200585Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4200671Z raise Unsupported(msg) 2022-12-01T10:46:16.4200796Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4200800Z 2022-12-01T10:46:16.4200872Z from user code: 2022-12-01T10:46:16.4200961Z File "", line 1, in 2022-12-01T10:46:16.4201050Z rfft2 = torch.fft.rfft2(t) 2022-12-01T10:46:16.4201055Z 2022-12-01T10:46:16.4201190Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4201255Z ========== 2022-12-01T10:46:16.4201315Z ok 2022-12-01T10:46:16.4201379Z Trying: 2022-12-01T10:46:16.4201449Z rfft2.size() 2022-12-01T10:46:16.4201508Z Expecting: 2022-12-01T10:46:16.4201585Z torch.Size([10, 6]) 2022-12-01T10:46:16.4201810Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4201874Z due to: 2022-12-01T10:46:16.4201966Z Traceback (most recent call last): 2022-12-01T10:46:16.4202228Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4202312Z raise Unsupported(msg) 2022-12-01T10:46:16.4202423Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4202441Z 2022-12-01T10:46:16.4202498Z from user code: 2022-12-01T10:46:16.4202599Z File "", line 1, in 2022-12-01T10:46:16.4202670Z rfft2.size() 2022-12-01T10:46:16.4202675Z 2022-12-01T10:46:16.4202808Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4202872Z ========== 2022-12-01T10:46:16.4202933Z ok 2022-12-01T10:46:16.4202996Z Trying: 2022-12-01T10:46:16.4203191Z fft2 = torch.fft.fft2(t) 2022-12-01T10:46:16.4203259Z Expecting nothing 2022-12-01T10:46:16.4203483Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4203548Z due to: 2022-12-01T10:46:16.4203641Z Traceback (most recent call last): 2022-12-01T10:46:16.4203905Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4203990Z raise Unsupported(msg) 2022-12-01T10:46:16.4204101Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4204106Z 2022-12-01T10:46:16.4204178Z from user code: 2022-12-01T10:46:16.4204283Z File "", line 1, in 2022-12-01T10:46:16.4204366Z fft2 = torch.fft.fft2(t) 2022-12-01T10:46:16.4204371Z 2022-12-01T10:46:16.4204540Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4204605Z ========== 2022-12-01T10:46:16.4204666Z ok 2022-12-01T10:46:16.4204718Z Trying: 2022-12-01T10:46:16.4204859Z torch.testing.assert_close(fft2[..., :6], rfft2, check_stride=False) 2022-12-01T10:46:16.4204934Z Expecting nothing 2022-12-01T10:46:16.4205158Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4205221Z due to: 2022-12-01T10:46:16.4205313Z Traceback (most recent call last): 2022-12-01T10:46:16.4205575Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4205644Z raise Unsupported(msg) 2022-12-01T10:46:16.4205769Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4205774Z 2022-12-01T10:46:16.4205844Z from user code: 2022-12-01T10:46:16.4205945Z File "", line 1, in 2022-12-01T10:46:16.4206085Z torch.testing.assert_close(fft2[..., :6], rfft2, check_stride=False) 2022-12-01T10:46:16.4206091Z 2022-12-01T10:46:16.4206221Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4206286Z ========== 2022-12-01T10:46:16.4206353Z ok 2022-12-01T10:46:16.4206406Z Trying: 2022-12-01T10:46:16.4206529Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-12-01T10:46:16.4206603Z Expecting nothing 2022-12-01T10:46:16.4206825Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4206890Z due to: 2022-12-01T10:46:16.4206983Z Traceback (most recent call last): 2022-12-01T10:46:16.4207240Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4207312Z raise Unsupported(msg) 2022-12-01T10:46:16.4207438Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4207443Z 2022-12-01T10:46:16.4207514Z from user code: 2022-12-01T10:46:16.4207614Z File "", line 1, in 2022-12-01T10:46:16.4207738Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-12-01T10:46:16.4207744Z 2022-12-01T10:46:16.4207876Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4207943Z ========== 2022-12-01T10:46:16.4207990Z ok 2022-12-01T10:46:16.4208054Z Trying: 2022-12-01T10:46:16.4208190Z torch.testing.assert_close(rfft2, two_ffts, check_stride=False) 2022-12-01T10:46:16.4208264Z Expecting nothing 2022-12-01T10:46:16.4208483Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4208547Z due to: 2022-12-01T10:46:16.4208638Z Traceback (most recent call last): 2022-12-01T10:46:16.4208880Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4208967Z raise Unsupported(msg) 2022-12-01T10:46:16.4209089Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4209094Z 2022-12-01T10:46:16.4209164Z from user code: 2022-12-01T10:46:16.4209267Z File "", line 1, in 2022-12-01T10:46:16.4209403Z torch.testing.assert_close(rfft2, two_ffts, check_stride=False) 2022-12-01T10:46:16.4209437Z 2022-12-01T10:46:16.4209569Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4209633Z ========== 2022-12-01T10:46:16.4209682Z ok 2022-12-01T10:46:16.4209749Z ok (0.008s) 2022-12-01T10:46:16.4209881Z test_rfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:46:16.4209958Z t = torch.arange(4) 2022-12-01T10:46:16.4210031Z Expecting nothing 2022-12-01T10:46:16.4210256Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4210319Z due to: 2022-12-01T10:46:16.4210397Z Traceback (most recent call last): 2022-12-01T10:46:16.4210655Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4210738Z raise Unsupported(msg) 2022-12-01T10:46:16.4210885Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4210892Z 2022-12-01T10:46:16.4210963Z from user code: 2022-12-01T10:46:16.4211067Z File "", line 1, in 2022-12-01T10:46:16.4211146Z t = torch.arange(4) 2022-12-01T10:46:16.4211151Z 2022-12-01T10:46:16.4211269Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4211334Z ========== 2022-12-01T10:46:16.4211395Z ok 2022-12-01T10:46:16.4211459Z Trying: 2022-12-01T10:46:16.4211523Z t 2022-12-01T10:46:16.4211591Z Expecting: 2022-12-01T10:46:16.4211665Z tensor([0, 1, 2, 3]) 2022-12-01T10:46:16.4211872Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4211936Z due to: 2022-12-01T10:46:16.4212027Z Traceback (most recent call last): 2022-12-01T10:46:16.4212284Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4212367Z raise Unsupported(msg) 2022-12-01T10:46:16.4212495Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4212500Z 2022-12-01T10:46:16.4212570Z from user code: 2022-12-01T10:46:16.4212659Z File "", line 1, in 2022-12-01T10:46:16.4212728Z t 2022-12-01T10:46:16.4212733Z 2022-12-01T10:46:16.4212862Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4212924Z ========== 2022-12-01T10:46:16.4212984Z ok 2022-12-01T10:46:16.4213048Z Trying: 2022-12-01T10:46:16.4213124Z torch.fft.rfft(t) 2022-12-01T10:46:16.4213179Z Expecting: 2022-12-01T10:46:16.4213311Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j]) 2022-12-01T10:46:16.4213533Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4213599Z due to: 2022-12-01T10:46:16.4213693Z Traceback (most recent call last): 2022-12-01T10:46:16.4213951Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4214036Z raise Unsupported(msg) 2022-12-01T10:46:16.4214147Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4214166Z 2022-12-01T10:46:16.4214223Z from user code: 2022-12-01T10:46:16.4214326Z File "", line 1, in 2022-12-01T10:46:16.4214401Z torch.fft.rfft(t) 2022-12-01T10:46:16.4214406Z 2022-12-01T10:46:16.4214538Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4214602Z ========== 2022-12-01T10:46:16.4214662Z ok 2022-12-01T10:46:16.4214726Z Trying: 2022-12-01T10:46:16.4214787Z torch.fft.fft(t) 2022-12-01T10:46:16.4214854Z Expecting: 2022-12-01T10:46:16.4215000Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-12-01T10:46:16.4215218Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4215283Z due to: 2022-12-01T10:46:16.4215376Z Traceback (most recent call last): 2022-12-01T10:46:16.4215640Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4215711Z raise Unsupported(msg) 2022-12-01T10:46:16.4215835Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4215866Z 2022-12-01T10:46:16.4215937Z from user code: 2022-12-01T10:46:16.4216040Z File "", line 1, in 2022-12-01T10:46:16.4216117Z torch.fft.fft(t) 2022-12-01T10:46:16.4216122Z 2022-12-01T10:46:16.4216253Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4216317Z ========== 2022-12-01T10:46:16.4216366Z ok 2022-12-01T10:46:16.4216432Z ok (0.007s) 2022-12-01T10:46:16.4216566Z test_rfftfreq_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:46:16.4216650Z torch.fft.rfftfreq(5) 2022-12-01T10:46:16.4216718Z Expecting: 2022-12-01T10:46:16.4216798Z tensor([0.0000, 0.2000, 0.4000]) 2022-12-01T10:46:16.4217029Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4217082Z due to: 2022-12-01T10:46:16.4217198Z Traceback (most recent call last): 2022-12-01T10:46:16.4217462Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4217548Z raise Unsupported(msg) 2022-12-01T10:46:16.4217674Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4217679Z 2022-12-01T10:46:16.4217750Z from user code: 2022-12-01T10:46:16.4217857Z File "", line 1, in 2022-12-01T10:46:16.4217927Z torch.fft.rfftfreq(5) 2022-12-01T10:46:16.4217944Z 2022-12-01T10:46:16.4218063Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4218126Z ========== 2022-12-01T10:46:16.4218187Z ok 2022-12-01T10:46:16.4218251Z Trying: 2022-12-01T10:46:16.4218333Z torch.fft.rfftfreq(4) 2022-12-01T10:46:16.4218401Z Expecting: 2022-12-01T10:46:16.4218470Z tensor([0.0000, 0.2500, 0.5000]) 2022-12-01T10:46:16.4218700Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4218767Z due to: 2022-12-01T10:46:16.4218860Z Traceback (most recent call last): 2022-12-01T10:46:16.4219117Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4219204Z raise Unsupported(msg) 2022-12-01T10:46:16.4219326Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4219331Z 2022-12-01T10:46:16.4219402Z from user code: 2022-12-01T10:46:16.4219496Z File "", line 1, in 2022-12-01T10:46:16.4219579Z torch.fft.rfftfreq(4) 2022-12-01T10:46:16.4219584Z 2022-12-01T10:46:16.4219715Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4219777Z ========== 2022-12-01T10:46:16.4219837Z ok 2022-12-01T10:46:16.4219900Z Trying: 2022-12-01T10:46:16.4219982Z torch.fft.fftfreq(4) 2022-12-01T10:46:16.4220038Z Expecting: 2022-12-01T10:46:16.4220182Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-12-01T10:46:16.4220413Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4220479Z due to: 2022-12-01T10:46:16.4220569Z Traceback (most recent call last): 2022-12-01T10:46:16.4220829Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4220913Z raise Unsupported(msg) 2022-12-01T10:46:16.4221024Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4221029Z 2022-12-01T10:46:16.4221099Z from user code: 2022-12-01T10:46:16.4221206Z File "", line 1, in 2022-12-01T10:46:16.4221287Z torch.fft.fftfreq(4) 2022-12-01T10:46:16.4221292Z 2022-12-01T10:46:16.4221422Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4221486Z ========== 2022-12-01T10:46:16.4221547Z ok 2022-12-01T10:46:16.4221600Z ok (0.003s) 2022-12-01T10:46:16.4221731Z test_rfftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:46:16.4221813Z t = torch.rand(10, 10) 2022-12-01T10:46:16.4221888Z Expecting nothing 2022-12-01T10:46:16.4222110Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4222205Z due to: 2022-12-01T10:46:16.4222299Z Traceback (most recent call last): 2022-12-01T10:46:16.4222543Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4222629Z raise Unsupported(msg) 2022-12-01T10:46:16.4222754Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4222759Z 2022-12-01T10:46:16.4222828Z from user code: 2022-12-01T10:46:16.4222930Z File "", line 1, in 2022-12-01T10:46:16.4223009Z t = torch.rand(10, 10) 2022-12-01T10:46:16.4223014Z 2022-12-01T10:46:16.4223146Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4223210Z ========== 2022-12-01T10:46:16.4223258Z ok 2022-12-01T10:46:16.4223322Z Trying: 2022-12-01T10:46:16.4223455Z rfftn = torch.fft.rfftn(t) 2022-12-01T10:46:16.4223535Z Expecting nothing 2022-12-01T10:46:16.4223756Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4223823Z due to: 2022-12-01T10:46:16.4223902Z Traceback (most recent call last): 2022-12-01T10:46:16.4224160Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4224244Z raise Unsupported(msg) 2022-12-01T10:46:16.4224379Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4224384Z 2022-12-01T10:46:16.4224454Z from user code: 2022-12-01T10:46:16.4224543Z File "", line 1, in 2022-12-01T10:46:16.4224630Z rfftn = torch.fft.rfftn(t) 2022-12-01T10:46:16.4224634Z 2022-12-01T10:46:16.4224766Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4224830Z ========== 2022-12-01T10:46:16.4224891Z ok 2022-12-01T10:46:16.4224954Z Trying: 2022-12-01T10:46:16.4225027Z rfftn.size() 2022-12-01T10:46:16.4225084Z Expecting: 2022-12-01T10:46:16.4225162Z torch.Size([10, 6]) 2022-12-01T10:46:16.4225386Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4225455Z due to: 2022-12-01T10:46:16.4225548Z Traceback (most recent call last): 2022-12-01T10:46:16.4225805Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4225888Z raise Unsupported(msg) 2022-12-01T10:46:16.4225999Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4226004Z 2022-12-01T10:46:16.4226072Z from user code: 2022-12-01T10:46:16.4226174Z File "", line 1, in 2022-12-01T10:46:16.4226244Z rfftn.size() 2022-12-01T10:46:16.4226249Z 2022-12-01T10:46:16.4226380Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4226444Z ========== 2022-12-01T10:46:16.4226508Z ok 2022-12-01T10:46:16.4226558Z Trying: 2022-12-01T10:46:16.4226642Z fftn = torch.fft.fftn(t) 2022-12-01T10:46:16.4226716Z Expecting nothing 2022-12-01T10:46:16.4226937Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4227004Z due to: 2022-12-01T10:46:16.4227096Z Traceback (most recent call last): 2022-12-01T10:46:16.4227356Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4227426Z raise Unsupported(msg) 2022-12-01T10:46:16.4227550Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4227554Z 2022-12-01T10:46:16.4227624Z from user code: 2022-12-01T10:46:16.4227726Z File "", line 1, in 2022-12-01T10:46:16.4227809Z fftn = torch.fft.fftn(t) 2022-12-01T10:46:16.4227814Z 2022-12-01T10:46:16.4227944Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4228006Z ========== 2022-12-01T10:46:16.4228065Z ok 2022-12-01T10:46:16.4228115Z Trying: 2022-12-01T10:46:16.4228254Z torch.testing.assert_close(fftn[..., :6], rfftn, check_stride=False) 2022-12-01T10:46:16.4228327Z Expecting nothing 2022-12-01T10:46:16.4228547Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4228643Z due to: 2022-12-01T10:46:16.4228733Z Traceback (most recent call last): 2022-12-01T10:46:16.4228991Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4229061Z raise Unsupported(msg) 2022-12-01T10:46:16.4229184Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4229188Z 2022-12-01T10:46:16.4229257Z from user code: 2022-12-01T10:46:16.4229358Z File "", line 1, in 2022-12-01T10:46:16.4229497Z torch.testing.assert_close(fftn[..., :6], rfftn, check_stride=False) 2022-12-01T10:46:16.4229501Z 2022-12-01T10:46:16.4229630Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4229718Z ========== 2022-12-01T10:46:16.4229766Z ok 2022-12-01T10:46:16.4229830Z Trying: 2022-12-01T10:46:16.4229954Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-12-01T10:46:16.4230033Z Expecting nothing 2022-12-01T10:46:16.4230257Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4230321Z due to: 2022-12-01T10:46:16.4230412Z Traceback (most recent call last): 2022-12-01T10:46:16.4230656Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4230739Z raise Unsupported(msg) 2022-12-01T10:46:16.4230860Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4230865Z 2022-12-01T10:46:16.4230934Z from user code: 2022-12-01T10:46:16.4231035Z File "", line 1, in 2022-12-01T10:46:16.4231158Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-12-01T10:46:16.4231163Z 2022-12-01T10:46:16.4231296Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4231360Z ========== 2022-12-01T10:46:16.4231407Z ok 2022-12-01T10:46:16.4231469Z Trying: 2022-12-01T10:46:16.4231605Z torch.testing.assert_close(rfftn, two_ffts, check_stride=False) 2022-12-01T10:46:16.4231681Z Expecting nothing 2022-12-01T10:46:16.4231902Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-12-01T10:46:16.4231967Z due to: 2022-12-01T10:46:16.4232056Z Traceback (most recent call last): 2022-12-01T10:46:16.4232297Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:16.4232380Z raise Unsupported(msg) 2022-12-01T10:46:16.4232503Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:16.4232507Z 2022-12-01T10:46:16.4232576Z from user code: 2022-12-01T10:46:16.4232678Z File "", line 1, in 2022-12-01T10:46:16.4232814Z torch.testing.assert_close(rfftn, two_ffts, check_stride=False) 2022-12-01T10:46:16.4232822Z 2022-12-01T10:46:16.4232952Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:16.4233015Z ========== 2022-12-01T10:46:16.4233064Z ok 2022-12-01T10:46:16.4233129Z ok (0.009s) 2022-12-01T10:46:16.4233134Z 2022-12-01T10:46:16.4233337Z ---------------------------------------------------------------------- 2022-12-01T10:46:16.4233416Z Ran 177 tests in 86.464s 2022-12-01T10:46:16.4233421Z 2022-12-01T10:46:16.4233492Z OK (skipped=10) 2022-12-01T10:46:16.4233497Z 2022-12-01T10:46:16.4233580Z Generating XML reports... 2022-12-01T10:46:16.4233867Z Generated XML report: test-reports/python-unittest/test_spectral_ops/TEST-TestFFTCPU-20221201104449.xml 2022-12-01T10:46:16.4234181Z Generated XML report: test-reports/python-unittest/test_spectral_ops/TEST-TestFFTDocExamplesCPU-20221201104449.xml 2022-12-01T10:46:16.4234187Z 2022-12-01T10:46:16.4234584Z ##[endgroup] 2022-12-01T10:46:16.4234988Z FINISHED PRINTING LOG FILE of test_spectral_ops (/var/lib/jenkins/workspace/test/test-reports/test_spectral_ops_et_rj4te) 2022-12-01T10:46:16.4234995Z 2022-12-01T10:46:16.4235154Z Running test_decomp ... [2022-12-01 10:46:16.388108] 2022-12-01T10:46:16.4235538Z Executing ['/opt/conda/bin/python', '-bb', 'test_decomp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:46:16.388419] 2022-12-01T10:46:29.7215476Z 2022-12-01T10:46:29.7215871Z Expand the folded group to see the log file of test_decomp 2022-12-01T10:46:29.7216612Z ##[group]PRINTING LOG FILE of test_decomp (/var/lib/jenkins/workspace/test/test-reports/test_decomp_an76xg7y) 2022-12-01T10:46:29.7224262Z Test results will be stored in test-reports/python-unittest/test_decomp 2022-12-01T10:46:29.7224592Z 2022-12-01T10:46:29.7224718Z Running tests... 2022-12-01T10:46:29.7225218Z ---------------------------------------------------------------------- 2022-12-01T10:46:29.7226324Z test_contiguous_log_softmax_cpu (__main__.DecompContiguousTestsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_contiguous_log_softmax test_decomp.py line 539 2022-12-01T10:46:29.7277968Z due to: 2022-12-01T10:46:29.7278392Z Traceback (most recent call last): 2022-12-01T10:46:29.7279120Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-12-01T10:46:29.7279543Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-12-01T10:46:29.7280089Z NotImplementedError: argument of type: 2022-12-01T10:46:29.7280352Z 2022-12-01T10:46:29.7280463Z from user code: 2022-12-01T10:46:29.7280803Z File "test_decomp.py", line 551, in test_contiguous_log_softmax 2022-12-01T10:46:29.7281269Z res = torch._decomp.decompositions._log_softmax(x, -1, False) 2022-12-01T10:46:29.7281479Z 2022-12-01T10:46:29.7281681Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:29.7284305Z ========== 2022-12-01T10:46:29.7284619Z ok (0.036s) 2022-12-01T10:46:29.7285436Z test_contiguous_softmax_cpu (__main__.DecompContiguousTestsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_contiguous_softmax test_decomp.py line 524 2022-12-01T10:46:29.7286064Z due to: 2022-12-01T10:46:29.7286399Z Traceback (most recent call last): 2022-12-01T10:46:29.7287069Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-12-01T10:46:29.7287645Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-12-01T10:46:29.7288218Z NotImplementedError: argument of type: 2022-12-01T10:46:29.7288497Z 2022-12-01T10:46:29.7288591Z from user code: 2022-12-01T10:46:29.7358953Z File "test_decomp.py", line 536, in test_contiguous_softmax 2022-12-01T10:46:29.7359476Z res = torch._decomp.decompositions._softmax(x, -1, False) 2022-12-01T10:46:29.7359715Z 2022-12-01T10:46:29.7359898Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:29.7360199Z ========== 2022-12-01T10:46:29.7360401Z ok (0.010s) 2022-12-01T10:46:29.7360805Z test_comprehensive_H_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.947s) 2022-12-01T10:46:29.7361333Z test_comprehensive_H_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7361863Z test_comprehensive_H_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7362383Z test_comprehensive_H_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7362898Z test_comprehensive_H_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7363418Z test_comprehensive_H_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7363954Z test_comprehensive_H_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7364465Z test_comprehensive_H_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7364971Z test_comprehensive_H_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7365643Z test_comprehensive_H_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7366149Z test_comprehensive_H_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7366630Z test_comprehensive_H_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7367126Z test_comprehensive_H_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7367628Z test_comprehensive_T_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7368291Z test_comprehensive_T_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7368837Z test_comprehensive_T_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7369369Z test_comprehensive_T_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7369899Z test_comprehensive_T_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7370408Z test_comprehensive_T_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7370946Z test_comprehensive_T_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7371535Z test_comprehensive_T_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7372166Z test_comprehensive_T_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7372764Z test_comprehensive_T_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.003s) 2022-12-01T10:46:29.7373468Z test_comprehensive_T_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7374268Z test_comprehensive_T_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7375056Z test_comprehensive_T_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7375895Z test_comprehensive___getitem___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7376725Z test_comprehensive___getitem___cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7377597Z test_comprehensive___getitem___cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7378459Z test_comprehensive___getitem___cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7379316Z test_comprehensive___getitem___cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7380146Z test_comprehensive___getitem___cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7380990Z test_comprehensive___getitem___cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7381819Z test_comprehensive___getitem___cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7382661Z test_comprehensive___getitem___cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7383470Z test_comprehensive___getitem___cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7384305Z test_comprehensive___getitem___cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7385247Z test_comprehensive___getitem___cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7386081Z test_comprehensive___getitem___cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7386896Z test_comprehensive___radd___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7387727Z test_comprehensive___radd___cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7388564Z test_comprehensive___radd___cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7389464Z test_comprehensive___radd___cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7390287Z test_comprehensive___radd___cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7391115Z test_comprehensive___radd___cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7391946Z test_comprehensive___radd___cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7392783Z test_comprehensive___radd___cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7393598Z test_comprehensive___radd___cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7394425Z test_comprehensive___radd___cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7395378Z test_comprehensive___radd___cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7396201Z test_comprehensive___radd___cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7397169Z test_comprehensive___rand___cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7397985Z test_comprehensive___rand___cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7398823Z test_comprehensive___rand___cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7399654Z test_comprehensive___rand___cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7400474Z test_comprehensive___rand___cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7401298Z test_comprehensive___rand___cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7402155Z test_comprehensive___rdiv___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7403008Z test_comprehensive___rdiv___cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7403830Z test_comprehensive___rdiv___cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7404696Z test_comprehensive___rdiv___cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7405544Z test_comprehensive___rdiv___cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7406380Z test_comprehensive___rdiv___cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7408839Z test_comprehensive___rdiv___cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7409827Z test_comprehensive___rdiv___cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7410682Z test_comprehensive___rdiv___cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7411513Z test_comprehensive___rdiv___cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7412310Z test_comprehensive___rdiv___cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7413124Z test_comprehensive___rdiv___cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7414047Z test_comprehensive___rmatmul___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7414911Z test_comprehensive___rmatmul___cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7415772Z test_comprehensive___rmatmul___cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7416660Z test_comprehensive___rmatmul___cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7417535Z test_comprehensive___rmatmul___cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7418392Z test_comprehensive___rmatmul___cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7419224Z test_comprehensive___rmatmul___cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7420054Z test_comprehensive___rmatmul___cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7420901Z test_comprehensive___rmatmul___cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7421741Z test_comprehensive___rmatmul___cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7422554Z test_comprehensive___rmod___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7423398Z test_comprehensive___rmod___cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7424234Z test_comprehensive___rmod___cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7425074Z test_comprehensive___rmod___cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7425894Z test_comprehensive___rmul___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7426737Z test_comprehensive___rmul___cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7428597Z test_comprehensive___rmul___cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7429451Z test_comprehensive___rmul___cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7430277Z test_comprehensive___rmul___cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7431110Z test_comprehensive___rmul___cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7431926Z test_comprehensive___rmul___cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7432765Z test_comprehensive___rmul___cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7433656Z test_comprehensive___rmul___cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7434476Z test_comprehensive___rmul___cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7435367Z test_comprehensive___rmul___cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7436194Z test_comprehensive___rmul___cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7442541Z test_comprehensive___ror___cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7443539Z test_comprehensive___ror___cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7444164Z test_comprehensive___ror___cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7446119Z test_comprehensive___ror___cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7446930Z test_comprehensive___ror___cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7447759Z test_comprehensive___ror___cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7448593Z test_comprehensive___rpow___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7449451Z test_comprehensive___rpow___cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7450290Z test_comprehensive___rpow___cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7451141Z test_comprehensive___rpow___cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7452005Z test_comprehensive___rpow___cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7452843Z test_comprehensive___rpow___cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7453392Z test_comprehensive___rpow___cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7454051Z test_comprehensive___rpow___cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7454692Z test_comprehensive___rpow___cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7455342Z test_comprehensive___rpow___cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7455975Z test_comprehensive___rpow___cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7456582Z test_comprehensive___rsub___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7457226Z test_comprehensive___rsub___cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7457931Z test_comprehensive___rsub___cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7458556Z test_comprehensive___rsub___cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7459198Z test_comprehensive___rsub___cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7459856Z test_comprehensive___rsub___cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7460642Z test_comprehensive___rsub___cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7461220Z test_comprehensive___rsub___cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7461814Z test_comprehensive___rsub___cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7462427Z test_comprehensive___rsub___cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7463021Z test_comprehensive___rsub___cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7463659Z test_comprehensive___rxor___cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7464276Z test_comprehensive___rxor___cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7464882Z test_comprehensive___rxor___cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7465469Z test_comprehensive___rxor___cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7466041Z test_comprehensive___rxor___cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7466645Z test_comprehensive___rxor___cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7467250Z test_comprehensive_abs_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7467884Z test_comprehensive_abs_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7468496Z test_comprehensive_abs_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7469127Z test_comprehensive_abs_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7469751Z test_comprehensive_abs_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7470366Z test_comprehensive_abs_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7470961Z test_comprehensive_abs_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7471565Z test_comprehensive_abs_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7472170Z test_comprehensive_abs_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7472749Z test_comprehensive_abs_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7473334Z test_comprehensive_abs_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7473925Z test_comprehensive_abs_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7474511Z test_comprehensive_acos_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7475196Z test_comprehensive_acos_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7475774Z test_comprehensive_acos_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7476388Z test_comprehensive_acos_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7477080Z test_comprehensive_acos_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7477807Z test_comprehensive_acos_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7478387Z test_comprehensive_acos_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7478970Z test_comprehensive_acos_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7479551Z test_comprehensive_acos_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7480123Z test_comprehensive_acos_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7480750Z test_comprehensive_acos_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7481333Z test_comprehensive_acosh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7481906Z test_comprehensive_acosh_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7482500Z test_comprehensive_acosh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7483091Z test_comprehensive_acosh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7483694Z test_comprehensive_acosh_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7484297Z test_comprehensive_acosh_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7485015Z test_comprehensive_acosh_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7485703Z test_comprehensive_acosh_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7486381Z test_comprehensive_acosh_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7487194Z test_comprehensive_acosh_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7488009Z test_comprehensive_acosh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7488847Z test_comprehensive_add_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7489674Z test_comprehensive_add_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7490505Z test_comprehensive_add_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7491333Z test_comprehensive_add_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7492168Z test_comprehensive_add_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7493008Z test_comprehensive_add_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7493834Z test_comprehensive_add_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7494640Z test_comprehensive_add_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7495455Z test_comprehensive_add_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7496275Z test_comprehensive_add_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7497098Z test_comprehensive_add_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7497956Z test_comprehensive_add_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7498768Z test_comprehensive_add_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7499596Z test_comprehensive_addbmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7500449Z test_comprehensive_addbmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7501288Z test_comprehensive_addbmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7502184Z test_comprehensive_addbmm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7503044Z test_comprehensive_addbmm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7503894Z test_comprehensive_addbmm_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7504707Z test_comprehensive_addbmm_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7505541Z test_comprehensive_addbmm_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7506367Z test_comprehensive_addbmm_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7507205Z test_comprehensive_addbmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7508035Z test_comprehensive_addcdiv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7508911Z test_comprehensive_addcdiv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7509786Z test_comprehensive_addcdiv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7510636Z test_comprehensive_addcdiv_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7511469Z test_comprehensive_addcdiv_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7512321Z test_comprehensive_addcmul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7513186Z test_comprehensive_addcmul_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7514044Z test_comprehensive_addcmul_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7514964Z test_comprehensive_addcmul_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7515821Z test_comprehensive_addcmul_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7516717Z test_comprehensive_addcmul_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7517436Z test_comprehensive_addcmul_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7517935Z test_comprehensive_addcmul_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7518311Z test_comprehensive_addcmul_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7518695Z test_comprehensive_addcmul_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7519067Z test_comprehensive_addmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7519524Z test_comprehensive_addmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7519913Z test_comprehensive_addmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7520295Z test_comprehensive_addmm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7520662Z test_comprehensive_addmm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7521082Z test_comprehensive_addmm_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7521463Z test_comprehensive_addmm_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7521837Z test_comprehensive_addmm_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7522193Z test_comprehensive_addmm_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7522566Z test_comprehensive_addmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7522961Z test_comprehensive_addmm_decomposed_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7523374Z test_comprehensive_addmm_decomposed_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7523786Z test_comprehensive_addmm_decomposed_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7524195Z test_comprehensive_addmm_decomposed_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7524598Z test_comprehensive_addmm_decomposed_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7524999Z test_comprehensive_addmm_decomposed_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7525383Z test_comprehensive_addmm_decomposed_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7525772Z test_comprehensive_addmm_decomposed_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7526172Z test_comprehensive_addmm_decomposed_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7526565Z test_comprehensive_addmm_decomposed_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7526942Z test_comprehensive_addmv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7527325Z test_comprehensive_addmv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7527709Z test_comprehensive_addmv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7528089Z test_comprehensive_addmv_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7528455Z test_comprehensive_addmv_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7528829Z test_comprehensive_addmv_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7529207Z test_comprehensive_addmv_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7529579Z test_comprehensive_addmv_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7529975Z test_comprehensive_addmv_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7530349Z test_comprehensive_addmv_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7530725Z test_comprehensive_addr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7531091Z test_comprehensive_addr_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7531472Z test_comprehensive_addr_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7531881Z test_comprehensive_addr_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7532265Z test_comprehensive_addr_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7532632Z test_comprehensive_addr_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7533002Z test_comprehensive_addr_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7533377Z test_comprehensive_addr_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7533753Z test_comprehensive_addr_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7534112Z test_comprehensive_addr_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7534483Z test_comprehensive_addr_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7534854Z test_comprehensive_addr_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7535232Z test_comprehensive_all_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7535590Z test_comprehensive_all_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7535966Z test_comprehensive_all_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7536347Z test_comprehensive_all_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7536723Z test_comprehensive_all_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7537088Z test_comprehensive_all_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7537463Z test_comprehensive_all_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7537836Z test_comprehensive_all_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7538203Z test_comprehensive_all_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7538560Z test_comprehensive_all_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7538929Z test_comprehensive_all_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7539297Z test_comprehensive_all_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7539673Z test_comprehensive_allclose_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7540053Z test_comprehensive_allclose_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7540475Z test_comprehensive_allclose_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7540867Z test_comprehensive_allclose_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7541250Z test_comprehensive_allclose_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7541621Z test_comprehensive_allclose_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7542027Z test_comprehensive_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7542405Z test_comprehensive_amax_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7542768Z test_comprehensive_amax_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7543144Z test_comprehensive_amax_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7543517Z test_comprehensive_amax_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7543885Z test_comprehensive_amax_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7544243Z test_comprehensive_amax_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7544615Z test_comprehensive_amax_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7544986Z test_comprehensive_amax_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7545364Z test_comprehensive_amax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7545726Z test_comprehensive_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7546093Z test_comprehensive_amin_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7546465Z test_comprehensive_amin_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7546838Z test_comprehensive_amin_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7547200Z test_comprehensive_amin_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7547569Z test_comprehensive_amin_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7547942Z test_comprehensive_amin_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7548308Z test_comprehensive_amin_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7548661Z test_comprehensive_amin_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7549031Z test_comprehensive_amin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7549407Z test_comprehensive_aminmax_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7549788Z test_comprehensive_aminmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7550158Z test_comprehensive_aminmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7550566Z test_comprehensive_aminmax_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7550946Z test_comprehensive_aminmax_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7551320Z test_comprehensive_aminmax_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7551682Z test_comprehensive_aminmax_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7552063Z test_comprehensive_aminmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7552468Z test_comprehensive_angle_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7552838Z test_comprehensive_angle_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7553218Z test_comprehensive_angle_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7553607Z test_comprehensive_angle_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7553990Z test_comprehensive_angle_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7554355Z test_comprehensive_angle_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7554819Z test_comprehensive_angle_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7555206Z test_comprehensive_angle_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7555585Z test_comprehensive_angle_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7555952Z test_comprehensive_angle_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7556328Z test_comprehensive_angle_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7556831Z test_comprehensive_angle_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7557210Z test_comprehensive_any_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7557569Z test_comprehensive_any_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7557950Z test_comprehensive_any_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7558334Z test_comprehensive_any_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7558714Z test_comprehensive_any_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7559074Z test_comprehensive_any_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7559447Z test_comprehensive_any_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7559823Z test_comprehensive_any_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7560191Z test_comprehensive_any_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7560551Z test_comprehensive_any_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7560916Z test_comprehensive_any_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7561340Z test_comprehensive_any_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7561717Z test_comprehensive_arange_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7562091Z test_comprehensive_arange_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7562471Z test_comprehensive_arange_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7562852Z test_comprehensive_arange_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7563259Z test_comprehensive_arange_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7563636Z test_comprehensive_arange_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7564011Z test_comprehensive_arange_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7564383Z test_comprehensive_arange_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7564748Z test_comprehensive_arange_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7565128Z test_comprehensive_argmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7565509Z test_comprehensive_argmax_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7565891Z test_comprehensive_argmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7566256Z test_comprehensive_argmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7566635Z test_comprehensive_argmax_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7567004Z test_comprehensive_argmax_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7567372Z test_comprehensive_argmax_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7567728Z test_comprehensive_argmax_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7568102Z test_comprehensive_argmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7568482Z test_comprehensive_argmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7568862Z test_comprehensive_argmin_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7569227Z test_comprehensive_argmin_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7569603Z test_comprehensive_argmin_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7569974Z test_comprehensive_argmin_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7570344Z test_comprehensive_argmin_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7570699Z test_comprehensive_argmin_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7571076Z test_comprehensive_argmin_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7571452Z test_comprehensive_argmin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7571876Z test_comprehensive_argsort_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7572248Z test_comprehensive_argsort_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7572624Z test_comprehensive_argsort_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7573005Z test_comprehensive_argsort_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7573387Z test_comprehensive_argsort_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7573779Z test_comprehensive_argsort_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7574155Z test_comprehensive_argsort_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7574531Z test_comprehensive_argsort_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7574891Z test_comprehensive_argsort_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7575267Z test_comprehensive_argsort_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7575652Z test_comprehensive_argwhere_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7576036Z test_comprehensive_argwhere_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7576418Z test_comprehensive_argwhere_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7576818Z test_comprehensive_argwhere_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7577211Z test_comprehensive_argwhere_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7577595Z test_comprehensive_argwhere_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7577967Z test_comprehensive_argwhere_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7578353Z test_comprehensive_argwhere_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7578736Z test_comprehensive_argwhere_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7579116Z test_comprehensive_argwhere_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7579485Z test_comprehensive_argwhere_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7579865Z test_comprehensive_argwhere_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7580250Z test_comprehensive_as_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7580639Z test_comprehensive_as_strided_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7581018Z test_comprehensive_as_strided_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7581412Z test_comprehensive_as_strided_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7581807Z test_comprehensive_as_strided_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7582231Z test_comprehensive_as_strided_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7582609Z test_comprehensive_as_strided_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7582997Z test_comprehensive_as_strided_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7583376Z test_comprehensive_as_strided_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7583755Z test_comprehensive_as_strided_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7584150Z test_comprehensive_as_strided_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7584529Z test_comprehensive_as_strided_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7584914Z test_comprehensive_as_strided_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7585327Z test_comprehensive_as_strided_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.7585743Z test_comprehensive_as_strided_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.7586178Z test_comprehensive_as_strided_scatter_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.7586613Z test_comprehensive_as_strided_scatter_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.7587043Z test_comprehensive_as_strided_scatter_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.7587461Z test_comprehensive_as_strided_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.7587887Z test_comprehensive_as_strided_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.7588310Z test_comprehensive_as_strided_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.7588728Z test_comprehensive_as_strided_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.7589137Z test_comprehensive_as_strided_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.7589556Z test_comprehensive_as_strided_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.7589978Z test_comprehensive_as_strided_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.7590401Z test_comprehensive_as_strided_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.7590789Z test_comprehensive_asin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7591166Z test_comprehensive_asin_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7591544Z test_comprehensive_asin_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7591928Z test_comprehensive_asin_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7592295Z test_comprehensive_asin_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7592698Z test_comprehensive_asin_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7593069Z test_comprehensive_asin_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7593436Z test_comprehensive_asin_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7593796Z test_comprehensive_asin_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7594168Z test_comprehensive_asin_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7594561Z test_comprehensive_asin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7595011Z test_comprehensive_asinh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7595378Z test_comprehensive_asinh_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7595751Z test_comprehensive_asinh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7596140Z test_comprehensive_asinh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7596521Z test_comprehensive_asinh_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7597070Z test_comprehensive_asinh_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7597447Z test_comprehensive_asinh_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7597822Z test_comprehensive_asinh_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7598197Z test_comprehensive_asinh_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7598557Z test_comprehensive_asinh_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7598928Z test_comprehensive_asinh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7599309Z test_comprehensive_atan2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7599673Z test_comprehensive_atan2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7600047Z test_comprehensive_atan2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7600425Z test_comprehensive_atan2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7600803Z test_comprehensive_atan2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7601164Z test_comprehensive_atan2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7601535Z test_comprehensive_atan2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7601912Z test_comprehensive_atan2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7602281Z test_comprehensive_atan2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7602645Z test_comprehensive_atan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7603020Z test_comprehensive_atan_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7603453Z test_comprehensive_atan_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7603838Z test_comprehensive_atan_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7604204Z test_comprehensive_atan_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7604581Z test_comprehensive_atan_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7604949Z test_comprehensive_atan_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7605358Z test_comprehensive_atan_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7605719Z test_comprehensive_atan_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7606090Z test_comprehensive_atan_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7606461Z test_comprehensive_atan_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7606834Z test_comprehensive_atanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7607196Z test_comprehensive_atanh_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7607573Z test_comprehensive_atanh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7607961Z test_comprehensive_atanh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7608345Z test_comprehensive_atanh_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7608712Z test_comprehensive_atanh_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7609090Z test_comprehensive_atanh_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7609461Z test_comprehensive_atanh_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7609823Z test_comprehensive_atanh_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7610190Z test_comprehensive_atanh_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7610565Z test_comprehensive_atanh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7610946Z test_comprehensive_atleast_1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7611326Z test_comprehensive_atleast_1d_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7611715Z test_comprehensive_atleast_1d_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7612110Z test_comprehensive_atleast_1d_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7612506Z test_comprehensive_atleast_1d_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7612886Z test_comprehensive_atleast_1d_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7613277Z test_comprehensive_atleast_1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7613690Z test_comprehensive_atleast_1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7614071Z test_comprehensive_atleast_1d_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7614442Z test_comprehensive_atleast_1d_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7614814Z test_comprehensive_atleast_1d_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7615200Z test_comprehensive_atleast_1d_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7615610Z test_comprehensive_atleast_1d_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7615986Z test_comprehensive_atleast_2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7616371Z test_comprehensive_atleast_2d_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7616763Z test_comprehensive_atleast_2d_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7617157Z test_comprehensive_atleast_2d_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7617533Z test_comprehensive_atleast_2d_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7617924Z test_comprehensive_atleast_2d_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7618313Z test_comprehensive_atleast_2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7618696Z test_comprehensive_atleast_2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7619067Z test_comprehensive_atleast_2d_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7619448Z test_comprehensive_atleast_2d_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7619827Z test_comprehensive_atleast_2d_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7620207Z test_comprehensive_atleast_2d_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7620572Z test_comprehensive_atleast_2d_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7620961Z test_comprehensive_atleast_3d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7621344Z test_comprehensive_atleast_3d_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7621737Z test_comprehensive_atleast_3d_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7622118Z test_comprehensive_atleast_3d_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7622508Z test_comprehensive_atleast_3d_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7622898Z test_comprehensive_atleast_3d_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7623289Z test_comprehensive_atleast_3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7623661Z test_comprehensive_atleast_3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7624073Z test_comprehensive_atleast_3d_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7624453Z test_comprehensive_atleast_3d_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7624828Z test_comprehensive_atleast_3d_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7625196Z test_comprehensive_atleast_3d_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7625575Z test_comprehensive_atleast_3d_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7625984Z test_comprehensive_baddbmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7626361Z test_comprehensive_baddbmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7626758Z test_comprehensive_baddbmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7627143Z test_comprehensive_baddbmm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7627529Z test_comprehensive_baddbmm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7627898Z test_comprehensive_baddbmm_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7628271Z test_comprehensive_baddbmm_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7628653Z test_comprehensive_baddbmm_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7629032Z test_comprehensive_baddbmm_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7629400Z test_comprehensive_baddbmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7629785Z test_comprehensive_bernoulli_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7630174Z test_comprehensive_bernoulli_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7630560Z test_comprehensive_bernoulli_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7630934Z test_comprehensive_bfloat16_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7631311Z test_comprehensive_bfloat16_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7631700Z test_comprehensive_bfloat16_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7632092Z test_comprehensive_bfloat16_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7632465Z test_comprehensive_bfloat16_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7632848Z test_comprehensive_bfloat16_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7633227Z test_comprehensive_bfloat16_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7633605Z test_comprehensive_bfloat16_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7633977Z test_comprehensive_bfloat16_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7634382Z test_comprehensive_bfloat16_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7634847Z test_comprehensive_bfloat16_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7635228Z test_comprehensive_bfloat16_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7635591Z test_comprehensive_bfloat16_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7635964Z test_comprehensive_bincount_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7636369Z test_comprehensive_bincount_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7636866Z test_comprehensive_bincount_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7637239Z test_comprehensive_bincount_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7637616Z test_comprehensive_bincount_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7638002Z test_comprehensive_bitwise_and_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7638392Z test_comprehensive_bitwise_and_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7638765Z test_comprehensive_bitwise_and_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7639153Z test_comprehensive_bitwise_and_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7639537Z test_comprehensive_bitwise_and_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7639922Z test_comprehensive_bitwise_and_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7640301Z test_comprehensive_bitwise_left_shift_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7640703Z test_comprehensive_bitwise_left_shift_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7641092Z test_comprehensive_bitwise_left_shift_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7641496Z test_comprehensive_bitwise_left_shift_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7641877Z test_comprehensive_bitwise_left_shift_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7642268Z test_comprehensive_bitwise_not_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7642653Z test_comprehensive_bitwise_not_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7643033Z test_comprehensive_bitwise_not_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7643401Z test_comprehensive_bitwise_not_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7643784Z test_comprehensive_bitwise_not_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7644166Z test_comprehensive_bitwise_not_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7644537Z test_comprehensive_bitwise_or_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7645026Z test_comprehensive_bitwise_or_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7645405Z test_comprehensive_bitwise_or_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7645782Z test_comprehensive_bitwise_or_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7646150Z test_comprehensive_bitwise_or_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7646527Z test_comprehensive_bitwise_or_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7646955Z test_comprehensive_bitwise_right_shift_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7647360Z test_comprehensive_bitwise_right_shift_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7647749Z test_comprehensive_bitwise_right_shift_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7648142Z test_comprehensive_bitwise_right_shift_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7648542Z test_comprehensive_bitwise_right_shift_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7648932Z test_comprehensive_bitwise_xor_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7649302Z test_comprehensive_bitwise_xor_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7649689Z test_comprehensive_bitwise_xor_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7650068Z test_comprehensive_bitwise_xor_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7650450Z test_comprehensive_bitwise_xor_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7650819Z test_comprehensive_bitwise_xor_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7651208Z test_comprehensive_block_diag_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7651593Z test_comprehensive_block_diag_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7651987Z test_comprehensive_block_diag_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7652371Z test_comprehensive_block_diag_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7652768Z test_comprehensive_block_diag_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7653160Z test_comprehensive_block_diag_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7653545Z test_comprehensive_block_diag_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7653917Z test_comprehensive_block_diag_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7654299Z test_comprehensive_block_diag_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7654677Z test_comprehensive_block_diag_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7655056Z test_comprehensive_block_diag_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7655465Z test_comprehensive_block_diag_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7655851Z test_comprehensive_block_diag_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7656231Z test_comprehensive_bmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7656610Z test_comprehensive_bmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7656974Z test_comprehensive_bmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7657376Z test_comprehensive_bmm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7657756Z test_comprehensive_bmm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7658132Z test_comprehensive_bmm_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7658491Z test_comprehensive_bmm_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7658859Z test_comprehensive_bmm_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7659227Z test_comprehensive_bmm_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7659595Z test_comprehensive_bmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7659959Z test_comprehensive_bool_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7660331Z test_comprehensive_bool_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7660713Z test_comprehensive_bool_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7661083Z test_comprehensive_bool_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7661466Z test_comprehensive_bool_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7661843Z test_comprehensive_bool_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7662220Z test_comprehensive_bool_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7662582Z test_comprehensive_bool_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7662950Z test_comprehensive_bool_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7663321Z test_comprehensive_bool_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7663692Z test_comprehensive_bool_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7664049Z test_comprehensive_bool_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7664415Z test_comprehensive_bool_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7664802Z test_comprehensive_broadcast_shapes_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7665214Z test_comprehensive_broadcast_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7665603Z test_comprehensive_broadcast_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7666048Z test_comprehensive_broadcast_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7666459Z test_comprehensive_broadcast_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7666870Z test_comprehensive_broadcast_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7667263Z test_comprehensive_broadcast_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7667714Z test_comprehensive_broadcast_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7668117Z test_comprehensive_broadcast_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7668515Z test_comprehensive_broadcast_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7668894Z test_comprehensive_broadcast_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7669289Z test_comprehensive_broadcast_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7669686Z test_comprehensive_broadcast_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7670084Z test_comprehensive_broadcast_to_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7670465Z test_comprehensive_broadcast_to_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7670862Z test_comprehensive_broadcast_to_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7671264Z test_comprehensive_broadcast_to_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7671661Z test_comprehensive_broadcast_to_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7672039Z test_comprehensive_broadcast_to_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7672430Z test_comprehensive_broadcast_to_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7672819Z test_comprehensive_broadcast_to_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7673206Z test_comprehensive_broadcast_to_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7673574Z test_comprehensive_broadcast_to_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7673962Z test_comprehensive_broadcast_to_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7674351Z test_comprehensive_broadcast_to_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7674822Z test_comprehensive_bucketize_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7675201Z test_comprehensive_bucketize_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7675594Z test_comprehensive_bucketize_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7675978Z test_comprehensive_bucketize_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7676405Z test_comprehensive_bucketize_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7676916Z test_comprehensive_bucketize_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7677299Z test_comprehensive_bucketize_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7677686Z test_comprehensive_bucketize_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7678063Z test_comprehensive_bucketize_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7678489Z test_comprehensive_byte_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7678867Z test_comprehensive_byte_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7679247Z test_comprehensive_byte_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7679630Z test_comprehensive_byte_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7679999Z test_comprehensive_byte_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7680378Z test_comprehensive_byte_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7680748Z test_comprehensive_byte_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7681103Z test_comprehensive_byte_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7681475Z test_comprehensive_byte_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7681848Z test_comprehensive_byte_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7682217Z test_comprehensive_byte_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7682572Z test_comprehensive_byte_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7682961Z test_comprehensive_cartesian_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7683360Z test_comprehensive_cartesian_prod_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7683768Z test_comprehensive_cartesian_prod_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7684159Z test_comprehensive_cartesian_prod_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7684561Z test_comprehensive_cartesian_prod_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7684953Z test_comprehensive_cartesian_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7685345Z test_comprehensive_cartesian_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7685724Z test_comprehensive_cartesian_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7686119Z test_comprehensive_cartesian_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7686511Z test_comprehensive_cartesian_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7686941Z test_comprehensive_cartesian_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7687322Z test_comprehensive_cartesian_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7687703Z test_comprehensive_cat_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7688082Z test_comprehensive_cat_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7688461Z test_comprehensive_cat_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7688866Z test_comprehensive_cat_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7689252Z test_comprehensive_cat_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7689633Z test_comprehensive_cat_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7690005Z test_comprehensive_cat_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7690369Z test_comprehensive_cat_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7690742Z test_comprehensive_cat_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7691112Z test_comprehensive_cat_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7691486Z test_comprehensive_cat_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7691843Z test_comprehensive_cat_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7692211Z test_comprehensive_cat_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7692586Z test_comprehensive_cdist_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7692966Z test_comprehensive_cdist_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7693332Z test_comprehensive_ceil_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7693713Z test_comprehensive_ceil_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7694090Z test_comprehensive_ceil_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7694449Z test_comprehensive_ceil_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7694824Z test_comprehensive_ceil_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7695199Z test_comprehensive_ceil_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7695568Z test_comprehensive_ceil_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7695926Z test_comprehensive_ceil_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7696300Z test_comprehensive_chalf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7696680Z test_comprehensive_chalf_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7697056Z test_comprehensive_chalf_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7697465Z test_comprehensive_chalf_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7697850Z test_comprehensive_chalf_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7698232Z test_comprehensive_chalf_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7698612Z test_comprehensive_chalf_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7698976Z test_comprehensive_chalf_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7699384Z test_comprehensive_chalf_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7699758Z test_comprehensive_chalf_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7700137Z test_comprehensive_chalf_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7700498Z test_comprehensive_chalf_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7700880Z test_comprehensive_chalf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7701260Z test_comprehensive_char_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7701634Z test_comprehensive_char_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7702000Z test_comprehensive_char_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7702386Z test_comprehensive_char_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7702770Z test_comprehensive_char_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7703149Z test_comprehensive_char_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7703512Z test_comprehensive_char_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7703889Z test_comprehensive_char_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7704261Z test_comprehensive_char_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7704626Z test_comprehensive_char_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7704997Z test_comprehensive_char_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7705369Z test_comprehensive_char_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7705738Z test_comprehensive_char_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7706110Z test_comprehensive_cholesky_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7706502Z test_comprehensive_cholesky_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7706891Z test_comprehensive_cholesky_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7707278Z test_comprehensive_cholesky_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7707664Z test_comprehensive_cholesky_inverse_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7708109Z test_comprehensive_cholesky_inverse_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7708515Z test_comprehensive_cholesky_inverse_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7708913Z test_comprehensive_cholesky_inverse_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7709302Z test_comprehensive_cholesky_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7709729Z test_comprehensive_cholesky_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7710128Z test_comprehensive_cholesky_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7710523Z test_comprehensive_cholesky_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7710900Z test_comprehensive_chunk_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7711276Z test_comprehensive_chunk_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7711651Z test_comprehensive_chunk_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7712036Z test_comprehensive_chunk_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7712413Z test_comprehensive_chunk_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7712797Z test_comprehensive_chunk_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7713179Z test_comprehensive_chunk_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7713557Z test_comprehensive_chunk_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7713922Z test_comprehensive_chunk_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7714294Z test_comprehensive_chunk_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7714740Z test_comprehensive_chunk_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7715121Z test_comprehensive_chunk_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7715483Z test_comprehensive_chunk_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7715867Z test_comprehensive_clamp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7716247Z test_comprehensive_clamp_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7716775Z test_comprehensive_clamp_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7717143Z test_comprehensive_clamp_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7717516Z test_comprehensive_clamp_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7717892Z test_comprehensive_clamp_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7718263Z test_comprehensive_clamp_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7718698Z test_comprehensive_clamp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7719081Z test_comprehensive_clamp_max_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7719464Z test_comprehensive_clamp_max_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7719835Z test_comprehensive_clamp_max_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7720224Z test_comprehensive_clamp_max_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7720649Z test_comprehensive_clamp_max_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7721031Z test_comprehensive_clamp_max_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7721404Z test_comprehensive_clamp_max_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7721784Z test_comprehensive_clamp_max_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7722167Z test_comprehensive_clamp_max_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7722549Z test_comprehensive_clamp_max_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7722922Z test_comprehensive_clamp_min_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7723306Z test_comprehensive_clamp_min_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7723687Z test_comprehensive_clamp_min_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7724074Z test_comprehensive_clamp_min_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7724444Z test_comprehensive_clamp_min_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7724823Z test_comprehensive_clamp_min_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7725203Z test_comprehensive_clamp_min_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7725583Z test_comprehensive_clamp_min_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7725954Z test_comprehensive_clamp_min_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7726334Z test_comprehensive_clamp_min_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7726712Z test_comprehensive_clone_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7727096Z test_comprehensive_clone_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7727466Z test_comprehensive_clone_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7727853Z test_comprehensive_clone_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7728237Z test_comprehensive_clone_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7728620Z test_comprehensive_clone_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7729028Z test_comprehensive_clone_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7729408Z test_comprehensive_clone_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7729785Z test_comprehensive_clone_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7730157Z test_comprehensive_clone_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7730520Z test_comprehensive_clone_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7730922Z test_comprehensive_clone_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7731306Z test_comprehensive_clone_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7731691Z test_comprehensive_column_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7732068Z test_comprehensive_column_stack_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7732465Z test_comprehensive_column_stack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7732866Z test_comprehensive_column_stack_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7733250Z test_comprehensive_column_stack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7733643Z test_comprehensive_column_stack_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7734035Z test_comprehensive_column_stack_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7734431Z test_comprehensive_column_stack_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7734805Z test_comprehensive_column_stack_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7735186Z test_comprehensive_column_stack_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7735572Z test_comprehensive_column_stack_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7735953Z test_comprehensive_column_stack_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7736326Z test_comprehensive_column_stack_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7736713Z test_comprehensive_combinations_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7737107Z test_comprehensive_combinations_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7737503Z test_comprehensive_combinations_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7737892Z test_comprehensive_combinations_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7738292Z test_comprehensive_combinations_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7738689Z test_comprehensive_combinations_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7739080Z test_comprehensive_combinations_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7739493Z test_comprehensive_combinations_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7739880Z test_comprehensive_combinations_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7740272Z test_comprehensive_combinations_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7740658Z test_comprehensive_combinations_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7741034Z test_comprehensive_combinations_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7741442Z test_comprehensive_complex_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7741832Z test_comprehensive_complex_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7742212Z test_comprehensive_complex_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7742584Z test_comprehensive_conj_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7742956Z test_comprehensive_conj_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7743336Z test_comprehensive_conj_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7743717Z test_comprehensive_conj_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7744089Z test_comprehensive_conj_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7744470Z test_comprehensive_conj_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7744844Z test_comprehensive_conj_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7745210Z test_comprehensive_conj_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7745564Z test_comprehensive_conj_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7745936Z test_comprehensive_conj_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7746306Z test_comprehensive_conj_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7746675Z test_comprehensive_conj_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7747035Z test_comprehensive_conj_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7747421Z test_comprehensive_conj_physical_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7747810Z test_comprehensive_conj_physical_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7748207Z test_comprehensive_conj_physical_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7748594Z test_comprehensive_conj_physical_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7748989Z test_comprehensive_conj_physical_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7749386Z test_comprehensive_conj_physical_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7749818Z test_comprehensive_conj_physical_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7750196Z test_comprehensive_conj_physical_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7750628Z test_comprehensive_conj_physical_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7751080Z test_comprehensive_conj_physical_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7751465Z test_comprehensive_conj_physical_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7751872Z test_comprehensive_conj_physical_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7752264Z test_comprehensive_conj_physical_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7752662Z test_comprehensive_constant_pad_nd_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7753044Z test_comprehensive_constant_pad_nd_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7753446Z test_comprehensive_constant_pad_nd_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7753851Z test_comprehensive_constant_pad_nd_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7754255Z test_comprehensive_constant_pad_nd_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7754639Z test_comprehensive_constant_pad_nd_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7755106Z test_comprehensive_constant_pad_nd_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7755499Z test_comprehensive_constant_pad_nd_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7755887Z test_comprehensive_constant_pad_nd_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7756266Z test_comprehensive_constant_pad_nd_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7756798Z test_comprehensive_constant_pad_nd_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7757198Z test_comprehensive_constant_pad_nd_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7757596Z test_comprehensive_contiguous_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7757977Z test_comprehensive_contiguous_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7758367Z test_comprehensive_contiguous_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7758761Z test_comprehensive_contiguous_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7759156Z test_comprehensive_contiguous_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7759536Z test_comprehensive_contiguous_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7759926Z test_comprehensive_contiguous_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7760317Z test_comprehensive_contiguous_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7760770Z test_comprehensive_contiguous_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7761142Z test_comprehensive_contiguous_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7761524Z test_comprehensive_contiguous_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7761912Z test_comprehensive_contiguous_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7762293Z test_comprehensive_contiguous_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7762701Z test_comprehensive_copysign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7798633Z test_comprehensive_copysign_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7799111Z test_comprehensive_copysign_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7799497Z test_comprehensive_copysign_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7799879Z test_comprehensive_copysign_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7800274Z test_comprehensive_copysign_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7800670Z test_comprehensive_copysign_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7801045Z test_comprehensive_copysign_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7801439Z test_comprehensive_copysign_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7801822Z test_comprehensive_copysign_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7802197Z test_comprehensive_corrcoef_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7802591Z test_comprehensive_corrcoef_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7802987Z test_comprehensive_corrcoef_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7803381Z test_comprehensive_corrcoef_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7803753Z test_comprehensive_corrcoef_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7804142Z test_comprehensive_corrcoef_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7804520Z test_comprehensive_corrcoef_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7804899Z test_comprehensive_corrcoef_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7805270Z test_comprehensive_corrcoef_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7805652Z test_comprehensive_corrcoef_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7806034Z test_comprehensive_cos_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7806405Z test_comprehensive_cos_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7806900Z test_comprehensive_cos_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7807284Z test_comprehensive_cos_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7807664Z test_comprehensive_cos_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7808040Z test_comprehensive_cos_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7808401Z test_comprehensive_cos_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7808812Z test_comprehensive_cos_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7809189Z test_comprehensive_cos_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7809563Z test_comprehensive_cos_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7809920Z test_comprehensive_cos_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7810292Z test_comprehensive_cosh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7810666Z test_comprehensive_cosh_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7811042Z test_comprehensive_cosh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7811416Z test_comprehensive_cosh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7811798Z test_comprehensive_cosh_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7812179Z test_comprehensive_cosh_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7812549Z test_comprehensive_cosh_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7812909Z test_comprehensive_cosh_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7813277Z test_comprehensive_cosh_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7813650Z test_comprehensive_cosh_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7814008Z test_comprehensive_cosh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7814391Z test_comprehensive_count_nonzero_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7814788Z test_comprehensive_count_nonzero_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7815180Z test_comprehensive_count_nonzero_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7815565Z test_comprehensive_count_nonzero_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7815962Z test_comprehensive_count_nonzero_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7816355Z test_comprehensive_count_nonzero_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7816747Z test_comprehensive_count_nonzero_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7817129Z test_comprehensive_count_nonzero_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7817572Z test_comprehensive_count_nonzero_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7817959Z test_comprehensive_count_nonzero_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7818346Z test_comprehensive_count_nonzero_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7818719Z test_comprehensive_count_nonzero_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7819125Z test_comprehensive_cov_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7819509Z test_comprehensive_cov_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7819891Z test_comprehensive_cov_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7820257Z test_comprehensive_cov_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7820629Z test_comprehensive_cov_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7821002Z test_comprehensive_cov_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7821370Z test_comprehensive_cov_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7821725Z test_comprehensive_cov_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7822091Z test_comprehensive_cov_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7822463Z test_comprehensive_cov_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7822840Z test_comprehensive_cross_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7823213Z test_comprehensive_cross_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7823600Z test_comprehensive_cross_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7823985Z test_comprehensive_cross_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7824363Z test_comprehensive_cross_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7824732Z test_comprehensive_cross_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7825105Z test_comprehensive_cross_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7825475Z test_comprehensive_cross_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7825845Z test_comprehensive_cross_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7826206Z test_comprehensive_cross_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7826585Z test_comprehensive_cummax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7826959Z test_comprehensive_cummax_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7827336Z test_comprehensive_cummax_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7827744Z test_comprehensive_cummax_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7828107Z test_comprehensive_cummax_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7828479Z test_comprehensive_cummax_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7828849Z test_comprehensive_cummax_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7829217Z test_comprehensive_cummax_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7829628Z test_comprehensive_cummax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7830008Z test_comprehensive_cummin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7830388Z test_comprehensive_cummin_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7830753Z test_comprehensive_cummin_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7831136Z test_comprehensive_cummin_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7831515Z test_comprehensive_cummin_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7831894Z test_comprehensive_cummin_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7832249Z test_comprehensive_cummin_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7832620Z test_comprehensive_cummin_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7833001Z test_comprehensive_cummin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7833382Z test_comprehensive_cumprod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7833761Z test_comprehensive_cumprod_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7834154Z test_comprehensive_cumprod_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7834542Z test_comprehensive_cumprod_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7835015Z test_comprehensive_cumprod_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7835390Z test_comprehensive_cumprod_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7835776Z test_comprehensive_cumprod_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7836159Z test_comprehensive_cumprod_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7836645Z test_comprehensive_cumprod_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7837018Z test_comprehensive_cumprod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7837403Z test_comprehensive_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7837797Z test_comprehensive_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7838185Z test_comprehensive_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7838606Z test_comprehensive_cumsum_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7838994Z test_comprehensive_cumsum_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7839375Z test_comprehensive_cumsum_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7839753Z test_comprehensive_cumsum_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7840109Z test_comprehensive_cumsum_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7840519Z test_comprehensive_cumsum_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7840898Z test_comprehensive_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7841299Z test_comprehensive_cumulative_trapezoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7841707Z test_comprehensive_cumulative_trapezoid_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7842131Z test_comprehensive_cumulative_trapezoid_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7842550Z test_comprehensive_cumulative_trapezoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7842964Z test_comprehensive_cumulative_trapezoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7843357Z test_comprehensive_cumulative_trapezoid_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7843761Z test_comprehensive_cumulative_trapezoid_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7844163Z test_comprehensive_cumulative_trapezoid_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7844568Z test_comprehensive_cumulative_trapezoid_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7844964Z test_comprehensive_cumulative_trapezoid_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7845365Z test_comprehensive_deg2rad_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7845754Z test_comprehensive_deg2rad_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7846140Z test_comprehensive_deg2rad_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7846516Z test_comprehensive_deg2rad_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7846903Z test_comprehensive_deg2rad_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7847288Z test_comprehensive_deg2rad_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7847663Z test_comprehensive_deg2rad_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7848031Z test_comprehensive_deg2rad_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7848411Z test_comprehensive_deg2rad_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7848827Z test_comprehensive_deg2rad_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7849188Z test_comprehensive_diag_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7849566Z test_comprehensive_diag_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7849943Z test_comprehensive_diag_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7850330Z test_comprehensive_diag_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7850729Z test_comprehensive_diag_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7851103Z test_comprehensive_diag_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7851484Z test_comprehensive_diag_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7851853Z test_comprehensive_diag_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7852216Z test_comprehensive_diag_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7852583Z test_comprehensive_diag_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7852953Z test_comprehensive_diag_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7853343Z test_comprehensive_diag_embed_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7853720Z test_comprehensive_diag_embed_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7854117Z test_comprehensive_diag_embed_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7854514Z test_comprehensive_diag_embed_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7854909Z test_comprehensive_diag_embed_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7855290Z test_comprehensive_diag_embed_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7855683Z test_comprehensive_diag_embed_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7856070Z test_comprehensive_diag_embed_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7856452Z test_comprehensive_diag_embed_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7856827Z test_comprehensive_diag_embed_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7857211Z test_comprehensive_diag_embed_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7857594Z test_comprehensive_diag_embed_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7857979Z test_comprehensive_diag_embed_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7858351Z test_comprehensive_diagflat_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7858739Z test_comprehensive_diagflat_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7859124Z test_comprehensive_diagflat_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7859550Z test_comprehensive_diagflat_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7859928Z test_comprehensive_diagflat_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7860313Z test_comprehensive_diagflat_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7860695Z test_comprehensive_diagflat_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7860876Z test_comprehensive_diagflat_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7861079Z test_comprehensive_diagflat_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7861251Z test_comprehensive_diagflat_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7861438Z test_comprehensive_diagflat_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7861623Z test_comprehensive_diagonal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7861802Z test_comprehensive_diagonal_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7861990Z test_comprehensive_diagonal_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7862178Z test_comprehensive_diagonal_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7862364Z test_comprehensive_diagonal_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7862551Z test_comprehensive_diagonal_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7862732Z test_comprehensive_diagonal_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7862913Z test_comprehensive_diagonal_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7863083Z test_comprehensive_diagonal_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7863260Z test_comprehensive_diagonal_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7863440Z test_comprehensive_diagonal_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7863620Z test_comprehensive_diagonal_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7863803Z test_comprehensive_diagonal_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7863998Z test_comprehensive_diagonal_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7864188Z test_comprehensive_diagonal_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7864382Z test_comprehensive_diagonal_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7864575Z test_comprehensive_diagonal_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7864768Z test_comprehensive_diagonal_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7864947Z test_comprehensive_diagonal_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7865163Z test_comprehensive_diagonal_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7865352Z test_comprehensive_diagonal_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7865541Z test_comprehensive_diagonal_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7865729Z test_comprehensive_diagonal_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7865938Z test_comprehensive_diff_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7866121Z test_comprehensive_diff_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7866309Z test_comprehensive_diff_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7866493Z test_comprehensive_diff_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7866674Z test_comprehensive_diff_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7866838Z test_comprehensive_diff_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7867018Z test_comprehensive_diff_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7867199Z test_comprehensive_diff_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7867372Z test_comprehensive_diff_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7867543Z test_comprehensive_diff_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7867722Z test_comprehensive_diff_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7867899Z test_comprehensive_diff_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7868086Z test_comprehensive_digamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7868269Z test_comprehensive_digamma_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7868444Z test_comprehensive_digamma_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7868629Z test_comprehensive_digamma_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7868816Z test_comprehensive_digamma_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7868998Z test_comprehensive_digamma_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7869175Z test_comprehensive_digamma_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7869356Z test_comprehensive_digamma_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7869538Z test_comprehensive_digamma_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7869720Z test_comprehensive_dist_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7869904Z test_comprehensive_dist_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7870120Z test_comprehensive_dist_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7870288Z test_comprehensive_dist_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7870462Z test_comprehensive_dist_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7870640Z test_comprehensive_dist_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7870837Z test_comprehensive_div_floor_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7871055Z test_comprehensive_div_floor_rounding_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7871246Z test_comprehensive_div_floor_rounding_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7871442Z test_comprehensive_div_floor_rounding_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7871635Z test_comprehensive_div_floor_rounding_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7871829Z test_comprehensive_div_floor_rounding_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7872019Z test_comprehensive_div_floor_rounding_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7872198Z test_comprehensive_div_floor_rounding_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7872390Z test_comprehensive_div_floor_rounding_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7872593Z test_comprehensive_div_no_rounding_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7872791Z test_comprehensive_div_no_rounding_mode_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7872992Z test_comprehensive_div_no_rounding_mode_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7873193Z test_comprehensive_div_no_rounding_mode_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7873389Z test_comprehensive_div_no_rounding_mode_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7873582Z test_comprehensive_div_no_rounding_mode_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7873778Z test_comprehensive_div_no_rounding_mode_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7873975Z test_comprehensive_div_no_rounding_mode_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7874151Z test_comprehensive_div_no_rounding_mode_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7874337Z test_comprehensive_div_no_rounding_mode_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7874529Z test_comprehensive_div_no_rounding_mode_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7874790Z test_comprehensive_div_no_rounding_mode_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7874991Z test_comprehensive_div_trunc_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7875228Z test_comprehensive_div_trunc_rounding_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7875421Z test_comprehensive_div_trunc_rounding_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7875612Z test_comprehensive_div_trunc_rounding_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7875807Z test_comprehensive_div_trunc_rounding_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7876002Z test_comprehensive_div_trunc_rounding_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7876204Z test_comprehensive_div_trunc_rounding_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7876401Z test_comprehensive_div_trunc_rounding_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7876702Z test_comprehensive_div_trunc_rounding_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7876887Z test_comprehensive_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7877071Z test_comprehensive_dot_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7877256Z test_comprehensive_dot_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7877439Z test_comprehensive_dot_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7877617Z test_comprehensive_dot_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7877800Z test_comprehensive_dot_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7877977Z test_comprehensive_dot_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7878134Z test_comprehensive_dot_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7878309Z test_comprehensive_dot_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7878486Z test_comprehensive_dot_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7878672Z test_comprehensive_double_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7878854Z test_comprehensive_double_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7879044Z test_comprehensive_double_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7879238Z test_comprehensive_double_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7879426Z test_comprehensive_double_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7879614Z test_comprehensive_double_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7879798Z test_comprehensive_double_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7879964Z test_comprehensive_double_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7880148Z test_comprehensive_double_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7880371Z test_comprehensive_double_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7880544Z test_comprehensive_double_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7880724Z test_comprehensive_double_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7880904Z test_comprehensive_double_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7881089Z test_comprehensive_dsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7881302Z test_comprehensive_dsplit_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7881494Z test_comprehensive_dsplit_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7881669Z test_comprehensive_dsplit_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7881856Z test_comprehensive_dsplit_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7882037Z test_comprehensive_dsplit_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7882214Z test_comprehensive_dsplit_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7882399Z test_comprehensive_dsplit_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7882583Z test_comprehensive_dsplit_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7882759Z test_comprehensive_dsplit_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7882942Z test_comprehensive_dsplit_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7883122Z test_comprehensive_dsplit_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7883302Z test_comprehensive_dsplit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7883474Z test_comprehensive_dstack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7883656Z test_comprehensive_dstack_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7883849Z test_comprehensive_dstack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7884036Z test_comprehensive_dstack_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7884225Z test_comprehensive_dstack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7884405Z test_comprehensive_dstack_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7884587Z test_comprehensive_dstack_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7884770Z test_comprehensive_dstack_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7884951Z test_comprehensive_dstack_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7885131Z test_comprehensive_dstack_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7885291Z test_comprehensive_dstack_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7885503Z test_comprehensive_dstack_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7885676Z test_comprehensive_dstack_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7885860Z test_comprehensive_einsum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7886048Z test_comprehensive_einsum_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7886231Z test_comprehensive_einsum_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7886440Z test_comprehensive_einsum_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7886624Z test_comprehensive_einsum_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7886806Z test_comprehensive_einsum_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7886967Z test_comprehensive_einsum_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7887139Z test_comprehensive_einsum_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7887320Z test_comprehensive_einsum_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7887499Z test_comprehensive_einsum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7887682Z test_comprehensive_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7887862Z test_comprehensive_empty_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7888046Z test_comprehensive_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7888232Z test_comprehensive_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7888417Z test_comprehensive_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7888601Z test_comprehensive_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7888768Z test_comprehensive_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7888953Z test_comprehensive_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7889133Z test_comprehensive_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7889304Z test_comprehensive_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7889483Z test_comprehensive_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7889663Z test_comprehensive_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7889837Z test_comprehensive_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7890026Z test_comprehensive_empty_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7890209Z test_comprehensive_empty_like_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7890433Z test_comprehensive_empty_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7890611Z test_comprehensive_empty_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7890801Z test_comprehensive_empty_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7890983Z test_comprehensive_empty_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7891171Z test_comprehensive_empty_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7891381Z test_comprehensive_empty_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7891566Z test_comprehensive_empty_like_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7891748Z test_comprehensive_empty_like_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7891931Z test_comprehensive_empty_like_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7892114Z test_comprehensive_empty_like_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7892284Z test_comprehensive_empty_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7892463Z test_comprehensive_eq_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7892640Z test_comprehensive_eq_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7892823Z test_comprehensive_eq_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7893006Z test_comprehensive_eq_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7893186Z test_comprehensive_eq_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7893364Z test_comprehensive_eq_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7893537Z test_comprehensive_eq_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7893711Z test_comprehensive_eq_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7893886Z test_comprehensive_eq_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7894049Z test_comprehensive_eq_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7894224Z test_comprehensive_eq_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7894400Z test_comprehensive_eq_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7894573Z test_comprehensive_eq_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7894757Z test_comprehensive_equal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7894938Z test_comprehensive_equal_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7895126Z test_comprehensive_equal_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7895314Z test_comprehensive_equal_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7895523Z test_comprehensive_equal_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7895693Z test_comprehensive_equal_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7895874Z test_comprehensive_equal_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7896053Z test_comprehensive_equal_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7896227Z test_comprehensive_equal_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7896421Z test_comprehensive_equal_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7896598Z test_comprehensive_equal_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7896780Z test_comprehensive_equal_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7896962Z test_comprehensive_erf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7897135Z test_comprehensive_erf_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7897314Z test_comprehensive_erf_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7897483Z test_comprehensive_erf_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7897662Z test_comprehensive_erf_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7897834Z test_comprehensive_erf_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7898004Z test_comprehensive_erf_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7898180Z test_comprehensive_erf_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7898357Z test_comprehensive_erf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7898540Z test_comprehensive_erfc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7898718Z test_comprehensive_erfc_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7898898Z test_comprehensive_erfc_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7899061Z test_comprehensive_erfc_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7899241Z test_comprehensive_erfc_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7899415Z test_comprehensive_erfc_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7899594Z test_comprehensive_erfc_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7899771Z test_comprehensive_erfc_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7899946Z test_comprehensive_erfc_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7900129Z test_comprehensive_erfinv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7900305Z test_comprehensive_erfinv_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7900514Z test_comprehensive_erfinv_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7900697Z test_comprehensive_erfinv_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7900863Z test_comprehensive_erfinv_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7901042Z test_comprehensive_erfinv_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7901215Z test_comprehensive_erfinv_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7901418Z test_comprehensive_erfinv_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7901594Z test_comprehensive_erfinv_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7901780Z test_comprehensive_exp2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7901959Z test_comprehensive_exp2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7902133Z test_comprehensive_exp2_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7902305Z test_comprehensive_exp2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7902481Z test_comprehensive_exp2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7902647Z test_comprehensive_exp2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7902811Z test_comprehensive_exp2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7902980Z test_comprehensive_exp2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7903156Z test_comprehensive_exp2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7903328Z test_comprehensive_exp2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7903507Z test_comprehensive_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7903683Z test_comprehensive_exp_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7903870Z test_comprehensive_exp_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7904055Z test_comprehensive_exp_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7904227Z test_comprehensive_exp_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7904403Z test_comprehensive_exp_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7904578Z test_comprehensive_exp_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7904748Z test_comprehensive_exp_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7904917Z test_comprehensive_exp_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7905092Z test_comprehensive_exp_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7905269Z test_comprehensive_exp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7905488Z test_comprehensive_expand_as_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7905673Z test_comprehensive_expand_as_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7905863Z test_comprehensive_expand_as_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7906040Z test_comprehensive_expand_as_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7906226Z test_comprehensive_expand_as_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7906435Z test_comprehensive_expand_as_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7906620Z test_comprehensive_expand_as_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7906808Z test_comprehensive_expand_as_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7906993Z test_comprehensive_expand_as_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7907178Z test_comprehensive_expand_as_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7907360Z test_comprehensive_expand_as_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7907543Z test_comprehensive_expand_as_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7907718Z test_comprehensive_expand_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7907898Z test_comprehensive_expand_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7908087Z test_comprehensive_expand_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7908274Z test_comprehensive_expand_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7908455Z test_comprehensive_expand_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7908639Z test_comprehensive_expand_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7908820Z test_comprehensive_expand_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7909001Z test_comprehensive_expand_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7909179Z test_comprehensive_expand_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7909355Z test_comprehensive_expand_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7909523Z test_comprehensive_expand_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7909706Z test_comprehensive_expand_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7909886Z test_comprehensive_expm1_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7910065Z test_comprehensive_expm1_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7910248Z test_comprehensive_expm1_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7910425Z test_comprehensive_expm1_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7910643Z test_comprehensive_expm1_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7910820Z test_comprehensive_expm1_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7910994Z test_comprehensive_expm1_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7911158Z test_comprehensive_expm1_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7911336Z test_comprehensive_expm1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7911535Z test_comprehensive_eye_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7911720Z test_comprehensive_eye_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7911906Z test_comprehensive_eye_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7912082Z test_comprehensive_eye_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7912248Z test_comprehensive_eye_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7912418Z test_comprehensive_eye_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7912598Z test_comprehensive_eye_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7912766Z test_comprehensive_eye_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7912923Z test_comprehensive_eye_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7913096Z test_comprehensive_eye_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7913275Z test_comprehensive_eye_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7913455Z test_comprehensive_fft_fft2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7913638Z test_comprehensive_fft_fft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7913822Z test_comprehensive_fft_fft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7914003Z test_comprehensive_fft_fft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7914181Z test_comprehensive_fft_fft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7914356Z test_comprehensive_fft_fft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7914535Z test_comprehensive_fft_fft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7914775Z test_comprehensive_fft_fft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7914954Z test_comprehensive_fft_fft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7915132Z test_comprehensive_fft_fft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7915312Z test_comprehensive_fft_fft_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7915525Z test_comprehensive_fft_fft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7915706Z test_comprehensive_fft_fft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7915882Z test_comprehensive_fft_fft_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7916065Z test_comprehensive_fft_fft_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7916241Z test_comprehensive_fft_fft_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7916436Z test_comprehensive_fft_fft_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7916715Z test_comprehensive_fft_fft_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7916891Z test_comprehensive_fft_fft_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7917067Z test_comprehensive_fft_fft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7917251Z test_comprehensive_fft_fftn_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7917441Z test_comprehensive_fft_fftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7917625Z test_comprehensive_fft_fftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7917808Z test_comprehensive_fft_fftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7917992Z test_comprehensive_fft_fftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7918170Z test_comprehensive_fft_fftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7918339Z test_comprehensive_fft_fftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7918514Z test_comprehensive_fft_fftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7918689Z test_comprehensive_fft_fftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7918863Z test_comprehensive_fft_fftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7919048Z test_comprehensive_fft_fftshift_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7919232Z test_comprehensive_fft_fftshift_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7919425Z test_comprehensive_fft_fftshift_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7919615Z test_comprehensive_fft_fftshift_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7919801Z test_comprehensive_fft_fftshift_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7919985Z test_comprehensive_fft_fftshift_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7920162Z test_comprehensive_fft_fftshift_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7920343Z test_comprehensive_fft_fftshift_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7920568Z test_comprehensive_fft_fftshift_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7920751Z test_comprehensive_fft_fftshift_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7920934Z test_comprehensive_fft_fftshift_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7921121Z test_comprehensive_fft_fftshift_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7921300Z test_comprehensive_fft_fftshift_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7921506Z test_comprehensive_fft_hfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7921700Z test_comprehensive_fft_hfft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7921887Z test_comprehensive_fft_hfft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7922059Z test_comprehensive_fft_hfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7922239Z test_comprehensive_fft_hfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7922415Z test_comprehensive_fft_hfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7922596Z test_comprehensive_fft_hfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7922779Z test_comprehensive_fft_hfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7922952Z test_comprehensive_fft_hfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7923138Z test_comprehensive_fft_hfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7923317Z test_comprehensive_fft_hfft_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7923500Z test_comprehensive_fft_hfft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7923675Z test_comprehensive_fft_hfft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7923852Z test_comprehensive_fft_hfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7924035Z test_comprehensive_fft_hfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7924217Z test_comprehensive_fft_hfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7924391Z test_comprehensive_fft_hfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7924565Z test_comprehensive_fft_hfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7924738Z test_comprehensive_fft_hfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7924912Z test_comprehensive_fft_hfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7925084Z test_comprehensive_fft_hfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7925271Z test_comprehensive_fft_hfftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7925512Z test_comprehensive_fft_hfftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7925692Z test_comprehensive_fft_hfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7925869Z test_comprehensive_fft_hfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7926045Z test_comprehensive_fft_hfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7926221Z test_comprehensive_fft_hfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7926423Z test_comprehensive_fft_hfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7926601Z test_comprehensive_fft_hfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7926780Z test_comprehensive_fft_hfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7926957Z test_comprehensive_fft_ifft2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7927139Z test_comprehensive_fft_ifft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7927314Z test_comprehensive_fft_ifft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7927497Z test_comprehensive_fft_ifft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7927677Z test_comprehensive_fft_ifft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7927851Z test_comprehensive_fft_ifft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7928028Z test_comprehensive_fft_ifft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7928204Z test_comprehensive_fft_ifft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7928378Z test_comprehensive_fft_ifft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7928552Z test_comprehensive_fft_ifft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7928732Z test_comprehensive_fft_ifft_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7928918Z test_comprehensive_fft_ifft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7929094Z test_comprehensive_fft_ifft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7929273Z test_comprehensive_fft_ifft_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7929446Z test_comprehensive_fft_ifft_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7929624Z test_comprehensive_fft_ifft_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7929799Z test_comprehensive_fft_ifft_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7929971Z test_comprehensive_fft_ifft_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7930153Z test_comprehensive_fft_ifft_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7930333Z test_comprehensive_fft_ifft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7930539Z test_comprehensive_fft_ifftn_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7930712Z test_comprehensive_fft_ifftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7930901Z test_comprehensive_fft_ifftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7931087Z test_comprehensive_fft_ifftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7931295Z test_comprehensive_fft_ifftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7931478Z test_comprehensive_fft_ifftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7931658Z test_comprehensive_fft_ifftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7931834Z test_comprehensive_fft_ifftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7932014Z test_comprehensive_fft_ifftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7932190Z test_comprehensive_fft_ifftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7932375Z test_comprehensive_fft_ifftshift_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7932552Z test_comprehensive_fft_ifftshift_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7932747Z test_comprehensive_fft_ifftshift_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7932939Z test_comprehensive_fft_ifftshift_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7933127Z test_comprehensive_fft_ifftshift_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7933311Z test_comprehensive_fft_ifftshift_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7933499Z test_comprehensive_fft_ifftshift_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7933683Z test_comprehensive_fft_ifftshift_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7933866Z test_comprehensive_fft_ifftshift_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7934046Z test_comprehensive_fft_ifftshift_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7934231Z test_comprehensive_fft_ifftshift_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7934404Z test_comprehensive_fft_ifftshift_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7934586Z test_comprehensive_fft_ifftshift_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7934761Z test_comprehensive_fft_ihfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7934940Z test_comprehensive_fft_ihfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7935127Z test_comprehensive_fft_ihfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7935335Z test_comprehensive_fft_ihfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7935513Z test_comprehensive_fft_ihfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7935690Z test_comprehensive_fft_ihfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7935869Z test_comprehensive_fft_ihfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7936047Z test_comprehensive_fft_ihfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7936244Z test_comprehensive_fft_ihfft_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7936423Z test_comprehensive_fft_ihfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7936606Z test_comprehensive_fft_ihfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7936785Z test_comprehensive_fft_ihfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7936965Z test_comprehensive_fft_ihfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7937140Z test_comprehensive_fft_ihfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7937316Z test_comprehensive_fft_ihfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7937498Z test_comprehensive_fft_ihfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7937672Z test_comprehensive_fft_ihfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7937849Z test_comprehensive_fft_ihfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7938029Z test_comprehensive_fft_ihfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7938209Z test_comprehensive_fft_ihfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7938392Z test_comprehensive_fft_ihfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7938573Z test_comprehensive_fft_ihfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7938755Z test_comprehensive_fft_ihfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7938939Z test_comprehensive_fft_ihfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7939122Z test_comprehensive_fft_irfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7939313Z test_comprehensive_fft_irfft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7939500Z test_comprehensive_fft_irfft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7939672Z test_comprehensive_fft_irfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7939852Z test_comprehensive_fft_irfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7940027Z test_comprehensive_fft_irfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7940242Z test_comprehensive_fft_irfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7940412Z test_comprehensive_fft_irfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7940587Z test_comprehensive_fft_irfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7940765Z test_comprehensive_fft_irfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7940945Z test_comprehensive_fft_irfft_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7941150Z test_comprehensive_fft_irfft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7941333Z test_comprehensive_fft_irfft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7941508Z test_comprehensive_fft_irfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7941686Z test_comprehensive_fft_irfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7941865Z test_comprehensive_fft_irfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7942042Z test_comprehensive_fft_irfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7942217Z test_comprehensive_fft_irfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7942399Z test_comprehensive_fft_irfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7942576Z test_comprehensive_fft_irfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7942750Z test_comprehensive_fft_irfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7942935Z test_comprehensive_fft_irfftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7943120Z test_comprehensive_fft_irfftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7943293Z test_comprehensive_fft_irfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7943474Z test_comprehensive_fft_irfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7943651Z test_comprehensive_fft_irfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7943822Z test_comprehensive_fft_irfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7943995Z test_comprehensive_fft_irfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7944174Z test_comprehensive_fft_irfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7944357Z test_comprehensive_fft_irfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7944533Z test_comprehensive_fft_rfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7944711Z test_comprehensive_fft_rfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7944891Z test_comprehensive_fft_rfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7945060Z test_comprehensive_fft_rfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7945276Z test_comprehensive_fft_rfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7945447Z test_comprehensive_fft_rfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7945622Z test_comprehensive_fft_rfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7945800Z test_comprehensive_fft_rfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7946014Z test_comprehensive_fft_rfft_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7946194Z test_comprehensive_fft_rfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7946373Z test_comprehensive_fft_rfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7946548Z test_comprehensive_fft_rfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7946714Z test_comprehensive_fft_rfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7946885Z test_comprehensive_fft_rfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7947060Z test_comprehensive_fft_rfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7947241Z test_comprehensive_fft_rfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7947416Z test_comprehensive_fft_rfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7947598Z test_comprehensive_fft_rfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7947775Z test_comprehensive_fft_rfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7947956Z test_comprehensive_fft_rfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7948133Z test_comprehensive_fft_rfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7948301Z test_comprehensive_fft_rfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7948472Z test_comprehensive_fft_rfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7948647Z test_comprehensive_fft_rfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7948832Z test_comprehensive_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7949008Z test_comprehensive_fill_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7949185Z test_comprehensive_fill_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7949361Z test_comprehensive_fill_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7949541Z test_comprehensive_fill_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7949718Z test_comprehensive_fill_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7949888Z test_comprehensive_fill_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7950083Z test_comprehensive_fill_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7950247Z test_comprehensive_fill_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7950420Z test_comprehensive_fill_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7950594Z test_comprehensive_fill_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7950765Z test_comprehensive_fill_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7950958Z test_comprehensive_fill_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7951138Z test_comprehensive_flatten_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7951322Z test_comprehensive_flatten_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7951506Z test_comprehensive_flatten_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7951689Z test_comprehensive_flatten_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7951864Z test_comprehensive_flatten_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7952048Z test_comprehensive_flatten_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7952235Z test_comprehensive_flatten_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7952414Z test_comprehensive_flatten_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7952595Z test_comprehensive_flatten_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7952771Z test_comprehensive_flatten_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7952952Z test_comprehensive_flatten_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7953131Z test_comprehensive_flatten_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7953304Z test_comprehensive_flatten_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7953486Z test_comprehensive_flip_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7953653Z test_comprehensive_flip_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7953834Z test_comprehensive_flip_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7954011Z test_comprehensive_flip_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7954186Z test_comprehensive_flip_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7954355Z test_comprehensive_flip_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7954528Z test_comprehensive_flip_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7954766Z test_comprehensive_flip_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7954939Z test_comprehensive_flip_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7955135Z test_comprehensive_flip_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7955297Z test_comprehensive_flip_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7955471Z test_comprehensive_flip_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7955655Z test_comprehensive_fliplr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7955834Z test_comprehensive_fliplr_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7956045Z test_comprehensive_fliplr_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7956234Z test_comprehensive_fliplr_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7956421Z test_comprehensive_fliplr_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7956700Z test_comprehensive_fliplr_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7956877Z test_comprehensive_fliplr_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7957051Z test_comprehensive_fliplr_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7957215Z test_comprehensive_fliplr_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7957387Z test_comprehensive_fliplr_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7957568Z test_comprehensive_fliplr_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7957746Z test_comprehensive_fliplr_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7957925Z test_comprehensive_flipud_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7958101Z test_comprehensive_flipud_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7958289Z test_comprehensive_flipud_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7958479Z test_comprehensive_flipud_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7958661Z test_comprehensive_flipud_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7958846Z test_comprehensive_flipud_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7959016Z test_comprehensive_flipud_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7959190Z test_comprehensive_flipud_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7959359Z test_comprehensive_flipud_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7959523Z test_comprehensive_flipud_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7959696Z test_comprehensive_flipud_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7959872Z test_comprehensive_flipud_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7960096Z test_comprehensive_float_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7960269Z test_comprehensive_float_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7960449Z test_comprehensive_float_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7960620Z test_comprehensive_float_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7960803Z test_comprehensive_float_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7961016Z test_comprehensive_float_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7961204Z test_comprehensive_float_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7961385Z test_comprehensive_float_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7961565Z test_comprehensive_float_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7961735Z test_comprehensive_float_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7961904Z test_comprehensive_float_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7962080Z test_comprehensive_float_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7962258Z test_comprehensive_float_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7962434Z test_comprehensive_float_power_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7962620Z test_comprehensive_float_power_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7962810Z test_comprehensive_float_power_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7962996Z test_comprehensive_float_power_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7963181Z test_comprehensive_float_power_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7963365Z test_comprehensive_float_power_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7963551Z test_comprehensive_float_power_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7963733Z test_comprehensive_float_power_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7963915Z test_comprehensive_float_power_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7964090Z test_comprehensive_float_power_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7964261Z test_comprehensive_float_power_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7964442Z test_comprehensive_float_power_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7964624Z test_comprehensive_floor_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7964808Z test_comprehensive_floor_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7964984Z test_comprehensive_floor_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7965190Z test_comprehensive_floor_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7965360Z test_comprehensive_floor_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7965525Z test_comprehensive_floor_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7965703Z test_comprehensive_floor_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7965871Z test_comprehensive_floor_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7966092Z test_comprehensive_floor_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7966279Z test_comprehensive_floor_divide_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7966470Z test_comprehensive_floor_divide_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7966653Z test_comprehensive_floor_divide_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7966841Z test_comprehensive_floor_divide_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7967022Z test_comprehensive_floor_divide_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7967205Z test_comprehensive_floor_divide_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7967391Z test_comprehensive_floor_divide_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7967570Z test_comprehensive_floor_divide_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7967740Z test_comprehensive_fmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7967916Z test_comprehensive_fmax_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7968091Z test_comprehensive_fmax_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7968264Z test_comprehensive_fmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7968432Z test_comprehensive_fmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7968608Z test_comprehensive_fmax_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7968784Z test_comprehensive_fmax_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7968950Z test_comprehensive_fmax_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7969124Z test_comprehensive_fmax_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7969297Z test_comprehensive_fmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7969465Z test_comprehensive_fmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7969641Z test_comprehensive_fmin_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7969818Z test_comprehensive_fmin_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7970029Z test_comprehensive_fmin_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7970200Z test_comprehensive_fmin_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7970371Z test_comprehensive_fmin_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7970541Z test_comprehensive_fmin_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7970716Z test_comprehensive_fmin_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7970920Z test_comprehensive_fmin_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7971082Z test_comprehensive_fmin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7971264Z test_comprehensive_fmod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7971441Z test_comprehensive_fmod_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7971611Z test_comprehensive_fmod_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7971779Z test_comprehensive_fmod_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7971949Z test_comprehensive_fmod_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7972127Z test_comprehensive_fmod_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7972300Z test_comprehensive_fmod_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7972478Z test_comprehensive_fmod_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7972648Z test_comprehensive_fmod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7972819Z test_comprehensive_frac_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7972996Z test_comprehensive_frac_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7973167Z test_comprehensive_frac_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7973334Z test_comprehensive_frac_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7973519Z test_comprehensive_frexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7973701Z test_comprehensive_frexp_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7973882Z test_comprehensive_frexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7974065Z test_comprehensive_frexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7974245Z test_comprehensive_full_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7974414Z test_comprehensive_full_like_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7974607Z test_comprehensive_full_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7974793Z test_comprehensive_full_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7975001Z test_comprehensive_full_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7975179Z test_comprehensive_full_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7975359Z test_comprehensive_full_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7975539Z test_comprehensive_full_like_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7975715Z test_comprehensive_full_like_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7975914Z test_comprehensive_full_like_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7976094Z test_comprehensive_full_like_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7976266Z test_comprehensive_full_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7976447Z test_comprehensive_gather_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7976628Z test_comprehensive_gather_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7976815Z test_comprehensive_gather_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7977003Z test_comprehensive_gather_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7977188Z test_comprehensive_gather_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7977366Z test_comprehensive_gather_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7977548Z test_comprehensive_gather_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7977729Z test_comprehensive_gather_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7977904Z test_comprehensive_gather_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7978067Z test_comprehensive_gather_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7978244Z test_comprehensive_gather_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7978416Z test_comprehensive_gather_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7978592Z test_comprehensive_gcd_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7978763Z test_comprehensive_gcd_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7978932Z test_comprehensive_gcd_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7979105Z test_comprehensive_gcd_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7979281Z test_comprehensive_gcd_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7979457Z test_comprehensive_ge_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7979623Z test_comprehensive_ge_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7979802Z test_comprehensive_ge_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7980014Z test_comprehensive_ge_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7980183Z test_comprehensive_ge_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7980357Z test_comprehensive_ge_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7980531Z test_comprehensive_ge_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7980704Z test_comprehensive_ge_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7980907Z test_comprehensive_ge_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7981079Z test_comprehensive_ge_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7981264Z test_comprehensive_geqrf_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7981436Z test_comprehensive_geqrf_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7981615Z test_comprehensive_geqrf_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7981793Z test_comprehensive_geqrf_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7981980Z test_comprehensive_gradient_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7982170Z test_comprehensive_gradient_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7982360Z test_comprehensive_gradient_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7982546Z test_comprehensive_gradient_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7982732Z test_comprehensive_gradient_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7982909Z test_comprehensive_gradient_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7983080Z test_comprehensive_gradient_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7983258Z test_comprehensive_gradient_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7983442Z test_comprehensive_gradient_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7983623Z test_comprehensive_gradient_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7983808Z test_comprehensive_gt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7983984Z test_comprehensive_gt_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7984160Z test_comprehensive_gt_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7984337Z test_comprehensive_gt_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7984512Z test_comprehensive_gt_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7984684Z test_comprehensive_gt_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7984845Z test_comprehensive_gt_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7985042Z test_comprehensive_gt_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7985216Z test_comprehensive_gt_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7985391Z test_comprehensive_gt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7985572Z test_comprehensive_half_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7985746Z test_comprehensive_half_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7985954Z test_comprehensive_half_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7986135Z test_comprehensive_half_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7986316Z test_comprehensive_half_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7986478Z test_comprehensive_half_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7986647Z test_comprehensive_half_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7986823Z test_comprehensive_half_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7986995Z test_comprehensive_half_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7987166Z test_comprehensive_half_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7987338Z test_comprehensive_half_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7987508Z test_comprehensive_half_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7987698Z test_comprehensive_heaviside_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7987879Z test_comprehensive_heaviside_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7988061Z test_comprehensive_heaviside_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7988234Z test_comprehensive_heaviside_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7988423Z test_comprehensive_heaviside_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7988607Z test_comprehensive_heaviside_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7988789Z test_comprehensive_heaviside_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7988969Z test_comprehensive_heaviside_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7989149Z test_comprehensive_heaviside_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7989330Z test_comprehensive_heaviside_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7989510Z test_comprehensive_histc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7989691Z test_comprehensive_histc_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7989894Z test_comprehensive_histc_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7990069Z test_comprehensive_histogram_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7990254Z test_comprehensive_histogram_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7990444Z test_comprehensive_histogramdd_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7990630Z test_comprehensive_histogramdd_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7990835Z test_comprehensive_hsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7991015Z test_comprehensive_hsplit_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7991200Z test_comprehensive_hsplit_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7991387Z test_comprehensive_hsplit_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7991568Z test_comprehensive_hsplit_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7991737Z test_comprehensive_hsplit_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7991920Z test_comprehensive_hsplit_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7992100Z test_comprehensive_hsplit_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7992280Z test_comprehensive_hsplit_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7992457Z test_comprehensive_hsplit_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7992624Z test_comprehensive_hsplit_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7992804Z test_comprehensive_hsplit_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7992981Z test_comprehensive_hsplit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7993163Z test_comprehensive_hstack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7993341Z test_comprehensive_hstack_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7993516Z test_comprehensive_hstack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7993702Z test_comprehensive_hstack_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7993887Z test_comprehensive_hstack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7994064Z test_comprehensive_hstack_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7994238Z test_comprehensive_hstack_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7994419Z test_comprehensive_hstack_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7994598Z test_comprehensive_hstack_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7994861Z test_comprehensive_hstack_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7995075Z test_comprehensive_hstack_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7995252Z test_comprehensive_hstack_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7995416Z test_comprehensive_hstack_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7995597Z test_comprehensive_hypot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7995777Z test_comprehensive_hypot_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7995984Z test_comprehensive_hypot_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7996166Z test_comprehensive_i0_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7996343Z test_comprehensive_i0_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7996518Z test_comprehensive_i0_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7996789Z test_comprehensive_i0_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7996964Z test_comprehensive_i0_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7997126Z test_comprehensive_i0_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7997302Z test_comprehensive_i0_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7997476Z test_comprehensive_i0_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7997646Z test_comprehensive_i0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7997831Z test_comprehensive_igamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7998013Z test_comprehensive_igamma_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7998195Z test_comprehensive_igamma_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7998377Z test_comprehensive_igamma_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7998565Z test_comprehensive_igammac_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7998747Z test_comprehensive_igammac_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7998922Z test_comprehensive_igammac_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7999105Z test_comprehensive_igammac_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7999290Z test_comprehensive_imag_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7999471Z test_comprehensive_imag_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7999651Z test_comprehensive_imag_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.7999838Z test_comprehensive_index_add_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8000019Z test_comprehensive_index_add_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8000257Z test_comprehensive_index_add_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8000447Z test_comprehensive_index_add_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8000632Z test_comprehensive_index_add_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8000818Z test_comprehensive_index_add_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8001059Z test_comprehensive_index_add_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8001245Z test_comprehensive_index_add_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8001430Z test_comprehensive_index_add_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8001610Z test_comprehensive_index_add_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8001787Z test_comprehensive_index_add_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8001968Z test_comprehensive_index_add_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8002150Z test_comprehensive_index_add_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8002339Z test_comprehensive_index_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8002509Z test_comprehensive_index_copy_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8002701Z test_comprehensive_index_copy_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8002890Z test_comprehensive_index_copy_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8003072Z test_comprehensive_index_copy_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8003256Z test_comprehensive_index_copy_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8003441Z test_comprehensive_index_copy_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8003624Z test_comprehensive_index_copy_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8003809Z test_comprehensive_index_copy_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8003987Z test_comprehensive_index_copy_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8004170Z test_comprehensive_index_copy_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8004343Z test_comprehensive_index_copy_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8004528Z test_comprehensive_index_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8004705Z test_comprehensive_index_fill_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8004897Z test_comprehensive_index_fill_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8005083Z test_comprehensive_index_fill_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8005295Z test_comprehensive_index_fill_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8005476Z test_comprehensive_index_fill_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8005658Z test_comprehensive_index_fill_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8005836Z test_comprehensive_index_fill_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8006039Z test_comprehensive_index_fill_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8006205Z test_comprehensive_index_fill_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8006386Z test_comprehensive_index_fill_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8006565Z test_comprehensive_index_fill_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8006749Z test_comprehensive_index_put_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8006930Z test_comprehensive_index_put_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8007115Z test_comprehensive_index_put_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8007304Z test_comprehensive_index_put_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8007490Z test_comprehensive_index_put_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8007677Z test_comprehensive_index_put_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8007861Z test_comprehensive_index_put_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8008029Z test_comprehensive_index_put_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8008207Z test_comprehensive_index_put_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8008385Z test_comprehensive_index_put_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8008563Z test_comprehensive_index_put_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8008744Z test_comprehensive_index_put_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8008926Z test_comprehensive_index_put_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8009112Z test_comprehensive_index_reduce_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8009300Z test_comprehensive_index_reduce_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8009487Z test_comprehensive_index_reduce_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8009659Z test_comprehensive_index_reduce_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8009844Z test_comprehensive_index_reduce_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8010053Z test_comprehensive_index_reduce_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8010231Z test_comprehensive_index_reduce_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8010416Z test_comprehensive_index_reduce_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8010601Z test_comprehensive_index_reduce_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8010789Z test_comprehensive_index_select_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8011000Z test_comprehensive_index_select_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8011192Z test_comprehensive_index_select_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8011382Z test_comprehensive_index_select_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8011559Z test_comprehensive_index_select_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8011745Z test_comprehensive_index_select_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8011928Z test_comprehensive_index_select_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8012116Z test_comprehensive_index_select_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8012302Z test_comprehensive_index_select_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8012486Z test_comprehensive_index_select_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8012671Z test_comprehensive_index_select_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8012856Z test_comprehensive_index_select_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8013041Z test_comprehensive_index_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8013223Z test_comprehensive_inner_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8013398Z test_comprehensive_inner_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8013584Z test_comprehensive_inner_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8013769Z test_comprehensive_inner_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8013953Z test_comprehensive_inner_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8014133Z test_comprehensive_inner_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8014316Z test_comprehensive_inner_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8014491Z test_comprehensive_inner_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8014672Z test_comprehensive_inner_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8014846Z test_comprehensive_inner_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8015069Z test_comprehensive_int_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8015233Z test_comprehensive_int_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8015419Z test_comprehensive_int_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8015600Z test_comprehensive_int_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8015775Z test_comprehensive_int_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8015976Z test_comprehensive_int_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8016149Z test_comprehensive_int_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8016328Z test_comprehensive_int_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8016505Z test_comprehensive_int_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8016677Z test_comprehensive_int_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8016840Z test_comprehensive_int_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8017017Z test_comprehensive_int_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8017201Z test_comprehensive_isclose_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8017385Z test_comprehensive_isclose_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8017574Z test_comprehensive_isclose_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8017761Z test_comprehensive_isclose_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8017947Z test_comprehensive_isclose_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8018130Z test_comprehensive_isclose_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8018316Z test_comprehensive_isclose_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8018498Z test_comprehensive_isclose_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8018661Z test_comprehensive_isclose_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8018844Z test_comprehensive_isclose_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8019027Z test_comprehensive_isclose_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8019207Z test_comprehensive_isclose_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8019391Z test_comprehensive_isfinite_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8019569Z test_comprehensive_isfinite_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8019762Z test_comprehensive_isfinite_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8019953Z test_comprehensive_isfinite_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8020171Z test_comprehensive_isfinite_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8020354Z test_comprehensive_isfinite_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8020529Z test_comprehensive_isfinite_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8020711Z test_comprehensive_isfinite_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8020893Z test_comprehensive_isfinite_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8021100Z test_comprehensive_isfinite_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8021284Z test_comprehensive_isfinite_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8021469Z test_comprehensive_isfinite_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8021651Z test_comprehensive_isfinite_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8021830Z test_comprehensive_isin_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8022004Z test_comprehensive_isin_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8022169Z test_comprehensive_isin_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8022348Z test_comprehensive_isin_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8022524Z test_comprehensive_isin_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8022703Z test_comprehensive_isin_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8022878Z test_comprehensive_isin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8023060Z test_comprehensive_isinf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8023235Z test_comprehensive_isinf_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8023419Z test_comprehensive_isinf_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8023609Z test_comprehensive_isinf_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8023790Z test_comprehensive_isinf_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8023961Z test_comprehensive_isinf_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8024142Z test_comprehensive_isinf_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8024323Z test_comprehensive_isinf_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8024500Z test_comprehensive_isinf_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8024672Z test_comprehensive_isinf_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8024843Z test_comprehensive_isinf_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8025018Z test_comprehensive_isinf_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8025223Z test_comprehensive_isinf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8025405Z test_comprehensive_isnan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8025569Z test_comprehensive_isnan_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8025753Z test_comprehensive_isnan_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8025938Z test_comprehensive_isnan_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8026145Z test_comprehensive_isnan_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8026327Z test_comprehensive_isnan_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8026510Z test_comprehensive_isnan_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8026688Z test_comprehensive_isnan_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8026861Z test_comprehensive_isnan_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8027033Z test_comprehensive_isnan_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8027210Z test_comprehensive_isnan_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8027379Z test_comprehensive_isnan_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8027565Z test_comprehensive_isneginf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8027751Z test_comprehensive_isneginf_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8027940Z test_comprehensive_isneginf_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8028120Z test_comprehensive_isneginf_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8028304Z test_comprehensive_isneginf_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8028487Z test_comprehensive_isneginf_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8028671Z test_comprehensive_isneginf_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8028847Z test_comprehensive_isneginf_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8029031Z test_comprehensive_isneginf_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8029203Z test_comprehensive_isneginf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8029389Z test_comprehensive_isposinf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8029571Z test_comprehensive_isposinf_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8029758Z test_comprehensive_isposinf_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8029943Z test_comprehensive_isposinf_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8030155Z test_comprehensive_isposinf_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8030335Z test_comprehensive_isposinf_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8030514Z test_comprehensive_isposinf_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8030697Z test_comprehensive_isposinf_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8030865Z test_comprehensive_isposinf_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8031074Z test_comprehensive_isposinf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8031262Z test_comprehensive_isreal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8031444Z test_comprehensive_isreal_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8031629Z test_comprehensive_isreal_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8031816Z test_comprehensive_isreal_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8032000Z test_comprehensive_isreal_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8032181Z test_comprehensive_isreal_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8032363Z test_comprehensive_isreal_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8032541Z test_comprehensive_isreal_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8032712Z test_comprehensive_isreal_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8032887Z test_comprehensive_isreal_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8033060Z test_comprehensive_isreal_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8033238Z test_comprehensive_isreal_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8033417Z test_comprehensive_isreal_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8033602Z test_comprehensive_istft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8033787Z test_comprehensive_istft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8033971Z test_comprehensive_istft_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8034152Z test_comprehensive_istft_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8034340Z test_comprehensive_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8034511Z test_comprehensive_jiterator_2inputs_2outputs_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8034765Z test_comprehensive_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8034961Z test_comprehensive_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8035149Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8035368Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8035547Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8035731Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8035917Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8036100Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8036293Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8036478Z test_comprehensive_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8036761Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8036951Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8037151Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8037346Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8037542Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8037736Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8037932Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8038121Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8038298Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8038488Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8038675Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8038864Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8039043Z test_comprehensive_jiterator_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8039221Z test_comprehensive_jiterator_binary_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8039401Z test_comprehensive_jiterator_binary_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8039580Z test_comprehensive_jiterator_binary_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8039758Z test_comprehensive_jiterator_binary_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8039936Z test_comprehensive_jiterator_binary_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8040100Z test_comprehensive_jiterator_binary_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8040274Z test_comprehensive_jiterator_binary_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8040489Z test_comprehensive_jiterator_binary_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8040656Z test_comprehensive_jiterator_binary_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8040828Z test_comprehensive_jiterator_binary_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8041000Z test_comprehensive_jiterator_binary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8041189Z test_comprehensive_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8041415Z test_comprehensive_jiterator_binary_return_by_ref_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8041611Z test_comprehensive_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8041790Z test_comprehensive_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8041979Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8042165Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8042349Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8042533Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8042721Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8042902Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8043090Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8043275Z test_comprehensive_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8043450Z test_comprehensive_jiterator_unary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8043610Z test_comprehensive_jiterator_unary_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8043788Z test_comprehensive_jiterator_unary_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8043968Z test_comprehensive_jiterator_unary_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8044144Z test_comprehensive_jiterator_unary_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8044322Z test_comprehensive_jiterator_unary_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8044495Z test_comprehensive_jiterator_unary_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8044667Z test_comprehensive_jiterator_unary_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8044836Z test_comprehensive_jiterator_unary_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8045001Z test_comprehensive_jiterator_unary_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8045160Z test_comprehensive_jiterator_unary_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8045327Z test_comprehensive_jiterator_unary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:29.8045544Z test_comprehensive_kron_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8045725Z test_comprehensive_kron_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8045910Z test_comprehensive_kron_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8046095Z test_comprehensive_kron_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8046275Z test_comprehensive_kron_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8046479Z test_comprehensive_kron_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8046654Z test_comprehensive_kron_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8046835Z test_comprehensive_kron_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8047000Z test_comprehensive_kron_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8047171Z test_comprehensive_kron_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8047347Z test_comprehensive_kron_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8047519Z test_comprehensive_kron_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8047709Z test_comprehensive_kthvalue_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8047895Z test_comprehensive_kthvalue_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8048083Z test_comprehensive_kthvalue_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8048265Z test_comprehensive_kthvalue_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8048444Z test_comprehensive_kthvalue_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8048627Z test_comprehensive_kthvalue_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8048797Z test_comprehensive_kthvalue_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8048983Z test_comprehensive_kthvalue_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8049161Z test_comprehensive_lcm_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8049336Z test_comprehensive_lcm_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8049509Z test_comprehensive_lcm_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8049684Z test_comprehensive_lcm_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8049863Z test_comprehensive_lcm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8050048Z test_comprehensive_ldexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8050227Z test_comprehensive_ldexp_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8050401Z test_comprehensive_ldexp_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8050623Z test_comprehensive_ldexp_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8050808Z test_comprehensive_ldexp_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8050995Z test_comprehensive_ldexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8051179Z test_comprehensive_ldexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8051360Z test_comprehensive_ldexp_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8051569Z test_comprehensive_ldexp_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8051745Z test_comprehensive_ldexp_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8051926Z test_comprehensive_ldexp_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8052108Z test_comprehensive_ldexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8052271Z test_comprehensive_le_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8052448Z test_comprehensive_le_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8052627Z test_comprehensive_le_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8052808Z test_comprehensive_le_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8052984Z test_comprehensive_le_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8053163Z test_comprehensive_le_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8053342Z test_comprehensive_le_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8053522Z test_comprehensive_le_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8053699Z test_comprehensive_le_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8053862Z test_comprehensive_le_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8054050Z test_comprehensive_lerp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8054235Z test_comprehensive_lerp_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8054422Z test_comprehensive_lerp_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8054603Z test_comprehensive_lerp_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8054779Z test_comprehensive_lerp_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8054964Z test_comprehensive_lgamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8055144Z test_comprehensive_lgamma_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8055329Z test_comprehensive_lgamma_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8055514Z test_comprehensive_lgamma_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8055712Z test_comprehensive_lgamma_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8055888Z test_comprehensive_lgamma_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8056064Z test_comprehensive_lgamma_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8056245Z test_comprehensive_lgamma_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8056424Z test_comprehensive_lgamma_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8056647Z test_comprehensive_linalg_cholesky_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8056846Z test_comprehensive_linalg_cholesky_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8057041Z test_comprehensive_linalg_cholesky_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8057234Z test_comprehensive_linalg_cholesky_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8057421Z test_comprehensive_linalg_cholesky_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8057620Z test_comprehensive_linalg_cholesky_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8057817Z test_comprehensive_linalg_cholesky_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8058012Z test_comprehensive_linalg_cholesky_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8058206Z test_comprehensive_linalg_cond_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8058399Z test_comprehensive_linalg_cond_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8058590Z test_comprehensive_linalg_cond_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8058777Z test_comprehensive_linalg_cond_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8058967Z test_comprehensive_linalg_cross_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8059163Z test_comprehensive_linalg_cross_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8059354Z test_comprehensive_linalg_cross_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8059531Z test_comprehensive_linalg_cross_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8059720Z test_comprehensive_linalg_cross_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8059906Z test_comprehensive_linalg_cross_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8060091Z test_comprehensive_linalg_cross_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8060281Z test_comprehensive_linalg_cross_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8060468Z test_comprehensive_linalg_cross_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8060681Z test_comprehensive_linalg_cross_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8060875Z test_comprehensive_linalg_det_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8061066Z test_comprehensive_linalg_det_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8061238Z test_comprehensive_linalg_det_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8061422Z test_comprehensive_linalg_det_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8061650Z test_comprehensive_linalg_det_singular_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8061852Z test_comprehensive_linalg_det_singular_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8062055Z test_comprehensive_linalg_det_singular_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8062248Z test_comprehensive_linalg_det_singular_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8062438Z test_comprehensive_linalg_eig_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8062626Z test_comprehensive_linalg_eig_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8062814Z test_comprehensive_linalg_eig_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8063002Z test_comprehensive_linalg_eig_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8063185Z test_comprehensive_linalg_eigh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8063377Z test_comprehensive_linalg_eigh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8063566Z test_comprehensive_linalg_eigh_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8063755Z test_comprehensive_linalg_eigh_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8063956Z test_comprehensive_linalg_eigvals_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8064154Z test_comprehensive_linalg_eigvals_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8064346Z test_comprehensive_linalg_eigvals_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8064540Z test_comprehensive_linalg_eigvals_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8064736Z test_comprehensive_linalg_eigvalsh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8064937Z test_comprehensive_linalg_eigvalsh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8065131Z test_comprehensive_linalg_eigvalsh_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8065312Z test_comprehensive_linalg_eigvalsh_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8065525Z test_comprehensive_linalg_householder_product_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8065764Z test_comprehensive_linalg_householder_product_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8065972Z test_comprehensive_linalg_householder_product_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8066178Z test_comprehensive_linalg_householder_product_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8066369Z test_comprehensive_linalg_inv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8066558Z test_comprehensive_linalg_inv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8066771Z test_comprehensive_linalg_inv_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8066960Z test_comprehensive_linalg_inv_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8067156Z test_comprehensive_linalg_inv_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8067338Z test_comprehensive_linalg_inv_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8067528Z test_comprehensive_linalg_inv_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8067716Z test_comprehensive_linalg_inv_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8067914Z test_comprehensive_linalg_ldl_factor_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8068112Z test_comprehensive_linalg_ldl_factor_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8068309Z test_comprehensive_linalg_ldl_factor_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8068499Z test_comprehensive_linalg_ldl_factor_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8068699Z test_comprehensive_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8068899Z test_comprehensive_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8069093Z test_comprehensive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8069272Z test_comprehensive_linalg_ldl_factor_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8069469Z test_comprehensive_linalg_ldl_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8069663Z test_comprehensive_linalg_ldl_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8069854Z test_comprehensive_linalg_ldl_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8070049Z test_comprehensive_linalg_ldl_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8070243Z test_comprehensive_linalg_lstsq_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8070437Z test_comprehensive_linalg_lstsq_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8070625Z test_comprehensive_linalg_lstsq_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8070844Z test_comprehensive_linalg_lstsq_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8071054Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8071248Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8071451Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8071681Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8071869Z test_comprehensive_linalg_lu_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8072062Z test_comprehensive_linalg_lu_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8072249Z test_comprehensive_linalg_lu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8072434Z test_comprehensive_linalg_lu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8072635Z test_comprehensive_linalg_lu_factor_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8072830Z test_comprehensive_linalg_lu_factor_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8073022Z test_comprehensive_linalg_lu_factor_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8073201Z test_comprehensive_linalg_lu_factor_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8073402Z test_comprehensive_linalg_lu_factor_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8073600Z test_comprehensive_linalg_lu_factor_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8073797Z test_comprehensive_linalg_lu_factor_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8073988Z test_comprehensive_linalg_lu_factor_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8074183Z test_comprehensive_linalg_lu_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8074379Z test_comprehensive_linalg_lu_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8074571Z test_comprehensive_linalg_lu_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8074831Z test_comprehensive_linalg_lu_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8075029Z test_comprehensive_linalg_matrix_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8075229Z test_comprehensive_linalg_matrix_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8075415Z test_comprehensive_linalg_matrix_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8075610Z test_comprehensive_linalg_matrix_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8075832Z test_comprehensive_linalg_matrix_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8076026Z test_comprehensive_linalg_matrix_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8076227Z test_comprehensive_linalg_matrix_power_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8076430Z test_comprehensive_linalg_matrix_power_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8076732Z test_comprehensive_linalg_matrix_power_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8076971Z test_comprehensive_linalg_matrix_power_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8077167Z test_comprehensive_linalg_matrix_rank_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8077371Z test_comprehensive_linalg_matrix_rank_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8077553Z test_comprehensive_linalg_matrix_rank_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8077748Z test_comprehensive_linalg_matrix_rank_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8077958Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8078169Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8078375Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8078585Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8078781Z test_comprehensive_linalg_multi_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8078978Z test_comprehensive_linalg_multi_dot_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8079173Z test_comprehensive_linalg_multi_dot_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8079371Z test_comprehensive_linalg_multi_dot_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8079551Z test_comprehensive_linalg_multi_dot_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8079745Z test_comprehensive_linalg_multi_dot_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8079936Z test_comprehensive_linalg_multi_dot_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8080121Z test_comprehensive_linalg_multi_dot_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8080310Z test_comprehensive_linalg_multi_dot_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8080495Z test_comprehensive_linalg_multi_dot_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8080683Z test_comprehensive_linalg_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8080871Z test_comprehensive_linalg_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8081132Z test_comprehensive_linalg_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8081320Z test_comprehensive_linalg_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8081496Z test_comprehensive_linalg_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8081687Z test_comprehensive_linalg_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8081931Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8082146Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8082361Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8082574Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8082785Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8082993Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8083188Z test_comprehensive_linalg_pinv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8083383Z test_comprehensive_linalg_pinv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8083573Z test_comprehensive_linalg_pinv_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8083748Z test_comprehensive_linalg_pinv_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8083954Z test_comprehensive_linalg_pinv_hermitian_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8084159Z test_comprehensive_linalg_pinv_hermitian_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8084364Z test_comprehensive_linalg_pinv_hermitian_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8084568Z test_comprehensive_linalg_pinv_hermitian_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8084802Z 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:46:29.8085030Z 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:46:29.8085251Z 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:46:29.8085471Z 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:46:29.8085664Z test_comprehensive_linalg_qr_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8085854Z test_comprehensive_linalg_qr_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8086068Z test_comprehensive_linalg_qr_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8086253Z test_comprehensive_linalg_qr_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8086451Z test_comprehensive_linalg_slogdet_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8086644Z test_comprehensive_linalg_slogdet_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8086836Z test_comprehensive_linalg_slogdet_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8087054Z test_comprehensive_linalg_slogdet_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8087249Z test_comprehensive_linalg_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8087443Z test_comprehensive_linalg_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8087630Z test_comprehensive_linalg_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8087818Z test_comprehensive_linalg_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8088001Z test_comprehensive_linalg_solve_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8088197Z test_comprehensive_linalg_solve_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8088387Z test_comprehensive_linalg_solve_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8088579Z test_comprehensive_linalg_solve_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8088784Z test_comprehensive_linalg_solve_triangular_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8088989Z test_comprehensive_linalg_solve_triangular_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8089191Z test_comprehensive_linalg_solve_triangular_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8089389Z test_comprehensive_linalg_solve_triangular_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8089580Z test_comprehensive_linalg_svd_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8089772Z test_comprehensive_linalg_svd_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8089946Z test_comprehensive_linalg_svd_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8090134Z test_comprehensive_linalg_svd_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8090330Z test_comprehensive_linalg_svdvals_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8090525Z test_comprehensive_linalg_svdvals_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8090718Z test_comprehensive_linalg_svdvals_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8090908Z test_comprehensive_linalg_svdvals_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8091134Z test_comprehensive_linalg_tensorinv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8091330Z test_comprehensive_linalg_tensorinv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8091522Z test_comprehensive_linalg_tensorinv_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8091715Z test_comprehensive_linalg_tensorinv_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8091928Z test_comprehensive_linalg_tensorsolve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8092130Z test_comprehensive_linalg_tensorsolve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8092327Z test_comprehensive_linalg_tensorsolve_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8092523Z test_comprehensive_linalg_tensorsolve_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8092716Z test_comprehensive_linalg_vander_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8092913Z test_comprehensive_linalg_vander_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8093102Z test_comprehensive_linalg_vander_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8093293Z test_comprehensive_linalg_vander_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8093483Z test_comprehensive_linalg_vander_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8093672Z test_comprehensive_linalg_vander_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8093844Z test_comprehensive_linalg_vander_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8094030Z test_comprehensive_linalg_vander_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8094220Z test_comprehensive_linalg_vander_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8094413Z test_comprehensive_linalg_vecdot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8094610Z test_comprehensive_linalg_vecdot_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8094806Z test_comprehensive_linalg_vecdot_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8094994Z test_comprehensive_linalg_vecdot_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8095186Z test_comprehensive_linalg_vecdot_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8095382Z test_comprehensive_linalg_vector_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8095580Z test_comprehensive_linalg_vector_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8095767Z test_comprehensive_linalg_vector_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8095960Z test_comprehensive_linalg_vector_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8096180Z test_comprehensive_linalg_vector_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8096373Z test_comprehensive_linalg_vector_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8096568Z test_comprehensive_linspace_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8096759Z test_comprehensive_linspace_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8096977Z test_comprehensive_linspace_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8097164Z test_comprehensive_linspace_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8097351Z test_comprehensive_linspace_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8097536Z test_comprehensive_linspace_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8097708Z test_comprehensive_linspace_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8097888Z test_comprehensive_linspace_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8098071Z test_comprehensive_linspace_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8098259Z test_comprehensive_linspace_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8098442Z test_comprehensive_linspace_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8098623Z test_comprehensive_log10_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8098805Z test_comprehensive_log10_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8098991Z test_comprehensive_log10_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8099174Z test_comprehensive_log10_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8099355Z test_comprehensive_log10_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8099525Z test_comprehensive_log10_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8099706Z test_comprehensive_log10_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8099881Z test_comprehensive_log10_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8100059Z test_comprehensive_log10_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8100236Z test_comprehensive_log10_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8100413Z test_comprehensive_log10_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8100596Z test_comprehensive_log1p_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8100776Z test_comprehensive_log1p_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8100959Z test_comprehensive_log1p_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8101157Z test_comprehensive_log1p_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8101337Z test_comprehensive_log1p_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8101514Z test_comprehensive_log1p_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8101686Z test_comprehensive_log1p_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8101863Z test_comprehensive_log1p_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8102060Z test_comprehensive_log1p_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8102243Z test_comprehensive_log2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8102425Z test_comprehensive_log2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8102610Z test_comprehensive_log2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8102793Z test_comprehensive_log2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8102960Z test_comprehensive_log2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8103134Z test_comprehensive_log2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8103314Z test_comprehensive_log2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8103487Z test_comprehensive_log2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8103663Z test_comprehensive_log2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8103839Z test_comprehensive_log2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8104013Z test_comprehensive_log2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8104192Z test_comprehensive_log_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8104370Z test_comprehensive_log_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8104543Z test_comprehensive_log_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8104726Z test_comprehensive_log_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8104907Z test_comprehensive_log_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8105086Z test_comprehensive_log_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8105261Z test_comprehensive_log_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8105434Z test_comprehensive_log_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8105603Z test_comprehensive_log_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8105783Z test_comprehensive_log_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8105961Z test_comprehensive_log_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8106177Z test_comprehensive_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8106353Z test_comprehensive_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8106541Z test_comprehensive_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8106738Z test_comprehensive_log_softmax_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8106930Z test_comprehensive_log_softmax_dtype_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8107173Z test_comprehensive_log_softmax_dtype_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8107373Z test_comprehensive_log_softmax_dtype_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8107569Z test_comprehensive_log_softmax_dtype_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8107764Z test_comprehensive_log_softmax_dtype_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8107955Z test_comprehensive_log_softmax_dtype_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8108150Z test_comprehensive_log_softmax_dtype_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8108332Z test_comprehensive_log_softmax_dtype_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8108523Z test_comprehensive_log_softmax_dtype_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8108718Z test_comprehensive_log_softmax_dtype_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8108908Z test_comprehensive_log_softmax_dtype_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8109098Z test_comprehensive_log_softmax_dtype_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8109287Z test_comprehensive_logaddexp2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8109477Z test_comprehensive_logaddexp2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8109669Z test_comprehensive_logaddexp2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8109859Z test_comprehensive_logaddexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8110052Z test_comprehensive_logaddexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8110227Z test_comprehensive_logaddexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8110419Z test_comprehensive_logcumsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8110612Z test_comprehensive_logcumsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8110805Z test_comprehensive_logcumsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8110992Z test_comprehensive_logdet_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8111221Z test_comprehensive_logdet_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8111408Z test_comprehensive_logdet_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8111592Z test_comprehensive_logdet_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8111781Z test_comprehensive_logical_and_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8111965Z test_comprehensive_logical_and_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8112171Z test_comprehensive_logical_and_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8112364Z test_comprehensive_logical_and_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8112557Z test_comprehensive_logical_and_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8112745Z test_comprehensive_logical_and_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8112931Z test_comprehensive_logical_and_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8113117Z test_comprehensive_logical_and_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8113302Z test_comprehensive_logical_and_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8113489Z test_comprehensive_logical_and_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8113678Z test_comprehensive_logical_and_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8113864Z test_comprehensive_logical_and_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8114041Z test_comprehensive_logical_not_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8114227Z test_comprehensive_logical_not_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8114421Z test_comprehensive_logical_not_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8114612Z test_comprehensive_logical_not_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8114873Z test_comprehensive_logical_not_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8115067Z test_comprehensive_logical_not_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8115255Z test_comprehensive_logical_not_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8115441Z test_comprehensive_logical_not_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8115627Z test_comprehensive_logical_not_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8115814Z test_comprehensive_logical_not_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8115985Z test_comprehensive_logical_not_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8116168Z test_comprehensive_logical_not_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8116389Z test_comprehensive_logical_or_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8116677Z test_comprehensive_logical_or_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8116871Z test_comprehensive_logical_or_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8117061Z test_comprehensive_logical_or_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8117250Z test_comprehensive_logical_or_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8117485Z test_comprehensive_logical_or_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8117674Z test_comprehensive_logical_or_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8117847Z test_comprehensive_logical_or_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8118029Z test_comprehensive_logical_or_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8118208Z test_comprehensive_logical_or_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8118395Z test_comprehensive_logical_or_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8118581Z test_comprehensive_logical_or_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8118773Z test_comprehensive_logical_xor_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8118953Z test_comprehensive_logical_xor_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8119150Z test_comprehensive_logical_xor_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8119342Z test_comprehensive_logical_xor_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8119532Z test_comprehensive_logical_xor_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8119705Z test_comprehensive_logical_xor_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8119895Z test_comprehensive_logical_xor_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8120080Z test_comprehensive_logical_xor_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8120268Z test_comprehensive_logical_xor_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8120450Z test_comprehensive_logical_xor_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8120637Z test_comprehensive_logical_xor_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8120819Z test_comprehensive_logical_xor_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8121003Z test_comprehensive_logit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8121184Z test_comprehensive_logit_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8121364Z test_comprehensive_logit_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8121582Z test_comprehensive_logit_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8121763Z test_comprehensive_logit_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8121944Z test_comprehensive_logit_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8122118Z test_comprehensive_logit_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8122297Z test_comprehensive_logit_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8122498Z test_comprehensive_logit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8122687Z test_comprehensive_logspace_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8122880Z test_comprehensive_logspace_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8123071Z test_comprehensive_logspace_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8123258Z test_comprehensive_logspace_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8123426Z test_comprehensive_logspace_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8123613Z test_comprehensive_logspace_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8123800Z test_comprehensive_logspace_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8123986Z test_comprehensive_logspace_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8124175Z test_comprehensive_logspace_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8124358Z test_comprehensive_logspace_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8124547Z test_comprehensive_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8124732Z test_comprehensive_logsumexp_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8124919Z test_comprehensive_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8125095Z test_comprehensive_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8125280Z test_comprehensive_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8125468Z test_comprehensive_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8125645Z test_comprehensive_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8125827Z test_comprehensive_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8126012Z test_comprehensive_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8126194Z test_comprehensive_long_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8126373Z test_comprehensive_long_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8126584Z test_comprehensive_long_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8126768Z test_comprehensive_long_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8126939Z test_comprehensive_long_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8127120Z test_comprehensive_long_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8127296Z test_comprehensive_long_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8127495Z test_comprehensive_long_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8127674Z test_comprehensive_long_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8127855Z test_comprehensive_long_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8128029Z test_comprehensive_long_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8128207Z test_comprehensive_long_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8128382Z test_comprehensive_long_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8128549Z test_comprehensive_lt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8128724Z test_comprehensive_lt_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8128905Z test_comprehensive_lt_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8129083Z test_comprehensive_lt_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8129260Z test_comprehensive_lt_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8129435Z test_comprehensive_lt_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8129611Z test_comprehensive_lt_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8129784Z test_comprehensive_lt_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8129960Z test_comprehensive_lt_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8130135Z test_comprehensive_lt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8130305Z test_comprehensive_lu_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8130490Z test_comprehensive_lu_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8130666Z test_comprehensive_lu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8130839Z test_comprehensive_lu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8131027Z test_comprehensive_lu_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8131214Z test_comprehensive_lu_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8131400Z test_comprehensive_lu_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8131612Z test_comprehensive_lu_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8131803Z test_comprehensive_lu_unpack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8131991Z test_comprehensive_lu_unpack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8132164Z test_comprehensive_lu_unpack_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8132351Z test_comprehensive_lu_unpack_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8132556Z test_comprehensive_mH_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8132732Z test_comprehensive_mH_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8132916Z test_comprehensive_mH_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8133096Z test_comprehensive_mH_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8133274Z test_comprehensive_mH_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8133454Z test_comprehensive_mH_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8133630Z test_comprehensive_mH_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8133792Z test_comprehensive_mH_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8133967Z test_comprehensive_mH_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8134145Z test_comprehensive_mH_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8134319Z test_comprehensive_mH_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8134495Z test_comprehensive_mH_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8134668Z test_comprehensive_mH_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8134848Z test_comprehensive_mT_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8135025Z test_comprehensive_mT_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8135209Z test_comprehensive_mT_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8135392Z test_comprehensive_mT_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8135554Z test_comprehensive_mT_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8135731Z test_comprehensive_mT_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8135902Z test_comprehensive_mT_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8136072Z test_comprehensive_mT_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8136245Z test_comprehensive_mT_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8136420Z test_comprehensive_mT_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8136593Z test_comprehensive_mT_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8136798Z test_comprehensive_mT_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8136971Z test_comprehensive_mT_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8137148Z test_comprehensive_masked_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8137339Z test_comprehensive_masked_amax_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8137554Z test_comprehensive_masked_amax_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8137740Z test_comprehensive_masked_amax_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8137931Z test_comprehensive_masked_amax_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8138118Z test_comprehensive_masked_amax_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8138299Z test_comprehensive_masked_amax_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8138482Z test_comprehensive_masked_amax_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8138666Z test_comprehensive_masked_amax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8138857Z test_comprehensive_masked_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8139031Z test_comprehensive_masked_amin_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8139219Z test_comprehensive_masked_amin_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8139407Z test_comprehensive_masked_amin_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8139589Z test_comprehensive_masked_amin_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8139770Z test_comprehensive_masked_amin_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8139949Z test_comprehensive_masked_amin_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8140135Z test_comprehensive_masked_amin_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8140318Z test_comprehensive_masked_amin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8140513Z test_comprehensive_masked_argmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8140704Z test_comprehensive_masked_argmax_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8140881Z test_comprehensive_masked_argmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8141071Z test_comprehensive_masked_argmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8141259Z test_comprehensive_masked_argmax_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8141445Z test_comprehensive_masked_argmax_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8141658Z test_comprehensive_masked_argmax_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8141845Z test_comprehensive_masked_argmax_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8142030Z test_comprehensive_masked_argmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8142219Z test_comprehensive_masked_argmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8142408Z test_comprehensive_masked_argmin_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8142623Z test_comprehensive_masked_argmin_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8142799Z test_comprehensive_masked_argmin_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8142989Z test_comprehensive_masked_argmin_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8143175Z test_comprehensive_masked_argmin_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8143358Z test_comprehensive_masked_argmin_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8143543Z test_comprehensive_masked_argmin_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8143724Z test_comprehensive_masked_argmin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8143922Z test_comprehensive_masked_cumprod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8144120Z test_comprehensive_masked_cumprod_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8144318Z test_comprehensive_masked_cumprod_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8144514Z test_comprehensive_masked_cumprod_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8144694Z test_comprehensive_masked_cumprod_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8144882Z test_comprehensive_masked_cumprod_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8145074Z test_comprehensive_masked_cumprod_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8145257Z test_comprehensive_masked_cumprod_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8145449Z test_comprehensive_masked_cumprod_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8145639Z test_comprehensive_masked_cumprod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8145828Z test_comprehensive_masked_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8146020Z test_comprehensive_masked_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8146214Z test_comprehensive_masked_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8146404Z test_comprehensive_masked_cumsum_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8146581Z test_comprehensive_masked_cumsum_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8146801Z test_comprehensive_masked_cumsum_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8146988Z test_comprehensive_masked_cumsum_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8147173Z test_comprehensive_masked_cumsum_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8147360Z test_comprehensive_masked_cumsum_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8147569Z test_comprehensive_masked_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8147760Z test_comprehensive_masked_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8147947Z test_comprehensive_masked_fill_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8148140Z test_comprehensive_masked_fill_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8148330Z test_comprehensive_masked_fill_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8148509Z test_comprehensive_masked_fill_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8148695Z test_comprehensive_masked_fill_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8148884Z test_comprehensive_masked_fill_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8149065Z test_comprehensive_masked_fill_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8149255Z test_comprehensive_masked_fill_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8149440Z test_comprehensive_masked_fill_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8149621Z test_comprehensive_masked_fill_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8149804Z test_comprehensive_masked_fill_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8149987Z test_comprehensive_masked_fill_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8150173Z test_comprehensive_masked_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8150371Z test_comprehensive_masked_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8150566Z test_comprehensive_masked_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8150767Z test_comprehensive_masked_logaddexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8150961Z test_comprehensive_masked_logaddexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8151157Z test_comprehensive_masked_logaddexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8151332Z test_comprehensive_masked_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:46:29.8151504Z test_comprehensive_masked_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:46:29.8151705Z test_comprehensive_masked_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:46:29.8151875Z test_comprehensive_masked_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:46:29.8152025Z test_comprehensive_masked_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:46:29.8152184Z test_comprehensive_masked_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:46:29.8152351Z test_comprehensive_masked_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:46:29.8152517Z test_comprehensive_masked_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:46:29.8152733Z test_comprehensive_masked_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8152923Z test_comprehensive_masked_mean_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8153120Z test_comprehensive_masked_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8153312Z test_comprehensive_masked_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8153501Z test_comprehensive_masked_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8153677Z test_comprehensive_masked_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8153864Z test_comprehensive_masked_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8154051Z test_comprehensive_masked_mean_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8154237Z test_comprehensive_masked_mean_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8154419Z test_comprehensive_masked_mean_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8154604Z test_comprehensive_masked_mean_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8154855Z test_comprehensive_masked_mean_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8155050Z test_comprehensive_masked_median_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8155247Z test_comprehensive_masked_median_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8155437Z test_comprehensive_masked_median_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8155614Z test_comprehensive_masked_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8155805Z test_comprehensive_masked_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8155993Z test_comprehensive_masked_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8156180Z test_comprehensive_masked_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8156382Z test_comprehensive_masked_normalize_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8156687Z test_comprehensive_masked_normalize_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8156888Z test_comprehensive_masked_normalize_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8157146Z test_comprehensive_masked_normalize_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8157341Z test_comprehensive_masked_normalize_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8157537Z test_comprehensive_masked_normalize_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8157709Z test_comprehensive_masked_prod_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8157971Z test_comprehensive_masked_prod_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8158167Z test_comprehensive_masked_prod_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8158360Z test_comprehensive_masked_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8158550Z test_comprehensive_masked_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8158735Z test_comprehensive_masked_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8158922Z test_comprehensive_masked_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8159104Z test_comprehensive_masked_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8159293Z test_comprehensive_masked_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8159479Z test_comprehensive_masked_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8159662Z test_comprehensive_masked_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8159853Z test_comprehensive_masked_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8160053Z test_comprehensive_masked_scatter_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8160249Z test_comprehensive_masked_scatter_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8160444Z test_comprehensive_masked_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8160638Z test_comprehensive_masked_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8160831Z test_comprehensive_masked_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8161024Z test_comprehensive_masked_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8161215Z test_comprehensive_masked_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8161399Z test_comprehensive_masked_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8161575Z test_comprehensive_masked_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8161767Z test_comprehensive_masked_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8161958Z test_comprehensive_masked_select_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8162176Z test_comprehensive_masked_select_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8162370Z test_comprehensive_masked_select_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8162564Z test_comprehensive_masked_select_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8162755Z test_comprehensive_masked_select_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8162947Z test_comprehensive_masked_select_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8163162Z test_comprehensive_masked_select_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8163352Z test_comprehensive_masked_select_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8163529Z test_comprehensive_masked_select_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8163714Z test_comprehensive_masked_select_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8163901Z test_comprehensive_masked_select_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8164090Z test_comprehensive_masked_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8164284Z test_comprehensive_masked_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8164475Z test_comprehensive_masked_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8164670Z test_comprehensive_masked_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8164859Z test_comprehensive_masked_softmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8165046Z test_comprehensive_masked_softmin_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8165233Z test_comprehensive_masked_softmin_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8165407Z test_comprehensive_masked_std_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8165600Z test_comprehensive_masked_std_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8165788Z test_comprehensive_masked_std_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8165977Z test_comprehensive_masked_std_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8166162Z test_comprehensive_masked_std_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8166347Z test_comprehensive_masked_std_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8166531Z test_comprehensive_masked_std_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8166716Z test_comprehensive_masked_std_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8166902Z test_comprehensive_masked_std_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8167083Z test_comprehensive_masked_std_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8167293Z test_comprehensive_masked_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8167477Z test_comprehensive_masked_sum_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8167667Z test_comprehensive_masked_sum_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8167856Z test_comprehensive_masked_sum_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8168065Z test_comprehensive_masked_sum_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8168252Z test_comprehensive_masked_sum_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8168439Z test_comprehensive_masked_sum_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8168623Z test_comprehensive_masked_sum_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8168804Z test_comprehensive_masked_sum_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8168986Z test_comprehensive_masked_sum_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8169158Z test_comprehensive_masked_sum_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8169342Z test_comprehensive_masked_sum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8169530Z test_comprehensive_masked_var_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8169725Z test_comprehensive_masked_var_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8169912Z test_comprehensive_masked_var_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8170099Z test_comprehensive_masked_var_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8170287Z test_comprehensive_masked_var_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8170468Z test_comprehensive_masked_var_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8170654Z test_comprehensive_masked_var_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8170833Z test_comprehensive_masked_var_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8171006Z test_comprehensive_masked_var_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8171190Z test_comprehensive_masked_var_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8171372Z test_comprehensive_masked_var_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8171555Z test_comprehensive_matmul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8171745Z test_comprehensive_matmul_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8171931Z test_comprehensive_matmul_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8172142Z test_comprehensive_matmul_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8172320Z test_comprehensive_matmul_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8172500Z test_comprehensive_matmul_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8172663Z test_comprehensive_matmul_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8172836Z test_comprehensive_matmul_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8173040Z test_comprehensive_matmul_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8173220Z test_comprehensive_matmul_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8173409Z test_comprehensive_matrix_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8173603Z test_comprehensive_matrix_exp_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8173793Z test_comprehensive_matrix_exp_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8173982Z test_comprehensive_matrix_exp_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8174167Z test_comprehensive_matrix_exp_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8174358Z test_comprehensive_max_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8174529Z test_comprehensive_max_binary_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8174716Z test_comprehensive_max_binary_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8174900Z test_comprehensive_max_binary_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8175082Z test_comprehensive_max_binary_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8175265Z test_comprehensive_max_binary_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8175447Z test_comprehensive_max_binary_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8175632Z test_comprehensive_max_binary_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8175814Z test_comprehensive_max_binary_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8176000Z test_comprehensive_max_binary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8176201Z test_comprehensive_max_reduction_no_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8176385Z test_comprehensive_max_reduction_no_dim_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8176583Z test_comprehensive_max_reduction_no_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8176779Z test_comprehensive_max_reduction_no_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8176970Z test_comprehensive_max_reduction_no_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8177192Z test_comprehensive_max_reduction_no_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8177379Z test_comprehensive_max_reduction_no_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8177572Z test_comprehensive_max_reduction_no_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8177767Z test_comprehensive_max_reduction_no_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8177961Z test_comprehensive_max_reduction_no_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8178186Z test_comprehensive_max_reduction_with_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8178370Z test_comprehensive_max_reduction_with_dim_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8178570Z test_comprehensive_max_reduction_with_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8178769Z test_comprehensive_max_reduction_with_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8178967Z test_comprehensive_max_reduction_with_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8179162Z test_comprehensive_max_reduction_with_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8179352Z test_comprehensive_max_reduction_with_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8179538Z test_comprehensive_max_reduction_with_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8179736Z test_comprehensive_max_reduction_with_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8179930Z test_comprehensive_max_reduction_with_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8180112Z test_comprehensive_maximum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8180293Z test_comprehensive_maximum_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8180466Z test_comprehensive_maximum_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8180648Z test_comprehensive_maximum_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8180836Z test_comprehensive_maximum_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8181020Z test_comprehensive_maximum_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8181200Z test_comprehensive_maximum_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8181376Z test_comprehensive_maximum_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8181553Z test_comprehensive_maximum_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8181738Z test_comprehensive_maximum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8181919Z test_comprehensive_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8182121Z test_comprehensive_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8182307Z test_comprehensive_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8182488Z test_comprehensive_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8182663Z test_comprehensive_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8182843Z test_comprehensive_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8183053Z test_comprehensive_median_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8183238Z test_comprehensive_median_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8183425Z test_comprehensive_median_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8183604Z test_comprehensive_median_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8183777Z test_comprehensive_median_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8183937Z test_comprehensive_median_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8184117Z test_comprehensive_median_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8184297Z test_comprehensive_median_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8184502Z test_comprehensive_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8184704Z test_comprehensive_meshgrid_list_of_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8184912Z test_comprehensive_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8185115Z test_comprehensive_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8185317Z test_comprehensive_meshgrid_list_of_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8185519Z test_comprehensive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8185717Z test_comprehensive_meshgrid_list_of_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8185904Z test_comprehensive_meshgrid_list_of_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8186105Z test_comprehensive_meshgrid_list_of_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8186302Z test_comprehensive_meshgrid_list_of_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8186499Z test_comprehensive_meshgrid_list_of_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8186695Z test_comprehensive_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8186903Z test_comprehensive_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8187133Z test_comprehensive_meshgrid_variadic_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8187340Z test_comprehensive_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8187546Z test_comprehensive_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8187749Z test_comprehensive_meshgrid_variadic_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8187949Z test_comprehensive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8188159Z test_comprehensive_meshgrid_variadic_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8188365Z test_comprehensive_meshgrid_variadic_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8188566Z test_comprehensive_meshgrid_variadic_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8188769Z test_comprehensive_meshgrid_variadic_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8188965Z test_comprehensive_meshgrid_variadic_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8189165Z test_comprehensive_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8189356Z test_comprehensive_min_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8189542Z test_comprehensive_min_binary_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8189729Z test_comprehensive_min_binary_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8189915Z test_comprehensive_min_binary_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8190089Z test_comprehensive_min_binary_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8190271Z test_comprehensive_min_binary_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8190453Z test_comprehensive_min_binary_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8190633Z test_comprehensive_min_binary_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8190816Z test_comprehensive_min_binary_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8191002Z test_comprehensive_min_binary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8191202Z test_comprehensive_min_reduction_no_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8191397Z test_comprehensive_min_reduction_no_dim_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8191593Z test_comprehensive_min_reduction_no_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8191784Z test_comprehensive_min_reduction_no_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8191956Z test_comprehensive_min_reduction_no_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8192194Z test_comprehensive_min_reduction_no_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8192383Z test_comprehensive_min_reduction_no_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8192571Z test_comprehensive_min_reduction_no_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8192763Z test_comprehensive_min_reduction_no_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8192984Z test_comprehensive_min_reduction_no_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8193186Z test_comprehensive_min_reduction_with_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8193384Z test_comprehensive_min_reduction_with_dim_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8193582Z test_comprehensive_min_reduction_with_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8193775Z test_comprehensive_min_reduction_with_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8193960Z test_comprehensive_min_reduction_with_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8194157Z test_comprehensive_min_reduction_with_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8194352Z test_comprehensive_min_reduction_with_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8194545Z test_comprehensive_min_reduction_with_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8194810Z test_comprehensive_min_reduction_with_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8195004Z test_comprehensive_min_reduction_with_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8195193Z test_comprehensive_minimum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8195375Z test_comprehensive_minimum_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8195563Z test_comprehensive_minimum_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8195749Z test_comprehensive_minimum_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8195922Z test_comprehensive_minimum_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8196104Z test_comprehensive_minimum_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8196290Z test_comprehensive_minimum_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8196470Z test_comprehensive_minimum_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8196758Z test_comprehensive_minimum_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8196942Z test_comprehensive_minimum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8197124Z test_comprehensive_mm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8197356Z test_comprehensive_mm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8197538Z test_comprehensive_mm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8197717Z test_comprehensive_mm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8197879Z test_comprehensive_mm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8198058Z test_comprehensive_mm_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8198267Z test_comprehensive_mm_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8198445Z test_comprehensive_mm_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8198626Z test_comprehensive_mm_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8198800Z test_comprehensive_mm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8198986Z test_comprehensive_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8199166Z test_comprehensive_mode_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8199347Z test_comprehensive_mode_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8199512Z test_comprehensive_mode_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8199684Z test_comprehensive_mode_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8199865Z test_comprehensive_mode_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8200039Z test_comprehensive_mode_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8200208Z test_comprehensive_mode_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8200386Z test_comprehensive_mode_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8200563Z test_comprehensive_mode_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8200753Z test_comprehensive_movedim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8200937Z test_comprehensive_movedim_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8201129Z test_comprehensive_movedim_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8201308Z test_comprehensive_movedim_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8201495Z test_comprehensive_movedim_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8201681Z test_comprehensive_movedim_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8201865Z test_comprehensive_movedim_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8202046Z test_comprehensive_movedim_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8202229Z test_comprehensive_movedim_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8202440Z test_comprehensive_movedim_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8202621Z test_comprehensive_movedim_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8202800Z test_comprehensive_movedim_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8202979Z test_comprehensive_movedim_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8203150Z test_comprehensive_msort_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8203356Z test_comprehensive_msort_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8203539Z test_comprehensive_msort_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8203722Z test_comprehensive_msort_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8203902Z test_comprehensive_msort_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8204085Z test_comprehensive_msort_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8204263Z test_comprehensive_msort_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8204436Z test_comprehensive_msort_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8204614Z test_comprehensive_msort_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8204774Z test_comprehensive_msort_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8204956Z test_comprehensive_mul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8205135Z test_comprehensive_mul_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8205319Z test_comprehensive_mul_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8205502Z test_comprehensive_mul_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8205681Z test_comprehensive_mul_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8205857Z test_comprehensive_mul_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8206028Z test_comprehensive_mul_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8206200Z test_comprehensive_mul_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8206377Z test_comprehensive_mul_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8206538Z test_comprehensive_mul_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8206708Z test_comprehensive_mul_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8206881Z test_comprehensive_mul_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8207061Z test_comprehensive_mul_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8207252Z test_comprehensive_multinomial_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8207472Z test_comprehensive_multinomial_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8207663Z test_comprehensive_multinomial_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8207845Z test_comprehensive_mv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8208026Z test_comprehensive_mv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8208194Z test_comprehensive_mv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8208400Z test_comprehensive_mv_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8208578Z test_comprehensive_mv_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8208754Z test_comprehensive_mv_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8208930Z test_comprehensive_mv_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8209106Z test_comprehensive_mv_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8209282Z test_comprehensive_mv_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8209455Z test_comprehensive_mv_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8209659Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8209860Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8210046Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8210243Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8210436Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8210621Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8210819Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8211013Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8211213Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8211410Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8211600Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8211796Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8211977Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8212167Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8212391Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8212582Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8212778Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8212980Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8213173Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8213404Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8213594Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8213783Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8213967Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8214158Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8214345Z test_comprehensive_nan_to_num_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8214531Z test_comprehensive_nan_to_num_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8214716Z test_comprehensive_nan_to_num_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8214904Z test_comprehensive_nan_to_num_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8215086Z test_comprehensive_nan_to_num_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8215267Z test_comprehensive_nan_to_num_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8215446Z test_comprehensive_nan_to_num_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8215627Z test_comprehensive_nan_to_num_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8215799Z test_comprehensive_nan_to_num_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8215983Z test_comprehensive_nan_to_num_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8216168Z test_comprehensive_nanmean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8216352Z test_comprehensive_nanmean_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8216537Z test_comprehensive_nanmean_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8216716Z test_comprehensive_nanmean_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8216905Z test_comprehensive_nanmedian_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8217097Z test_comprehensive_nanmedian_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8217283Z test_comprehensive_nanmedian_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8217498Z test_comprehensive_nanmedian_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8217665Z test_comprehensive_nanmedian_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8217849Z test_comprehensive_nanmedian_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8218033Z test_comprehensive_nanmedian_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8218218Z test_comprehensive_nanmedian_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8218435Z test_comprehensive_nanquantile_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8218629Z test_comprehensive_nanquantile_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8218810Z test_comprehensive_nansum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8218991Z test_comprehensive_nansum_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8219175Z test_comprehensive_nansum_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8219358Z test_comprehensive_nansum_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8219531Z test_comprehensive_nansum_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8219711Z test_comprehensive_nansum_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8219893Z test_comprehensive_nansum_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8220069Z test_comprehensive_nansum_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8220249Z test_comprehensive_nansum_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8220424Z test_comprehensive_nansum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8220614Z test_comprehensive_narrow_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8220800Z test_comprehensive_narrow_copy_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8220994Z test_comprehensive_narrow_copy_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8221175Z test_comprehensive_narrow_copy_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8221367Z test_comprehensive_narrow_copy_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8221557Z test_comprehensive_narrow_copy_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8221746Z test_comprehensive_narrow_copy_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8221931Z test_comprehensive_narrow_copy_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8222117Z test_comprehensive_narrow_copy_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8222300Z test_comprehensive_narrow_copy_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8222514Z test_comprehensive_narrow_copy_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8222695Z test_comprehensive_narrow_copy_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8222876Z test_comprehensive_narrow_copy_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8223046Z test_comprehensive_narrow_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8223227Z test_comprehensive_narrow_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8223439Z test_comprehensive_narrow_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8223623Z test_comprehensive_narrow_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8223813Z test_comprehensive_narrow_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8223997Z test_comprehensive_narrow_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8224178Z test_comprehensive_narrow_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8224358Z test_comprehensive_narrow_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8224537Z test_comprehensive_narrow_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8224714Z test_comprehensive_narrow_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8224876Z test_comprehensive_narrow_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8225054Z test_comprehensive_narrow_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8225231Z test_comprehensive_narrow_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8225429Z test_comprehensive_native_batch_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8225623Z test_comprehensive_native_batch_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8225819Z test_comprehensive_native_batch_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8226014Z test_comprehensive_native_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8226206Z test_comprehensive_native_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8226391Z test_comprehensive_native_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8226574Z test_comprehensive_ne_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8226740Z test_comprehensive_ne_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8226924Z test_comprehensive_ne_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8227110Z test_comprehensive_ne_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8227291Z test_comprehensive_ne_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8227506Z test_comprehensive_ne_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8227677Z test_comprehensive_ne_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8227853Z test_comprehensive_ne_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8228029Z test_comprehensive_ne_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8228205Z test_comprehensive_ne_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8228395Z test_comprehensive_ne_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8228574Z test_comprehensive_ne_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8228759Z test_comprehensive_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8228945Z test_comprehensive_neg_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8229129Z test_comprehensive_neg_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8229312Z test_comprehensive_neg_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8229493Z test_comprehensive_neg_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8229678Z test_comprehensive_neg_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8229854Z test_comprehensive_neg_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8230033Z test_comprehensive_neg_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8230199Z test_comprehensive_neg_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8230374Z test_comprehensive_neg_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8230551Z test_comprehensive_neg_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8230730Z test_comprehensive_neg_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8230921Z test_comprehensive_new_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8231105Z test_comprehensive_new_empty_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8231298Z test_comprehensive_new_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8231486Z test_comprehensive_new_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8231676Z test_comprehensive_new_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8231852Z test_comprehensive_new_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8232038Z test_comprehensive_new_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8232222Z test_comprehensive_new_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8232405Z test_comprehensive_new_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8232618Z test_comprehensive_new_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8232801Z test_comprehensive_new_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8232984Z test_comprehensive_new_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8233167Z test_comprehensive_new_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8233376Z test_comprehensive_new_empty_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8233607Z test_comprehensive_new_empty_strided_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8233810Z test_comprehensive_new_empty_strided_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8234020Z test_comprehensive_new_empty_strided_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8234228Z test_comprehensive_new_empty_strided_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8234435Z test_comprehensive_new_empty_strided_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8234703Z test_comprehensive_new_empty_strided_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8234933Z test_comprehensive_new_empty_strided_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8235140Z test_comprehensive_new_empty_strided_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8235342Z test_comprehensive_new_empty_strided_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8235541Z test_comprehensive_new_empty_strided_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8235747Z test_comprehensive_new_empty_strided_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8235948Z test_comprehensive_new_empty_strided_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8236122Z test_comprehensive_new_full_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8236305Z test_comprehensive_new_full_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8236495Z test_comprehensive_new_full_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8236787Z test_comprehensive_new_full_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8236976Z test_comprehensive_new_full_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8237160Z test_comprehensive_new_full_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8237342Z test_comprehensive_new_full_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8237526Z test_comprehensive_new_full_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8237790Z test_comprehensive_new_full_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8237973Z test_comprehensive_new_full_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8238137Z test_comprehensive_new_full_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8238321Z test_comprehensive_new_full_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8238502Z test_comprehensive_new_full_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8238723Z test_comprehensive_new_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8238909Z test_comprehensive_new_ones_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8239102Z test_comprehensive_new_ones_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8239291Z test_comprehensive_new_ones_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8239480Z test_comprehensive_new_ones_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8239666Z test_comprehensive_new_ones_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8239853Z test_comprehensive_new_ones_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8240025Z test_comprehensive_new_ones_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8240207Z test_comprehensive_new_ones_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8240386Z test_comprehensive_new_ones_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8240567Z test_comprehensive_new_ones_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8240748Z test_comprehensive_new_ones_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8240929Z test_comprehensive_new_ones_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8241115Z test_comprehensive_new_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8241299Z test_comprehensive_new_zeros_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8241490Z test_comprehensive_new_zeros_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8241667Z test_comprehensive_new_zeros_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8241858Z test_comprehensive_new_zeros_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8242043Z test_comprehensive_new_zeros_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8242230Z test_comprehensive_new_zeros_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8242413Z test_comprehensive_new_zeros_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8242598Z test_comprehensive_new_zeros_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8242810Z test_comprehensive_new_zeros_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8242994Z test_comprehensive_new_zeros_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8243177Z test_comprehensive_new_zeros_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8243359Z test_comprehensive_new_zeros_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8243534Z test_comprehensive_nextafter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8243746Z test_comprehensive_nextafter_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8243934Z test_comprehensive_nextafter_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8244138Z test_comprehensive_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped (0.000s) 2022-12-01T10:46:29.8244335Z test_comprehensive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped (0.000s) 2022-12-01T10:46:29.8244531Z test_comprehensive_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped (0.000s) 2022-12-01T10:46:29.8244747Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8244962Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8245170Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8245384Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8245576Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8245786Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8245993Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8246195Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8246394Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8246608Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8246818Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8247022Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8247227Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8247440Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8247644Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8247880Z test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8248067Z test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8248271Z test_comprehensive_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8248473Z test_comprehensive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8248697Z test_comprehensive_nn_functional_avg_pool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8248899Z test_comprehensive_nn_functional_avg_pool1d_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8249100Z test_comprehensive_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8249298Z test_comprehensive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8249497Z test_comprehensive_nn_functional_avg_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8249694Z test_comprehensive_nn_functional_avg_pool2d_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8249895Z test_comprehensive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8250084Z test_comprehensive_nn_functional_avg_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8250284Z test_comprehensive_nn_functional_avg_pool3d_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8250484Z test_comprehensive_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8250682Z test_comprehensive_nn_functional_batch_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8250880Z test_comprehensive_nn_functional_batch_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8251084Z test_comprehensive_nn_functional_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8251285Z test_comprehensive_nn_functional_bilinear_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8251482Z test_comprehensive_nn_functional_bilinear_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8251680Z test_comprehensive_nn_functional_bilinear_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8251872Z test_comprehensive_nn_functional_bilinear_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8252060Z test_comprehensive_nn_functional_bilinear_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8252244Z test_comprehensive_nn_functional_bilinear_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8252440Z test_comprehensive_nn_functional_bilinear_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8252648Z test_comprehensive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8252881Z test_comprehensive_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8253106Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8253329Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8253573Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8253773Z test_comprehensive_nn_functional_celu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8253971Z test_comprehensive_nn_functional_celu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8254162Z test_comprehensive_nn_functional_celu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8254349Z test_comprehensive_nn_functional_conv1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8254552Z test_comprehensive_nn_functional_conv1d_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8254750Z test_comprehensive_nn_functional_conv1d_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8254948Z test_comprehensive_nn_functional_conv1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8255140Z test_comprehensive_nn_functional_conv1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8255333Z test_comprehensive_nn_functional_conv1d_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8255530Z test_comprehensive_nn_functional_conv2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8255730Z test_comprehensive_nn_functional_conv2d_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8255930Z test_comprehensive_nn_functional_conv2d_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8256127Z test_comprehensive_nn_functional_conv2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8256316Z test_comprehensive_nn_functional_conv2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8256498Z test_comprehensive_nn_functional_conv2d_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8256710Z test_comprehensive_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8256923Z test_comprehensive_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8257130Z test_comprehensive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8257341Z test_comprehensive_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8257546Z test_comprehensive_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8257779Z test_comprehensive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8257986Z test_comprehensive_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8258192Z test_comprehensive_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8258395Z test_comprehensive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8258625Z test_comprehensive_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8258818Z test_comprehensive_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8259033Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8259241Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8259455Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8259670Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8259881Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8260092Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8260296Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8260503Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8260717Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8260924Z test_comprehensive_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8261125Z test_comprehensive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8261336Z test_comprehensive_nn_functional_cosine_similarity_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8261540Z test_comprehensive_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8261744Z test_comprehensive_nn_functional_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8261945Z test_comprehensive_nn_functional_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8262144Z test_comprehensive_nn_functional_ctc_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8262344Z test_comprehensive_nn_functional_ctc_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8262581Z test_comprehensive_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8262784Z test_comprehensive_nn_functional_dropout2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8262985Z test_comprehensive_nn_functional_dropout2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8263174Z test_comprehensive_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8263372Z test_comprehensive_nn_functional_dropout3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8263600Z test_comprehensive_nn_functional_dropout3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8263801Z test_comprehensive_nn_functional_dropout_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8264002Z test_comprehensive_nn_functional_dropout_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8264199Z test_comprehensive_nn_functional_dropout_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8264395Z test_comprehensive_nn_functional_elu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8264588Z test_comprehensive_nn_functional_elu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8264779Z test_comprehensive_nn_functional_elu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8264989Z test_comprehensive_nn_functional_embedding_bag_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8265197Z test_comprehensive_nn_functional_embedding_bag_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8265387Z test_comprehensive_nn_functional_embedding_bag_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8265588Z test_comprehensive_nn_functional_embedding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8265788Z test_comprehensive_nn_functional_embedding_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8265991Z test_comprehensive_nn_functional_embedding_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8266191Z test_comprehensive_nn_functional_embedding_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8266418Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8266644Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8266870Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8267097Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8267324Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8267586Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8267800Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8268025Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8268246Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8268496Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8268719Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8268946Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8269167Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8269390Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8269612Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8269824Z test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8270040Z test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8270249Z test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8270440Z test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8270648Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8270858Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8271064Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8271265Z test_comprehensive_nn_functional_gelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8271460Z test_comprehensive_nn_functional_gelu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8271654Z test_comprehensive_nn_functional_gelu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8271845Z test_comprehensive_nn_functional_glu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8272042Z test_comprehensive_nn_functional_glu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8272231Z test_comprehensive_nn_functional_glu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8272455Z test_comprehensive_nn_functional_grid_sample_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8272662Z test_comprehensive_nn_functional_grid_sample_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8272865Z test_comprehensive_nn_functional_group_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8273067Z test_comprehensive_nn_functional_group_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8273262Z test_comprehensive_nn_functional_group_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8273489Z test_comprehensive_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8273696Z test_comprehensive_nn_functional_hardshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8273892Z test_comprehensive_nn_functional_hardshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8274100Z test_comprehensive_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8274302Z test_comprehensive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8274502Z test_comprehensive_nn_functional_hardsigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8274768Z test_comprehensive_nn_functional_hardswish_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8274976Z test_comprehensive_nn_functional_hardswish_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8275179Z test_comprehensive_nn_functional_hardswish_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8275380Z test_comprehensive_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8275582Z test_comprehensive_nn_functional_hardtanh_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8275777Z test_comprehensive_nn_functional_hardtanh_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8275980Z test_comprehensive_nn_functional_hardtanh_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8276174Z test_comprehensive_nn_functional_hardtanh_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8276366Z test_comprehensive_nn_functional_hardtanh_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8276664Z test_comprehensive_nn_functional_hardtanh_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8276866Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8277077Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8277284Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8277489Z test_comprehensive_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8277739Z test_comprehensive_nn_functional_huber_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8277979Z test_comprehensive_nn_functional_huber_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8278208Z test_comprehensive_nn_functional_huber_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8278446Z test_comprehensive_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8278725Z test_comprehensive_nn_functional_instance_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8278963Z test_comprehensive_nn_functional_instance_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8279190Z test_comprehensive_nn_functional_interpolate_area_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8279387Z test_comprehensive_nn_functional_interpolate_area_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8279721Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8279991Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8280229Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8305995Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8306322Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8306533Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8306747Z test_comprehensive_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8306947Z test_comprehensive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8307168Z test_comprehensive_nn_functional_interpolate_linear_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8307384Z test_comprehensive_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8307599Z test_comprehensive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8307804Z test_comprehensive_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8308014Z test_comprehensive_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8308233Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8308441Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8308744Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8308937Z test_comprehensive_nn_functional_kl_div_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8309130Z test_comprehensive_nn_functional_kl_div_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8309310Z test_comprehensive_nn_functional_kl_div_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8309509Z test_comprehensive_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8309742Z test_comprehensive_nn_functional_l1_loss_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8309942Z test_comprehensive_nn_functional_l1_loss_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8310129Z test_comprehensive_nn_functional_l1_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8310323Z test_comprehensive_nn_functional_l1_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8310520Z test_comprehensive_nn_functional_l1_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8310721Z test_comprehensive_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8310921Z test_comprehensive_nn_functional_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8311113Z test_comprehensive_nn_functional_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8311303Z test_comprehensive_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8311496Z test_comprehensive_nn_functional_leaky_relu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8311684Z test_comprehensive_nn_functional_leaky_relu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8311879Z test_comprehensive_nn_functional_linear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8312080Z test_comprehensive_nn_functional_linear_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8312280Z test_comprehensive_nn_functional_linear_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8312483Z test_comprehensive_nn_functional_linear_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8312675Z test_comprehensive_nn_functional_linear_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8312864Z test_comprehensive_nn_functional_linear_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8313050Z test_comprehensive_nn_functional_linear_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8313234Z test_comprehensive_nn_functional_linear_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8313415Z test_comprehensive_nn_functional_linear_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8313629Z test_comprehensive_nn_functional_linear_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8313841Z test_comprehensive_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8314050Z test_comprehensive_nn_functional_local_response_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8314255Z test_comprehensive_nn_functional_local_response_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8314505Z test_comprehensive_nn_functional_local_response_norm_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8314795Z test_comprehensive_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8315003Z test_comprehensive_nn_functional_logsigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8315209Z test_comprehensive_nn_functional_logsigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8315418Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8315613Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8315818Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8316026Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8316239Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8316449Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8316757Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8316965Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8317168Z test_comprehensive_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8317369Z test_comprehensive_nn_functional_max_pool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8317571Z test_comprehensive_nn_functional_max_pool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8317769Z test_comprehensive_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8317953Z test_comprehensive_nn_functional_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8318150Z test_comprehensive_nn_functional_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8318352Z test_comprehensive_nn_functional_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8318550Z test_comprehensive_nn_functional_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8318817Z test_comprehensive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8319019Z test_comprehensive_nn_functional_max_unpool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8319231Z test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8319438Z test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8319679Z test_comprehensive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8319884Z test_comprehensive_nn_functional_max_unpool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8320100Z test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8320295Z test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8320494Z test_comprehensive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8320697Z test_comprehensive_nn_functional_max_unpool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8320906Z test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8321115Z test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8321311Z test_comprehensive_nn_functional_mish_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8321496Z test_comprehensive_nn_functional_mish_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8321685Z test_comprehensive_nn_functional_mse_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8321876Z test_comprehensive_nn_functional_mse_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8322066Z test_comprehensive_nn_functional_mse_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8322258Z test_comprehensive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8322459Z test_comprehensive_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8322669Z test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8322873Z test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8323086Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8323302Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8323515Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8323742Z test_comprehensive_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8323932Z test_comprehensive_nn_functional_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8324124Z test_comprehensive_nn_functional_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8324321Z test_comprehensive_nn_functional_normalize_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8324539Z test_comprehensive_nn_functional_normalize_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8324739Z test_comprehensive_nn_functional_normalize_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8324938Z test_comprehensive_nn_functional_normalize_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8325135Z test_comprehensive_nn_functional_normalize_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8325326Z test_comprehensive_nn_functional_one_hot_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8325541Z test_comprehensive_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8325748Z test_comprehensive_nn_functional_pad_circular_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8325959Z test_comprehensive_nn_functional_pad_circular_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8326174Z test_comprehensive_nn_functional_pad_circular_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8326381Z test_comprehensive_nn_functional_pad_circular_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8326581Z test_comprehensive_nn_functional_pad_circular_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8326772Z test_comprehensive_nn_functional_pad_circular_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8326976Z test_comprehensive_nn_functional_pad_circular_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8327173Z test_comprehensive_nn_functional_pad_circular_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8327369Z test_comprehensive_nn_functional_pad_circular_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8327573Z test_comprehensive_nn_functional_pad_circular_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8327769Z test_comprehensive_nn_functional_pad_circular_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8327970Z test_comprehensive_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8328169Z test_comprehensive_nn_functional_pad_constant_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8328371Z test_comprehensive_nn_functional_pad_constant_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8328603Z test_comprehensive_nn_functional_pad_constant_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8328801Z test_comprehensive_nn_functional_pad_constant_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8328994Z test_comprehensive_nn_functional_pad_constant_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8329186Z test_comprehensive_nn_functional_pad_constant_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8329407Z test_comprehensive_nn_functional_pad_constant_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8329599Z test_comprehensive_nn_functional_pad_constant_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8329794Z test_comprehensive_nn_functional_pad_constant_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8329986Z test_comprehensive_nn_functional_pad_constant_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8330176Z test_comprehensive_nn_functional_pad_constant_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8330376Z test_comprehensive_nn_functional_pad_reflect_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8330576Z test_comprehensive_nn_functional_pad_reflect_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8330770Z test_comprehensive_nn_functional_pad_reflect_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8330959Z test_comprehensive_nn_functional_pad_reflect_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8331157Z test_comprehensive_nn_functional_pad_replicate_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8331358Z test_comprehensive_nn_functional_pad_replicate_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8331555Z test_comprehensive_nn_functional_pad_replicate_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8331754Z test_comprehensive_nn_functional_pad_replicate_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8331954Z test_comprehensive_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8332164Z test_comprehensive_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8332367Z test_comprehensive_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8332569Z test_comprehensive_nn_functional_pairwise_distance_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8332771Z test_comprehensive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8332975Z test_comprehensive_nn_functional_pairwise_distance_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8333174Z test_comprehensive_nn_functional_pairwise_distance_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8333396Z test_comprehensive_nn_functional_pairwise_distance_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8333597Z test_comprehensive_nn_functional_pairwise_distance_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8333795Z test_comprehensive_nn_functional_pairwise_distance_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8333991Z test_comprehensive_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8334203Z test_comprehensive_nn_functional_pdist_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8334391Z test_comprehensive_nn_functional_pdist_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8334591Z test_comprehensive_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8334786Z test_comprehensive_nn_functional_pixel_shuffle_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8334985Z test_comprehensive_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8335182Z test_comprehensive_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8335378Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8335575Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8335771Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8335963Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8336156Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8336344Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8336539Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8336732Z test_comprehensive_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8336935Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8337133Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8337335Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8337530Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8337731Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8337929Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8338158Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8338352Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8338546Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8338735Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8338954Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8339147Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8339348Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8339546Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8339740Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8339934Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8340129Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8340318Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8340516Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8340705Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8340893Z test_comprehensive_nn_functional_prelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8341085Z test_comprehensive_nn_functional_prelu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8341272Z test_comprehensive_nn_functional_prelu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8341461Z test_comprehensive_nn_functional_relu6_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8341641Z test_comprehensive_nn_functional_relu6_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8341821Z test_comprehensive_nn_functional_relu6_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8342007Z test_comprehensive_nn_functional_relu6_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8342187Z test_comprehensive_nn_functional_relu6_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8342367Z test_comprehensive_nn_functional_relu6_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8342549Z test_comprehensive_nn_functional_relu6_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8342762Z test_comprehensive_nn_functional_relu6_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8342948Z test_comprehensive_nn_functional_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8343133Z test_comprehensive_nn_functional_relu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8343312Z test_comprehensive_nn_functional_relu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8343494Z test_comprehensive_nn_functional_relu_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8343699Z test_comprehensive_nn_functional_relu_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8343887Z test_comprehensive_nn_functional_relu_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8344073Z test_comprehensive_nn_functional_relu_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8344254Z test_comprehensive_nn_functional_relu_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8344443Z test_comprehensive_nn_functional_rrelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8344630Z test_comprehensive_nn_functional_rrelu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8344816Z test_comprehensive_nn_functional_rrelu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8344999Z test_comprehensive_nn_functional_selu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8345188Z test_comprehensive_nn_functional_selu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8345367Z test_comprehensive_nn_functional_selu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8345563Z test_comprehensive_nn_functional_silu_complex_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8345762Z test_comprehensive_nn_functional_silu_complex_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8345952Z test_comprehensive_nn_functional_silu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8346135Z test_comprehensive_nn_functional_silu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8346316Z test_comprehensive_nn_functional_silu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8346513Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8346705Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8346900Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8347090Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8347288Z test_comprehensive_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8347508Z test_comprehensive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8347707Z test_comprehensive_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8347900Z test_comprehensive_nn_functional_softmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8348089Z test_comprehensive_nn_functional_softmin_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8348313Z test_comprehensive_nn_functional_softmin_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8348517Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8348724Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8348927Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8349127Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8349327Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8349530Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8349722Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8349920Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8350118Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8350314Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8350509Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8350706Z test_comprehensive_nn_functional_softplus_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8350902Z test_comprehensive_nn_functional_softplus_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8351100Z test_comprehensive_nn_functional_softplus_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8351303Z test_comprehensive_nn_functional_softshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8351503Z test_comprehensive_nn_functional_softshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8351699Z test_comprehensive_nn_functional_softshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8351887Z test_comprehensive_nn_functional_softsign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8352090Z test_comprehensive_nn_functional_softsign_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8352319Z test_comprehensive_nn_functional_softsign_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8352517Z test_comprehensive_nn_functional_softsign_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8352715Z test_comprehensive_nn_functional_softsign_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8352909Z test_comprehensive_nn_functional_softsign_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8353103Z test_comprehensive_nn_functional_softsign_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8353319Z test_comprehensive_nn_functional_softsign_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8353508Z test_comprehensive_nn_functional_softsign_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8353704Z test_comprehensive_nn_functional_softsign_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8353880Z test_comprehensive_nn_functional_softsign_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8354081Z test_comprehensive_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8354286Z test_comprehensive_nn_functional_tanhshrink_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8354489Z test_comprehensive_nn_functional_tanhshrink_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8354770Z test_comprehensive_nn_functional_tanhshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8354981Z test_comprehensive_nn_functional_tanhshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8355177Z test_comprehensive_nn_functional_tanhshrink_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8355375Z test_comprehensive_nn_functional_tanhshrink_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8355571Z test_comprehensive_nn_functional_tanhshrink_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8355771Z test_comprehensive_nn_functional_tanhshrink_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8355968Z test_comprehensive_nn_functional_tanhshrink_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8356157Z test_comprehensive_nn_functional_threshold_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8356363Z test_comprehensive_nn_functional_threshold_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8356653Z test_comprehensive_nn_functional_threshold_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8356855Z test_comprehensive_nn_functional_threshold_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8357053Z test_comprehensive_nn_functional_threshold_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8357250Z test_comprehensive_nn_functional_threshold_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8357497Z test_comprehensive_nn_functional_threshold_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8357697Z test_comprehensive_nn_functional_threshold_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8357909Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8358124Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8358372Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8358570Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8358777Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8358983Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8359192Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8359399Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8359612Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8359816Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8360045Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8360273Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8360500Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8360725Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8360937Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8361160Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8361381Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8361596Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8361814Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8362030Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8362226Z test_comprehensive_nn_functional_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8362455Z test_comprehensive_nn_functional_unfold_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8362658Z test_comprehensive_nn_functional_unfold_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8362855Z test_comprehensive_nn_functional_unfold_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8363046Z test_comprehensive_nn_functional_unfold_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8363247Z test_comprehensive_nn_functional_unfold_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8363461Z test_comprehensive_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8363676Z test_comprehensive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8363885Z test_comprehensive_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8364093Z test_comprehensive_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8364303Z test_comprehensive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8364514Z test_comprehensive_nn_functional_upsample_nearest_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8364720Z test_comprehensive_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8364907Z test_comprehensive_nonzero_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8365086Z test_comprehensive_nonzero_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8365268Z test_comprehensive_nonzero_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8365443Z test_comprehensive_nonzero_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8365620Z test_comprehensive_nonzero_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8365803Z test_comprehensive_nonzero_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8365988Z test_comprehensive_nonzero_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8366170Z test_comprehensive_nonzero_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8366344Z test_comprehensive_nonzero_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8366518Z test_comprehensive_nonzero_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8366692Z test_comprehensive_nonzero_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8366865Z test_comprehensive_nonzero_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8367032Z test_comprehensive_nonzero_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8367237Z test_comprehensive_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8367413Z test_comprehensive_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8367589Z test_comprehensive_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8367761Z test_comprehensive_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8367927Z test_comprehensive_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8368124Z test_comprehensive_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8368301Z test_comprehensive_norm_fro_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8368485Z test_comprehensive_norm_fro_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8368664Z test_comprehensive_norm_fro_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8368835Z test_comprehensive_norm_fro_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8369009Z test_comprehensive_norm_fro_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8369183Z test_comprehensive_norm_inf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8369363Z test_comprehensive_norm_inf_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8369540Z test_comprehensive_norm_inf_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8369714Z test_comprehensive_norm_inf_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8369888Z test_comprehensive_norm_inf_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8370068Z test_comprehensive_norm_inf_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8370255Z test_comprehensive_norm_nuc_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8370441Z test_comprehensive_norm_nuc_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8370615Z test_comprehensive_norm_nuc_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8370789Z test_comprehensive_norm_nuc_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8370969Z test_comprehensive_normal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8371145Z test_comprehensive_normal_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8371321Z test_comprehensive_normal_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8371494Z test_comprehensive_normal_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8371684Z test_comprehensive_normal_number_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8371873Z test_comprehensive_normal_number_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8372074Z test_comprehensive_normal_number_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8372255Z test_comprehensive_normal_number_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8372429Z test_comprehensive_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8372599Z test_comprehensive_ones_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8372775Z test_comprehensive_ones_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8373010Z test_comprehensive_ones_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8373186Z test_comprehensive_ones_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8373362Z test_comprehensive_ones_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8373530Z test_comprehensive_ones_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8373695Z test_comprehensive_ones_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8373862Z test_comprehensive_ones_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8374028Z test_comprehensive_ones_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8374193Z test_comprehensive_ones_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8374362Z test_comprehensive_ones_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8374527Z test_comprehensive_ones_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8374706Z test_comprehensive_ones_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8374881Z test_comprehensive_ones_like_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8375066Z test_comprehensive_ones_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8375249Z test_comprehensive_ones_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8375432Z test_comprehensive_ones_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8375605Z test_comprehensive_ones_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8375786Z test_comprehensive_ones_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8375958Z test_comprehensive_ones_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8376134Z test_comprehensive_ones_like_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8376310Z test_comprehensive_ones_like_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8376485Z test_comprehensive_ones_like_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8376663Z test_comprehensive_ones_like_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8376836Z test_comprehensive_ones_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8377045Z test_comprehensive_ormqr_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8377216Z test_comprehensive_ormqr_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8377391Z test_comprehensive_ormqr_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8377566Z test_comprehensive_ormqr_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8377742Z test_comprehensive_outer_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8377939Z test_comprehensive_outer_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8378118Z test_comprehensive_outer_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8378298Z test_comprehensive_outer_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8378472Z test_comprehensive_outer_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8378647Z test_comprehensive_outer_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8378819Z test_comprehensive_outer_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8378986Z test_comprehensive_outer_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8379159Z test_comprehensive_outer_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8379324Z test_comprehensive_outer_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8379498Z test_comprehensive_outer_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8379663Z test_comprehensive_outer_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8379847Z test_comprehensive_pca_lowrank_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8380029Z test_comprehensive_pca_lowrank_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8380212Z test_comprehensive_permute_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8380391Z test_comprehensive_permute_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8380575Z test_comprehensive_permute_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8380749Z test_comprehensive_permute_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8380928Z test_comprehensive_permute_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8381103Z test_comprehensive_permute_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8381280Z test_comprehensive_permute_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8381458Z test_comprehensive_permute_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8381631Z test_comprehensive_permute_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8381833Z test_comprehensive_permute_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8382007Z test_comprehensive_permute_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8382180Z test_comprehensive_permute_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8382348Z test_comprehensive_permute_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8382531Z test_comprehensive_pinverse_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8382748Z test_comprehensive_pinverse_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8382926Z test_comprehensive_pinverse_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8383108Z test_comprehensive_pinverse_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8383284Z test_comprehensive_polar_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8383457Z test_comprehensive_polar_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8383654Z test_comprehensive_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8383846Z test_comprehensive_polygamma_polygamma_n_0_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8384042Z test_comprehensive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8384233Z test_comprehensive_polygamma_polygamma_n_0_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8384427Z test_comprehensive_polygamma_polygamma_n_0_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8384619Z test_comprehensive_polygamma_polygamma_n_0_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8384807Z test_comprehensive_polygamma_polygamma_n_0_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8385000Z test_comprehensive_polygamma_polygamma_n_0_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8385192Z test_comprehensive_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8385386Z test_comprehensive_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8385579Z test_comprehensive_polygamma_polygamma_n_1_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8385773Z test_comprehensive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8385968Z test_comprehensive_polygamma_polygamma_n_1_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8386156Z test_comprehensive_polygamma_polygamma_n_1_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8386337Z test_comprehensive_polygamma_polygamma_n_1_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8386527Z test_comprehensive_polygamma_polygamma_n_1_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8386747Z test_comprehensive_polygamma_polygamma_n_1_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8386936Z test_comprehensive_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8387128Z test_comprehensive_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8387318Z test_comprehensive_polygamma_polygamma_n_2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8387533Z test_comprehensive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8387730Z test_comprehensive_polygamma_polygamma_n_2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8387919Z test_comprehensive_polygamma_polygamma_n_2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8388107Z test_comprehensive_polygamma_polygamma_n_2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8388290Z test_comprehensive_polygamma_polygamma_n_2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8388478Z test_comprehensive_polygamma_polygamma_n_2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8388664Z test_comprehensive_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8388859Z test_comprehensive_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8389050Z test_comprehensive_polygamma_polygamma_n_3_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8389241Z test_comprehensive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8389431Z test_comprehensive_polygamma_polygamma_n_3_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8389617Z test_comprehensive_polygamma_polygamma_n_3_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8389804Z test_comprehensive_polygamma_polygamma_n_3_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8389995Z test_comprehensive_polygamma_polygamma_n_3_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8390183Z test_comprehensive_polygamma_polygamma_n_3_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8390370Z test_comprehensive_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8390563Z test_comprehensive_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8390752Z test_comprehensive_polygamma_polygamma_n_4_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8390944Z test_comprehensive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8391135Z test_comprehensive_polygamma_polygamma_n_4_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8391322Z test_comprehensive_polygamma_polygamma_n_4_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8391536Z test_comprehensive_polygamma_polygamma_n_4_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8391724Z test_comprehensive_polygamma_polygamma_n_4_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8391911Z test_comprehensive_polygamma_polygamma_n_4_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8392102Z test_comprehensive_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8392302Z test_comprehensive_positive_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8392484Z test_comprehensive_positive_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8392668Z test_comprehensive_positive_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8392846Z test_comprehensive_positive_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8393024Z test_comprehensive_positive_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8393201Z test_comprehensive_positive_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8393382Z test_comprehensive_positive_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8393570Z test_comprehensive_positive_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8393754Z test_comprehensive_positive_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8393940Z test_comprehensive_positive_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8394111Z test_comprehensive_positive_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8394291Z test_comprehensive_positive_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8394474Z test_comprehensive_pow_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8394729Z test_comprehensive_pow_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8394917Z test_comprehensive_pow_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8395099Z test_comprehensive_pow_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8395279Z test_comprehensive_pow_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8395453Z test_comprehensive_pow_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8395631Z test_comprehensive_pow_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8395792Z test_comprehensive_pow_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8395963Z test_comprehensive_pow_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8396141Z test_comprehensive_pow_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8396318Z test_comprehensive_pow_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8396529Z test_comprehensive_prod_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8396816Z test_comprehensive_prod_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8397015Z test_comprehensive_prod_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8397269Z test_comprehensive_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8397447Z test_comprehensive_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8397683Z test_comprehensive_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8397848Z test_comprehensive_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8398020Z test_comprehensive_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8398201Z test_comprehensive_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8398373Z test_comprehensive_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8398553Z test_comprehensive_put_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8398730Z test_comprehensive_put_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8398917Z test_comprehensive_put_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8399105Z test_comprehensive_put_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8399287Z test_comprehensive_put_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8399449Z test_comprehensive_put_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8399624Z test_comprehensive_put_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8399800Z test_comprehensive_put_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8399973Z test_comprehensive_put_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8400143Z test_comprehensive_put_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8400317Z test_comprehensive_put_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8400497Z test_comprehensive_put_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8400679Z test_comprehensive_qr_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8400861Z test_comprehensive_qr_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8401037Z test_comprehensive_qr_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8401197Z test_comprehensive_qr_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8401388Z test_comprehensive_quantile_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8401576Z test_comprehensive_quantile_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8401797Z test_comprehensive_rad2deg_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8401979Z test_comprehensive_rad2deg_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8402164Z test_comprehensive_rad2deg_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8402349Z test_comprehensive_rad2deg_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8402535Z test_comprehensive_rad2deg_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8402746Z test_comprehensive_rad2deg_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8402929Z test_comprehensive_rad2deg_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8403100Z test_comprehensive_rad2deg_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8403283Z test_comprehensive_rad2deg_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8403465Z test_comprehensive_rad2deg_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8403654Z test_comprehensive_rand_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8403846Z test_comprehensive_rand_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8404040Z test_comprehensive_rand_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8404232Z test_comprehensive_rand_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8404420Z test_comprehensive_rand_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8404606Z test_comprehensive_rand_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8404774Z test_comprehensive_rand_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8404966Z test_comprehensive_randint_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8405155Z test_comprehensive_randint_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8405347Z test_comprehensive_randint_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8405535Z test_comprehensive_randint_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8405723Z test_comprehensive_randint_like_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8405911Z test_comprehensive_randint_like_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8406093Z test_comprehensive_randint_like_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8406278Z test_comprehensive_randint_like_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8406460Z test_comprehensive_randint_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8406632Z test_comprehensive_randn_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8406846Z test_comprehensive_randn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8407033Z test_comprehensive_randn_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8407219Z test_comprehensive_randn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8407401Z test_comprehensive_randn_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8407582Z test_comprehensive_randn_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8407791Z test_comprehensive_randn_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8407982Z test_comprehensive_randn_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8408174Z test_comprehensive_randn_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8408367Z test_comprehensive_randn_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8408547Z test_comprehensive_randn_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8408738Z test_comprehensive_randn_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8408929Z test_comprehensive_randn_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8409114Z test_comprehensive_randn_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8409300Z test_comprehensive_ravel_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8409484Z test_comprehensive_ravel_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8409670Z test_comprehensive_ravel_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8409858Z test_comprehensive_ravel_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8410046Z test_comprehensive_ravel_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8410230Z test_comprehensive_ravel_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8410401Z test_comprehensive_ravel_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8410585Z test_comprehensive_ravel_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8410769Z test_comprehensive_ravel_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8410945Z test_comprehensive_ravel_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8411116Z test_comprehensive_ravel_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8411293Z test_comprehensive_ravel_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8411466Z test_comprehensive_ravel_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8411651Z test_comprehensive_real_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8411863Z test_comprehensive_real_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8412039Z test_comprehensive_real_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8412226Z test_comprehensive_real_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8412410Z test_comprehensive_real_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8412593Z test_comprehensive_real_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8412798Z test_comprehensive_real_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8412971Z test_comprehensive_real_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8413150Z test_comprehensive_real_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8413326Z test_comprehensive_real_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8413497Z test_comprehensive_real_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8413674Z test_comprehensive_real_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8413833Z test_comprehensive_real_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8414027Z test_comprehensive_reciprocal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8414214Z test_comprehensive_reciprocal_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8414411Z test_comprehensive_reciprocal_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8414605Z test_comprehensive_reciprocal_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8414794Z test_comprehensive_reciprocal_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8414982Z test_comprehensive_reciprocal_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8415165Z test_comprehensive_reciprocal_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8415355Z test_comprehensive_reciprocal_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8415540Z test_comprehensive_reciprocal_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8415714Z test_comprehensive_reciprocal_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8415903Z test_comprehensive_reciprocal_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8416085Z test_comprehensive_reciprocal_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8416276Z test_comprehensive_remainder_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8416465Z test_comprehensive_remainder_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8416653Z test_comprehensive_remainder_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8416837Z test_comprehensive_remainder_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8417050Z test_comprehensive_remainder_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8417235Z test_comprehensive_remainder_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8417407Z test_comprehensive_remainder_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8417594Z test_comprehensive_remainder_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8417776Z test_comprehensive_remainder_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8417999Z test_comprehensive_renorm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8418186Z test_comprehensive_renorm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8418374Z test_comprehensive_renorm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8418548Z test_comprehensive_renorm_cpu_float16 (__main__.TestDecompCPU) ... skip: Inconsistent accuracy (0.000s) 2022-12-01T10:46:29.8418734Z test_comprehensive_renorm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8418922Z test_comprehensive_renorm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8419107Z test_comprehensive_repeat_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8419278Z test_comprehensive_repeat_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8419465Z test_comprehensive_repeat_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8419654Z test_comprehensive_repeat_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8419839Z test_comprehensive_repeat_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8420023Z test_comprehensive_repeat_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8420205Z test_comprehensive_repeat_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8420386Z test_comprehensive_repeat_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8420564Z test_comprehensive_repeat_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8420743Z test_comprehensive_repeat_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8420926Z test_comprehensive_repeat_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8421102Z test_comprehensive_repeat_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8421301Z test_comprehensive_repeat_interleave_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8421482Z test_comprehensive_repeat_interleave_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8421686Z test_comprehensive_repeat_interleave_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8421887Z test_comprehensive_repeat_interleave_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8422110Z test_comprehensive_repeat_interleave_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8422308Z test_comprehensive_repeat_interleave_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8422499Z test_comprehensive_repeat_interleave_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8422688Z test_comprehensive_repeat_interleave_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8422882Z test_comprehensive_repeat_interleave_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8423103Z test_comprehensive_repeat_interleave_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8423298Z test_comprehensive_repeat_interleave_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8423481Z test_comprehensive_repeat_interleave_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8423675Z test_comprehensive_repeat_interleave_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8423862Z test_comprehensive_reshape_as_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8424048Z test_comprehensive_reshape_as_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8424242Z test_comprehensive_reshape_as_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8424432Z test_comprehensive_reshape_as_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8424624Z test_comprehensive_reshape_as_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8424810Z test_comprehensive_reshape_as_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8424995Z test_comprehensive_reshape_as_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8425178Z test_comprehensive_reshape_as_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8425352Z test_comprehensive_reshape_as_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8425541Z test_comprehensive_reshape_as_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8425724Z test_comprehensive_reshape_as_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8425912Z test_comprehensive_reshape_as_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8426094Z test_comprehensive_reshape_as_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8426278Z test_comprehensive_reshape_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8426459Z test_comprehensive_reshape_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8426645Z test_comprehensive_reshape_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8426835Z test_comprehensive_reshape_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8427022Z test_comprehensive_reshape_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8427221Z test_comprehensive_reshape_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8427407Z test_comprehensive_reshape_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8427591Z test_comprehensive_reshape_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8427774Z test_comprehensive_reshape_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8427954Z test_comprehensive_reshape_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8428162Z test_comprehensive_reshape_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8428346Z test_comprehensive_reshape_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8428527Z test_comprehensive_reshape_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8428712Z test_comprehensive_resize__cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8428879Z test_comprehensive_resize__cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8429067Z test_comprehensive_resize__cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8429255Z test_comprehensive_resize__cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8429437Z test_comprehensive_resize__cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8429624Z test_comprehensive_resize__cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8429808Z test_comprehensive_resize__cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8429990Z test_comprehensive_resize__cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8430170Z test_comprehensive_resize__cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8430349Z test_comprehensive_resize__cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8430531Z test_comprehensive_resize__cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8430698Z test_comprehensive_resize__cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8430888Z test_comprehensive_resize_as__cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8431071Z test_comprehensive_resize_as__cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8431262Z test_comprehensive_resize_as__cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8431448Z test_comprehensive_resize_as__cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8431634Z test_comprehensive_resize_as__cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8431822Z test_comprehensive_resize_as__cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8432004Z test_comprehensive_resize_as__cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8432213Z test_comprehensive_resize_as__cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8432397Z test_comprehensive_resize_as__cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8432568Z test_comprehensive_resize_as__cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8432751Z test_comprehensive_resize_as__cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8432932Z test_comprehensive_resize_as__cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8433147Z test_comprehensive_resolve_conj_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8433335Z test_comprehensive_resolve_conj_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8433531Z test_comprehensive_resolve_conj_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8433725Z test_comprehensive_resolve_conj_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8433912Z test_comprehensive_resolve_conj_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8434099Z test_comprehensive_resolve_conj_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8434284Z test_comprehensive_resolve_conj_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8434457Z test_comprehensive_resolve_conj_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8434730Z test_comprehensive_resolve_conj_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8434918Z test_comprehensive_resolve_conj_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8435105Z test_comprehensive_resolve_conj_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8435287Z test_comprehensive_resolve_conj_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8435476Z test_comprehensive_resolve_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8435665Z test_comprehensive_resolve_neg_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8435858Z test_comprehensive_resolve_neg_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8436053Z test_comprehensive_resolve_neg_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8436244Z test_comprehensive_resolve_neg_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8436421Z test_comprehensive_resolve_neg_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8436721Z test_comprehensive_resolve_neg_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8436910Z test_comprehensive_resolve_neg_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8437102Z test_comprehensive_resolve_neg_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8437288Z test_comprehensive_resolve_neg_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8437520Z test_comprehensive_resolve_neg_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8437706Z test_comprehensive_resolve_neg_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8437893Z test_comprehensive_resolve_neg_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8438075Z test_comprehensive_roll_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8438275Z test_comprehensive_roll_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8438461Z test_comprehensive_roll_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8438650Z test_comprehensive_roll_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8438834Z test_comprehensive_roll_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8439015Z test_comprehensive_roll_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8439192Z test_comprehensive_roll_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8439366Z test_comprehensive_roll_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8439547Z test_comprehensive_roll_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8439721Z test_comprehensive_roll_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8439894Z test_comprehensive_roll_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8440057Z test_comprehensive_roll_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8440227Z test_comprehensive_roll_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8440408Z test_comprehensive_rot90_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8440586Z test_comprehensive_rot90_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8440772Z test_comprehensive_rot90_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8440956Z test_comprehensive_rot90_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8441139Z test_comprehensive_rot90_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8441318Z test_comprehensive_rot90_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8441499Z test_comprehensive_rot90_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8441677Z test_comprehensive_rot90_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8441838Z test_comprehensive_rot90_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8442012Z test_comprehensive_rot90_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8442190Z test_comprehensive_rot90_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8442393Z test_comprehensive_rot90_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8442576Z test_comprehensive_round_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8442759Z test_comprehensive_round_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8442937Z test_comprehensive_round_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8443118Z test_comprehensive_round_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8443318Z test_comprehensive_round_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8443480Z test_comprehensive_round_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8443662Z test_comprehensive_round_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8443836Z test_comprehensive_round_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8444034Z test_comprehensive_round_decimals_0_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8444227Z test_comprehensive_round_decimals_0_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8444419Z test_comprehensive_round_decimals_0_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8444616Z test_comprehensive_round_decimals_3_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8444806Z test_comprehensive_round_decimals_3_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8445000Z test_comprehensive_round_decimals_3_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8445200Z test_comprehensive_round_decimals_neg_3_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8445384Z test_comprehensive_round_decimals_neg_3_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8445575Z test_comprehensive_round_decimals_neg_3_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8445759Z test_comprehensive_rsqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8445940Z test_comprehensive_rsqrt_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8446128Z test_comprehensive_rsqrt_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8446313Z test_comprehensive_rsqrt_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8446497Z test_comprehensive_rsqrt_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8446674Z test_comprehensive_rsqrt_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8446852Z test_comprehensive_rsqrt_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8447028Z test_comprehensive_rsqrt_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8447186Z test_comprehensive_rsqrt_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8447393Z test_comprehensive_rsqrt_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8447566Z test_comprehensive_rsqrt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8447746Z test_comprehensive_rsub_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8447931Z test_comprehensive_rsub_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8448115Z test_comprehensive_rsub_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8448324Z test_comprehensive_rsub_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8448500Z test_comprehensive_rsub_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8448675Z test_comprehensive_rsub_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8448840Z test_comprehensive_rsub_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8449013Z test_comprehensive_rsub_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8449187Z test_comprehensive_rsub_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8449364Z test_comprehensive_rsub_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8449539Z test_comprehensive_rsub_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8449731Z test_comprehensive_scatter_add_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8449922Z test_comprehensive_scatter_add_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8450115Z test_comprehensive_scatter_add_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8450307Z test_comprehensive_scatter_add_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8450499Z test_comprehensive_scatter_add_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8450674Z test_comprehensive_scatter_add_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8450862Z test_comprehensive_scatter_add_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8451047Z test_comprehensive_scatter_add_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8451234Z test_comprehensive_scatter_add_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8451414Z test_comprehensive_scatter_add_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8451600Z test_comprehensive_scatter_add_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8451786Z test_comprehensive_scatter_add_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8451973Z test_comprehensive_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8452157Z test_comprehensive_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8452345Z test_comprehensive_scatter_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8452580Z test_comprehensive_scatter_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8452765Z test_comprehensive_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8452947Z test_comprehensive_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8453131Z test_comprehensive_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8453314Z test_comprehensive_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8453534Z test_comprehensive_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8453724Z test_comprehensive_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8453907Z test_comprehensive_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8454089Z test_comprehensive_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8454289Z test_comprehensive_scatter_reduce_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8454473Z test_comprehensive_scatter_reduce_amax_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8454673Z test_comprehensive_scatter_reduce_amax_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8454868Z test_comprehensive_scatter_reduce_amax_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8455057Z test_comprehensive_scatter_reduce_amax_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8455251Z test_comprehensive_scatter_reduce_amax_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8455440Z test_comprehensive_scatter_reduce_amax_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8455623Z test_comprehensive_scatter_reduce_amax_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8455812Z test_comprehensive_scatter_reduce_amax_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8456009Z test_comprehensive_scatter_reduce_amax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8456210Z test_comprehensive_scatter_reduce_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8456392Z test_comprehensive_scatter_reduce_amin_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8456592Z test_comprehensive_scatter_reduce_amin_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8456785Z test_comprehensive_scatter_reduce_amin_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8456975Z test_comprehensive_scatter_reduce_amin_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8457170Z test_comprehensive_scatter_reduce_amin_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8457362Z test_comprehensive_scatter_reduce_amin_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8457590Z test_comprehensive_scatter_reduce_amin_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8457780Z test_comprehensive_scatter_reduce_amin_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8457976Z test_comprehensive_scatter_reduce_amin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8458175Z test_comprehensive_scatter_reduce_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8458383Z test_comprehensive_scatter_reduce_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8458577Z test_comprehensive_scatter_reduce_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8458768Z test_comprehensive_scatter_reduce_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8458960Z test_comprehensive_scatter_reduce_mean_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8459148Z test_comprehensive_scatter_reduce_mean_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8459334Z test_comprehensive_scatter_reduce_mean_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8459531Z test_comprehensive_scatter_reduce_mean_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8459729Z test_comprehensive_scatter_reduce_mean_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8459927Z test_comprehensive_scatter_reduce_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8460121Z test_comprehensive_scatter_reduce_prod_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8460307Z test_comprehensive_scatter_reduce_prod_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8460502Z test_comprehensive_scatter_reduce_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8462304Z test_comprehensive_scatter_reduce_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8462500Z test_comprehensive_scatter_reduce_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8462687Z test_comprehensive_scatter_reduce_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8462876Z test_comprehensive_scatter_reduce_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8463068Z test_comprehensive_scatter_reduce_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8463263Z test_comprehensive_scatter_reduce_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8463459Z test_comprehensive_scatter_reduce_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8463654Z test_comprehensive_scatter_reduce_sum_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8463852Z test_comprehensive_scatter_reduce_sum_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8464066Z test_comprehensive_scatter_reduce_sum_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8464254Z test_comprehensive_scatter_reduce_sum_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8464444Z test_comprehensive_scatter_reduce_sum_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8464637Z test_comprehensive_scatter_reduce_sum_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8464828Z test_comprehensive_scatter_reduce_sum_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8465045Z test_comprehensive_scatter_reduce_sum_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8465243Z test_comprehensive_scatter_reduce_sum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8465442Z test_comprehensive_searchsorted_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8465637Z test_comprehensive_searchsorted_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8465831Z test_comprehensive_searchsorted_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8466005Z test_comprehensive_searchsorted_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8466198Z test_comprehensive_searchsorted_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8466388Z test_comprehensive_searchsorted_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8466577Z test_comprehensive_searchsorted_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8466764Z test_comprehensive_searchsorted_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8466948Z test_comprehensive_searchsorted_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8467153Z test_comprehensive_segment_reduce_lengths_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8467355Z test_comprehensive_segment_reduce_lengths_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8467558Z test_comprehensive_segment_reduce_lengths_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8467760Z test_comprehensive_segment_reduce_lengths_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8467950Z test_comprehensive_segment_reduce_offsets_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8468150Z test_comprehensive_segment_reduce_offsets_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8468347Z test_comprehensive_segment_reduce_offsets_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8468544Z test_comprehensive_segment_reduce_offsets_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8468734Z test_comprehensive_select_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8468914Z test_comprehensive_select_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8469129Z test_comprehensive_select_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8469316Z test_comprehensive_select_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8469497Z test_comprehensive_select_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8469681Z test_comprehensive_select_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8469850Z test_comprehensive_select_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8470059Z test_comprehensive_select_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8470240Z test_comprehensive_select_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8470419Z test_comprehensive_select_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8470591Z test_comprehensive_select_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8470770Z test_comprehensive_select_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8470944Z test_comprehensive_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8471137Z test_comprehensive_select_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8471329Z test_comprehensive_select_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8471521Z test_comprehensive_select_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8471702Z test_comprehensive_select_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8471893Z test_comprehensive_select_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8472083Z test_comprehensive_select_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8472269Z test_comprehensive_select_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8472455Z test_comprehensive_select_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8472643Z test_comprehensive_select_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8472826Z test_comprehensive_select_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8473005Z test_comprehensive_sgn_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8473183Z test_comprehensive_sgn_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8473369Z test_comprehensive_sgn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8473540Z test_comprehensive_sgn_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8473724Z test_comprehensive_sgn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8473905Z test_comprehensive_sgn_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8474108Z test_comprehensive_sgn_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8474282Z test_comprehensive_sgn_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8474459Z test_comprehensive_sgn_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8474630Z test_comprehensive_sgn_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8474876Z test_comprehensive_sgn_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8475088Z test_comprehensive_sgn_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8475253Z test_comprehensive_sgn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8475440Z test_comprehensive_short_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8475621Z test_comprehensive_short_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8475807Z test_comprehensive_short_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8475995Z test_comprehensive_short_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8476178Z test_comprehensive_short_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8476362Z test_comprehensive_short_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8476635Z test_comprehensive_short_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8476821Z test_comprehensive_short_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8477000Z test_comprehensive_short_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8477160Z test_comprehensive_short_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8477340Z test_comprehensive_short_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8477515Z test_comprehensive_short_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8477703Z test_comprehensive_sigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8477887Z test_comprehensive_sigmoid_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8478078Z test_comprehensive_sigmoid_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8478267Z test_comprehensive_sigmoid_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8478453Z test_comprehensive_sigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8478637Z test_comprehensive_sigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8478806Z test_comprehensive_sigmoid_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8478989Z test_comprehensive_sigmoid_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8479173Z test_comprehensive_sigmoid_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8479406Z test_comprehensive_sigmoid_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8479587Z test_comprehensive_sigmoid_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8479769Z test_comprehensive_sign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8479948Z test_comprehensive_sign_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8480129Z test_comprehensive_sign_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8480338Z test_comprehensive_sign_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8480514Z test_comprehensive_sign_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8480682Z test_comprehensive_sign_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8480855Z test_comprehensive_sign_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8481026Z test_comprehensive_sign_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8481201Z test_comprehensive_sign_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8481374Z test_comprehensive_sign_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8481562Z test_comprehensive_signbit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8481745Z test_comprehensive_signbit_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8481932Z test_comprehensive_signbit_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8482118Z test_comprehensive_signbit_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8482303Z test_comprehensive_signbit_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8482470Z test_comprehensive_signbit_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8482651Z test_comprehensive_signbit_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8482834Z test_comprehensive_signbit_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8483017Z test_comprehensive_signbit_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8483200Z test_comprehensive_signbit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8483383Z test_comprehensive_sin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8483559Z test_comprehensive_sin_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8483743Z test_comprehensive_sin_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8483925Z test_comprehensive_sin_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8484095Z test_comprehensive_sin_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8484272Z test_comprehensive_sin_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8484476Z test_comprehensive_sin_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8484648Z test_comprehensive_sin_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8484816Z test_comprehensive_sin_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8484990Z test_comprehensive_sin_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8485167Z test_comprehensive_sin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8485372Z test_comprehensive_sinc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8485547Z test_comprehensive_sinc_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8485735Z test_comprehensive_sinc_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8485908Z test_comprehensive_sinc_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8486090Z test_comprehensive_sinc_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8486265Z test_comprehensive_sinc_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8486442Z test_comprehensive_sinc_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8486616Z test_comprehensive_sinc_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8486784Z test_comprehensive_sinc_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8486962Z test_comprehensive_sinc_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8487133Z test_comprehensive_sinc_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8487314Z test_comprehensive_sinh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8487478Z test_comprehensive_sinh_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8487664Z test_comprehensive_sinh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8487849Z test_comprehensive_sinh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8488032Z test_comprehensive_sinh_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8488209Z test_comprehensive_sinh_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8488387Z test_comprehensive_sinh_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8488560Z test_comprehensive_sinh_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8488729Z test_comprehensive_sinh_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8488906Z test_comprehensive_sinh_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8489078Z test_comprehensive_sinh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8489249Z test_comprehensive_slice_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8489453Z test_comprehensive_slice_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8489638Z test_comprehensive_slice_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8489824Z test_comprehensive_slice_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8490008Z test_comprehensive_slice_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8490191Z test_comprehensive_slice_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8490408Z test_comprehensive_slice_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8490591Z test_comprehensive_slice_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8490771Z test_comprehensive_slice_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8490933Z test_comprehensive_slice_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8491104Z test_comprehensive_slice_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8491281Z test_comprehensive_slice_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8491452Z test_comprehensive_slice_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8491644Z test_comprehensive_slice_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8491833Z test_comprehensive_slice_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8492028Z test_comprehensive_slice_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8492217Z test_comprehensive_slice_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8492407Z test_comprehensive_slice_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8492595Z test_comprehensive_slice_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8492769Z test_comprehensive_slice_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8492955Z test_comprehensive_slice_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8493142Z test_comprehensive_slice_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8493324Z test_comprehensive_slice_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8493509Z test_comprehensive_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8493694Z test_comprehensive_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8493878Z test_comprehensive_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8494080Z test_comprehensive_softmax_with_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8494274Z test_comprehensive_softmax_with_dtype_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8494502Z test_comprehensive_softmax_with_dtype_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8494688Z test_comprehensive_softmax_with_dtype_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8494883Z test_comprehensive_softmax_with_dtype_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8495072Z test_comprehensive_softmax_with_dtype_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8495257Z test_comprehensive_softmax_with_dtype_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8495474Z test_comprehensive_softmax_with_dtype_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8495670Z test_comprehensive_softmax_with_dtype_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8495863Z test_comprehensive_softmax_with_dtype_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8496055Z test_comprehensive_softmax_with_dtype_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8496244Z test_comprehensive_softmax_with_dtype_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8496427Z test_comprehensive_sort_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8496596Z test_comprehensive_sort_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8496775Z test_comprehensive_sort_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8496953Z test_comprehensive_sort_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8497123Z test_comprehensive_sort_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8497301Z test_comprehensive_sort_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8497474Z test_comprehensive_sort_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8497643Z test_comprehensive_sort_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8497819Z test_comprehensive_sort_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8497990Z test_comprehensive_sort_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8498195Z test_comprehensive_sparse_sampled_addmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8498386Z test_comprehensive_sparse_sampled_addmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8498587Z test_comprehensive_sparse_sampled_addmm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8498779Z test_comprehensive_sparse_sampled_addmm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8498971Z test_comprehensive_special_airy_ai_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8499166Z test_comprehensive_special_airy_ai_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8499359Z test_comprehensive_special_airy_ai_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8499575Z test_comprehensive_special_airy_ai_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8499768Z test_comprehensive_special_airy_ai_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8499957Z test_comprehensive_special_airy_ai_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8500144Z test_comprehensive_special_airy_ai_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8500344Z test_comprehensive_special_airy_ai_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8500540Z test_comprehensive_special_bessel_j0_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8500739Z test_comprehensive_special_bessel_j0_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8500929Z test_comprehensive_special_bessel_j0_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8501121Z test_comprehensive_special_bessel_j0_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8501311Z test_comprehensive_special_bessel_j0_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8501504Z test_comprehensive_special_bessel_j0_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8501697Z test_comprehensive_special_bessel_j0_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8501885Z test_comprehensive_special_bessel_j0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8502078Z test_comprehensive_special_bessel_j1_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8502260Z test_comprehensive_special_bessel_j1_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8502452Z test_comprehensive_special_bessel_j1_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8502641Z test_comprehensive_special_bessel_j1_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8502834Z test_comprehensive_special_bessel_j1_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8503020Z test_comprehensive_special_bessel_j1_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8503210Z test_comprehensive_special_bessel_j1_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8503396Z test_comprehensive_special_bessel_j1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8503583Z test_comprehensive_special_bessel_y0_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8503776Z test_comprehensive_special_bessel_y0_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8503964Z test_comprehensive_special_bessel_y0_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8504141Z test_comprehensive_special_bessel_y0_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8504357Z test_comprehensive_special_bessel_y0_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8504545Z test_comprehensive_special_bessel_y0_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8504735Z test_comprehensive_special_bessel_y0_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8504922Z test_comprehensive_special_bessel_y0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8505112Z test_comprehensive_special_bessel_y1_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8505330Z test_comprehensive_special_bessel_y1_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8505520Z test_comprehensive_special_bessel_y1_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8505709Z test_comprehensive_special_bessel_y1_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8505898Z test_comprehensive_special_bessel_y1_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8506071Z test_comprehensive_special_bessel_y1_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8506258Z test_comprehensive_special_bessel_y1_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8506444Z test_comprehensive_special_bessel_y1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8506653Z test_comprehensive_special_chebyshev_polynomial_t_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8506864Z test_comprehensive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8507072Z test_comprehensive_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8507277Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8507483Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8507682Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8507891Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8508095Z test_comprehensive_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8508283Z test_comprehensive_special_chebyshev_polynomial_u_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8508494Z test_comprehensive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8508701Z test_comprehensive_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8508904Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8509105Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8509332Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8509536Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8509733Z test_comprehensive_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8510198Z test_comprehensive_special_chebyshev_polynomial_v_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:46:29.8510579Z test_comprehensive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:46:29.8510928Z test_comprehensive_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:46:29.8511258Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:46:29.8511592Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:46:29.8511924Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:46:29.8512262Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:46:29.8512599Z test_comprehensive_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:46:29.8512935Z test_comprehensive_special_chebyshev_polynomial_w_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:46:29.8513279Z test_comprehensive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:46:29.8513625Z test_comprehensive_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:46:29.8513966Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:46:29.8514304Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:46:29.8514635Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:46:29.8515051Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:46:29.8515371Z test_comprehensive_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:46:29.8515565Z test_comprehensive_special_entr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8515758Z test_comprehensive_special_entr_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8515951Z test_comprehensive_special_entr_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8516176Z test_comprehensive_special_entr_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8516366Z test_comprehensive_special_entr_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8516658Z test_comprehensive_special_entr_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8516843Z test_comprehensive_special_entr_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8517032Z test_comprehensive_special_entr_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8517255Z test_comprehensive_special_entr_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8517431Z test_comprehensive_special_erfcx_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8517625Z test_comprehensive_special_erfcx_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8517816Z test_comprehensive_special_erfcx_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8518003Z test_comprehensive_special_erfcx_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8518190Z test_comprehensive_special_erfcx_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8518375Z test_comprehensive_special_erfcx_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8518566Z test_comprehensive_special_erfcx_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8518757Z test_comprehensive_special_erfcx_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8518966Z test_comprehensive_special_hermite_polynomial_h_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8519176Z test_comprehensive_special_hermite_polynomial_h_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8519370Z test_comprehensive_special_hermite_polynomial_h_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8519577Z test_comprehensive_special_hermite_polynomial_h_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8519784Z test_comprehensive_special_hermite_polynomial_h_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8519988Z test_comprehensive_special_hermite_polynomial_h_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8520194Z test_comprehensive_special_hermite_polynomial_h_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8520393Z test_comprehensive_special_hermite_polynomial_h_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8520597Z test_comprehensive_special_hermite_polynomial_he_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8520807Z test_comprehensive_special_hermite_polynomial_he_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8521019Z test_comprehensive_special_hermite_polynomial_he_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8521225Z test_comprehensive_special_hermite_polynomial_he_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8521468Z test_comprehensive_special_hermite_polynomial_he_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8521656Z test_comprehensive_special_hermite_polynomial_he_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8521857Z test_comprehensive_special_hermite_polynomial_he_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8522056Z test_comprehensive_special_hermite_polynomial_he_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8522273Z test_comprehensive_special_i0e_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8522461Z test_comprehensive_special_i0e_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8522653Z test_comprehensive_special_i0e_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8522840Z test_comprehensive_special_i0e_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8523028Z test_comprehensive_special_i0e_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8523212Z test_comprehensive_special_i0e_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8523397Z test_comprehensive_special_i0e_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8523569Z test_comprehensive_special_i0e_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8523756Z test_comprehensive_special_i0e_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8523943Z test_comprehensive_special_i1_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8524131Z test_comprehensive_special_i1_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8524317Z test_comprehensive_special_i1_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8524499Z test_comprehensive_special_i1_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8524681Z test_comprehensive_special_i1_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8524866Z test_comprehensive_special_i1_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8525051Z test_comprehensive_special_i1_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8525231Z test_comprehensive_special_i1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8525402Z test_comprehensive_special_i1e_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8525591Z test_comprehensive_special_i1e_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8525779Z test_comprehensive_special_i1e_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8525963Z test_comprehensive_special_i1e_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8526147Z test_comprehensive_special_i1e_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8526355Z test_comprehensive_special_i1e_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8526536Z test_comprehensive_special_i1e_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8526720Z test_comprehensive_special_i1e_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8526927Z test_comprehensive_special_laguerre_polynomial_l_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8527137Z test_comprehensive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8527371Z test_comprehensive_special_laguerre_polynomial_l_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8527581Z test_comprehensive_special_laguerre_polynomial_l_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8527787Z test_comprehensive_special_laguerre_polynomial_l_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8527988Z test_comprehensive_special_laguerre_polynomial_l_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8528193Z test_comprehensive_special_laguerre_polynomial_l_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8528392Z test_comprehensive_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8528747Z test_comprehensive_special_legendre_polynomial_p_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:46:29.8529093Z test_comprehensive_special_legendre_polynomial_p_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:46:29.8529428Z test_comprehensive_special_legendre_polynomial_p_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:46:29.8529763Z test_comprehensive_special_legendre_polynomial_p_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:46:29.8530092Z test_comprehensive_special_legendre_polynomial_p_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:46:29.8530407Z test_comprehensive_special_legendre_polynomial_p_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:46:29.8530744Z test_comprehensive_special_legendre_polynomial_p_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:46:29.8531074Z test_comprehensive_special_legendre_polynomial_p_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:46:29.8531268Z test_comprehensive_special_log_ndtr_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8531466Z test_comprehensive_special_log_ndtr_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8531660Z test_comprehensive_special_log_ndtr_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8531855Z test_comprehensive_special_log_ndtr_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8532046Z test_comprehensive_special_log_ndtr_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8532266Z test_comprehensive_special_log_ndtr_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8532456Z test_comprehensive_special_log_ndtr_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8532644Z test_comprehensive_special_log_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8532835Z test_comprehensive_special_modified_bessel_i0_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8533098Z test_comprehensive_special_modified_bessel_i0_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8533304Z test_comprehensive_special_modified_bessel_i0_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8533505Z test_comprehensive_special_modified_bessel_i0_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8533705Z test_comprehensive_special_modified_bessel_i0_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8533903Z test_comprehensive_special_modified_bessel_i0_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8534101Z test_comprehensive_special_modified_bessel_i0_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8534298Z test_comprehensive_special_modified_bessel_i0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8534500Z test_comprehensive_special_modified_bessel_i1_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8534707Z test_comprehensive_special_modified_bessel_i1_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8534895Z test_comprehensive_special_modified_bessel_i1_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8535093Z test_comprehensive_special_modified_bessel_i1_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8535293Z test_comprehensive_special_modified_bessel_i1_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8535490Z test_comprehensive_special_modified_bessel_i1_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8535689Z test_comprehensive_special_modified_bessel_i1_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8535889Z test_comprehensive_special_modified_bessel_i1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8536090Z test_comprehensive_special_modified_bessel_k0_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8536291Z test_comprehensive_special_modified_bessel_k0_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8536494Z test_comprehensive_special_modified_bessel_k0_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8536690Z test_comprehensive_special_modified_bessel_k0_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8536891Z test_comprehensive_special_modified_bessel_k0_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8537073Z test_comprehensive_special_modified_bessel_k0_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8537300Z test_comprehensive_special_modified_bessel_k0_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8537496Z test_comprehensive_special_modified_bessel_k0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8537697Z test_comprehensive_special_modified_bessel_k1_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8537897Z test_comprehensive_special_modified_bessel_k1_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8538122Z test_comprehensive_special_modified_bessel_k1_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8538318Z test_comprehensive_special_modified_bessel_k1_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8538519Z test_comprehensive_special_modified_bessel_k1_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8538715Z test_comprehensive_special_modified_bessel_k1_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8538913Z test_comprehensive_special_modified_bessel_k1_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8539095Z test_comprehensive_special_modified_bessel_k1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8539289Z test_comprehensive_special_ndtr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8539479Z test_comprehensive_special_ndtr_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8539673Z test_comprehensive_special_ndtr_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8539861Z test_comprehensive_special_ndtr_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8540049Z test_comprehensive_special_ndtr_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8540238Z test_comprehensive_special_ndtr_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8540422Z test_comprehensive_special_ndtr_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8540609Z test_comprehensive_special_ndtr_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8540796Z test_comprehensive_special_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8540972Z test_comprehensive_special_ndtri_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8541162Z test_comprehensive_special_ndtri_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8541354Z test_comprehensive_special_ndtri_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8541542Z test_comprehensive_special_ndtri_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8541731Z test_comprehensive_special_ndtri_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8541917Z test_comprehensive_special_ndtri_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8542129Z test_comprehensive_special_ndtri_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8542312Z test_comprehensive_special_ndtri_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8542532Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8542752Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8542983Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8543206Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8543426Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8543641Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8543857Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8544073Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8544289Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8544499Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8544710Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8544923Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8545131Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8545339Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8545537Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8545745Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8545954Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8546161Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8546371Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8546576Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8546783Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8546989Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8547220Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8547426Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8547632Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8547986Z 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:46:29.8548376Z 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:46:29.8548738Z 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:46:29.8549089Z 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:46:29.8549440Z 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:46:29.8549786Z 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:46:29.8550137Z 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:46:29.8550486Z 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:46:29.8550832Z 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:46:29.8551185Z 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:46:29.8551544Z 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:46:29.8551893Z 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:46:29.8552227Z 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:46:29.8552576Z 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:46:29.8552924Z 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:46:29.8553270Z 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:46:29.8553619Z 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:46:29.8553998Z 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:46:29.8554352Z 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:46:29.8554770Z 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:46:29.8555125Z 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:46:29.8555504Z 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:46:29.8555852Z 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:46:29.8556201Z 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:46:29.8556646Z 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:46:29.8556994Z 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:46:29.8557355Z 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:46:29.8557705Z 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:46:29.8558055Z 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:46:29.8558401Z 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:46:29.8558750Z 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:46:29.8559099Z 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:46:29.8559306Z test_comprehensive_special_spherical_bessel_j0_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8559518Z test_comprehensive_special_spherical_bessel_j0_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8559729Z test_comprehensive_special_spherical_bessel_j0_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8559936Z test_comprehensive_special_spherical_bessel_j0_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8560141Z test_comprehensive_special_spherical_bessel_j0_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8560329Z test_comprehensive_special_spherical_bessel_j0_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8560532Z test_comprehensive_special_spherical_bessel_j0_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8560781Z test_comprehensive_special_spherical_bessel_j0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8560977Z test_comprehensive_special_xlog1py_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8561168Z test_comprehensive_special_xlog1py_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8561362Z test_comprehensive_special_xlog1py_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8561595Z test_comprehensive_special_xlog1py_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8561789Z test_comprehensive_special_xlog1py_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8561983Z test_comprehensive_special_xlog1py_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8562175Z test_comprehensive_special_xlog1py_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8562353Z test_comprehensive_special_xlog1py_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8562543Z test_comprehensive_special_xlog1py_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8562730Z test_comprehensive_special_xlog1py_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8562919Z test_comprehensive_special_zeta_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8563111Z test_comprehensive_special_zeta_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8563303Z test_comprehensive_special_zeta_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8563492Z test_comprehensive_special_zeta_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8563678Z test_comprehensive_special_zeta_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8563863Z test_comprehensive_special_zeta_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8564049Z test_comprehensive_special_zeta_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8564221Z test_comprehensive_special_zeta_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8564407Z test_comprehensive_split_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8564589Z test_comprehensive_split_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8564776Z test_comprehensive_split_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8564965Z test_comprehensive_split_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8565152Z test_comprehensive_split_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8565336Z test_comprehensive_split_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8565517Z test_comprehensive_split_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8565732Z test_comprehensive_split_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8565914Z test_comprehensive_split_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8566077Z test_comprehensive_split_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8566249Z test_comprehensive_split_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8566427Z test_comprehensive_split_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8566640Z test_comprehensive_split_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8566837Z test_comprehensive_split_list_args_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8567030Z test_comprehensive_split_list_args_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8567227Z test_comprehensive_split_list_args_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8567420Z test_comprehensive_split_list_args_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8567611Z test_comprehensive_split_list_args_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8567790Z test_comprehensive_split_list_args_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8567982Z test_comprehensive_split_list_args_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8568172Z test_comprehensive_split_list_args_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8568362Z test_comprehensive_split_list_args_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8568549Z test_comprehensive_split_list_args_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8568735Z test_comprehensive_split_list_args_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8568920Z test_comprehensive_split_list_args_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8569114Z test_comprehensive_split_with_sizes_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8569301Z test_comprehensive_split_with_sizes_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8569501Z test_comprehensive_split_with_sizes_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8569697Z test_comprehensive_split_with_sizes_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8569875Z test_comprehensive_split_with_sizes_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8570066Z test_comprehensive_split_with_sizes_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8570259Z test_comprehensive_split_with_sizes_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8570450Z test_comprehensive_split_with_sizes_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8570641Z test_comprehensive_split_with_sizes_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8570858Z test_comprehensive_split_with_sizes_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8571046Z test_comprehensive_split_with_sizes_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8571235Z test_comprehensive_split_with_sizes_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8571423Z test_comprehensive_split_with_sizes_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8571636Z test_comprehensive_sqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8571804Z test_comprehensive_sqrt_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8571992Z test_comprehensive_sqrt_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8572175Z test_comprehensive_sqrt_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8572353Z test_comprehensive_sqrt_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8572530Z test_comprehensive_sqrt_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8572707Z test_comprehensive_sqrt_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8572880Z test_comprehensive_sqrt_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8573050Z test_comprehensive_sqrt_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8573229Z test_comprehensive_sqrt_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8573386Z test_comprehensive_sqrt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8573571Z test_comprehensive_square_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8573751Z test_comprehensive_square_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8573938Z test_comprehensive_square_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8574128Z test_comprehensive_square_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8574310Z test_comprehensive_square_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8574494Z test_comprehensive_square_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8574679Z test_comprehensive_square_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8574859Z test_comprehensive_square_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8575036Z test_comprehensive_square_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8575198Z test_comprehensive_square_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8575382Z test_comprehensive_square_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8575557Z test_comprehensive_square_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8575771Z test_comprehensive_squeeze_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8575953Z test_comprehensive_squeeze_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8576140Z test_comprehensive_squeeze_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8576326Z test_comprehensive_squeeze_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8576514Z test_comprehensive_squeeze_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8576724Z test_comprehensive_squeeze_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8576899Z test_comprehensive_squeeze_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8577086Z test_comprehensive_squeeze_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8577269Z test_comprehensive_squeeze_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8577450Z test_comprehensive_squeeze_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8577632Z test_comprehensive_squeeze_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8577811Z test_comprehensive_squeeze_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8577992Z test_comprehensive_squeeze_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8578176Z test_comprehensive_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8578357Z test_comprehensive_stack_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8578543Z test_comprehensive_stack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8578715Z test_comprehensive_stack_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8578901Z test_comprehensive_stack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8579083Z test_comprehensive_stack_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8579266Z test_comprehensive_stack_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8579447Z test_comprehensive_stack_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8579629Z test_comprehensive_stack_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8579806Z test_comprehensive_stack_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8579978Z test_comprehensive_stack_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8580157Z test_comprehensive_stack_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8580331Z test_comprehensive_stack_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8580500Z test_comprehensive_std_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8580682Z test_comprehensive_std_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8580894Z test_comprehensive_std_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8581074Z test_comprehensive_std_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8581249Z test_comprehensive_std_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8581422Z test_comprehensive_std_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8581609Z test_comprehensive_std_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8581823Z test_comprehensive_std_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8582012Z test_comprehensive_std_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8582187Z test_comprehensive_std_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8582372Z test_comprehensive_std_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8582555Z test_comprehensive_std_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8582740Z test_comprehensive_stft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8582922Z test_comprehensive_stft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8583104Z test_comprehensive_stft_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8583280Z test_comprehensive_stft_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8583450Z test_comprehensive_sub_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8583632Z test_comprehensive_sub_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8583815Z test_comprehensive_sub_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8583984Z test_comprehensive_sub_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8584165Z test_comprehensive_sub_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8584340Z test_comprehensive_sub_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8584517Z test_comprehensive_sub_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8584693Z test_comprehensive_sub_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8584866Z test_comprehensive_sub_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8585036Z test_comprehensive_sub_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8585212Z test_comprehensive_sub_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8585388Z test_comprehensive_sub_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8585556Z test_comprehensive_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8585764Z test_comprehensive_sum_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8585949Z test_comprehensive_sum_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8586131Z test_comprehensive_sum_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8586309Z test_comprehensive_sum_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8586482Z test_comprehensive_sum_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8586655Z test_comprehensive_sum_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8586856Z test_comprehensive_sum_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8587028Z test_comprehensive_sum_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8587198Z test_comprehensive_sum_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8587359Z test_comprehensive_sum_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8587533Z test_comprehensive_sum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8587721Z test_comprehensive_sum_to_size_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8587904Z test_comprehensive_sum_to_size_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8588097Z test_comprehensive_sum_to_size_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8588288Z test_comprehensive_sum_to_size_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8588476Z test_comprehensive_sum_to_size_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8588660Z test_comprehensive_sum_to_size_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8588842Z test_comprehensive_sum_to_size_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8589024Z test_comprehensive_sum_to_size_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8589198Z test_comprehensive_sum_to_size_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8589377Z test_comprehensive_sum_to_size_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8589562Z test_comprehensive_sum_to_size_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8589744Z test_comprehensive_sum_to_size_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8589928Z test_comprehensive_svd_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8590111Z test_comprehensive_svd_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8590293Z test_comprehensive_svd_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8590469Z test_comprehensive_svd_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8590659Z test_comprehensive_svd_lowrank_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8590864Z test_comprehensive_svd_lowrank_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8591051Z test_comprehensive_symeig_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8591238Z test_comprehensive_symeig_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8591422Z test_comprehensive_symeig_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8591606Z test_comprehensive_symeig_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8591808Z test_comprehensive_t_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8591983Z test_comprehensive_t_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8592166Z test_comprehensive_t_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8592346Z test_comprehensive_t_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8592525Z test_comprehensive_t_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8592686Z test_comprehensive_t_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8592857Z test_comprehensive_t_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8593036Z test_comprehensive_t_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8593213Z test_comprehensive_t_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8593390Z test_comprehensive_t_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8593563Z test_comprehensive_t_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8593737Z test_comprehensive_t_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8593931Z test_comprehensive_take_along_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8594120Z test_comprehensive_take_along_dim_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8594320Z test_comprehensive_take_along_dim_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8594503Z test_comprehensive_take_along_dim_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8594797Z test_comprehensive_take_along_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8594991Z test_comprehensive_take_along_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8595184Z test_comprehensive_take_along_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8595371Z test_comprehensive_take_along_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8595562Z test_comprehensive_take_along_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8595743Z test_comprehensive_take_along_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8595965Z test_comprehensive_take_along_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8596147Z test_comprehensive_take_along_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8596330Z test_comprehensive_take_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8596497Z test_comprehensive_take_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8596767Z test_comprehensive_take_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8596999Z test_comprehensive_take_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8597184Z test_comprehensive_take_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8597364Z test_comprehensive_take_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8597538Z test_comprehensive_take_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8597717Z test_comprehensive_take_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8597892Z test_comprehensive_take_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8598064Z test_comprehensive_take_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8598231Z test_comprehensive_take_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8598405Z test_comprehensive_take_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8598585Z test_comprehensive_tan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8598764Z test_comprehensive_tan_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8598948Z test_comprehensive_tan_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8599133Z test_comprehensive_tan_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8599315Z test_comprehensive_tan_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8599495Z test_comprehensive_tan_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8599672Z test_comprehensive_tan_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8599849Z test_comprehensive_tan_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8600007Z test_comprehensive_tan_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8600182Z test_comprehensive_tan_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8600358Z test_comprehensive_tan_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8600541Z test_comprehensive_tanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8600715Z test_comprehensive_tanh_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8600900Z test_comprehensive_tanh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8601123Z test_comprehensive_tanh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8601305Z test_comprehensive_tanh_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8601482Z test_comprehensive_tanh_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8601648Z test_comprehensive_tanh_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8601821Z test_comprehensive_tanh_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8602030Z test_comprehensive_tanh_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8602210Z test_comprehensive_tanh_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8602383Z test_comprehensive_tanh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8602575Z test_comprehensive_tensor_split_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8602761Z test_comprehensive_tensor_split_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8602958Z test_comprehensive_tensor_split_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8603151Z test_comprehensive_tensor_split_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8603342Z test_comprehensive_tensor_split_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8603518Z test_comprehensive_tensor_split_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8603706Z test_comprehensive_tensor_split_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8603891Z test_comprehensive_tensor_split_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8604078Z test_comprehensive_tensor_split_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8604264Z test_comprehensive_tensor_split_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8604449Z test_comprehensive_tensor_split_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8604635Z test_comprehensive_tensor_split_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8604824Z test_comprehensive_tensordot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8605015Z test_comprehensive_tensordot_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8605207Z test_comprehensive_tensordot_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8605379Z test_comprehensive_tensordot_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8605566Z test_comprehensive_tensordot_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8605754Z test_comprehensive_tensordot_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8605942Z test_comprehensive_tensordot_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8606153Z test_comprehensive_tensordot_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8606338Z test_comprehensive_tensordot_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8606519Z test_comprehensive_tensordot_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8606699Z test_comprehensive_tile_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8606878Z test_comprehensive_tile_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8607074Z test_comprehensive_tile_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8607261Z test_comprehensive_tile_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8607442Z test_comprehensive_tile_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8607619Z test_comprehensive_tile_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8607792Z test_comprehensive_tile_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8607968Z test_comprehensive_tile_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8608141Z test_comprehensive_tile_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8608312Z test_comprehensive_tile_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8608487Z test_comprehensive_tile_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8608657Z test_comprehensive_tile_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8608825Z test_comprehensive_to_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8609000Z test_comprehensive_to_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8609182Z test_comprehensive_to_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8609359Z test_comprehensive_to_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8609535Z test_comprehensive_to_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8609706Z test_comprehensive_to_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8609876Z test_comprehensive_to_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8610051Z test_comprehensive_to_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8610226Z test_comprehensive_to_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8610387Z test_comprehensive_to_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8610564Z test_comprehensive_to_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8610739Z test_comprehensive_to_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8610927Z test_comprehensive_to_sparse_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8611139Z test_comprehensive_to_sparse_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8611330Z test_comprehensive_to_sparse_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8611521Z test_comprehensive_to_sparse_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8611708Z test_comprehensive_to_sparse_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8611892Z test_comprehensive_to_sparse_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8612098Z test_comprehensive_to_sparse_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8612271Z test_comprehensive_to_sparse_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8612459Z test_comprehensive_to_sparse_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8612642Z test_comprehensive_to_sparse_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8612825Z test_comprehensive_to_sparse_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8613007Z test_comprehensive_to_sparse_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8613190Z test_comprehensive_topk_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8613371Z test_comprehensive_topk_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8613545Z test_comprehensive_topk_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8613725Z test_comprehensive_topk_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8613902Z test_comprehensive_topk_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8614058Z test_comprehensive_topk_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8614236Z test_comprehensive_topk_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8614406Z test_comprehensive_topk_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8614592Z test_comprehensive_trace_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8614779Z test_comprehensive_trace_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8614963Z test_comprehensive_trace_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8615145Z test_comprehensive_trace_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8615325Z test_comprehensive_trace_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8615499Z test_comprehensive_trace_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8615658Z test_comprehensive_trace_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8615833Z test_comprehensive_trace_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8616004Z test_comprehensive_trace_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8616255Z test_comprehensive_transpose_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8616439Z test_comprehensive_transpose_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8616632Z test_comprehensive_transpose_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8616823Z test_comprehensive_transpose_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8617014Z test_comprehensive_transpose_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8617228Z test_comprehensive_transpose_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8617418Z test_comprehensive_transpose_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8617591Z test_comprehensive_transpose_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8617776Z test_comprehensive_transpose_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8617961Z test_comprehensive_transpose_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8618146Z test_comprehensive_transpose_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8618332Z test_comprehensive_transpose_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8618519Z test_comprehensive_transpose_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8618714Z test_comprehensive_trapezoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8618908Z test_comprehensive_trapezoid_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8619102Z test_comprehensive_trapezoid_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8619289Z test_comprehensive_trapezoid_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8619462Z test_comprehensive_trapezoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8619648Z test_comprehensive_trapezoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8619831Z test_comprehensive_trapezoid_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8620017Z test_comprehensive_trapezoid_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8620202Z test_comprehensive_trapezoid_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8620385Z test_comprehensive_trapezoid_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8620567Z test_comprehensive_trapezoid_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8620749Z test_comprehensive_trapz_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8620936Z test_comprehensive_trapz_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8621107Z test_comprehensive_trapz_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8621317Z test_comprehensive_trapz_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8621498Z test_comprehensive_trapz_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8621677Z test_comprehensive_trapz_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8621856Z test_comprehensive_trapz_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8622031Z test_comprehensive_trapz_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8622238Z test_comprehensive_trapz_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8622418Z test_comprehensive_trapz_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8622594Z test_comprehensive_trapz_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8622791Z test_comprehensive_triangular_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8622976Z test_comprehensive_triangular_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8623169Z test_comprehensive_triangular_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8623363Z test_comprehensive_triangular_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8623547Z test_comprehensive_tril_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8623724Z test_comprehensive_tril_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8623907Z test_comprehensive_tril_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8624089Z test_comprehensive_tril_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8624269Z test_comprehensive_tril_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8624446Z test_comprehensive_tril_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8624618Z test_comprehensive_tril_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8624787Z test_comprehensive_tril_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8624960Z test_comprehensive_tril_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8625133Z test_comprehensive_tril_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8625309Z test_comprehensive_tril_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8625481Z test_comprehensive_tril_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8625669Z test_comprehensive_tril_indices_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8625855Z test_comprehensive_tril_indices_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8626037Z test_comprehensive_triu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8626241Z test_comprehensive_triu_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8626414Z test_comprehensive_triu_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8626596Z test_comprehensive_triu_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8626776Z test_comprehensive_triu_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8626951Z test_comprehensive_triu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8627121Z test_comprehensive_triu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8627321Z test_comprehensive_triu_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8627497Z test_comprehensive_triu_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8627666Z test_comprehensive_triu_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8627841Z test_comprehensive_triu_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8628010Z test_comprehensive_triu_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8628182Z test_comprehensive_triu_indices_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8628369Z test_comprehensive_triu_indices_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8628557Z test_comprehensive_true_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8628745Z test_comprehensive_true_divide_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8628937Z test_comprehensive_true_divide_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8629128Z test_comprehensive_true_divide_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8629316Z test_comprehensive_true_divide_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8629502Z test_comprehensive_true_divide_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8629687Z test_comprehensive_true_divide_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8629871Z test_comprehensive_true_divide_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8630044Z test_comprehensive_true_divide_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8630226Z test_comprehensive_true_divide_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8630408Z test_comprehensive_true_divide_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8630594Z test_comprehensive_true_divide_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8630776Z test_comprehensive_trunc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8630961Z test_comprehensive_trunc_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8631144Z test_comprehensive_trunc_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8631354Z test_comprehensive_trunc_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8631530Z test_comprehensive_trunc_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8631689Z test_comprehensive_trunc_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8631868Z test_comprehensive_trunc_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8632042Z test_comprehensive_trunc_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8632252Z test_comprehensive_unbind_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8632434Z test_comprehensive_unbind_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8632623Z test_comprehensive_unbind_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8632811Z test_comprehensive_unbind_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8632996Z test_comprehensive_unbind_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8633178Z test_comprehensive_unbind_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8633361Z test_comprehensive_unbind_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8633533Z test_comprehensive_unbind_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8633712Z test_comprehensive_unbind_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8633889Z test_comprehensive_unbind_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8634059Z test_comprehensive_unbind_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8634237Z test_comprehensive_unbind_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8634412Z test_comprehensive_unbind_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8634602Z test_comprehensive_unflatten_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8634856Z test_comprehensive_unflatten_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8635050Z test_comprehensive_unflatten_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8635244Z test_comprehensive_unflatten_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8635424Z test_comprehensive_unflatten_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8635612Z test_comprehensive_unflatten_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8635801Z test_comprehensive_unflatten_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8635987Z test_comprehensive_unflatten_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8636174Z test_comprehensive_unflatten_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8636394Z test_comprehensive_unflatten_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8636751Z test_comprehensive_unflatten_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8636936Z test_comprehensive_unflatten_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8637121Z test_comprehensive_unflatten_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8637291Z test_comprehensive_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8637528Z test_comprehensive_unfold_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8637717Z test_comprehensive_unfold_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8637906Z test_comprehensive_unfold_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8638091Z test_comprehensive_unfold_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8638275Z test_comprehensive_unfold_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8638458Z test_comprehensive_unfold_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8638640Z test_comprehensive_unfold_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8638824Z test_comprehensive_unfold_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8639004Z test_comprehensive_unfold_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8639166Z test_comprehensive_unfold_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8639349Z test_comprehensive_unfold_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8639523Z test_comprehensive_unfold_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8639710Z test_comprehensive_uniform_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8639901Z test_comprehensive_uniform_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8640091Z test_comprehensive_uniform_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8640276Z test_comprehensive_uniform_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8640461Z test_comprehensive_uniform_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8640643Z test_comprehensive_uniform_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8640843Z test_comprehensive_unique_consecutive_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8641024Z test_comprehensive_unique_consecutive_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8641220Z test_comprehensive_unique_consecutive_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8641412Z test_comprehensive_unique_consecutive_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8641638Z test_comprehensive_unique_consecutive_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8641831Z test_comprehensive_unique_consecutive_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8642024Z test_comprehensive_unique_consecutive_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8642216Z test_comprehensive_unique_consecutive_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8642406Z test_comprehensive_unique_consecutive_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8642616Z test_comprehensive_unique_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8642798Z test_comprehensive_unique_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8642969Z test_comprehensive_unique_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8643151Z test_comprehensive_unique_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8643331Z test_comprehensive_unique_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8643506Z test_comprehensive_unique_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8643678Z test_comprehensive_unique_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8643859Z test_comprehensive_unique_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8644031Z test_comprehensive_unique_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8644223Z test_comprehensive_unsqueeze_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8644406Z test_comprehensive_unsqueeze_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8644584Z test_comprehensive_unsqueeze_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8644776Z test_comprehensive_unsqueeze_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8644965Z test_comprehensive_unsqueeze_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8645154Z test_comprehensive_unsqueeze_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8645339Z test_comprehensive_unsqueeze_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8645523Z test_comprehensive_unsqueeze_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8645708Z test_comprehensive_unsqueeze_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8645896Z test_comprehensive_unsqueeze_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8646078Z test_comprehensive_unsqueeze_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8646264Z test_comprehensive_unsqueeze_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8646433Z test_comprehensive_unsqueeze_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8646640Z test_comprehensive_var_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8646824Z test_comprehensive_var_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8647008Z test_comprehensive_var_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8647188Z test_comprehensive_var_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8647364Z test_comprehensive_var_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8647563Z test_comprehensive_var_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8647749Z test_comprehensive_var_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8647941Z test_comprehensive_var_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8648128Z test_comprehensive_var_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8648299Z test_comprehensive_var_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8648483Z test_comprehensive_var_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8648667Z test_comprehensive_var_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8648850Z test_comprehensive_vdot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8649035Z test_comprehensive_vdot_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8649224Z test_comprehensive_vdot_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8649407Z test_comprehensive_vdot_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8649583Z test_comprehensive_vdot_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8649764Z test_comprehensive_vdot_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8649937Z test_comprehensive_vdot_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8650096Z test_comprehensive_vdot_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8650275Z test_comprehensive_vdot_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8650448Z test_comprehensive_vdot_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8650640Z test_comprehensive_view_as_complex_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8650834Z test_comprehensive_view_as_complex_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8651027Z test_comprehensive_view_as_complex_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8651212Z test_comprehensive_view_as_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8651394Z test_comprehensive_view_as_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8651582Z test_comprehensive_view_as_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8651781Z test_comprehensive_view_as_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8651966Z test_comprehensive_view_as_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8652151Z test_comprehensive_view_as_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8652335Z test_comprehensive_view_as_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8652516Z test_comprehensive_view_as_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8652721Z test_comprehensive_view_as_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8652904Z test_comprehensive_view_as_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8653086Z test_comprehensive_view_as_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8653264Z test_comprehensive_view_as_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8653443Z test_comprehensive_view_as_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8653625Z test_comprehensive_view_as_real_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8653819Z test_comprehensive_view_as_real_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8653999Z test_comprehensive_view_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8654179Z test_comprehensive_view_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8654364Z test_comprehensive_view_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8654549Z test_comprehensive_view_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8654733Z test_comprehensive_view_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8654913Z test_comprehensive_view_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8655089Z test_comprehensive_view_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8655263Z test_comprehensive_view_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8655432Z test_comprehensive_view_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8655606Z test_comprehensive_view_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8655777Z test_comprehensive_view_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8655952Z test_comprehensive_view_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8656124Z test_comprehensive_view_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8656312Z test_comprehensive_vsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8656494Z test_comprehensive_vsplit_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8656707Z test_comprehensive_vsplit_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8656892Z test_comprehensive_vsplit_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8657065Z test_comprehensive_vsplit_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8657250Z test_comprehensive_vsplit_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8657434Z test_comprehensive_vsplit_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8657641Z test_comprehensive_vsplit_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8657820Z test_comprehensive_vsplit_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8657999Z test_comprehensive_vsplit_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8658171Z test_comprehensive_vsplit_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8658354Z test_comprehensive_vsplit_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8658527Z test_comprehensive_vsplit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8658711Z test_comprehensive_vstack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8658880Z test_comprehensive_vstack_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8659066Z test_comprehensive_vstack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8659254Z test_comprehensive_vstack_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8659435Z test_comprehensive_vstack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8659618Z test_comprehensive_vstack_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8659798Z test_comprehensive_vstack_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8659979Z test_comprehensive_vstack_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8660162Z test_comprehensive_vstack_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8660338Z test_comprehensive_vstack_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8660500Z test_comprehensive_vstack_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8660680Z test_comprehensive_vstack_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8660854Z test_comprehensive_vstack_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8661036Z test_comprehensive_where_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8661216Z test_comprehensive_where_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8661404Z test_comprehensive_where_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8661587Z test_comprehensive_where_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8661801Z test_comprehensive_where_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8661984Z test_comprehensive_where_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8662167Z test_comprehensive_where_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8662334Z test_comprehensive_where_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8662515Z test_comprehensive_where_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8662718Z test_comprehensive_where_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8662890Z test_comprehensive_where_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8663069Z test_comprehensive_where_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8663244Z test_comprehensive_where_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8663427Z test_comprehensive_xlogy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8663607Z test_comprehensive_xlogy_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8663788Z test_comprehensive_xlogy_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8663971Z test_comprehensive_xlogy_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8664139Z test_comprehensive_xlogy_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8664319Z test_comprehensive_xlogy_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8664491Z test_comprehensive_xlogy_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8664662Z test_comprehensive_xlogy_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8664838Z test_comprehensive_xlogy_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8665010Z test_comprehensive_xlogy_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8665192Z test_comprehensive_zero__cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8665371Z test_comprehensive_zero__cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8665559Z test_comprehensive_zero__cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8665732Z test_comprehensive_zero__cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8665912Z test_comprehensive_zero__cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8666092Z test_comprehensive_zero__cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8666273Z test_comprehensive_zero__cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8666454Z test_comprehensive_zero__cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8666628Z test_comprehensive_zero__cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8666826Z test_comprehensive_zero__cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8667003Z test_comprehensive_zero__cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8667175Z test_comprehensive_zero__cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8667357Z test_comprehensive_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8667524Z test_comprehensive_zeros_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8667734Z test_comprehensive_zeros_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8667924Z test_comprehensive_zeros_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8668110Z test_comprehensive_zeros_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8668290Z test_comprehensive_zeros_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8668470Z test_comprehensive_zeros_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8668650Z test_comprehensive_zeros_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8668826Z test_comprehensive_zeros_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8669003Z test_comprehensive_zeros_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8669163Z test_comprehensive_zeros_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8669342Z test_comprehensive_zeros_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8669514Z test_comprehensive_zeros_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8669702Z test_comprehensive_zeros_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8669883Z test_comprehensive_zeros_like_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8670074Z test_comprehensive_zeros_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8670265Z test_comprehensive_zeros_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8670455Z test_comprehensive_zeros_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8670640Z test_comprehensive_zeros_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8670825Z test_comprehensive_zeros_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8670996Z test_comprehensive_zeros_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8671177Z test_comprehensive_zeros_like_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8671361Z test_comprehensive_zeros_like_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8671541Z test_comprehensive_zeros_like_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8671752Z test_comprehensive_zeros_like_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8671935Z test_comprehensive_zeros_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8672104Z test_quick_abs_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.159s) 2022-12-01T10:46:29.8672277Z test_quick_abs_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8672447Z test_quick_abs_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8672656Z test_quick_abs_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8672816Z test_quick_abs_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8672986Z test_quick_abs_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8673151Z test_quick_abs_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8673317Z test_quick_abs_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8673482Z test_quick_abs_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8673642Z test_quick_abs_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8673807Z test_quick_abs_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8673973Z test_quick_abs_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8674142Z test_quick_acos_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8674294Z test_quick_acos_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8674466Z test_quick_acos_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8674639Z test_quick_acos_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8674883Z test_quick_acos_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8675054Z test_quick_acos_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8675226Z test_quick_acos_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8675393Z test_quick_acos_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8675558Z test_quick_acos_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8675724Z test_quick_acos_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8675873Z test_quick_acos_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8676048Z test_quick_acosh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8676216Z test_quick_acosh_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8676391Z test_quick_acosh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8676682Z test_quick_acosh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8676856Z test_quick_acosh_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8677083Z test_quick_acosh_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8677252Z test_quick_acosh_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8677420Z test_quick_acosh_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8677569Z test_quick_acosh_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8677737Z test_quick_acosh_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8677936Z test_quick_acosh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8678108Z test_quick_add_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8678277Z test_quick_add_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8678451Z test_quick_add_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8678623Z test_quick_add_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8678796Z test_quick_add_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8678968Z test_quick_add_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8679122Z test_quick_add_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8679287Z test_quick_add_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8679455Z test_quick_add_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8679622Z test_quick_add_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8679785Z test_quick_add_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8679948Z test_quick_add_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8680113Z test_quick_add_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8680290Z test_quick_addcdiv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8680472Z test_quick_addcdiv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8680648Z test_quick_addcdiv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8680811Z test_quick_addcdiv_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8680985Z test_quick_addcdiv_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8681159Z test_quick_addcmul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8681335Z test_quick_addcmul_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8681512Z test_quick_addcmul_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8681687Z test_quick_addcmul_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8681858Z test_quick_addcmul_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8682058Z test_quick_addcmul_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8682228Z test_quick_addcmul_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8682386Z test_quick_addcmul_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8682559Z test_quick_addcmul_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8682726Z test_quick_addcmul_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8682926Z test_quick_addmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8683103Z test_quick_addmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8683277Z test_quick_addmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8683443Z test_quick_addmm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8683611Z test_quick_addmm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8683778Z test_quick_addmm_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8683931Z test_quick_addmm_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8684093Z test_quick_addmm_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8684260Z test_quick_addmm_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8684421Z test_quick_addmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8684609Z test_quick_addmm_decomposed_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8684798Z test_quick_addmm_decomposed_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8684986Z test_quick_addmm_decomposed_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8685173Z test_quick_addmm_decomposed_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8685359Z test_quick_addmm_decomposed_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8685541Z test_quick_addmm_decomposed_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8685711Z test_quick_addmm_decomposed_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8685892Z test_quick_addmm_decomposed_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8686072Z test_quick_addmm_decomposed_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8686252Z test_quick_addmm_decomposed_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8686422Z test_quick_addr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8686593Z test_quick_addr_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8686767Z test_quick_addr_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8686967Z test_quick_addr_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8687138Z test_quick_addr_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8687293Z test_quick_addr_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8687456Z test_quick_addr_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8687623Z test_quick_addr_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8687789Z test_quick_addr_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8687977Z test_quick_addr_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8688142Z test_quick_addr_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8688306Z test_quick_addr_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8688471Z test_quick_all_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8688637Z test_quick_all_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8688795Z test_quick_all_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8688968Z test_quick_all_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8689136Z test_quick_all_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8689303Z test_quick_all_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8689474Z test_quick_all_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8689640Z test_quick_all_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8689803Z test_quick_all_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8689962Z test_quick_all_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8690125Z test_quick_all_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8690277Z test_quick_all_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8690450Z test_quick_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8690613Z test_quick_amax_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8690781Z test_quick_amax_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8690950Z test_quick_amax_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8691112Z test_quick_amax_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8691277Z test_quick_amax_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8691444Z test_quick_amax_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8691606Z test_quick_amax_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8691769Z test_quick_amax_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8691945Z test_quick_amax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8692115Z test_quick_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8692279Z test_quick_amin_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8692446Z test_quick_amin_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8692613Z test_quick_amin_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8692777Z test_quick_amin_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8693007Z test_quick_amin_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8693173Z test_quick_amin_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8693338Z test_quick_amin_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8693490Z test_quick_amin_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8693652Z test_quick_amin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8693820Z test_quick_any_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8693987Z test_quick_any_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8694161Z test_quick_any_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8694335Z test_quick_any_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8694508Z test_quick_any_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8694678Z test_quick_any_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8694843Z test_quick_any_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8694995Z test_quick_any_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8695161Z test_quick_any_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8695322Z test_quick_any_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8695490Z test_quick_any_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8695657Z test_quick_any_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8695837Z test_quick_arange_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8696012Z test_quick_arange_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8696186Z test_quick_arange_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8696360Z test_quick_arange_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8696517Z test_quick_arange_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8696688Z test_quick_arange_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8696852Z test_quick_arange_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8697046Z test_quick_arange_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8697210Z test_quick_arange_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8697381Z test_quick_asin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8697545Z test_quick_asin_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8697719Z test_quick_asin_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8697919Z test_quick_asin_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8698077Z test_quick_asin_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8698246Z test_quick_asin_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8698413Z test_quick_asin_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8698578Z test_quick_asin_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8698739Z test_quick_asin_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8698904Z test_quick_asin_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8699063Z test_quick_asin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8699236Z test_quick_asinh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8699403Z test_quick_asinh_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8699579Z test_quick_asinh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8699741Z test_quick_asinh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8699913Z test_quick_asinh_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8700087Z test_quick_asinh_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8700254Z test_quick_asinh_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8700421Z test_quick_asinh_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8700585Z test_quick_asinh_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8700751Z test_quick_asinh_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8700913Z test_quick_asinh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8701083Z test_quick_atan2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8701235Z test_quick_atan2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8701405Z test_quick_atan2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8701574Z test_quick_atan2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8701742Z test_quick_atan2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8701938Z test_quick_atan2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8702103Z test_quick_atan2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8702269Z test_quick_atan2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8702433Z test_quick_atan2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8702604Z test_quick_atan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8702759Z test_quick_atan_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8702960Z test_quick_atan_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8703133Z test_quick_atan_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8703304Z test_quick_atan_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8703472Z test_quick_atan_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8703637Z test_quick_atan_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8703802Z test_quick_atan_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8703962Z test_quick_atan_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8704129Z test_quick_atan_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8704276Z test_quick_atan_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8704450Z test_quick_atanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8704616Z test_quick_atanh_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8704791Z test_quick_atanh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8704965Z test_quick_atanh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8705134Z test_quick_atanh_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8705301Z test_quick_atanh_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8705469Z test_quick_atanh_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8705637Z test_quick_atanh_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8705789Z test_quick_atanh_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8705954Z test_quick_atanh_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8706118Z test_quick_atanh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8706292Z test_quick_bitwise_and_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8706465Z test_quick_bitwise_and_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8706637Z test_quick_bitwise_and_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8706807Z test_quick_bitwise_and_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8707005Z test_quick_bitwise_and_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8707179Z test_quick_bitwise_and_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8707359Z test_quick_bitwise_left_shift_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8707526Z test_quick_bitwise_left_shift_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8707705Z test_quick_bitwise_left_shift_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8707921Z test_quick_bitwise_left_shift_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8708100Z test_quick_bitwise_left_shift_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8708274Z test_quick_bitwise_not_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8708447Z test_quick_bitwise_not_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8708615Z test_quick_bitwise_not_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8708779Z test_quick_bitwise_not_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8708949Z test_quick_bitwise_not_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8709112Z test_quick_bitwise_not_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8709285Z test_quick_bitwise_or_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8709457Z test_quick_bitwise_or_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8709625Z test_quick_bitwise_or_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8709793Z test_quick_bitwise_or_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8709962Z test_quick_bitwise_or_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8710131Z test_quick_bitwise_or_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8710319Z test_quick_bitwise_right_shift_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8710501Z test_quick_bitwise_right_shift_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8710682Z test_quick_bitwise_right_shift_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8710850Z test_quick_bitwise_right_shift_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8711031Z test_quick_bitwise_right_shift_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8711200Z test_quick_bitwise_xor_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8711375Z test_quick_bitwise_xor_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8711546Z test_quick_bitwise_xor_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8711713Z test_quick_bitwise_xor_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8711908Z test_quick_bitwise_xor_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8712079Z test_quick_bitwise_xor_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8712249Z test_quick_cat_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8712403Z test_quick_cat_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8712576Z test_quick_cat_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8712773Z test_quick_cat_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8712947Z test_quick_cat_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8713117Z test_quick_cat_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8713287Z test_quick_cat_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8713449Z test_quick_cat_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8713616Z test_quick_cat_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8713779Z test_quick_cat_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8713941Z test_quick_cat_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8714094Z test_quick_cat_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8714260Z test_quick_cat_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8714434Z test_quick_ceil_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8714605Z test_quick_ceil_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8714836Z test_quick_ceil_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8715007Z test_quick_ceil_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8715175Z test_quick_ceil_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8715340Z test_quick_ceil_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8715504Z test_quick_ceil_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8715655Z test_quick_ceil_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8715829Z test_quick_clamp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8716002Z test_quick_clamp_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8716172Z test_quick_clamp_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8716341Z test_quick_clamp_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8716511Z test_quick_clamp_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8716768Z test_quick_clamp_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8716987Z test_quick_clamp_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8717150Z test_quick_clamp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8717313Z test_quick_clamp_max_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8717486Z test_quick_clamp_max_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8717659Z test_quick_clamp_max_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8717829Z test_quick_clamp_max_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8718031Z test_quick_clamp_max_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8718206Z test_quick_clamp_max_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8718382Z test_quick_clamp_max_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8718555Z test_quick_clamp_max_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8718725Z test_quick_clamp_max_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8718882Z test_quick_clamp_max_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8719057Z test_quick_clamp_min_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8719229Z test_quick_clamp_min_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8719403Z test_quick_clamp_min_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8719575Z test_quick_clamp_min_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8719744Z test_quick_clamp_min_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8719913Z test_quick_clamp_min_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8720083Z test_quick_clamp_min_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8720253Z test_quick_clamp_min_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8720421Z test_quick_clamp_min_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8720579Z test_quick_clamp_min_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8720752Z test_quick_clone_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8720920Z test_quick_clone_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8721094Z test_quick_clone_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8721267Z test_quick_clone_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8721439Z test_quick_clone_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8721611Z test_quick_clone_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8721783Z test_quick_clone_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8721978Z test_quick_clone_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8722133Z test_quick_clone_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8722298Z test_quick_clone_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8722462Z test_quick_clone_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8722629Z test_quick_clone_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8722792Z test_quick_clone_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8723000Z test_quick_conj_physical_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8723177Z test_quick_conj_physical_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8723363Z test_quick_conj_physical_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8723546Z test_quick_conj_physical_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8723717Z test_quick_conj_physical_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8723896Z test_quick_conj_physical_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8724073Z test_quick_conj_physical_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8724251Z test_quick_conj_physical_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8724429Z test_quick_conj_physical_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8724601Z test_quick_conj_physical_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8724768Z test_quick_conj_physical_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8724942Z test_quick_conj_physical_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8725111Z test_quick_conj_physical_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8725294Z test_quick_constant_pad_nd_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8725462Z test_quick_constant_pad_nd_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8725650Z test_quick_constant_pad_nd_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8725835Z test_quick_constant_pad_nd_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8726018Z test_quick_constant_pad_nd_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8726197Z test_quick_constant_pad_nd_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8726377Z test_quick_constant_pad_nd_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8726559Z test_quick_constant_pad_nd_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8726736Z test_quick_constant_pad_nd_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8726940Z test_quick_constant_pad_nd_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8727108Z test_quick_constant_pad_nd_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8727286Z test_quick_constant_pad_nd_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8727461Z test_quick_copysign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8727633Z test_quick_copysign_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8727835Z test_quick_copysign_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8728013Z test_quick_copysign_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8728189Z test_quick_copysign_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8728363Z test_quick_copysign_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8728535Z test_quick_copysign_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8728707Z test_quick_copysign_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8728867Z test_quick_copysign_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8729036Z test_quick_copysign_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8729206Z test_quick_cos_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8729369Z test_quick_cos_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8729541Z test_quick_cos_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8729711Z test_quick_cos_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8729880Z test_quick_cos_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8730047Z test_quick_cos_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8730214Z test_quick_cos_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8730369Z test_quick_cos_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8730532Z test_quick_cos_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8730700Z test_quick_cos_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8730864Z test_quick_cos_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8731032Z test_quick_cosh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8731193Z test_quick_cosh_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8731367Z test_quick_cosh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8731539Z test_quick_cosh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8731708Z test_quick_cosh_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8731892Z test_quick_cosh_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8732058Z test_quick_cosh_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8732224Z test_quick_cosh_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8732385Z test_quick_cosh_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8732551Z test_quick_cosh_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8732712Z test_quick_cosh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8732911Z test_quick_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8733088Z test_quick_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8733264Z test_quick_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8733422Z test_quick_cumsum_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8733592Z test_quick_cumsum_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8733760Z test_quick_cumsum_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8733927Z test_quick_cumsum_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8734092Z test_quick_cumsum_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8734259Z test_quick_cumsum_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8734424Z test_quick_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8734600Z test_quick_diag_embed_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8734772Z test_quick_diag_embed_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8734952Z test_quick_diag_embed_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8735118Z test_quick_diag_embed_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8735294Z test_quick_diag_embed_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8735473Z test_quick_diag_embed_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8735646Z test_quick_diag_embed_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8735813Z test_quick_diag_embed_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8735984Z test_quick_diag_embed_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8736156Z test_quick_diag_embed_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8736329Z test_quick_diag_embed_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8736505Z test_quick_diag_embed_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8736661Z test_quick_diag_embed_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8736869Z test_quick_diagonal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8737043Z test_quick_diagonal_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8737222Z test_quick_diagonal_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8737398Z test_quick_diagonal_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8737570Z test_quick_diagonal_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8737743Z test_quick_diagonal_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8737941Z test_quick_diagonal_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8738113Z test_quick_diagonal_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8738287Z test_quick_diagonal_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8738447Z test_quick_diagonal_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8738617Z test_quick_diagonal_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8738788Z test_quick_diagonal_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8738958Z test_quick_diagonal_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8739131Z test_quick_digamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8739301Z test_quick_digamma_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8739474Z test_quick_digamma_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8739647Z test_quick_digamma_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8739819Z test_quick_digamma_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8739976Z test_quick_digamma_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8740145Z test_quick_digamma_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8740315Z test_quick_digamma_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8740482Z test_quick_digamma_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8740669Z test_quick_div_floor_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8740856Z test_quick_div_floor_rounding_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8741038Z test_quick_div_floor_rounding_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8741217Z test_quick_div_floor_rounding_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8741397Z test_quick_div_floor_rounding_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8741579Z test_quick_div_floor_rounding_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8741746Z test_quick_div_floor_rounding_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8741956Z test_quick_div_floor_rounding_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8742134Z test_quick_div_floor_rounding_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8742320Z test_quick_div_no_rounding_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8742502Z test_quick_div_no_rounding_mode_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8742691Z test_quick_div_no_rounding_mode_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8742915Z test_quick_div_no_rounding_mode_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8743102Z test_quick_div_no_rounding_mode_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8743286Z test_quick_div_no_rounding_mode_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8743453Z test_quick_div_no_rounding_mode_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8743634Z test_quick_div_no_rounding_mode_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8743814Z test_quick_div_no_rounding_mode_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8743993Z test_quick_div_no_rounding_mode_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8744170Z test_quick_div_no_rounding_mode_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8744347Z test_quick_div_no_rounding_mode_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8744531Z test_quick_div_trunc_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8744707Z test_quick_div_trunc_rounding_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8744886Z test_quick_div_trunc_rounding_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8745059Z test_quick_div_trunc_rounding_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8745227Z test_quick_div_trunc_rounding_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8745407Z test_quick_div_trunc_rounding_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8745588Z test_quick_div_trunc_rounding_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8745769Z test_quick_div_trunc_rounding_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8745947Z test_quick_div_trunc_rounding_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8746115Z test_quick_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8746289Z test_quick_dot_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8746462Z test_quick_dot_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8746632Z test_quick_dot_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8746832Z test_quick_dot_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8746986Z test_quick_dot_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8747151Z test_quick_dot_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8747312Z test_quick_dot_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8747477Z test_quick_dot_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8747668Z test_quick_dot_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8747843Z test_quick_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8748013Z test_quick_empty_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8748186Z test_quick_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8748362Z test_quick_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8748522Z test_quick_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8748693Z test_quick_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8748865Z test_quick_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8749035Z test_quick_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8749203Z test_quick_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8749376Z test_quick_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8749545Z test_quick_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8749713Z test_quick_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8749879Z test_quick_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8750043Z test_quick_empty_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8750216Z test_quick_empty_like_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8750398Z test_quick_empty_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8750581Z test_quick_empty_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8750760Z test_quick_empty_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8750935Z test_quick_empty_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8751107Z test_quick_empty_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8751274Z test_quick_empty_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8751449Z test_quick_empty_like_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8751621Z test_quick_empty_like_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8751808Z test_quick_empty_like_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8751980Z test_quick_empty_like_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8752152Z test_quick_empty_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8752320Z test_quick_eq_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8752486Z test_quick_eq_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8752686Z test_quick_eq_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8752860Z test_quick_eq_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8753031Z test_quick_eq_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8753198Z test_quick_eq_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8753352Z test_quick_eq_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8753515Z test_quick_eq_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8753678Z test_quick_eq_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8753843Z test_quick_eq_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8754008Z test_quick_eq_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8754175Z test_quick_eq_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8754338Z test_quick_eq_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8754509Z test_quick_erf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8754745Z test_quick_erf_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8754904Z test_quick_erf_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8755074Z test_quick_erf_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8755242Z test_quick_erf_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8755407Z test_quick_erf_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8755571Z test_quick_erf_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8755735Z test_quick_erf_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8755902Z test_quick_erf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8756075Z test_quick_erfc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8756238Z test_quick_erfc_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8756394Z test_quick_erfc_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8756664Z test_quick_erfc_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8756832Z test_quick_erfc_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8757048Z test_quick_erfc_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8757214Z test_quick_erfc_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8757376Z test_quick_erfc_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8757545Z test_quick_erfc_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8757719Z test_quick_erfinv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8757921Z test_quick_erfinv_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8758081Z test_quick_erfinv_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8758256Z test_quick_erfinv_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8758425Z test_quick_erfinv_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8758594Z test_quick_erfinv_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8758757Z test_quick_erfinv_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8758924Z test_quick_erfinv_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8759090Z test_quick_erfinv_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8759266Z test_quick_exp2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8759432Z test_quick_exp2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8759602Z test_quick_exp2_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8759757Z test_quick_exp2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8759921Z test_quick_exp2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8760092Z test_quick_exp2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8760259Z test_quick_exp2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8760425Z test_quick_exp2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8760593Z test_quick_exp2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8760756Z test_quick_exp2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8760923Z test_quick_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8761088Z test_quick_exp_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8761248Z test_quick_exp_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8761419Z test_quick_exp_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8761588Z test_quick_exp_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8761754Z test_quick_exp_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8761955Z test_quick_exp_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8762117Z test_quick_exp_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8762276Z test_quick_exp_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8762440Z test_quick_exp_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8762605Z test_quick_exp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8762766Z test_quick_expand_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8762961Z test_quick_expand_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8763139Z test_quick_expand_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8763314Z test_quick_expand_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8763487Z test_quick_expand_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8763660Z test_quick_expand_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8763833Z test_quick_expand_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8764000Z test_quick_expand_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8764170Z test_quick_expand_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8764322Z test_quick_expand_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8764493Z test_quick_expand_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8764657Z test_quick_expand_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8764829Z test_quick_expm1_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8764998Z test_quick_expm1_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8765169Z test_quick_expm1_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8765338Z test_quick_expm1_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8765508Z test_quick_expm1_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8765674Z test_quick_expm1_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8765826Z test_quick_expm1_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8765992Z test_quick_expm1_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8766153Z test_quick_expm1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8766321Z test_quick_eye_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8766494Z test_quick_eye_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8766666Z test_quick_eye_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8766835Z test_quick_eye_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8767028Z test_quick_eye_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8767190Z test_quick_eye_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8767355Z test_quick_eye_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8767508Z test_quick_eye_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8767670Z test_quick_eye_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8767862Z test_quick_eye_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8768029Z test_quick_eye_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8768199Z test_quick_fft_fft2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8768376Z test_quick_fft_fft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8768550Z test_quick_fft_fft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8768720Z test_quick_fft_fft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8768891Z test_quick_fft_fft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8769048Z test_quick_fft_fft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8769219Z test_quick_fft_fft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8769386Z test_quick_fft_fft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8769556Z test_quick_fft_fft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8769721Z test_quick_fft_fft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8769890Z test_quick_fft_fft_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8770066Z test_quick_fft_fft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8770240Z test_quick_fft_fft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8770412Z test_quick_fft_fft_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8770573Z test_quick_fft_fft_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8770743Z test_quick_fft_fft_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8770910Z test_quick_fft_fft_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8771077Z test_quick_fft_fft_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8771243Z test_quick_fft_fft_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8771407Z test_quick_fft_fft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8771574Z test_quick_fft_fftn_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8771750Z test_quick_fft_fftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8771992Z test_quick_fft_fftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8772153Z test_quick_fft_fftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8772325Z test_quick_fft_fftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8772495Z test_quick_fft_fftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8772665Z test_quick_fft_fftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8772864Z test_quick_fft_fftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8773036Z test_quick_fft_fftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8773207Z test_quick_fft_fftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8773375Z test_quick_fft_hfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8773554Z test_quick_fft_hfft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8773731Z test_quick_fft_hfft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8773893Z test_quick_fft_hfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8774063Z test_quick_fft_hfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8774233Z test_quick_fft_hfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8774405Z test_quick_fft_hfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8774574Z test_quick_fft_hfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8774742Z test_quick_fft_hfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8774908Z test_quick_fft_hfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8775076Z test_quick_fft_hfft_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8775251Z test_quick_fft_hfft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8775415Z test_quick_fft_hfft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8775586Z test_quick_fft_hfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8775758Z test_quick_fft_hfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8775927Z test_quick_fft_hfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8776095Z test_quick_fft_hfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8776261Z test_quick_fft_hfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8776429Z test_quick_fft_hfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8776597Z test_quick_fft_hfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8776763Z test_quick_fft_hfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8776968Z test_quick_fft_hfftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8777132Z test_quick_fft_hfftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8777304Z test_quick_fft_hfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8777471Z test_quick_fft_hfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8777641Z test_quick_fft_hfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8777847Z test_quick_fft_hfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8778017Z test_quick_fft_hfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8778187Z test_quick_fft_hfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8778353Z test_quick_fft_hfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8778519Z test_quick_fft_ifft2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8778682Z test_quick_fft_ifft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8778856Z test_quick_fft_ifft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8779028Z test_quick_fft_ifft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8779197Z test_quick_fft_ifft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8779367Z test_quick_fft_ifft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8779535Z test_quick_fft_ifft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8779700Z test_quick_fft_ifft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8779867Z test_quick_fft_ifft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8780031Z test_quick_fft_ifft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8780190Z test_quick_fft_ifft_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8780366Z test_quick_fft_ifft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8780543Z test_quick_fft_ifft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8780712Z test_quick_fft_ifft_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8780884Z test_quick_fft_ifft_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8781051Z test_quick_fft_ifft_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8781223Z test_quick_fft_ifft_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8781389Z test_quick_fft_ifft_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8781561Z test_quick_fft_ifft_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8781727Z test_quick_fft_ifft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8781908Z test_quick_fft_ifftn_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8782083Z test_quick_fft_ifftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8782258Z test_quick_fft_ifftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8782429Z test_quick_fft_ifftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8782596Z test_quick_fft_ifftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8782811Z test_quick_fft_ifftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8782981Z test_quick_fft_ifftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8783150Z test_quick_fft_ifftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8783318Z test_quick_fft_ifftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8783474Z test_quick_fft_ifftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8783644Z test_quick_fft_ihfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8783820Z test_quick_fft_ihfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8783993Z test_quick_fft_ihfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8784161Z test_quick_fft_ihfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8784335Z test_quick_fft_ihfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8784504Z test_quick_fft_ihfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8784672Z test_quick_fft_ihfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8784840Z test_quick_fft_ihfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8784998Z test_quick_fft_ihfft_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8785171Z test_quick_fft_ihfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8785341Z test_quick_fft_ihfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8785509Z test_quick_fft_ihfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8785676Z test_quick_fft_ihfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8785843Z test_quick_fft_ihfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8786009Z test_quick_fft_ihfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8786176Z test_quick_fft_ihfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8797400Z test_quick_fft_ihfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8797664Z test_quick_fft_ihfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8797970Z test_quick_fft_ihfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8798145Z test_quick_fft_ihfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8798319Z test_quick_fft_ihfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8798490Z test_quick_fft_ihfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8798666Z test_quick_fft_ihfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8798883Z test_quick_fft_ihfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8799055Z test_quick_fft_irfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8799238Z test_quick_fft_irfft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8799405Z test_quick_fft_irfft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8799576Z test_quick_fft_irfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8799743Z test_quick_fft_irfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8799910Z test_quick_fft_irfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8800080Z test_quick_fft_irfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8800250Z test_quick_fft_irfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8800423Z test_quick_fft_irfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8800591Z test_quick_fft_irfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8800761Z test_quick_fft_irfft_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8800940Z test_quick_fft_irfft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8801106Z test_quick_fft_irfft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8801279Z test_quick_fft_irfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8801448Z test_quick_fft_irfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8801618Z test_quick_fft_irfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8801787Z test_quick_fft_irfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8801954Z test_quick_fft_irfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8802122Z test_quick_fft_irfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8802287Z test_quick_fft_irfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8802454Z test_quick_fft_irfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8802622Z test_quick_fft_irfftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8802795Z test_quick_fft_irfftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8802996Z test_quick_fft_irfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8803158Z test_quick_fft_irfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8803329Z test_quick_fft_irfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8803495Z test_quick_fft_irfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8803664Z test_quick_fft_irfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8803857Z test_quick_fft_irfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8804025Z test_quick_fft_irfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8804196Z test_quick_fft_rfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8804359Z test_quick_fft_rfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8804525Z test_quick_fft_rfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8804692Z test_quick_fft_rfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8804857Z test_quick_fft_rfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8805023Z test_quick_fft_rfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8805187Z test_quick_fft_rfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8805354Z test_quick_fft_rfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8805522Z test_quick_fft_rfft_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8805690Z test_quick_fft_rfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8805848Z test_quick_fft_rfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8806017Z test_quick_fft_rfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8806186Z test_quick_fft_rfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8806353Z test_quick_fft_rfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8806523Z test_quick_fft_rfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8806685Z test_quick_fft_rfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8806853Z test_quick_fft_rfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8807023Z test_quick_fft_rfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8807190Z test_quick_fft_rfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8807348Z test_quick_fft_rfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8807515Z test_quick_fft_rfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8807709Z test_quick_fft_rfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8807876Z test_quick_fft_rfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8808042Z test_quick_fft_rfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8808212Z test_quick_flip_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8808380Z test_quick_flip_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8808549Z test_quick_flip_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8808746Z test_quick_flip_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8808915Z test_quick_flip_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8809074Z test_quick_flip_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8809236Z test_quick_flip_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8809400Z test_quick_flip_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8809564Z test_quick_flip_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8809723Z test_quick_flip_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8809887Z test_quick_flip_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8810044Z test_quick_flip_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8810214Z test_quick_floor_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8810386Z test_quick_floor_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8810544Z test_quick_floor_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8810705Z test_quick_floor_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8810868Z test_quick_floor_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8811031Z test_quick_floor_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8811199Z test_quick_floor_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8811359Z test_quick_floor_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8811543Z test_quick_floor_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8811716Z test_quick_floor_divide_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8811887Z test_quick_floor_divide_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8812042Z test_quick_floor_divide_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8812216Z test_quick_floor_divide_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8812384Z test_quick_floor_divide_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8812546Z test_quick_floor_divide_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8812746Z test_quick_floor_divide_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8812912Z test_quick_floor_divide_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8813080Z test_quick_fmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8813245Z test_quick_fmax_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8813411Z test_quick_fmax_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8813593Z test_quick_fmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8813757Z test_quick_fmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8813921Z test_quick_fmax_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8814086Z test_quick_fmax_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8814245Z test_quick_fmax_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8814407Z test_quick_fmax_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8814567Z test_quick_fmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8814737Z test_quick_fmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8814898Z test_quick_fmin_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8815065Z test_quick_fmin_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8815220Z test_quick_fmin_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8815380Z test_quick_fmin_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8815541Z test_quick_fmin_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8815703Z test_quick_fmin_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8815861Z test_quick_fmin_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8816027Z test_quick_fmin_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8816182Z test_quick_fmin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8816352Z test_quick_fmod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8816517Z test_quick_fmod_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8816672Z test_quick_fmod_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8816834Z test_quick_fmod_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8816994Z test_quick_fmod_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8817157Z test_quick_fmod_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8817315Z test_quick_fmod_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8817506Z test_quick_fmod_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8817665Z test_quick_fmod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8817828Z test_quick_frac_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8817988Z test_quick_frac_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8818141Z test_quick_frac_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8818302Z test_quick_frac_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8818496Z test_quick_gcd_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8818661Z test_quick_gcd_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8818824Z test_quick_gcd_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8818986Z test_quick_gcd_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8819148Z test_quick_gcd_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8819315Z test_quick_ge_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8819478Z test_quick_ge_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8819637Z test_quick_ge_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8819799Z test_quick_ge_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8819960Z test_quick_ge_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8820120Z test_quick_ge_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8820284Z test_quick_ge_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8820444Z test_quick_ge_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8820608Z test_quick_ge_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8820764Z test_quick_ge_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8820933Z test_quick_gt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8821084Z test_quick_gt_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8821247Z test_quick_gt_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8821407Z test_quick_gt_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8821562Z test_quick_gt_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8821720Z test_quick_gt_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8821882Z test_quick_gt_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8822042Z test_quick_gt_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8822202Z test_quick_gt_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8822389Z test_quick_gt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8822557Z test_quick_heaviside_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8822726Z test_quick_heaviside_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8822902Z test_quick_heaviside_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8823073Z test_quick_heaviside_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8823236Z test_quick_heaviside_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8823446Z test_quick_heaviside_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8823621Z test_quick_heaviside_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8823794Z test_quick_heaviside_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8823963Z test_quick_heaviside_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8824131Z test_quick_heaviside_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8824291Z test_quick_hypot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8824460Z test_quick_hypot_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8824628Z test_quick_hypot_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8824793Z test_quick_igamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8824960Z test_quick_igamma_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8825127Z test_quick_igamma_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8825295Z test_quick_igamma_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8825467Z test_quick_igammac_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8825637Z test_quick_igammac_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8825799Z test_quick_igammac_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8825969Z test_quick_igammac_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8826143Z test_quick_index_add_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8826312Z test_quick_index_add_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8826488Z test_quick_index_add_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8826662Z test_quick_index_add_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8826834Z test_quick_index_add_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8827007Z test_quick_index_add_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8827172Z test_quick_index_add_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8827354Z test_quick_index_add_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8827523Z test_quick_index_add_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8827691Z test_quick_index_add_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8827857Z test_quick_index_add_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8828022Z test_quick_index_add_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8828213Z test_quick_index_add_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8828391Z test_quick_index_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8828558Z test_quick_index_copy_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8828735Z test_quick_index_copy_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8828911Z test_quick_index_copy_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8829072Z test_quick_index_copy_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8829239Z test_quick_index_copy_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8829405Z test_quick_index_copy_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8829574Z test_quick_index_copy_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8829746Z test_quick_index_copy_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8829914Z test_quick_index_copy_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8830081Z test_quick_index_copy_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8830245Z test_quick_index_copy_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8830419Z test_quick_index_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8830579Z test_quick_index_fill_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8830755Z test_quick_index_fill_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8830932Z test_quick_index_fill_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8831104Z test_quick_index_fill_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8831269Z test_quick_index_fill_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8831433Z test_quick_index_fill_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8831600Z test_quick_index_fill_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8831768Z test_quick_index_fill_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8831934Z test_quick_index_fill_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8832131Z test_quick_index_fill_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8832287Z test_quick_index_fill_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8832464Z test_quick_index_select_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8832638Z test_quick_index_select_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8832817Z test_quick_index_select_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8832998Z test_quick_index_select_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8833202Z test_quick_index_select_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8833381Z test_quick_index_select_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8833551Z test_quick_index_select_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8833715Z test_quick_index_select_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8833879Z test_quick_index_select_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8834047Z test_quick_index_select_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8834212Z test_quick_index_select_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8834384Z test_quick_index_select_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8834552Z test_quick_index_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8834816Z test_quick_isinf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8834985Z test_quick_isinf_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8835153Z test_quick_isinf_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8835324Z test_quick_isinf_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8835495Z test_quick_isinf_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8835656Z test_quick_isinf_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8835824Z test_quick_isinf_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8835993Z test_quick_isinf_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8836157Z test_quick_isinf_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8836323Z test_quick_isinf_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8836483Z test_quick_isinf_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8836748Z test_quick_isinf_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8836912Z test_quick_isinf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8837083Z test_quick_isnan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8837291Z test_quick_isnan_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8837465Z test_quick_isnan_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8837637Z test_quick_isnan_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8837807Z test_quick_isnan_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8837976Z test_quick_isnan_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8838180Z test_quick_isnan_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8838347Z test_quick_isnan_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8838513Z test_quick_isnan_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8838676Z test_quick_isnan_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8838830Z test_quick_isnan_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8838990Z test_quick_isnan_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8839165Z test_quick_isneginf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8839334Z test_quick_isneginf_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8839508Z test_quick_isneginf_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8839680Z test_quick_isneginf_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8839856Z test_quick_isneginf_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8840026Z test_quick_isneginf_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8840195Z test_quick_isneginf_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8840353Z test_quick_isneginf_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8840522Z test_quick_isneginf_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8840692Z test_quick_isneginf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8840868Z test_quick_isposinf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8841041Z test_quick_isposinf_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8841212Z test_quick_isposinf_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8841381Z test_quick_isposinf_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8841551Z test_quick_isposinf_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8841717Z test_quick_isposinf_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8841885Z test_quick_isposinf_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8842043Z test_quick_isposinf_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8842239Z test_quick_isposinf_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8842409Z test_quick_isposinf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8842574Z test_quick_lcm_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8842738Z test_quick_lcm_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8842897Z test_quick_lcm_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8843058Z test_quick_lcm_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8843257Z test_quick_lcm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8843426Z test_quick_le_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8843582Z test_quick_le_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8843747Z test_quick_le_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8843913Z test_quick_le_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8844073Z test_quick_le_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8844236Z test_quick_le_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8844398Z test_quick_le_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8844563Z test_quick_le_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8844727Z test_quick_le_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8844885Z test_quick_le_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8845049Z test_quick_lgamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8845216Z test_quick_lgamma_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8845387Z test_quick_lgamma_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8845555Z test_quick_lgamma_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8845724Z test_quick_lgamma_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8845892Z test_quick_lgamma_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8846058Z test_quick_lgamma_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8846225Z test_quick_lgamma_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8846386Z test_quick_lgamma_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8846558Z test_quick_linalg_vector_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8846746Z test_quick_linalg_vector_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8846932Z test_quick_linalg_vector_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8847113Z test_quick_linalg_vector_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8847322Z test_quick_linalg_vector_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8847498Z test_quick_linalg_vector_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8847671Z test_quick_linspace_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8847846Z test_quick_linspace_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8848023Z test_quick_linspace_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8848223Z test_quick_linspace_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8848384Z test_quick_linspace_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8848557Z test_quick_linspace_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8848726Z test_quick_linspace_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8848892Z test_quick_linspace_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8849056Z test_quick_linspace_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8849227Z test_quick_linspace_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8849393Z test_quick_linspace_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8849557Z test_quick_log10_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8849725Z test_quick_log10_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8849883Z test_quick_log10_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8850053Z test_quick_log10_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8850216Z test_quick_log10_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8850380Z test_quick_log10_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8850544Z test_quick_log10_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8850706Z test_quick_log10_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8850867Z test_quick_log10_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8851026Z test_quick_log10_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8851183Z test_quick_log10_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8851341Z test_quick_log1p_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8851509Z test_quick_log1p_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8851679Z test_quick_log1p_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8851844Z test_quick_log1p_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8852036Z test_quick_log1p_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8852200Z test_quick_log1p_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8852363Z test_quick_log1p_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8852523Z test_quick_log1p_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8852687Z test_quick_log1p_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8852843Z test_quick_log2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8853033Z test_quick_log2_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8853204Z test_quick_log2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8853375Z test_quick_log2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8853541Z test_quick_log2_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8853706Z test_quick_log2_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8853867Z test_quick_log2_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8854030Z test_quick_log2_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8854191Z test_quick_log2_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8854343Z test_quick_log2_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8854505Z test_quick_log2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8854669Z test_quick_log_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8854832Z test_quick_log_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8854999Z test_quick_log_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8855167Z test_quick_log_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8855332Z test_quick_log_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8855498Z test_quick_log_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8855661Z test_quick_log_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8855815Z test_quick_log_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8855974Z test_quick_log_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8856134Z test_quick_log_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8856295Z test_quick_log_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8856472Z test_quick_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8856649Z test_quick_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8856821Z test_quick_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8857030Z test_quick_logical_and_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8857201Z test_quick_logical_and_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8857379Z test_quick_logical_and_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8857548Z test_quick_logical_and_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8857723Z test_quick_logical_and_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8857967Z test_quick_logical_and_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8858135Z test_quick_logical_and_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8858308Z test_quick_logical_and_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8858474Z test_quick_logical_and_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8858638Z test_quick_logical_and_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8858808Z test_quick_logical_and_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8858981Z test_quick_logical_and_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8859146Z test_quick_logical_not_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8859316Z test_quick_logical_not_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8859498Z test_quick_logical_not_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8859677Z test_quick_logical_not_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8859848Z test_quick_logical_not_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8860016Z test_quick_logical_not_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8860185Z test_quick_logical_not_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8860357Z test_quick_logical_not_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8860523Z test_quick_logical_not_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8860686Z test_quick_logical_not_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8860844Z test_quick_logical_not_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8861018Z test_quick_logical_not_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8861192Z test_quick_logical_or_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8861363Z test_quick_logical_or_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8861543Z test_quick_logical_or_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8861720Z test_quick_logical_or_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8861923Z test_quick_logical_or_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8862089Z test_quick_logical_or_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8862254Z test_quick_logical_or_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8862413Z test_quick_logical_or_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8862584Z test_quick_logical_or_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8862782Z test_quick_logical_or_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8862955Z test_quick_logical_or_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8863124Z test_quick_logical_or_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8863299Z test_quick_logical_xor_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8863466Z test_quick_logical_xor_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8863643Z test_quick_logical_xor_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8863821Z test_quick_logical_xor_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8863996Z test_quick_logical_xor_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8864156Z test_quick_logical_xor_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8864324Z test_quick_logical_xor_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8864495Z test_quick_logical_xor_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8864663Z test_quick_logical_xor_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8864828Z test_quick_logical_xor_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8864994Z test_quick_logical_xor_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8865164Z test_quick_logical_xor_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8865334Z test_quick_logit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8865501Z test_quick_logit_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8865662Z test_quick_logit_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8865828Z test_quick_logit_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8865993Z test_quick_logit_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8866157Z test_quick_logit_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8866320Z test_quick_logit_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8866487Z test_quick_logit_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8866647Z test_quick_logit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8866850Z test_quick_logspace_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8867025Z test_quick_logspace_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8867190Z test_quick_logspace_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8867362Z test_quick_logspace_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8867531Z test_quick_logspace_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8867726Z test_quick_logspace_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8867900Z test_quick_logspace_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8868074Z test_quick_logspace_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8868243Z test_quick_logspace_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8868412Z test_quick_logspace_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8868586Z test_quick_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8868752Z test_quick_logsumexp_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8868919Z test_quick_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8869090Z test_quick_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8869263Z test_quick_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8869433Z test_quick_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8869604Z test_quick_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8869772Z test_quick_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8869940Z test_quick_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8870105Z test_quick_lt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8870268Z test_quick_lt_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8870422Z test_quick_lt_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8870586Z test_quick_lt_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8870745Z test_quick_lt_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8870904Z test_quick_lt_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8871066Z test_quick_lt_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8871226Z test_quick_lt_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8871389Z test_quick_lt_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8871550Z test_quick_lt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8871754Z test_quick_masked_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8871916Z test_quick_masked_fill_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8872095Z test_quick_masked_fill_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8872273Z test_quick_masked_fill_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8872450Z test_quick_masked_fill_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8872648Z test_quick_masked_fill_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8872822Z test_quick_masked_fill_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8872992Z test_quick_masked_fill_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8873165Z test_quick_masked_fill_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8873333Z test_quick_masked_fill_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8873497Z test_quick_masked_fill_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8873656Z test_quick_masked_fill_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8873829Z test_quick_masked_fill_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8874000Z test_quick_maximum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8874169Z test_quick_maximum_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8874340Z test_quick_maximum_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8874507Z test_quick_maximum_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8874760Z test_quick_maximum_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8874930Z test_quick_maximum_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8875099Z test_quick_maximum_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8875257Z test_quick_maximum_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8875429Z test_quick_maximum_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8875596Z test_quick_maximum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8875763Z test_quick_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8875939Z test_quick_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8876113Z test_quick_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8876283Z test_quick_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8876454Z test_quick_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8876727Z test_quick_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8876957Z test_quick_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8877140Z test_quick_meshgrid_list_of_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8877335Z test_quick_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8877525Z test_quick_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8877745Z test_quick_meshgrid_list_of_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8877935Z test_quick_meshgrid_list_of_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8878121Z test_quick_meshgrid_list_of_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8878304Z test_quick_meshgrid_list_of_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8878491Z test_quick_meshgrid_list_of_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8878675Z test_quick_meshgrid_list_of_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8878848Z test_quick_meshgrid_list_of_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8879034Z test_quick_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8879230Z test_quick_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8879416Z test_quick_meshgrid_variadic_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8879610Z test_quick_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8879802Z test_quick_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8879991Z test_quick_meshgrid_variadic_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8880178Z test_quick_meshgrid_variadic_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8880361Z test_quick_meshgrid_variadic_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8880549Z test_quick_meshgrid_variadic_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8880737Z test_quick_meshgrid_variadic_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8880912Z test_quick_meshgrid_variadic_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8881097Z test_quick_meshgrid_variadic_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8881282Z test_quick_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8881455Z test_quick_minimum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8881623Z test_quick_minimum_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8881822Z test_quick_minimum_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8881992Z test_quick_minimum_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8882162Z test_quick_minimum_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8882331Z test_quick_minimum_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8882489Z test_quick_minimum_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8882681Z test_quick_minimum_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8882849Z test_quick_minimum_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8883015Z test_quick_minimum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8883178Z test_quick_mul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8883340Z test_quick_mul_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8883513Z test_quick_mul_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8883681Z test_quick_mul_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8883851Z test_quick_mul_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8884006Z test_quick_mul_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8884173Z test_quick_mul_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8884335Z test_quick_mul_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8884497Z test_quick_mul_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8884659Z test_quick_mul_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8884822Z test_quick_mul_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8884983Z test_quick_mul_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8885149Z test_quick_mul_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8885315Z test_quick_mv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8885475Z test_quick_mv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8885644Z test_quick_mv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8885811Z test_quick_mv_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8885976Z test_quick_mv_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8886136Z test_quick_mv_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8886301Z test_quick_mv_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8886458Z test_quick_mv_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8886647Z test_quick_mv_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8886807Z test_quick_mv_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8886995Z test_quick_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8887170Z test_quick_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8887356Z test_quick_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8887562Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8887747Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8887926Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8888106Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8888281Z test_quick_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8888467Z test_quick_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8888651Z test_quick_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8888835Z test_quick_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8889007Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8889191Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8889372Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8889553Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8889729Z test_quick_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8889914Z test_quick_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8890095Z test_quick_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8890276Z test_quick_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8890461Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8890627Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8890805Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8890984Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8891161Z test_quick_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8891335Z test_quick_nan_to_num_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8891532Z test_quick_nan_to_num_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8891706Z test_quick_nan_to_num_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8891875Z test_quick_nan_to_num_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8892041Z test_quick_nan_to_num_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8892211Z test_quick_nan_to_num_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8892409Z test_quick_nan_to_num_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8892580Z test_quick_nan_to_num_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8892750Z test_quick_nan_to_num_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8892917Z test_quick_nan_to_num_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8893098Z test_quick_native_batch_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8893279Z test_quick_native_batch_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8893459Z test_quick_native_batch_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8893642Z test_quick_native_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8893824Z test_quick_native_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8894007Z test_quick_native_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8894164Z test_quick_ne_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8894328Z test_quick_ne_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8894499Z test_quick_ne_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8894667Z test_quick_ne_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8894832Z test_quick_ne_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8894998Z test_quick_ne_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8895162Z test_quick_ne_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8895325Z test_quick_ne_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8895486Z test_quick_ne_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8895638Z test_quick_ne_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8895804Z test_quick_ne_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8895965Z test_quick_ne_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8896136Z test_quick_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8896309Z test_quick_neg_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8896512Z test_quick_neg_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8896680Z test_quick_neg_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8896848Z test_quick_neg_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8897013Z test_quick_neg_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8897165Z test_quick_neg_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8897358Z test_quick_neg_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8897526Z test_quick_neg_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8897689Z test_quick_neg_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8897850Z test_quick_neg_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8898012Z test_quick_neg_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8898188Z test_quick_new_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8898358Z test_quick_new_empty_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8898535Z test_quick_new_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8898703Z test_quick_new_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8898875Z test_quick_new_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8899054Z test_quick_new_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8899223Z test_quick_new_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8899389Z test_quick_new_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8899559Z test_quick_new_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8899724Z test_quick_new_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8899900Z test_quick_new_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8900068Z test_quick_new_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8900238Z test_quick_new_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8900436Z test_quick_new_empty_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8900630Z test_quick_new_empty_strided_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8900820Z test_quick_new_empty_strided_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8901019Z test_quick_new_empty_strided_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8901223Z test_quick_new_empty_strided_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8901450Z test_quick_new_empty_strided_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8901638Z test_quick_new_empty_strided_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8901823Z test_quick_new_empty_strided_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8902012Z test_quick_new_empty_strided_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8902201Z test_quick_new_empty_strided_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8902413Z test_quick_new_empty_strided_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8902602Z test_quick_new_empty_strided_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8902785Z test_quick_new_empty_strided_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:46:29.8902961Z test_quick_new_full_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8903132Z test_quick_new_full_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8903308Z test_quick_new_full_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8903483Z test_quick_new_full_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8903651Z test_quick_new_full_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8903822Z test_quick_new_full_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8903995Z test_quick_new_full_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8904167Z test_quick_new_full_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8904333Z test_quick_new_full_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8904491Z test_quick_new_full_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8904659Z test_quick_new_full_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8904832Z test_quick_new_full_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8904999Z test_quick_new_full_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8905174Z test_quick_new_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8905341Z test_quick_new_ones_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8905516Z test_quick_new_ones_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8905689Z test_quick_new_ones_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8905854Z test_quick_new_ones_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8906013Z test_quick_new_ones_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8906185Z test_quick_new_ones_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8906383Z test_quick_new_ones_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8906553Z test_quick_new_ones_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8906720Z test_quick_new_ones_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8906887Z test_quick_new_ones_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8907055Z test_quick_new_ones_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8907250Z test_quick_new_ones_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8907424Z test_quick_new_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8907580Z test_quick_new_zeros_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8907756Z test_quick_new_zeros_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8907932Z test_quick_new_zeros_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8908105Z test_quick_new_zeros_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8908279Z test_quick_new_zeros_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8908449Z test_quick_new_zeros_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8908615Z test_quick_new_zeros_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8908788Z test_quick_new_zeros_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8908957Z test_quick_new_zeros_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8909125Z test_quick_new_zeros_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8909280Z test_quick_new_zeros_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8909448Z test_quick_new_zeros_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8909628Z test_quick_nextafter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8909804Z test_quick_nextafter_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8909974Z test_quick_nextafter_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8910174Z test_quick_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8910371Z test_quick_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8910579Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8910789Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8910999Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8911201Z test_quick_nn_functional_elu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8911382Z test_quick_nn_functional_elu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8911563Z test_quick_nn_functional_elu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8911753Z test_quick_nn_functional_embedding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8911945Z test_quick_nn_functional_embedding_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8912160Z test_quick_nn_functional_embedding_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8912350Z test_quick_nn_functional_embedding_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8912535Z test_quick_nn_functional_gelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8912715Z test_quick_nn_functional_gelu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8912894Z test_quick_nn_functional_gelu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8913061Z test_quick_nn_functional_glu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8913242Z test_quick_nn_functional_glu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8913423Z test_quick_nn_functional_glu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8913613Z test_quick_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8913804Z test_quick_nn_functional_hardshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8913992Z test_quick_nn_functional_hardshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8914185Z test_quick_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8914376Z test_quick_nn_functional_hardsigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8914568Z test_quick_nn_functional_hardsigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8914823Z test_quick_nn_functional_hardswish_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8915004Z test_quick_nn_functional_hardswish_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8915190Z test_quick_nn_functional_hardswish_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8915380Z test_quick_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8915568Z test_quick_nn_functional_hardtanh_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8915755Z test_quick_nn_functional_hardtanh_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8915942Z test_quick_nn_functional_hardtanh_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8916126Z test_quick_nn_functional_hardtanh_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8916344Z test_quick_nn_functional_hardtanh_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8916526Z test_quick_nn_functional_hardtanh_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8916803Z test_quick_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8916978Z test_quick_nn_functional_huber_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8917212Z test_quick_nn_functional_huber_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8917402Z test_quick_nn_functional_huber_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8917597Z test_quick_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8917788Z test_quick_nn_functional_leaky_relu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8917972Z test_quick_nn_functional_leaky_relu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8918163Z test_quick_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8918354Z test_quick_nn_functional_logsigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8918541Z test_quick_nn_functional_logsigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8918722Z test_quick_nn_functional_mish_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8918894Z test_quick_nn_functional_mish_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8919080Z test_quick_nn_functional_mse_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8919268Z test_quick_nn_functional_mse_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8919457Z test_quick_nn_functional_mse_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8919653Z test_quick_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8919844Z test_quick_nn_functional_pad_constant_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8920041Z test_quick_nn_functional_pad_constant_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8920238Z test_quick_nn_functional_pad_constant_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8920427Z test_quick_nn_functional_pad_constant_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8920612Z test_quick_nn_functional_pad_constant_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8920782Z test_quick_nn_functional_pad_constant_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8920972Z test_quick_nn_functional_pad_constant_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8921194Z test_quick_nn_functional_pad_constant_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8921381Z test_quick_nn_functional_pad_constant_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8921569Z test_quick_nn_functional_pad_constant_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8921753Z test_quick_nn_functional_pad_constant_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8921937Z test_quick_nn_functional_prelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8922139Z test_quick_nn_functional_prelu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8922324Z test_quick_nn_functional_prelu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8922511Z test_quick_nn_functional_relu6_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8922677Z test_quick_nn_functional_relu6_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8922856Z test_quick_nn_functional_relu6_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8923034Z test_quick_nn_functional_relu6_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8923213Z test_quick_nn_functional_relu6_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8923390Z test_quick_nn_functional_relu6_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8923568Z test_quick_nn_functional_relu6_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8923754Z test_quick_nn_functional_relu6_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8923937Z test_quick_nn_functional_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8924119Z test_quick_nn_functional_relu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8924301Z test_quick_nn_functional_relu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8924468Z test_quick_nn_functional_relu_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8924651Z test_quick_nn_functional_relu_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8924831Z test_quick_nn_functional_relu_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8925014Z test_quick_nn_functional_relu_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8925190Z test_quick_nn_functional_relu_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8925371Z test_quick_nn_functional_rrelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8925553Z test_quick_nn_functional_rrelu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8925734Z test_quick_nn_functional_rrelu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8925913Z test_quick_nn_functional_silu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8926126Z test_quick_nn_functional_silu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8926296Z test_quick_nn_functional_silu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8926482Z test_quick_nn_functional_softplus_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8926669Z test_quick_nn_functional_softplus_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8926854Z test_quick_nn_functional_softplus_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8927085Z test_quick_nn_functional_softshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8927272Z test_quick_nn_functional_softshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8927460Z test_quick_nn_functional_softshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8927644Z test_quick_nn_functional_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8927833Z test_quick_nn_functional_unfold_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8928021Z test_quick_nn_functional_unfold_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8928194Z test_quick_nn_functional_unfold_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8928381Z test_quick_nn_functional_unfold_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8928563Z test_quick_nn_functional_unfold_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8928732Z test_quick_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8928905Z test_quick_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8929077Z test_quick_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8929243Z test_quick_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8929413Z test_quick_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8929577Z test_quick_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8929752Z test_quick_norm_inf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8929916Z test_quick_norm_inf_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8930092Z test_quick_norm_inf_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8930264Z test_quick_norm_inf_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8930435Z test_quick_norm_inf_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8930606Z test_quick_norm_inf_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8930776Z test_quick_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8930942Z test_quick_ones_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8931145Z test_quick_ones_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8931319Z test_quick_ones_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8931478Z test_quick_ones_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8931645Z test_quick_ones_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8931811Z test_quick_ones_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8931996Z test_quick_ones_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8932164Z test_quick_ones_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8932332Z test_quick_ones_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8932493Z test_quick_ones_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8932656Z test_quick_ones_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8932817Z test_quick_ones_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8932978Z test_quick_permute_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8933153Z test_quick_permute_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8933328Z test_quick_permute_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8933507Z test_quick_permute_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8933677Z test_quick_permute_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8933851Z test_quick_permute_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8934021Z test_quick_permute_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8934192Z test_quick_permute_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8934362Z test_quick_permute_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8934520Z test_quick_permute_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8934691Z test_quick_permute_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8934860Z test_quick_permute_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8935026Z test_quick_permute_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8935192Z test_quick_pow_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8935362Z test_quick_pow_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8935528Z test_quick_pow_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8935695Z test_quick_pow_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8935862Z test_quick_pow_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8936082Z test_quick_pow_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8936236Z test_quick_pow_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8936400Z test_quick_pow_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8936563Z test_quick_pow_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8936729Z test_quick_pow_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8936921Z test_quick_pow_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8937088Z test_quick_prod_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8937263Z test_quick_prod_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8937435Z test_quick_prod_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8937601Z test_quick_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8937758Z test_quick_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8937925Z test_quick_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8938092Z test_quick_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8938255Z test_quick_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8938418Z test_quick_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8938576Z test_quick_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8938747Z test_quick_randn_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8938913Z test_quick_randn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8939079Z test_quick_randn_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8939241Z test_quick_randn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8939405Z test_quick_randn_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8939570Z test_quick_randn_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8939741Z test_quick_randn_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8939921Z test_quick_reciprocal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8940094Z test_quick_reciprocal_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8940273Z test_quick_reciprocal_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8940453Z test_quick_reciprocal_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8940631Z test_quick_reciprocal_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8940792Z test_quick_reciprocal_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8940987Z test_quick_reciprocal_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8941159Z test_quick_reciprocal_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8941327Z test_quick_reciprocal_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8941500Z test_quick_reciprocal_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8941677Z test_quick_reciprocal_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8941873Z test_quick_reciprocal_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8942055Z test_quick_remainder_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8942233Z test_quick_remainder_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8942402Z test_quick_remainder_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8942556Z test_quick_remainder_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8942728Z test_quick_remainder_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8942899Z test_quick_remainder_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8943070Z test_quick_remainder_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8943239Z test_quick_remainder_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8943410Z test_quick_remainder_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8943582Z test_quick_repeat_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8943750Z test_quick_repeat_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8943926Z test_quick_repeat_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8944088Z test_quick_repeat_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8944259Z test_quick_repeat_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8944430Z test_quick_repeat_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8944599Z test_quick_repeat_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8944769Z test_quick_repeat_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8944940Z test_quick_repeat_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8945104Z test_quick_repeat_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8945273Z test_quick_repeat_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8945437Z test_quick_repeat_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8945598Z test_quick_roll_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8945762Z test_quick_roll_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8945959Z test_quick_roll_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8946130Z test_quick_roll_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8946299Z test_quick_roll_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8946462Z test_quick_roll_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8946628Z test_quick_roll_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8946814Z test_quick_roll_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8946982Z test_quick_roll_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8947150Z test_quick_roll_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8947301Z test_quick_roll_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8947465Z test_quick_roll_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8947626Z test_quick_roll_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8947795Z test_quick_rot90_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8947957Z test_quick_rot90_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8948128Z test_quick_rot90_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8948298Z test_quick_rot90_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8948469Z test_quick_rot90_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8948638Z test_quick_rot90_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8948793Z test_quick_rot90_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8948958Z test_quick_rot90_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8949122Z test_quick_rot90_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8949283Z test_quick_rot90_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8949446Z test_quick_rot90_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8949607Z test_quick_rot90_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8949777Z test_quick_rsqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8949943Z test_quick_rsqrt_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8950116Z test_quick_rsqrt_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8950277Z test_quick_rsqrt_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8950449Z test_quick_rsqrt_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8950617Z test_quick_rsqrt_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8950807Z test_quick_rsqrt_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8950970Z test_quick_rsqrt_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8951131Z test_quick_rsqrt_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8951293Z test_quick_rsqrt_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8951454Z test_quick_rsqrt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8951621Z test_quick_rsub_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8951813Z test_quick_rsub_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8951987Z test_quick_rsub_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8952156Z test_quick_rsub_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8952321Z test_quick_rsub_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8952482Z test_quick_rsub_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8952644Z test_quick_rsub_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8952807Z test_quick_rsub_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8952967Z test_quick_rsub_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8953130Z test_quick_rsub_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8953291Z test_quick_rsub_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8953453Z test_quick_select_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8953621Z test_quick_select_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8953795Z test_quick_select_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8953968Z test_quick_select_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8954142Z test_quick_select_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8954312Z test_quick_select_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8954487Z test_quick_select_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8954735Z test_quick_select_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8954908Z test_quick_select_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8955063Z test_quick_select_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8955228Z test_quick_select_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8955397Z test_quick_select_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8955561Z test_quick_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8955726Z test_quick_sgn_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8955924Z test_quick_sgn_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8956093Z test_quick_sgn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8956262Z test_quick_sgn_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8956432Z test_quick_sgn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8956687Z test_quick_sgn_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8956901Z test_quick_sgn_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8957069Z test_quick_sgn_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8957238Z test_quick_sgn_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8957403Z test_quick_sgn_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8957563Z test_quick_sgn_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8957726Z test_quick_sgn_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8957892Z test_quick_sgn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8958065Z test_quick_sigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8958225Z test_quick_sigmoid_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8958404Z test_quick_sigmoid_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8958580Z test_quick_sigmoid_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8958753Z test_quick_sigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8958925Z test_quick_sigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8959094Z test_quick_sigmoid_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8959263Z test_quick_sigmoid_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8959433Z test_quick_sigmoid_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8959600Z test_quick_sigmoid_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8959768Z test_quick_sigmoid_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8959923Z test_quick_sign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8960090Z test_quick_sign_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8960258Z test_quick_sign_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8960424Z test_quick_sign_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8960586Z test_quick_sign_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8960749Z test_quick_sign_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8960947Z test_quick_sign_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8961107Z test_quick_sign_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8961270Z test_quick_sign_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8961418Z test_quick_sign_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8961590Z test_quick_signbit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8961759Z test_quick_signbit_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8961970Z test_quick_signbit_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8962140Z test_quick_signbit_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8962311Z test_quick_signbit_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8962480Z test_quick_signbit_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8962648Z test_quick_signbit_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8962814Z test_quick_signbit_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8962970Z test_quick_signbit_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8963135Z test_quick_signbit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8963301Z test_quick_sin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8963469Z test_quick_sin_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8963640Z test_quick_sin_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8963808Z test_quick_sin_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8963973Z test_quick_sin_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8964139Z test_quick_sin_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8964303Z test_quick_sin_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8964455Z test_quick_sin_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8964615Z test_quick_sin_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8964776Z test_quick_sin_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8964939Z test_quick_sin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8965109Z test_quick_sinc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8965271Z test_quick_sinc_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8965444Z test_quick_sinc_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8965614Z test_quick_sinc_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8965783Z test_quick_sinc_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8965965Z test_quick_sinc_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8966131Z test_quick_sinc_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8966295Z test_quick_sinc_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8966455Z test_quick_sinc_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8966619Z test_quick_sinc_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8966807Z test_quick_sinc_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8966977Z test_quick_sinh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8967145Z test_quick_sinh_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8967318Z test_quick_sinh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8967488Z test_quick_sinh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8967645Z test_quick_sinh_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8967811Z test_quick_sinh_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8967972Z test_quick_sinh_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8968139Z test_quick_sinh_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8968299Z test_quick_sinh_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8968468Z test_quick_sinh_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8968626Z test_quick_sinh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8968798Z test_quick_slice_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8968962Z test_quick_slice_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8969125Z test_quick_slice_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8969296Z test_quick_slice_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8969468Z test_quick_slice_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8969640Z test_quick_slice_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8969811Z test_quick_slice_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8969980Z test_quick_slice_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8970148Z test_quick_slice_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8970316Z test_quick_slice_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8970479Z test_quick_slice_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8970633Z test_quick_slice_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8970822Z test_quick_slice_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8970994Z test_quick_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8971163Z test_quick_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8971333Z test_quick_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8971514Z test_quick_special_i0e_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8971691Z test_quick_special_i0e_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8971895Z test_quick_special_i0e_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8972073Z test_quick_special_i0e_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8972235Z test_quick_special_i0e_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8972402Z test_quick_special_i0e_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8972565Z test_quick_special_i0e_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8972734Z test_quick_special_i0e_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8972907Z test_quick_special_i0e_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8973080Z test_quick_special_i1_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8973255Z test_quick_special_i1_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8973428Z test_quick_special_i1_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8973599Z test_quick_special_i1_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8973766Z test_quick_special_i1_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8973925Z test_quick_special_i1_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8974094Z test_quick_special_i1_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8974263Z test_quick_special_i1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8974433Z test_quick_special_i1e_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8974610Z test_quick_special_i1e_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8974780Z test_quick_special_i1e_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8974950Z test_quick_special_i1e_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8975116Z test_quick_special_i1e_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8975281Z test_quick_special_i1e_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8975440Z test_quick_special_i1e_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8975614Z test_quick_special_i1e_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8975816Z test_quick_special_zeta_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8975995Z test_quick_special_zeta_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8976166Z test_quick_special_zeta_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8976341Z test_quick_special_zeta_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8976509Z test_quick_special_zeta_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8976706Z test_quick_special_zeta_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8976879Z test_quick_special_zeta_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8977049Z test_quick_special_zeta_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8977209Z test_quick_split_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8977377Z test_quick_split_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8977546Z test_quick_split_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8977717Z test_quick_split_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8977891Z test_quick_split_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8978060Z test_quick_split_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8978230Z test_quick_split_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8978401Z test_quick_split_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8978568Z test_quick_split_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8978723Z test_quick_split_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8978886Z test_quick_split_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8979052Z test_quick_split_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8979214Z test_quick_split_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8979392Z test_quick_split_list_args_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8979571Z test_quick_split_list_args_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8979754Z test_quick_split_list_args_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8979937Z test_quick_split_list_args_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8980116Z test_quick_split_list_args_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8980284Z test_quick_split_list_args_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8980463Z test_quick_split_list_args_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8980668Z test_quick_split_list_args_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8980844Z test_quick_split_list_args_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8981018Z test_quick_split_list_args_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8981193Z test_quick_split_list_args_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8981367Z test_quick_split_list_args_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8981576Z test_quick_split_with_sizes_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8981751Z test_quick_split_with_sizes_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8981937Z test_quick_split_with_sizes_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8982108Z test_quick_split_with_sizes_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8982292Z test_quick_split_with_sizes_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8982470Z test_quick_split_with_sizes_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8982648Z test_quick_split_with_sizes_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8982831Z test_quick_split_with_sizes_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8983007Z test_quick_split_with_sizes_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8983185Z test_quick_split_with_sizes_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8983358Z test_quick_split_with_sizes_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8983530Z test_quick_split_with_sizes_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8983703Z test_quick_split_with_sizes_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8983861Z test_quick_sqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8984026Z test_quick_sqrt_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8984197Z test_quick_sqrt_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8984369Z test_quick_sqrt_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8984535Z test_quick_sqrt_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8984701Z test_quick_sqrt_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8984864Z test_quick_sqrt_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8985026Z test_quick_sqrt_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8985187Z test_quick_sqrt_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8985340Z test_quick_sqrt_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8985531Z test_quick_sqrt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8985702Z test_quick_squeeze_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8985871Z test_quick_squeeze_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8986047Z test_quick_squeeze_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8986222Z test_quick_squeeze_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8986391Z test_quick_squeeze_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8986587Z test_quick_squeeze_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8986762Z test_quick_squeeze_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8986925Z test_quick_squeeze_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8987093Z test_quick_squeeze_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8987261Z test_quick_squeeze_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8987430Z test_quick_squeeze_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8987593Z test_quick_squeeze_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8987760Z test_quick_squeeze_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8987932Z test_quick_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8988101Z test_quick_stack_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8988275Z test_quick_stack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8988447Z test_quick_stack_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8988607Z test_quick_stack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8988776Z test_quick_stack_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8988942Z test_quick_stack_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8989108Z test_quick_stack_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8989273Z test_quick_stack_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8989439Z test_quick_stack_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8989602Z test_quick_stack_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8989768Z test_quick_stack_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8989929Z test_quick_stack_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8990086Z test_quick_std_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8990257Z test_quick_std_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8990425Z test_quick_std_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8990617Z test_quick_std_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8990778Z test_quick_std_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8990936Z test_quick_std_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8991110Z test_quick_std_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8991284Z test_quick_std_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8991486Z test_quick_std_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8991646Z test_quick_std_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8991820Z test_quick_std_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8991990Z test_quick_std_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8992156Z test_quick_sub_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8992325Z test_quick_sub_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8992493Z test_quick_sub_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8992662Z test_quick_sub_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8992826Z test_quick_sub_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8992994Z test_quick_sub_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8993146Z test_quick_sub_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8993311Z test_quick_sub_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8993475Z test_quick_sub_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8993635Z test_quick_sub_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8993800Z test_quick_sub_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8993963Z test_quick_sub_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8994132Z test_quick_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8994297Z test_quick_sum_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8994467Z test_quick_sum_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8994637Z test_quick_sum_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8994862Z test_quick_sum_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8995030Z test_quick_sum_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8995196Z test_quick_sum_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8995359Z test_quick_sum_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8995555Z test_quick_sum_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8995714Z test_quick_sum_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8995877Z test_quick_sum_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8996040Z test_quick_sum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8996208Z test_quick_t_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8996360Z test_quick_t_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8996687Z test_quick_t_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8996859Z test_quick_t_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8997025Z test_quick_t_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8997192Z test_quick_t_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8997353Z test_quick_t_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8997517Z test_quick_t_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8997682Z test_quick_t_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8997844Z test_quick_t_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8997995Z test_quick_t_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8998163Z test_quick_t_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8998330Z test_quick_tan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8998494Z test_quick_tan_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8998666Z test_quick_tan_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8998836Z test_quick_tan_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8999004Z test_quick_tan_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8999174Z test_quick_tan_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8999339Z test_quick_tan_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8999493Z test_quick_tan_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8999651Z test_quick_tan_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8999815Z test_quick_tan_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.8999976Z test_quick_tan_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9000143Z test_quick_tanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9000305Z test_quick_tanh_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9000478Z test_quick_tanh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9000686Z test_quick_tanh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9000854Z test_quick_tanh_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9001009Z test_quick_tanh_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9001176Z test_quick_tanh_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9001341Z test_quick_tanh_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9001524Z test_quick_tanh_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9001688Z test_quick_tanh_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9001849Z test_quick_tanh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9002026Z test_quick_trace_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9002200Z test_quick_trace_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9002373Z test_quick_trace_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9002532Z test_quick_trace_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9002698Z test_quick_trace_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9002866Z test_quick_trace_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9003028Z test_quick_trace_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9003196Z test_quick_trace_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9003356Z test_quick_trace_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9003535Z test_quick_transpose_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9003706Z test_quick_transpose_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9003885Z test_quick_transpose_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9004068Z test_quick_transpose_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9004230Z test_quick_transpose_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9004411Z test_quick_transpose_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9004580Z test_quick_transpose_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9004750Z test_quick_transpose_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9004920Z test_quick_transpose_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9005091Z test_quick_transpose_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9005266Z test_quick_transpose_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9005436Z test_quick_transpose_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9005633Z test_quick_transpose_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9005790Z test_quick_tril_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9005955Z test_quick_tril_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9006123Z test_quick_tril_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9006294Z test_quick_tril_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9006488Z test_quick_tril_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9006656Z test_quick_tril_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9006821Z test_quick_tril_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9006983Z test_quick_tril_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9007146Z test_quick_tril_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9007295Z test_quick_tril_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9007456Z test_quick_tril_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9007615Z test_quick_tril_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9007792Z test_quick_tril_indices_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9007962Z test_quick_tril_indices_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9008131Z test_quick_triu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9008295Z test_quick_triu_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9008464Z test_quick_triu_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9008633Z test_quick_triu_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9008788Z test_quick_triu_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9008954Z test_quick_triu_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9009115Z test_quick_triu_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9009281Z test_quick_triu_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9009445Z test_quick_triu_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9009605Z test_quick_triu_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9009769Z test_quick_triu_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9009928Z test_quick_triu_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9010101Z test_quick_triu_indices_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9010271Z test_quick_triu_indices_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9010429Z test_quick_trunc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9010627Z test_quick_trunc_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9010794Z test_quick_trunc_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9010962Z test_quick_trunc_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9011127Z test_quick_trunc_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9011292Z test_quick_trunc_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9011519Z test_quick_trunc_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9011685Z test_quick_trunc_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9011859Z test_quick_unbind_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9012015Z test_quick_unbind_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9012189Z test_quick_unbind_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9012362Z test_quick_unbind_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9012537Z test_quick_unbind_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9012709Z test_quick_unbind_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9012879Z test_quick_unbind_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9013052Z test_quick_unbind_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9013224Z test_quick_unbind_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9013394Z test_quick_unbind_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9013547Z test_quick_unbind_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9013716Z test_quick_unbind_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9013879Z test_quick_unbind_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9014050Z test_quick_uniform_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9014226Z test_quick_uniform_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9014396Z test_quick_uniform_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9014566Z test_quick_uniform_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9014735Z test_quick_uniform_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9014901Z test_quick_uniform_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9015066Z test_quick_unsqueeze_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9015238Z test_quick_unsqueeze_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9015417Z test_quick_unsqueeze_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9015622Z test_quick_unsqueeze_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9015793Z test_quick_unsqueeze_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9015966Z test_quick_unsqueeze_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9016135Z test_quick_unsqueeze_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9016300Z test_quick_unsqueeze_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9016498Z test_quick_unsqueeze_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9016668Z test_quick_unsqueeze_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9016829Z test_quick_unsqueeze_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9016999Z test_quick_unsqueeze_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9017165Z test_quick_unsqueeze_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9017331Z test_quick_var_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9017499Z test_quick_var_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9017672Z test_quick_var_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9017840Z test_quick_var_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9018009Z test_quick_var_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9018174Z test_quick_var_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9018338Z test_quick_var_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9018509Z test_quick_var_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9018681Z test_quick_var_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9018852Z test_quick_var_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9019026Z test_quick_var_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9019199Z test_quick_var_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9019368Z test_quick_view_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9019533Z test_quick_view_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9019703Z test_quick_view_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9019861Z test_quick_view_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9020035Z test_quick_view_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9020204Z test_quick_view_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9020399Z test_quick_view_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9020559Z test_quick_view_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9020722Z test_quick_view_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9020886Z test_quick_view_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9021047Z test_quick_view_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9021211Z test_quick_view_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9021396Z test_quick_view_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9021559Z test_quick_where_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9021727Z test_quick_where_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9021900Z test_quick_where_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9022073Z test_quick_where_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9022244Z test_quick_where_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9022416Z test_quick_where_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9022588Z test_quick_where_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9022758Z test_quick_where_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9022925Z test_quick_where_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9023080Z test_quick_where_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9023241Z test_quick_where_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9023405Z test_quick_where_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9023568Z test_quick_where_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9023737Z test_quick_xlogy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9023905Z test_quick_xlogy_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9024073Z test_quick_xlogy_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9024244Z test_quick_xlogy_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9024411Z test_quick_xlogy_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9024562Z test_quick_xlogy_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9024726Z test_quick_xlogy_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9024887Z test_quick_xlogy_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9025053Z test_quick_xlogy_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9025213Z test_quick_xlogy_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9025411Z test_quick_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9025576Z test_quick_zeros_cpu_bool (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9025748Z test_quick_zeros_cpu_complex128 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9025918Z test_quick_zeros_cpu_complex32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9026079Z test_quick_zeros_cpu_complex64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9026272Z test_quick_zeros_cpu_float16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9026443Z test_quick_zeros_cpu_float32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9026614Z test_quick_zeros_cpu_float64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9026783Z test_quick_zeros_cpu_int16 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9026948Z test_quick_zeros_cpu_int32 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9027110Z test_quick_zeros_cpu_int64 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9027274Z test_quick_zeros_cpu_int8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9027433Z test_quick_zeros_cpu_uint8 (__main__.TestDecompCPU) ... skip: Test does not work with TorchDynamo (0.001s) 2022-12-01T10:46:29.9027444Z 2022-12-01T10:46:29.9027731Z ---------------------------------------------------------------------- 2022-12-01T10:46:29.9027799Z Ran 7098 tests in 9.409s 2022-12-01T10:46:29.9027807Z 2022-12-01T10:46:29.9027883Z OK (skipped=7096) 2022-12-01T10:46:29.9027888Z 2022-12-01T10:46:29.9027974Z Generating XML reports... 2022-12-01T10:46:29.9028307Z Generated XML report: test-reports/python-unittest/test_decomp/TEST-DecompContiguousTestsCPU-20221201104618.xml 2022-12-01T10:46:29.9028585Z Generated XML report: test-reports/python-unittest/test_decomp/TEST-TestDecompCPU-20221201104618.xml 2022-12-01T10:46:29.9028590Z 2022-12-01T10:46:29.9029055Z ##[endgroup] 2022-12-01T10:46:29.9029326Z FINISHED PRINTING LOG FILE of test_decomp (/var/lib/jenkins/workspace/test/test-reports/test_decomp_an76xg7y) 2022-12-01T10:46:29.9029331Z 2022-12-01T10:46:29.9029490Z Running test_indexing ... [2022-12-01 10:46:29.733282] 2022-12-01T10:46:29.9029811Z Executing ['/opt/conda/bin/python', '-bb', 'test_indexing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:46:29.733607] 2022-12-01T10:46:37.0046602Z 2022-12-01T10:46:37.0047211Z Expand the folded group to see the log file of test_indexing 2022-12-01T10:46:37.0048177Z ##[group]PRINTING LOG FILE of test_indexing (/var/lib/jenkins/workspace/test/test-reports/test_indexing_uzz0xgut) 2022-12-01T10:46:37.0049094Z Test results will be stored in test-reports/python-unittest/test_indexing 2022-12-01T10:46:37.0049352Z 2022-12-01T10:46:37.0049463Z Running tests... 2022-12-01T10:46:37.0049926Z ---------------------------------------------------------------------- 2022-12-01T10:46:37.0050412Z test_boolean_assignment_value_mismatch_cpu (__main__.NumpyTestsCPU) ... ok (0.139s) 2022-12-01T10:46:37.0050900Z test_boolean_indexing_alldims_cpu (__main__.NumpyTestsCPU) ... ok (0.020s) 2022-12-01T10:46:37.0051380Z test_boolean_indexing_onedim_cpu (__main__.NumpyTestsCPU) ... ok (0.018s) 2022-12-01T10:46:37.0051860Z test_boolean_indexing_twodim_cpu (__main__.NumpyTestsCPU) ... ok (0.066s) 2022-12-01T10:46:37.0052639Z test_boolean_indexing_weirdness_cpu (__main__.NumpyTestsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1484 2022-12-01T10:46:37.0053324Z due to: 2022-12-01T10:46:37.0053516Z Traceback (most recent call last): 2022-12-01T10:46:37.0053855Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:46:37.0054127Z return self._op(*args, **kwargs or {}) 2022-12-01T10:46:37.0054426Z IndexError: shape mismatch: indexing tensors could not be broadcast together with shapes [0], [2] 2022-12-01T10:46:37.0054620Z 2022-12-01T10:46:37.0054692Z from user code: 2022-12-01T10:46:37.0054884Z File "test_indexing.py", line 1484, in 2022-12-01T10:46:37.0055145Z self.assertRaises(IndexError, lambda: a[False, [0, 1], ...]) 2022-12-01T10:46:37.0055298Z 2022-12-01T10:46:37.0055432Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0055634Z ========== 2022-12-01T10:46:37.0055854Z ok (0.047s) 2022-12-01T10:46:37.0056164Z test_boolean_indexing_weirdness_tensors_cpu (__main__.NumpyTestsCPU) ... ok (0.043s) 2022-12-01T10:46:37.0056462Z test_boolean_list_indexing_cpu (__main__.NumpyTestsCPU) ... ok (0.061s) 2022-12-01T10:46:37.0056977Z 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:46:37.0057536Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[index]) 2022-12-01T10:46:37.0057987Z test_indexing.py:1436: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-12-01T10:46:37.0058504Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[(slice(None), index)]) 2022-12-01T10:46:37.0058733Z ok (0.124s) 2022-12-01T10:46:37.0058960Z test_broadcast_subspace_cpu (__main__.NumpyTestsCPU) ... ok (0.014s) 2022-12-01T10:46:37.0059254Z test_broaderrors_indexing_cpu (__main__.NumpyTestsCPU) ... ok (0.026s) 2022-12-01T10:46:37.0059806Z test_ellipsis_index_cpu (__main__.NumpyTestsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1383 2022-12-01T10:46:37.0060123Z due to: 2022-12-01T10:46:37.0060345Z Traceback (most recent call last): 2022-12-01T10:46:37.0060748Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:46:37.0061235Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:46:37.0061628Z AssertionError: torch.* op returned non-Tensor int call_method data_ptr 2022-12-01T10:46:37.0061821Z 2022-12-01T10:46:37.0061913Z from user code: 2022-12-01T10:46:37.0062140Z File "test_indexing.py", line 1385, in 2022-12-01T10:46:37.0062417Z self.assertEqual(a[...].data_ptr(), a.data_ptr()) 2022-12-01T10:46:37.0062591Z 2022-12-01T10:46:37.0062740Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0062954Z ========== 2022-12-01T10:46:37.0063097Z ok (0.020s) 2022-12-01T10:46:37.0063554Z test_empty_fancy_index_cpu (__main__.NumpyTestsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1376 2022-12-01T10:46:37.0063844Z due to: 2022-12-01T10:46:37.0064014Z Traceback (most recent call last): 2022-12-01T10:46:37.0064404Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:46:37.0064672Z return self._op(*args, **kwargs or {}) 2022-12-01T10:46:37.0064966Z IndexError: tensors used as indices must be long, byte or bool tensors 2022-12-01T10:46:37.0065128Z 2022-12-01T10:46:37.0065197Z from user code: 2022-12-01T10:46:37.0065401Z File "test_indexing.py", line 1376, in 2022-12-01T10:46:37.0065693Z self.assertRaises(IndexError, lambda: a[b]) 2022-12-01T10:46:37.0065824Z 2022-12-01T10:46:37.0066010Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0066225Z ========== 2022-12-01T10:46:37.0066429Z ok (0.039s) 2022-12-01T10:46:37.0066883Z test_empty_tuple_index_cpu (__main__.NumpyTestsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1364 2022-12-01T10:46:37.0067247Z due to: 2022-12-01T10:46:37.0067430Z Traceback (most recent call last): 2022-12-01T10:46:37.0067808Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:46:37.0068305Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:46:37.0068742Z AssertionError: torch.* op returned non-Tensor int call_method data_ptr 2022-12-01T10:46:37.0068949Z 2022-12-01T10:46:37.0069023Z from user code: 2022-12-01T10:46:37.0069251Z File "test_indexing.py", line 1365, in 2022-12-01T10:46:37.0069578Z self.assertEqual(a[()].data_ptr(), a.data_ptr()) 2022-12-01T10:46:37.0069718Z 2022-12-01T10:46:37.0069849Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0070052Z ========== 2022-12-01T10:46:37.0070253Z ok (0.008s) 2022-12-01T10:46:37.0070485Z test_everything_returns_views_cpu (__main__.NumpyTestsCPU) ... ok (0.016s) 2022-12-01T10:46:37.0070759Z test_index_is_larger_cpu (__main__.NumpyTestsCPU) ... ok (0.010s) 2022-12-01T10:46:37.0071277Z test_index_no_floats_cpu (__main__.NumpyTestsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1333 2022-12-01T10:46:37.0071565Z due to: 2022-12-01T10:46:37.0071799Z Traceback (most recent call last): 2022-12-01T10:46:37.0072185Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0072539Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0072858Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-12-01T10:46:37.0073064Z 2022-12-01T10:46:37.0073124Z from user code: 2022-12-01T10:46:37.0073377Z File "test_indexing.py", line 1333, in 2022-12-01T10:46:37.0073624Z self.assertRaises(IndexError, lambda: a[0.0]) 2022-12-01T10:46:37.0073767Z 2022-12-01T10:46:37.0073902Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0074151Z ========== 2022-12-01T10:46:37.0074469Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1334 2022-12-01T10:46:37.0074817Z due to: 2022-12-01T10:46:37.0074987Z Traceback (most recent call last): 2022-12-01T10:46:37.0075382Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0075750Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0076050Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-12-01T10:46:37.0076290Z 2022-12-01T10:46:37.0076367Z from user code: 2022-12-01T10:46:37.0076747Z File "test_indexing.py", line 1334, in 2022-12-01T10:46:37.0077007Z self.assertRaises(IndexError, lambda: a[0, 0.0]) 2022-12-01T10:46:37.0077141Z 2022-12-01T10:46:37.0077272Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0077538Z ========== 2022-12-01T10:46:37.0077865Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1335 2022-12-01T10:46:37.0078098Z due to: 2022-12-01T10:46:37.0078332Z Traceback (most recent call last): 2022-12-01T10:46:37.0078729Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0079073Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0079383Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-12-01T10:46:37.0079657Z 2022-12-01T10:46:37.0079762Z from user code: 2022-12-01T10:46:37.0079982Z File "test_indexing.py", line 1335, in 2022-12-01T10:46:37.0080214Z self.assertRaises(IndexError, lambda: a[0.0, 0]) 2022-12-01T10:46:37.0080363Z 2022-12-01T10:46:37.0080530Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0080757Z ========== 2022-12-01T10:46:37.0081065Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1336 2022-12-01T10:46:37.0081309Z due to: 2022-12-01T10:46:37.0081541Z Traceback (most recent call last): 2022-12-01T10:46:37.0081922Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0082231Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0082592Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-12-01T10:46:37.0082816Z 2022-12-01T10:46:37.0082917Z from user code: 2022-12-01T10:46:37.0083110Z File "test_indexing.py", line 1336, in 2022-12-01T10:46:37.0083361Z self.assertRaises(IndexError, lambda: a[0.0, :]) 2022-12-01T10:46:37.0083504Z 2022-12-01T10:46:37.0083637Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0083844Z ========== 2022-12-01T10:46:37.0084164Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1337 2022-12-01T10:46:37.0084408Z due to: 2022-12-01T10:46:37.0084579Z Traceback (most recent call last): 2022-12-01T10:46:37.0085010Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0085329Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0085644Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-12-01T10:46:37.0085842Z 2022-12-01T10:46:37.0085899Z from user code: 2022-12-01T10:46:37.0086104Z File "test_indexing.py", line 1337, in 2022-12-01T10:46:37.0086349Z self.assertRaises(IndexError, lambda: a[:, 0.0]) 2022-12-01T10:46:37.0086495Z 2022-12-01T10:46:37.0086615Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0086829Z ========== 2022-12-01T10:46:37.0087144Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1338 2022-12-01T10:46:37.0087386Z due to: 2022-12-01T10:46:37.0087553Z Traceback (most recent call last): 2022-12-01T10:46:37.0087942Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0088247Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0088544Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-12-01T10:46:37.0088789Z 2022-12-01T10:46:37.0088865Z from user code: 2022-12-01T10:46:37.0089067Z File "test_indexing.py", line 1338, in 2022-12-01T10:46:37.0089308Z self.assertRaises(IndexError, lambda: a[:, 0.0, :]) 2022-12-01T10:46:37.0089452Z 2022-12-01T10:46:37.0089584Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0089799Z ========== 2022-12-01T10:46:37.0090116Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1339 2022-12-01T10:46:37.0090349Z due to: 2022-12-01T10:46:37.0090537Z Traceback (most recent call last): 2022-12-01T10:46:37.0090931Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0091225Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0091541Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-12-01T10:46:37.0091743Z 2022-12-01T10:46:37.0091815Z from user code: 2022-12-01T10:46:37.0092026Z File "test_indexing.py", line 1339, in 2022-12-01T10:46:37.0092302Z self.assertRaises(IndexError, lambda: a[0.0, :, :]) 2022-12-01T10:46:37.0092451Z 2022-12-01T10:46:37.0092583Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0092804Z ========== 2022-12-01T10:46:37.0093108Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1340 2022-12-01T10:46:37.0093356Z due to: 2022-12-01T10:46:37.0093540Z Traceback (most recent call last): 2022-12-01T10:46:37.0093919Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0094232Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0094547Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-12-01T10:46:37.0094746Z 2022-12-01T10:46:37.0094856Z from user code: 2022-12-01T10:46:37.0095049Z File "test_indexing.py", line 1340, in 2022-12-01T10:46:37.0095302Z self.assertRaises(IndexError, lambda: a[0, 0, 0.0]) 2022-12-01T10:46:37.0095451Z 2022-12-01T10:46:37.0095586Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0095849Z ========== 2022-12-01T10:46:37.0096167Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1341 2022-12-01T10:46:37.0096411Z due to: 2022-12-01T10:46:37.0096577Z Traceback (most recent call last): 2022-12-01T10:46:37.0096965Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0097270Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0097584Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-12-01T10:46:37.0097771Z 2022-12-01T10:46:37.0097840Z from user code: 2022-12-01T10:46:37.0098045Z File "test_indexing.py", line 1341, in 2022-12-01T10:46:37.0098296Z self.assertRaises(IndexError, lambda: a[0.0, 0, 0]) 2022-12-01T10:46:37.0098442Z 2022-12-01T10:46:37.0098558Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0098774Z ========== 2022-12-01T10:46:37.0099091Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1342 2022-12-01T10:46:37.0099318Z due to: 2022-12-01T10:46:37.0099500Z Traceback (most recent call last): 2022-12-01T10:46:37.0099889Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0100192Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0100487Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-12-01T10:46:37.0100686Z 2022-12-01T10:46:37.0100756Z from user code: 2022-12-01T10:46:37.0100962Z File "test_indexing.py", line 1342, in 2022-12-01T10:46:37.0101197Z self.assertRaises(IndexError, lambda: a[0, 0.0, 0]) 2022-12-01T10:46:37.0101342Z 2022-12-01T10:46:37.0101475Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0101693Z ========== 2022-12-01T10:46:37.0101995Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1343 2022-12-01T10:46:37.0102232Z due to: 2022-12-01T10:46:37.0102412Z Traceback (most recent call last): 2022-12-01T10:46:37.0102804Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0103098Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0103409Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-12-01T10:46:37.0103608Z 2022-12-01T10:46:37.0103678Z from user code: 2022-12-01T10:46:37.0103867Z File "test_indexing.py", line 1343, in 2022-12-01T10:46:37.0104161Z self.assertRaises(IndexError, lambda: a[-1.4]) 2022-12-01T10:46:37.0104306Z 2022-12-01T10:46:37.0104436Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0104689Z ========== 2022-12-01T10:46:37.0104994Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1344 2022-12-01T10:46:37.0105237Z due to: 2022-12-01T10:46:37.0105416Z Traceback (most recent call last): 2022-12-01T10:46:37.0105792Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0106096Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0106410Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-12-01T10:46:37.0106612Z 2022-12-01T10:46:37.0106669Z from user code: 2022-12-01T10:46:37.0106872Z File "test_indexing.py", line 1344, in 2022-12-01T10:46:37.0107206Z self.assertRaises(IndexError, lambda: a[0, -1.4]) 2022-12-01T10:46:37.0107352Z 2022-12-01T10:46:37.0107484Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0107692Z ========== 2022-12-01T10:46:37.0108006Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1345 2022-12-01T10:46:37.0108246Z due to: 2022-12-01T10:46:37.0108415Z Traceback (most recent call last): 2022-12-01T10:46:37.0108803Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0109160Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0109460Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-12-01T10:46:37.0109659Z 2022-12-01T10:46:37.0109730Z from user code: 2022-12-01T10:46:37.0109934Z File "test_indexing.py", line 1345, in 2022-12-01T10:46:37.0110233Z self.assertRaises(IndexError, lambda: a[-1.4, 0]) 2022-12-01T10:46:37.0110370Z 2022-12-01T10:46:37.0110502Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0110717Z ========== 2022-12-01T10:46:37.0111036Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1346 2022-12-01T10:46:37.0111266Z due to: 2022-12-01T10:46:37.0111444Z Traceback (most recent call last): 2022-12-01T10:46:37.0111830Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0112124Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0112438Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-12-01T10:46:37.0112637Z 2022-12-01T10:46:37.0112707Z from user code: 2022-12-01T10:46:37.0112912Z File "test_indexing.py", line 1346, in 2022-12-01T10:46:37.0113197Z self.assertRaises(IndexError, lambda: a[-1.4, :]) 2022-12-01T10:46:37.0113341Z 2022-12-01T10:46:37.0113476Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0113693Z ========== 2022-12-01T10:46:37.0113992Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1347 2022-12-01T10:46:37.0114234Z due to: 2022-12-01T10:46:37.0114413Z Traceback (most recent call last): 2022-12-01T10:46:37.0114859Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0115168Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0115483Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-12-01T10:46:37.0115683Z 2022-12-01T10:46:37.0115753Z from user code: 2022-12-01T10:46:37.0115945Z File "test_indexing.py", line 1347, in 2022-12-01T10:46:37.0116245Z self.assertRaises(IndexError, lambda: a[:, -1.4]) 2022-12-01T10:46:37.0116392Z 2022-12-01T10:46:37.0116897Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0117104Z ========== 2022-12-01T10:46:37.0117424Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1348 2022-12-01T10:46:37.0117748Z due to: 2022-12-01T10:46:37.0117928Z Traceback (most recent call last): 2022-12-01T10:46:37.0118308Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0118613Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0118924Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-12-01T10:46:37.0119124Z 2022-12-01T10:46:37.0119182Z from user code: 2022-12-01T10:46:37.0119388Z File "test_indexing.py", line 1348, in 2022-12-01T10:46:37.0119687Z self.assertRaises(IndexError, lambda: a[:, -1.4, :]) 2022-12-01T10:46:37.0119834Z 2022-12-01T10:46:37.0119963Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0120206Z ========== 2022-12-01T10:46:37.0120524Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1349 2022-12-01T10:46:37.0120762Z due to: 2022-12-01T10:46:37.0120938Z Traceback (most recent call last): 2022-12-01T10:46:37.0121325Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0121628Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0121928Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-12-01T10:46:37.0122128Z 2022-12-01T10:46:37.0122198Z from user code: 2022-12-01T10:46:37.0122402Z File "test_indexing.py", line 1349, in 2022-12-01T10:46:37.0122701Z self.assertRaises(IndexError, lambda: a[-1.4, :, :]) 2022-12-01T10:46:37.0122836Z 2022-12-01T10:46:37.0122967Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0123183Z ========== 2022-12-01T10:46:37.0123495Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1350 2022-12-01T10:46:37.0123721Z due to: 2022-12-01T10:46:37.0123902Z Traceback (most recent call last): 2022-12-01T10:46:37.0124290Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0124579Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0124887Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-12-01T10:46:37.0125085Z 2022-12-01T10:46:37.0125155Z from user code: 2022-12-01T10:46:37.0125355Z File "test_indexing.py", line 1350, in 2022-12-01T10:46:37.0125639Z self.assertRaises(IndexError, lambda: a[0, 0, -1.4]) 2022-12-01T10:46:37.0125785Z 2022-12-01T10:46:37.0125916Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0126128Z ========== 2022-12-01T10:46:37.0126429Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1351 2022-12-01T10:46:37.0126670Z due to: 2022-12-01T10:46:37.0126849Z Traceback (most recent call last): 2022-12-01T10:46:37.0127225Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0127532Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0127838Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-12-01T10:46:37.0128037Z 2022-12-01T10:46:37.0128106Z from user code: 2022-12-01T10:46:37.0128296Z File "test_indexing.py", line 1351, in 2022-12-01T10:46:37.0128597Z self.assertRaises(IndexError, lambda: a[-1.4, 0, 0]) 2022-12-01T10:46:37.0128743Z 2022-12-01T10:46:37.0128873Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0129072Z ========== 2022-12-01T10:46:37.0129386Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1352 2022-12-01T10:46:37.0129627Z due to: 2022-12-01T10:46:37.0129794Z Traceback (most recent call last): 2022-12-01T10:46:37.0130179Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0130518Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0130824Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-12-01T10:46:37.0131009Z 2022-12-01T10:46:37.0131078Z from user code: 2022-12-01T10:46:37.0131281Z File "test_indexing.py", line 1352, in 2022-12-01T10:46:37.0131585Z self.assertRaises(IndexError, lambda: a[0, -1.4, 0]) 2022-12-01T10:46:37.0131734Z 2022-12-01T10:46:37.0131853Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0132074Z ========== 2022-12-01T10:46:37.0132235Z ok (0.235s) 2022-12-01T10:46:37.0132444Z test_none_index_cpu (__main__.NumpyTestsCPU) ... ok (0.006s) 2022-12-01T10:46:37.0132768Z test_single_bool_index_cpu (__main__.NumpyTestsCPU) ... ok (0.016s) 2022-12-01T10:46:37.0133058Z test_single_int_index_cpu (__main__.NumpyTestsCPU) ... ok (0.024s) 2022-12-01T10:46:37.0133359Z test_trivial_fancy_out_of_bounds_cpu (__main__.NumpyTestsCPU) ... ok (0.047s) 2022-12-01T10:46:37.0133650Z test_advancedindex_big_cpu (__main__.TestIndexingCPU) ... ok (0.009s) 2022-12-01T10:46:37.0133949Z test_advancedindex_cpu_float16 (__main__.TestIndexingCPU) ... ok (0.525s) 2022-12-01T10:46:37.0134486Z test_advancedindex_cpu_float64 (__main__.TestIndexingCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 187 2022-12-01T10:46:37.0134804Z due to: 2022-12-01T10:46:37.0134990Z Traceback (most recent call last): 2022-12-01T10:46:37.0135462Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:46:37.0135923Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:46:37.0136321Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-12-01T10:46:37.0136506Z 2022-12-01T10:46:37.0136579Z from user code: 2022-12-01T10:46:37.0136821Z File "test_indexing.py", line 193, in 2022-12-01T10:46:37.0137091Z strided.set_(reference.storage(), storage_offset=0, 2022-12-01T10:46:37.0137242Z 2022-12-01T10:46:37.0137374Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0137592Z ========== 2022-12-01T10:46:37.0137941Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 437 2022-12-01T10:46:37.0138188Z due to: 2022-12-01T10:46:37.0138368Z Traceback (most recent call last): 2022-12-01T10:46:37.0138713Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-12-01T10:46:37.0139012Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-12-01T10:46:37.0139357Z NotImplementedError: argument of type: 2022-12-01T10:46:37.0139520Z 2022-12-01T10:46:37.0139590Z from user code: 2022-12-01T10:46:37.0139804Z File "test_indexing.py", line 440, in 2022-12-01T10:46:37.0140077Z return torch.tensor(npt[idxs], dtype=dtype, device=device) 2022-12-01T10:46:37.0140228Z 2022-12-01T10:46:37.0140360Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0140575Z ========== 2022-12-01T10:46:37.0140721Z ok (0.943s) 2022-12-01T10:46:37.0140957Z test_basic_advanced_combined_cpu (__main__.TestIndexingCPU) ... ok (0.045s) 2022-12-01T10:46:37.0141261Z test_bool_indices_accumulate_cpu (__main__.TestIndexingCPU) ... ok (0.019s) 2022-12-01T10:46:37.0141540Z test_bool_indices_cpu (__main__.TestIndexingCPU) ... ok (1.044s) 2022-12-01T10:46:37.0141816Z test_byte_mask2d_cpu (__main__.TestIndexingCPU) ... ok (0.014s) 2022-12-01T10:46:37.0142099Z test_byte_mask_accumulate_cpu (__main__.TestIndexingCPU) ... ok (0.065s) 2022-12-01T10:46:37.0142364Z test_byte_mask_cpu (__main__.TestIndexingCPU) ... ok (0.064s) 2022-12-01T10:46:37.0142691Z test_byte_tensor_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.067s) 2022-12-01T10:46:37.0142999Z test_cpu_indices_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:46:37.0143297Z test_ellipsis_tensor_cpu (__main__.TestIndexingCPU) ... ok (0.029s) 2022-12-01T10:46:37.0143562Z test_empty_index_cpu (__main__.TestIndexingCPU) ... ok (0.025s) 2022-12-01T10:46:37.0144036Z test_empty_ndim_index_bool_cpu (__main__.TestIndexingCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 992 2022-12-01T10:46:37.0144337Z due to: 2022-12-01T10:46:37.0144508Z Traceback (most recent call last): 2022-12-01T10:46:37.0144900Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0145236Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0145476Z IndexError: too many indices for tensor of dimension 1 2022-12-01T10:46:37.0145622Z 2022-12-01T10:46:37.0145695Z from user code: 2022-12-01T10:46:37.0145895Z File "test_indexing.py", line 992, in 2022-12-01T10:46:37.0146191Z self.assertRaises(IndexError, lambda: x[torch.empty(0, 2, dtype=torch.uint8, device=device)]) 2022-12-01T10:46:37.0146368Z 2022-12-01T10:46:37.0146501Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0146716Z ========== 2022-12-01T10:46:37.0146870Z ok (0.011s) 2022-12-01T10:46:37.0147083Z test_empty_ndim_index_cpu (__main__.TestIndexingCPU) ... ok (0.055s) 2022-12-01T10:46:37.0147362Z test_empty_slice_cpu (__main__.TestIndexingCPU) ... ok (0.019s) 2022-12-01T10:46:37.0147694Z test_gather_take_along_dim_cross_device_cpu_float32 (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:37.0148258Z test_getitem_scalars_cpu (__main__.TestIndexingCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1075 2022-12-01T10:46:37.0148567Z due to: 2022-12-01T10:46:37.0148750Z Traceback (most recent call last): 2022-12-01T10:46:37.0149133Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:46:37.0149568Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:46:37.0149957Z AssertionError: torch.* op returned non-Tensor int call_method data_ptr 2022-12-01T10:46:37.0150126Z 2022-12-01T10:46:37.0150195Z from user code: 2022-12-01T10:46:37.0150433Z File "test_indexing.py", line 1078, in 2022-12-01T10:46:37.0150702Z self.assertEqual(a[0, 1].data_ptr(), a[zero, one].data_ptr()) 2022-12-01T10:46:37.0150852Z 2022-12-01T10:46:37.0150984Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0151201Z ========== 2022-12-01T10:46:37.0151344Z ok (0.108s) 2022-12-01T10:46:37.0151740Z test_index_cpu (__main__.TestIndexingCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_index test_indexing.py line 21 2022-12-01T10:46:37.0152027Z due to: 2022-12-01T10:46:37.0152196Z Traceback (most recent call last): 2022-12-01T10:46:37.0152584Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0152897Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0153248Z TypeError: ones(): argument 'size' (position 1) must be tuple of SymInts, not FakeTensor 2022-12-01T10:46:37.0153413Z 2022-12-01T10:46:37.0153484Z from user code: 2022-12-01T10:46:37.0153688Z File "test_indexing.py", line 28, in test_index 2022-12-01T10:46:37.0153917Z reference = consec((3, 3, 3)).to(device) 2022-12-01T10:46:37.0154042Z 2022-12-01T10:46:37.0154159Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0154376Z ========== 2022-12-01T10:46:37.0154753Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT consec test_indexing.py line 23 2022-12-01T10:46:37.0154985Z due to: 2022-12-01T10:46:37.0155211Z Traceback (most recent call last): 2022-12-01T10:46:37.0155608Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0155915Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0156253Z TypeError: ones(): argument 'size' (position 1) must be tuple of SymInts, not FakeTensor 2022-12-01T10:46:37.0156431Z 2022-12-01T10:46:37.0156503Z from user code: 2022-12-01T10:46:37.0156826Z File "test_indexing.py", line 24, in consec 2022-12-01T10:46:37.0157066Z sequence = torch.ones(torch.tensor(size).prod(0)).cumsum(0) 2022-12-01T10:46:37.0157221Z 2022-12-01T10:46:37.0157354Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0157572Z ========== 2022-12-01T10:46:37.0157935Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 112 2022-12-01T10:46:37.0158184Z due to: 2022-12-01T10:46:37.0158369Z Traceback (most recent call last): 2022-12-01T10:46:37.0158765Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0159060Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0159291Z ValueError: slice step cannot be zero 2022-12-01T10:46:37.0159422Z 2022-12-01T10:46:37.0159493Z from user code: 2022-12-01T10:46:37.0159685Z File "test_indexing.py", line 112, in 2022-12-01T10:46:37.0159944Z self.assertRaises(ValueError, lambda: reference[1:9:0]) 2022-12-01T10:46:37.0160098Z 2022-12-01T10:46:37.0160228Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0160434Z ========== 2022-12-01T10:46:37.0160745Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 113 2022-12-01T10:46:37.0160989Z due to: 2022-12-01T10:46:37.0161158Z Traceback (most recent call last): 2022-12-01T10:46:37.0161543Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0161848Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0162082Z ValueError: step must be greater than zero 2022-12-01T10:46:37.0162204Z 2022-12-01T10:46:37.0162273Z from user code: 2022-12-01T10:46:37.0162475Z File "test_indexing.py", line 113, in 2022-12-01T10:46:37.0162787Z self.assertRaises(ValueError, lambda: reference[1:9:-1]) 2022-12-01T10:46:37.0162943Z 2022-12-01T10:46:37.0163061Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0163277Z ========== 2022-12-01T10:46:37.0163587Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 115 2022-12-01T10:46:37.0163819Z due to: 2022-12-01T10:46:37.0164000Z Traceback (most recent call last): 2022-12-01T10:46:37.0164390Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0164695Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0164935Z IndexError: too many indices for tensor of dimension 3 2022-12-01T10:46:37.0165087Z 2022-12-01T10:46:37.0165157Z from user code: 2022-12-01T10:46:37.0165358Z File "test_indexing.py", line 115, in 2022-12-01T10:46:37.0165605Z self.assertRaises(IndexError, lambda: reference[1, 1, 1, 1]) 2022-12-01T10:46:37.0165762Z 2022-12-01T10:46:37.0165893Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0166107Z ========== 2022-12-01T10:46:37.0166407Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 116 2022-12-01T10:46:37.0166647Z due to: 2022-12-01T10:46:37.0166826Z Traceback (most recent call last): 2022-12-01T10:46:37.0167213Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0167509Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0167755Z IndexError: too many indices for tensor of dimension 3 2022-12-01T10:46:37.0167902Z 2022-12-01T10:46:37.0168016Z from user code: 2022-12-01T10:46:37.0168207Z File "test_indexing.py", line 116, in 2022-12-01T10:46:37.0168465Z self.assertRaises(IndexError, lambda: reference[1, 1, 1, 1:1]) 2022-12-01T10:46:37.0168622Z 2022-12-01T10:46:37.0168753Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0168956Z ========== 2022-12-01T10:46:37.0169273Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 117 2022-12-01T10:46:37.0169514Z due to: 2022-12-01T10:46:37.0169694Z Traceback (most recent call last): 2022-12-01T10:46:37.0170075Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0170378Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0170657Z IndexError: too many indices for tensor of dimension 3 2022-12-01T10:46:37.0170804Z 2022-12-01T10:46:37.0170862Z from user code: 2022-12-01T10:46:37.0171064Z File "test_indexing.py", line 117, in 2022-12-01T10:46:37.0171331Z self.assertRaises(IndexError, lambda: reference[3, 3, 3, 3, 3, 3, 3, 3]) 2022-12-01T10:46:37.0171492Z 2022-12-01T10:46:37.0171609Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0171822Z ========== 2022-12-01T10:46:37.0172129Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 119 2022-12-01T10:46:37.0172367Z due to: 2022-12-01T10:46:37.0172536Z Traceback (most recent call last): 2022-12-01T10:46:37.0172924Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0173229Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0173530Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-12-01T10:46:37.0173734Z 2022-12-01T10:46:37.0173806Z from user code: 2022-12-01T10:46:37.0174011Z File "test_indexing.py", line 119, in 2022-12-01T10:46:37.0174255Z self.assertRaises(IndexError, lambda: reference[0.0]) 2022-12-01T10:46:37.0174410Z 2022-12-01T10:46:37.0174543Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0174762Z ========== 2022-12-01T10:46:37.0175081Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 120 2022-12-01T10:46:37.0175313Z due to: 2022-12-01T10:46:37.0175497Z Traceback (most recent call last): 2022-12-01T10:46:37.0175888Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0176183Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0176462Z TypeError: slice indices must be integers or None or have an __index__ method 2022-12-01T10:46:37.0176630Z 2022-12-01T10:46:37.0176702Z from user code: 2022-12-01T10:46:37.0176897Z File "test_indexing.py", line 120, in 2022-12-01T10:46:37.0177157Z self.assertRaises(TypeError, lambda: reference[0.0:2.0]) 2022-12-01T10:46:37.0177315Z 2022-12-01T10:46:37.0177447Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0177665Z ========== 2022-12-01T10:46:37.0177969Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 121 2022-12-01T10:46:37.0178215Z due to: 2022-12-01T10:46:37.0178397Z Traceback (most recent call last): 2022-12-01T10:46:37.0178775Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0179087Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0179400Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-12-01T10:46:37.0179597Z 2022-12-01T10:46:37.0179666Z from user code: 2022-12-01T10:46:37.0179859Z File "test_indexing.py", line 121, in 2022-12-01T10:46:37.0180120Z self.assertRaises(IndexError, lambda: reference[0.0, 0.0:2.0]) 2022-12-01T10:46:37.0180277Z 2022-12-01T10:46:37.0180445Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0180649Z ========== 2022-12-01T10:46:37.0180960Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 122 2022-12-01T10:46:37.0181203Z due to: 2022-12-01T10:46:37.0181377Z Traceback (most recent call last): 2022-12-01T10:46:37.0181764Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0182068Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0182366Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-12-01T10:46:37.0182568Z 2022-12-01T10:46:37.0182640Z from user code: 2022-12-01T10:46:37.0182842Z File "test_indexing.py", line 122, in 2022-12-01T10:46:37.0183133Z self.assertRaises(IndexError, lambda: reference[0.0, :, 0.0:2.0]) 2022-12-01T10:46:37.0183298Z 2022-12-01T10:46:37.0183417Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0183637Z ========== 2022-12-01T10:46:37.0183951Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 123 2022-12-01T10:46:37.0184178Z due to: 2022-12-01T10:46:37.0184356Z Traceback (most recent call last): 2022-12-01T10:46:37.0184745Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0185048Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0185347Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-12-01T10:46:37.0185547Z 2022-12-01T10:46:37.0185616Z from user code: 2022-12-01T10:46:37.0185819Z File "test_indexing.py", line 123, in 2022-12-01T10:46:37.0186072Z self.assertRaises(IndexError, lambda: reference[0.0, ..., 0.0:2.0]) 2022-12-01T10:46:37.0186232Z 2022-12-01T10:46:37.0186362Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0186581Z ========== 2022-12-01T10:46:37.0186883Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 124 2022-12-01T10:46:37.0187178Z due to: 2022-12-01T10:46:37.0187395Z Traceback (most recent call last): 2022-12-01T10:46:37.0187793Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0188156Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0188473Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-12-01T10:46:37.0188672Z 2022-12-01T10:46:37.0188741Z from user code: 2022-12-01T10:46:37.0188932Z File "test_indexing.py", line 124, in 2022-12-01T10:46:37.0189191Z self.assertRaises(IndexError, lambda: reference[0.0, :, 0.0]) 2022-12-01T10:46:37.0189345Z 2022-12-01T10:46:37.0189476Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0189695Z ========== 2022-12-01T10:46:37.0189837Z ok (0.054s) 2022-12-01T10:46:37.0190314Z test_index_getitem_copy_bools_slices_cpu (__main__.TestIndexingCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_index_getitem_copy_bools_slices test_indexing.py line 1003 2022-12-01T10:46:37.0190646Z due to: 2022-12-01T10:46:37.0190815Z Traceback (most recent call last): 2022-12-01T10:46:37.0191199Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:46:37.0191642Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:46:37.0192021Z AssertionError: torch.* op returned non-Tensor int call_method data_ptr 2022-12-01T10:46:37.0192189Z 2022-12-01T10:46:37.0192258Z from user code: 2022-12-01T10:46:37.0192504Z File "test_indexing.py", line 1010, in test_index_getitem_copy_bools_slices 2022-12-01T10:46:37.0192785Z self.assertNotEqual(a.data_ptr(), a[True].data_ptr()) 2022-12-01T10:46:37.0192987Z 2022-12-01T10:46:37.0193119Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0193338Z ========== 2022-12-01T10:46:37.0193497Z ok (0.008s) 2022-12-01T10:46:37.0193995Z test_index_put_accumulate_duplicate_indices_cpu (__main__.TestIndexingCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_index_put_accumulate_duplicate_indices test_indexing.py line 864 2022-12-01T10:46:37.0194349Z due to: 2022-12-01T10:46:37.0194532Z Traceback (most recent call last): 2022-12-01T10:46:37.0194999Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0195312Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0195751Z TypeError: randn() received an invalid combination of arguments - got (FakeTensor, device=str), but expected one of: 2022-12-01T10:46:37.0196209Z * (tuple of ints size, *, torch.Generator generator, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-12-01T10:46:37.0196782Z * (tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-12-01T10:46:37.0197236Z * (tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-12-01T10:46:37.0197664Z * (tuple of ints size, *, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-12-01T10:46:37.0197895Z 2022-12-01T10:46:37.0197899Z 2022-12-01T10:46:37.0197971Z from user code: 2022-12-01T10:46:37.0198207Z File "test_indexing.py", line 872, in test_index_put_accumulate_duplicate_indices 2022-12-01T10:46:37.0198502Z input = torch.randn(indices.abs().max() + 1, device=device) 2022-12-01T10:46:37.0198651Z 2022-12-01T10:46:37.0198783Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0199004Z ========== 2022-12-01T10:46:37.0199150Z ok (0.126s) 2022-12-01T10:46:37.0199403Z test_index_put_accumulate_expanded_values_cpu (__main__.TestIndexingCPU) ... ok (0.084s) 2022-12-01T10:46:37.0200135Z 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:46:37.0201254Z 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:46:37.0201811Z test_index_put_accumulate_non_contiguous_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:37.0202188Z test_index_put_accumulate_with_optional_tensors_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:37.0202523Z test_index_put_src_datatype_cpu_bfloat16 (__main__.TestIndexingCPU) ... ok (0.011s) 2022-12-01T10:46:37.0202831Z test_index_put_src_datatype_cpu_bool (__main__.TestIndexingCPU) ... ok (0.009s) 2022-12-01T10:46:37.0203146Z test_index_put_src_datatype_cpu_complex128 (__main__.TestIndexingCPU) ... ok (0.009s) 2022-12-01T10:46:37.0203453Z test_index_put_src_datatype_cpu_complex64 (__main__.TestIndexingCPU) ... ok (0.008s) 2022-12-01T10:46:37.0203768Z test_index_put_src_datatype_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.008s) 2022-12-01T10:46:37.0204074Z test_index_put_src_datatype_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.008s) 2022-12-01T10:46:37.0204433Z test_index_scalar_with_bool_mask_cpu (__main__.TestIndexingCPU) ... ok (0.151s) 2022-12-01T10:46:37.0204719Z test_index_setitem_bools_slices_cpu (__main__.TestIndexingCPU) ... ok (0.022s) 2022-12-01T10:46:37.0205024Z test_index_src_datatype_cpu_bfloat16 (__main__.TestIndexingCPU) ... ok (0.016s) 2022-12-01T10:46:37.0205326Z test_index_src_datatype_cpu_bool (__main__.TestIndexingCPU) ... ok (0.012s) 2022-12-01T10:46:37.0205614Z test_index_src_datatype_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.012s) 2022-12-01T10:46:37.0205915Z test_index_src_datatype_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.012s) 2022-12-01T10:46:37.0206207Z test_int_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.026s) 2022-12-01T10:46:37.0206490Z test_int_indices2d_cpu (__main__.TestIndexingCPU) ... ok (0.015s) 2022-12-01T10:46:37.0206810Z test_int_indices_broadcast_cpu (__main__.TestIndexingCPU) ... ok (0.015s) 2022-12-01T10:46:37.0207094Z test_int_indices_cpu (__main__.TestIndexingCPU) ... ok (0.022s) 2022-12-01T10:46:37.0207392Z test_invalid_device_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:46:37.0207872Z test_invalid_index_cpu (__main__.TestIndexingCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1170 2022-12-01T10:46:37.0208162Z due to: 2022-12-01T10:46:37.0208343Z Traceback (most recent call last): 2022-12-01T10:46:37.0208732Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0209028Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0209306Z TypeError: slice indices must be integers or None or have an __index__ method 2022-12-01T10:46:37.0209475Z 2022-12-01T10:46:37.0209546Z from user code: 2022-12-01T10:46:37.0209739Z File "test_indexing.py", line 1170, in 2022-12-01T10:46:37.0219709Z self.assertRaisesRegex(TypeError, 'slice indices', lambda: x["0":"1"]) 2022-12-01T10:46:37.0219970Z 2022-12-01T10:46:37.0220130Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0220342Z ========== 2022-12-01T10:46:37.0220504Z ok (0.009s) 2022-12-01T10:46:37.0220732Z test_jit_indexing_cpu (__main__.TestIndexingCPU) ... ok (0.108s) 2022-12-01T10:46:37.0221014Z test_multiple_bool_indices_cpu (__main__.TestIndexingCPU) ... ok (0.014s) 2022-12-01T10:46:37.0221313Z test_multiple_byte_mask_cpu (__main__.TestIndexingCPU) ... ok (0.063s) 2022-12-01T10:46:37.0221600Z test_multiple_int_cpu (__main__.TestIndexingCPU) ... ok (0.013s) 2022-12-01T10:46:37.0221867Z test_none_cpu (__main__.TestIndexingCPU) ... ok (0.026s) 2022-12-01T10:46:37.0222368Z test_out_of_bound_index_cpu (__main__.TestIndexingCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1174 2022-12-01T10:46:37.0222675Z due to: 2022-12-01T10:46:37.0222864Z Traceback (most recent call last): 2022-12-01T10:46:37.0223251Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0223571Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0223836Z IndexError: index 5 is out of bounds for dimension 1 with size 5 2022-12-01T10:46:37.0223994Z 2022-12-01T10:46:37.0224066Z from user code: 2022-12-01T10:46:37.0224263Z File "test_indexing.py", line 1174, in 2022-12-01T10:46:37.0224664Z self.assertRaisesRegex(IndexError, 'index 5 is out of bounds for dimension 1 with size 5', lambda: x[0, 5]) 2022-12-01T10:46:37.0224868Z 2022-12-01T10:46:37.0225001Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0225210Z ========== 2022-12-01T10:46:37.0225530Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1175 2022-12-01T10:46:37.0225779Z due to: 2022-12-01T10:46:37.0225949Z Traceback (most recent call last): 2022-12-01T10:46:37.0226344Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0226747Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0227011Z IndexError: index 4 is out of bounds for dimension 0 with size 2 2022-12-01T10:46:37.0227155Z 2022-12-01T10:46:37.0227227Z from user code: 2022-12-01T10:46:37.0227437Z File "test_indexing.py", line 1175, in 2022-12-01T10:46:37.0227836Z self.assertRaisesRegex(IndexError, 'index 4 is out of bounds for dimension 0 with size 2', lambda: x[4, 5]) 2022-12-01T10:46:37.0228040Z 2022-12-01T10:46:37.0228160Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0228379Z ========== 2022-12-01T10:46:37.0228698Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1177 2022-12-01T10:46:37.0228930Z due to: 2022-12-01T10:46:37.0229116Z Traceback (most recent call last): 2022-12-01T10:46:37.0229560Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0229870Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0230118Z IndexError: index 15 is out of bounds for dimension 2 with size 10 2022-12-01T10:46:37.0230277Z 2022-12-01T10:46:37.0230347Z from user code: 2022-12-01T10:46:37.0230555Z File "test_indexing.py", line 1177, in 2022-12-01T10:46:37.0230751Z lambda: x[0, 1, 15]) 2022-12-01T10:46:37.0230863Z 2022-12-01T10:46:37.0230995Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0231220Z ========== 2022-12-01T10:46:37.0231526Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1179 2022-12-01T10:46:37.0231772Z due to: 2022-12-01T10:46:37.0231956Z Traceback (most recent call last): 2022-12-01T10:46:37.0232334Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0232646Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0232904Z IndexError: index 12 is out of bounds for dimension 2 with size 10 2022-12-01T10:46:37.0233067Z 2022-12-01T10:46:37.0233138Z from user code: 2022-12-01T10:46:37.0233331Z File "test_indexing.py", line 1179, in 2022-12-01T10:46:37.0233536Z lambda: x[:, :, 12]) 2022-12-01T10:46:37.0233644Z 2022-12-01T10:46:37.0233772Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0233980Z ========== 2022-12-01T10:46:37.0234137Z ok (0.040s) 2022-12-01T10:46:37.0234597Z test_set_item_to_scalar_tensor_cpu (__main__.TestIndexingCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_set_item_to_scalar_tensor test_indexing.py line 652 2022-12-01T10:46:37.0235009Z due to: 2022-12-01T10:46:37.0235180Z Traceback (most recent call last): 2022-12-01T10:46:37.0235577Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0235887Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0236289Z TypeError: randn() received an invalid combination of arguments - got (immutable_list, device=str), but expected one of: 2022-12-01T10:46:37.0236870Z * (tuple of ints size, *, torch.Generator generator, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-12-01T10:46:37.0237361Z * (tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-12-01T10:46:37.0237810Z * (tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-12-01T10:46:37.0238228Z * (tuple of ints size, *, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-12-01T10:46:37.0238459Z 2022-12-01T10:46:37.0238466Z 2022-12-01T10:46:37.0238538Z from user code: 2022-12-01T10:46:37.0238772Z File "test_indexing.py", line 655, in test_set_item_to_scalar_tensor 2022-12-01T10:46:37.0239088Z z = torch.randn([m, n], device=device) 2022-12-01T10:46:37.0239206Z 2022-12-01T10:46:37.0239340Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0239561Z ========== 2022-12-01T10:46:37.0239723Z ok (0.005s) 2022-12-01T10:46:37.0239948Z test_setitem_expansion_error_cpu (__main__.TestIndexingCPU) ... ok (0.019s) 2022-12-01T10:46:37.0240244Z test_setitem_scalars_cpu (__main__.TestIndexingCPU) ... ok (0.040s) 2022-12-01T10:46:37.0240527Z test_single_int_cpu (__main__.TestIndexingCPU) ... ok (0.006s) 2022-12-01T10:46:37.0240791Z test_step_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.020s) 2022-12-01T10:46:37.0241069Z test_step_cpu (__main__.TestIndexingCPU) ... ok (0.059s) 2022-12-01T10:46:37.0241388Z test_take_along_dim_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.131s) 2022-12-01T10:46:37.0241687Z test_take_along_dim_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.004s) 2022-12-01T10:46:37.0241976Z test_take_along_dim_invalid_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.040s) 2022-12-01T10:46:37.0242287Z test_take_along_dim_invalid_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.031s) 2022-12-01T10:46:37.0242584Z test_variable_slicing_cpu (__main__.TestIndexingCPU) ... ok (0.008s) 2022-12-01T10:46:37.0243048Z test_zero_dim_index_cpu (__main__.TestIndexingCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT runner test_indexing.py line 1185 2022-12-01T10:46:37.0243346Z due to: 2022-12-01T10:46:37.0243534Z Traceback (most recent call last): 2022-12-01T10:46:37.0243929Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:46:37.0244225Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:46:37.0244664Z IndexError: invalid index of a 0-dim tensor. Use `tensor.item()` in Python or `tensor.item()` in C++ to convert a 0-dim tensor to a number 2022-12-01T10:46:37.0244887Z 2022-12-01T10:46:37.0244958Z from user code: 2022-12-01T10:46:37.0245155Z File "test_indexing.py", line 1186, in runner 2022-12-01T10:46:37.0245357Z print(x[0]) 2022-12-01T10:46:37.0245460Z 2022-12-01T10:46:37.0245592Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:37.0245801Z ========== 2022-12-01T10:46:37.0245960Z ok (0.018s) 2022-12-01T10:46:37.0246060Z 2022-12-01T10:46:37.0246260Z ---------------------------------------------------------------------- 2022-12-01T10:46:37.0246500Z Ran 81 tests in 5.411s 2022-12-01T10:46:37.0246600Z 2022-12-01T10:46:37.0246671Z OK (skipped=6) 2022-12-01T10:46:37.0246777Z 2022-12-01T10:46:37.0246862Z Generating XML reports... 2022-12-01T10:46:37.0247257Z Generated XML report: test-reports/python-unittest/test_indexing/TEST-NumpyTestsCPU-20221201104631.xml 2022-12-01T10:46:37.0247746Z Generated XML report: test-reports/python-unittest/test_indexing/TEST-TestIndexingCPU-20221201104631.xml 2022-12-01T10:46:37.0247974Z 2022-12-01T10:46:37.0248300Z ##[endgroup] 2022-12-01T10:46:37.0248673Z FINISHED PRINTING LOG FILE of test_indexing (/var/lib/jenkins/workspace/test/test-reports/test_indexing_uzz0xgut) 2022-12-01T10:46:37.0248886Z 2022-12-01T10:46:37.0249032Z Running test_stateless ... [2022-12-01 10:46:37.005479] 2022-12-01T10:46:37.0249497Z Executing ['/opt/conda/bin/python', '-bb', 'test_stateless.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:46:37.005829] 2022-12-01T10:46:43.1200532Z 2022-12-01T10:46:43.1201071Z Expand the folded group to see the log file of test_stateless 2022-12-01T10:46:43.1202163Z ##[group]PRINTING LOG FILE of test_stateless (/var/lib/jenkins/workspace/test/test-reports/test_stateless_h_usa9dz) 2022-12-01T10:46:43.1203083Z Test results will be stored in test-reports/python-unittest/test_stateless 2022-12-01T10:46:43.1203251Z 2022-12-01T10:46:43.1203330Z Running tests... 2022-12-01T10:46:43.1203658Z ---------------------------------------------------------------------- 2022-12-01T10:46:43.1203977Z test_runs_with_optimize_flag (__main__.TestPythonOptimizeMode) ... ok (2.051s) 2022-12-01T10:46:43.1204596Z test_private_stateless_warns (__main__.TestStatelessDeprecation) ... ok (0.910s) 2022-12-01T10:46:43.1204972Z test_circular_references (__main__.TestStatelessFunctionalAPI) ... ok (0.149s) 2022-12-01T10:46:43.1205305Z test_functional_batch_norm (__main__.TestStatelessFunctionalAPI) ... ok (0.048s) 2022-12-01T10:46:43.1205633Z test_functional_call (__main__.TestStatelessFunctionalAPI) ... ok (0.041s) 2022-12-01T10:46:43.1206100Z test_functional_call_with_data_parallel (__main__.TestStatelessFunctionalAPI) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:46:43.1206484Z test_functional_call_with_gradient (__main__.TestStatelessFunctionalAPI) ... ok (0.062s) 2022-12-01T10:46:43.1206827Z test_functional_call_with_jit (__main__.TestStatelessFunctionalAPI) ... ok (0.099s) 2022-12-01T10:46:43.1207245Z test_reparamertize_module_fail_reset_to_original (__main__.TestStatelessFunctionalAPI) ... ok (0.083s) 2022-12-01T10:46:43.1207688Z test_reparametrized_module_change_parametrization_original (__main__.TestStatelessFunctionalAPI) ... ok (0.153s) 2022-12-01T10:46:43.1208156Z test_setattr (__main__.TestStatelessFunctionalAPI) ... ok (0.007s) 2022-12-01T10:46:43.1208477Z test_tied_weights_warns (__main__.TestStatelessFunctionalAPI) ... ok (0.617s) 2022-12-01T10:46:43.1208659Z 2022-12-01T10:46:43.1208851Z ---------------------------------------------------------------------- 2022-12-01T10:46:43.1209091Z Ran 12 tests in 4.287s 2022-12-01T10:46:43.1209204Z 2022-12-01T10:46:43.1209277Z OK (skipped=1) 2022-12-01T10:46:43.1209384Z 2022-12-01T10:46:43.1209456Z Generating XML reports... 2022-12-01T10:46:43.1209888Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestPythonOptimizeMode-20221201104638.xml 2022-12-01T10:46:43.1210446Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestStatelessDeprecation-20221201104638.xml 2022-12-01T10:46:43.1211007Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestStatelessFunctionalAPI-20221201104638.xml 2022-12-01T10:46:43.1211261Z 2022-12-01T10:46:43.1211493Z ##[endgroup] 2022-12-01T10:46:43.1211874Z FINISHED PRINTING LOG FILE of test_stateless (/var/lib/jenkins/workspace/test/test-reports/test_stateless_h_usa9dz) 2022-12-01T10:46:43.1212090Z 2022-12-01T10:46:43.1212274Z Running test_expanded_weights ... [2022-12-01 10:46:43.120367] 2022-12-01T10:46:43.1212748Z Executing ['/opt/conda/bin/python', '-bb', 'test_expanded_weights.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:46:43.120718] 2022-12-01T10:46:49.1185249Z 2022-12-01T10:46:49.1185926Z Expand the folded group to see the log file of test_expanded_weights 2022-12-01T10:46:49.1187196Z ##[group]PRINTING LOG FILE of test_expanded_weights (/var/lib/jenkins/workspace/test/test-reports/test_expanded_weights_cfq8beh6) 2022-12-01T10:46:49.1188379Z Test results will be stored in test-reports/python-unittest/test_expanded_weights 2022-12-01T10:46:49.1188987Z 2022-12-01T10:46:49.1189140Z Running tests... 2022-12-01T10:46:49.1189693Z ---------------------------------------------------------------------- 2022-12-01T10:46:49.1190306Z test_cnn_model_mean_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.514s) 2022-12-01T10:46:49.1190952Z test_cnn_model_sum_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.230s) 2022-12-01T10:46:49.1191507Z test_embedding_model_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.067s) 2022-12-01T10:46:49.1192139Z test_expanded_weight_error_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.020s) 2022-12-01T10:46:49.1192888Z test_expanded_weight_forward_nn_functional_conv1d_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.056s) 2022-12-01T10:46:49.1193581Z test_expanded_weight_forward_nn_functional_conv1d_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.021s) 2022-12-01T10:46:49.1194348Z test_expanded_weight_forward_nn_functional_conv1d_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.012s) 2022-12-01T10:46:49.1195503Z test_expanded_weight_forward_nn_functional_conv1d_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-12-01T10:46:49.1196295Z test_expanded_weight_forward_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-12-01T10:46:49.1197221Z test_expanded_weight_forward_nn_functional_conv1d_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:46:49.1198726Z test_expanded_weight_forward_nn_functional_conv2d_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:896.) 2022-12-01T10:46:49.1199341Z return self.op(*args, **kwargs) 2022-12-01T10:46:49.1199534Z ok (0.019s) 2022-12-01T10:46:49.1199845Z test_expanded_weight_forward_nn_functional_conv2d_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.024s) 2022-12-01T10:46:49.1200281Z test_expanded_weight_forward_nn_functional_conv2d_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.055s) 2022-12-01T10:46:49.1200700Z test_expanded_weight_forward_nn_functional_conv2d_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.014s) 2022-12-01T10:46:49.1201153Z test_expanded_weight_forward_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.014s) 2022-12-01T10:46:49.1201595Z test_expanded_weight_forward_nn_functional_conv2d_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-12-01T10:46:49.1202346Z test_expanded_weight_forward_nn_functional_embedding_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-12-01T10:46:49.1202918Z test_expanded_weight_forward_nn_functional_embedding_cpu_float16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-12-01T10:46:49.1203356Z test_expanded_weight_forward_nn_functional_embedding_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-12-01T10:46:49.1203782Z test_expanded_weight_forward_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-12-01T10:46:49.1204209Z test_expanded_weight_forward_nn_functional_group_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:46:49.1204623Z test_expanded_weight_forward_nn_functional_group_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:46:49.1205046Z test_expanded_weight_forward_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:46:49.1205481Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-12-01T10:46:49.1205922Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-12-01T10:46:49.1206344Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-12-01T10:46:49.1206782Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-12-01T10:46:49.1207213Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-12-01T10:46:49.1207639Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-12-01T10:46:49.1208055Z test_expanded_weight_forward_nn_functional_linear_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-12-01T10:46:49.1208486Z test_expanded_weight_forward_nn_functional_linear_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.007s) 2022-12-01T10:46:49.1208994Z test_expanded_weight_forward_nn_functional_linear_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-12-01T10:46:49.1209423Z test_expanded_weight_forward_nn_functional_linear_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-12-01T10:46:49.1209832Z test_expanded_weight_forward_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-12-01T10:46:49.1210254Z test_expanded_weight_forward_nn_functional_linear_cpu_int16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:46:49.1210674Z test_expanded_weight_forward_nn_functional_linear_cpu_int32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:46:49.1211109Z test_expanded_weight_forward_nn_functional_linear_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:46:49.1211527Z test_expanded_weight_forward_nn_functional_linear_cpu_int8 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:46:49.1211946Z test_expanded_weight_forward_nn_functional_linear_cpu_uint8 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:46:49.1212684Z test_expanded_weight_per_sample_grad_mean_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _compare_ew_and_for_loop_per_sample_grads test_expanded_weights.py line 142 2022-12-01T10:46:49.1213103Z due to: 2022-12-01T10:46:49.1213277Z Traceback (most recent call last): 2022-12-01T10:46:49.1213691Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-12-01T10:46:49.1214002Z if isinstance(subobj, property): 2022-12-01T10:46:49.1214323Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-12-01T10:46:49.1214498Z 2022-12-01T10:46:49.1214572Z from user code: 2022-12-01T10:46:49.1214835Z File "test_expanded_weights.py", line 146, in _compare_ew_and_for_loop_per_sample_grads 2022-12-01T10:46:49.1215123Z batch_size = input.shape[0] if len(input.shape) > 1 else 1 2022-12-01T10:46:49.1215276Z 2022-12-01T10:46:49.1215410Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:49.1215632Z ========== 2022-12-01T10:46:49.1215794Z ok (0.062s) 2022-12-01T10:46:49.1216105Z test_expanded_weight_per_sample_grad_mean_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.048s) 2022-12-01T10:46:49.1216573Z test_expanded_weight_per_sample_grad_mean_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-12-01T10:46:49.1217044Z test_expanded_weight_per_sample_grad_mean_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-12-01T10:46:49.1217494Z test_expanded_weight_per_sample_grad_mean_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.015s) 2022-12-01T10:46:49.1217961Z test_expanded_weight_per_sample_grad_mean_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:46:49.1218722Z test_expanded_weight_per_sample_grad_mean_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_expanded_weights.py line 185 2022-12-01T10:46:49.1219152Z due to: 2022-12-01T10:46:49.1219326Z Traceback (most recent call last): 2022-12-01T10:46:49.1219739Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-12-01T10:46:49.1220049Z if isinstance(subobj, property): 2022-12-01T10:46:49.1220388Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-12-01T10:46:49.1220564Z 2022-12-01T10:46:49.1220622Z from user code: 2022-12-01T10:46:49.1220946Z File "test_expanded_weights.py", line 186, in 2022-12-01T10:46:49.1221271Z for sample_input in supported_inputs(op, sample_inputs): 2022-12-01T10:46:49.1221427Z 2022-12-01T10:46:49.1221546Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:49.1221768Z ========== 2022-12-01T10:46:49.1221932Z ok (0.044s) 2022-12-01T10:46:49.1222249Z test_expanded_weight_per_sample_grad_sum_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-12-01T10:46:49.1222688Z test_expanded_weight_per_sample_grad_sum_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.026s) 2022-12-01T10:46:49.1223179Z test_expanded_weight_per_sample_grad_sum_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-12-01T10:46:49.1223641Z test_expanded_weight_per_sample_grad_sum_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-12-01T10:46:49.1224108Z test_expanded_weight_per_sample_grad_sum_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-12-01T10:46:49.1224556Z test_expanded_weight_per_sample_grad_sum_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:46:49.1225317Z test_expanded_weight_per_sample_grad_sum_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_expanded_weights.py line 176 2022-12-01T10:46:49.1225746Z due to: 2022-12-01T10:46:49.1225934Z Traceback (most recent call last): 2022-12-01T10:46:49.1226332Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-12-01T10:46:49.1226642Z if isinstance(subobj, property): 2022-12-01T10:46:49.1226976Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-12-01T10:46:49.1227152Z 2022-12-01T10:46:49.1227212Z from user code: 2022-12-01T10:46:49.1227491Z File "test_expanded_weights.py", line 177, in 2022-12-01T10:46:49.1227810Z for sample_input in supported_inputs(op, sample_inputs): 2022-12-01T10:46:49.1227965Z 2022-12-01T10:46:49.1228099Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:49.1228306Z ========== 2022-12-01T10:46:49.1228469Z ok (0.044s) 2022-12-01T10:46:49.1228800Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.015s) 2022-12-01T10:46:49.1229260Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.020s) 2022-12-01T10:46:49.1229734Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-12-01T10:46:49.1237499Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:46:49.1238012Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.012s) 2022-12-01T10:46:49.1238490Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-12-01T10:46:49.1239394Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_expanded_weights.py line 194 2022-12-01T10:46:49.1239857Z due to: 2022-12-01T10:46:49.1240047Z Traceback (most recent call last): 2022-12-01T10:46:49.1240622Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-12-01T10:46:49.1240938Z if isinstance(subobj, property): 2022-12-01T10:46:49.1241280Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-12-01T10:46:49.1241460Z 2022-12-01T10:46:49.1241535Z from user code: 2022-12-01T10:46:49.1241815Z File "test_expanded_weights.py", line 195, in 2022-12-01T10:46:49.1242151Z for sample_input in supported_inputs(op, sample_inputs): 2022-12-01T10:46:49.1242310Z 2022-12-01T10:46:49.1242446Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:49.1242658Z ========== 2022-12-01T10:46:49.1242879Z ok (0.041s) 2022-12-01T10:46:49.1243150Z test_group_norm_error_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.014s) 2022-12-01T10:46:49.1243504Z test_group_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.089s) 2022-12-01T10:46:49.1243878Z test_group_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.078s) 2022-12-01T10:46:49.1244241Z test_group_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.109s) 2022-12-01T10:46:49.1244614Z test_instance_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.049s) 2022-12-01T10:46:49.1244977Z test_instance_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.043s) 2022-12-01T10:46:49.1245353Z test_instance_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.104s) 2022-12-01T10:46:49.1245726Z test_layer_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.041s) 2022-12-01T10:46:49.1246094Z test_layer_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.036s) 2022-12-01T10:46:49.1246444Z test_layer_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.098s) 2022-12-01T10:46:49.1246852Z test_unsupported_expand_weights_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-12-01T10:46:49.1247293Z test_unsupported_expand_weights_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-12-01T10:46:49.1247716Z test_unsupported_expand_weights_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-12-01T10:46:49.1248164Z test_unsupported_expand_weights_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-12-01T10:46:49.1248612Z test_unsupported_expand_weights_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-12-01T10:46:49.1249060Z test_unsupported_expand_weights_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-12-01T10:46:49.1249484Z test_unsupported_expand_weights_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:46:49.1249895Z test_forward_helper_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.011s) 2022-12-01T10:46:49.1250283Z test_forward_helper_failure_args_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.023s) 2022-12-01T10:46:49.1250913Z test_set_grad_sample_if_exists_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_set_grad_sample_if_exists test_expanded_weights.py line 78 2022-12-01T10:46:49.1251286Z due to: 2022-12-01T10:46:49.1251470Z Traceback (most recent call last): 2022-12-01T10:46:49.1251855Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 512, in 2022-12-01T10:46:49.1252188Z if any(not issubclass(t, FakeTensor) and t is not torch.Tensor for t in types): 2022-12-01T10:46:49.1252500Z RecursionError: maximum recursion depth exceeded in __subclasscheck__ 2022-12-01T10:46:49.1252723Z 2022-12-01T10:46:49.1252862Z The above exception was the direct cause of the following exception: 2022-12-01T10:46:49.1253027Z 2022-12-01T10:46:49.1253107Z Traceback (most recent call last): 2022-12-01T10:46:49.1253499Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:46:49.1253797Z raise TorchRuntimeError() from e 2022-12-01T10:46:49.1254034Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:46:49.1254165Z 2022-12-01T10:46:49.1254237Z from user code: 2022-12-01T10:46:49.1254483Z File "test_expanded_weights.py", line 83, in test_set_grad_sample_if_exists 2022-12-01T10:46:49.1254794Z expanded_weight = ExpandedWeight(orig_weight, 3, loss_reduction="sum") 2022-12-01T10:46:49.1255003Z 2022-12-01T10:46:49.1255126Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:49.1255346Z ========== 2022-12-01T10:46:49.1255510Z ok (0.014s) 2022-12-01T10:46:49.1255792Z test_set_grad_sample_if_exists_failure_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.016s) 2022-12-01T10:46:49.1256198Z test_sum_over_all_but_batch_and_last_n_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.025s) 2022-12-01T10:46:49.1256876Z test_unpack_expanded_weight_or_tensor_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_unpack_expanded_weight_or_tensor test_expanded_weights.py line 104 2022-12-01T10:46:49.1257269Z due to: 2022-12-01T10:46:49.1257443Z Traceback (most recent call last): 2022-12-01T10:46:49.1257821Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 512, in 2022-12-01T10:46:49.1258166Z if any(not issubclass(t, FakeTensor) and t is not torch.Tensor for t in types): 2022-12-01T10:46:49.1258479Z RecursionError: maximum recursion depth exceeded in __subclasscheck__ 2022-12-01T10:46:49.1258636Z 2022-12-01T10:46:49.1258773Z The above exception was the direct cause of the following exception: 2022-12-01T10:46:49.1258938Z 2022-12-01T10:46:49.1259031Z Traceback (most recent call last): 2022-12-01T10:46:49.1259422Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:46:49.1259707Z raise TorchRuntimeError() from e 2022-12-01T10:46:49.1259945Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:46:49.1260087Z 2022-12-01T10:46:49.1260158Z from user code: 2022-12-01T10:46:49.1260412Z File "test_expanded_weights.py", line 106, in test_unpack_expanded_weight_or_tensor 2022-12-01T10:46:49.1260759Z self.assertEqual(input, unpack_expanded_weight_or_tensor(ExpandedWeight(input, 3, loss_reduction="sum"))) 2022-12-01T10:46:49.1260962Z 2022-12-01T10:46:49.1261097Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:49.1261316Z ========== 2022-12-01T10:46:49.1261462Z ok (0.012s) 2022-12-01T10:46:49.1261760Z test_unpack_expanded_weight_or_tensor_failure_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.011s) 2022-12-01T10:46:49.1262513Z test_unpack_expanded_weight_or_tensor_with_custom_function_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_unpack_expanded_weight_or_tensor_with_custom_function test_expanded_weights.py line 112 2022-12-01T10:46:49.1262940Z due to: 2022-12-01T10:46:49.1263111Z Traceback (most recent call last): 2022-12-01T10:46:49.1263484Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 512, in 2022-12-01T10:46:49.1263823Z if any(not issubclass(t, FakeTensor) and t is not torch.Tensor for t in types): 2022-12-01T10:46:49.1264123Z RecursionError: maximum recursion depth exceeded in __subclasscheck__ 2022-12-01T10:46:49.1264296Z 2022-12-01T10:46:49.1264434Z The above exception was the direct cause of the following exception: 2022-12-01T10:46:49.1264598Z 2022-12-01T10:46:49.1264690Z Traceback (most recent call last): 2022-12-01T10:46:49.1265121Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:46:49.1265404Z raise TorchRuntimeError() from e 2022-12-01T10:46:49.1265639Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:46:49.1265782Z 2022-12-01T10:46:49.1265853Z from user code: 2022-12-01T10:46:49.1266119Z File "test_expanded_weights.py", line 114, in test_unpack_expanded_weight_or_tensor_with_custom_function 2022-12-01T10:46:49.1266510Z self.assertTrue(unpack_expanded_weight_or_tensor(ExpandedWeight(input, 3, loss_reduction="sum"), lambda x: x is input)) 2022-12-01T10:46:49.1266725Z 2022-12-01T10:46:49.1266859Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:49.1267080Z ========== 2022-12-01T10:46:49.1267260Z ok (0.015s) 2022-12-01T10:46:49.1267492Z test_Conv1d (__main__.TestExpandedWeightModule) ... ok (0.027s) 2022-12-01T10:46:49.1267811Z test_Conv1d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.016s) 2022-12-01T10:46:49.1268159Z test_Conv1d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.032s) 2022-12-01T10:46:49.1268506Z test_Conv1d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.020s) 2022-12-01T10:46:49.1268819Z test_Conv1d_pad1 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:46:49.1269141Z test_Conv1d_pad1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.013s) 2022-12-01T10:46:49.1269452Z test_Conv1d_pad1size1 (__main__.TestExpandedWeightModule) ... ok (0.015s) 2022-12-01T10:46:49.1269779Z test_Conv1d_pad1size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.018s) 2022-12-01T10:46:49.1270101Z test_Conv1d_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:46:49.1270408Z test_Conv1d_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-12-01T10:46:49.1270728Z test_Conv1d_pad2size1 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:46:49.1271060Z test_Conv1d_pad2size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-12-01T10:46:49.1271395Z test_Conv1d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:46:49.1271736Z test_Conv1d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-12-01T10:46:49.1272088Z test_Conv1d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:46:49.1272445Z test_Conv1d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-12-01T10:46:49.1272769Z test_Conv1d_stride (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:46:49.1273093Z test_Conv1d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:46:49.1273597Z test_Conv1d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.003s) 2022-12-01T10:46:49.1274256Z test_Conv1d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-12-01T10:46:49.1274756Z test_Conv1d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:46:49.1275104Z test_Conv1d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:46:49.1275430Z test_Conv2d (__main__.TestExpandedWeightModule) ... ok (0.016s) 2022-12-01T10:46:49.1275748Z test_Conv2d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.016s) 2022-12-01T10:46:49.1276106Z test_Conv2d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-12-01T10:46:49.1276435Z test_Conv2d_dilated (__main__.TestExpandedWeightModule) ... ok (0.015s) 2022-12-01T10:46:49.1276920Z test_Conv2d_dilated_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-12-01T10:46:49.1277332Z test_Conv2d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-12-01T10:46:49.1277633Z test_Conv2d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.016s) 2022-12-01T10:46:49.1277958Z test_Conv2d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-12-01T10:46:49.1278283Z test_Conv2d_padding (__main__.TestExpandedWeightModule) ... ok (0.015s) 2022-12-01T10:46:49.1278609Z test_Conv2d_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-12-01T10:46:49.1278941Z test_Conv2d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:46:49.1279297Z test_Conv2d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:46:49.1279703Z test_Conv2d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:46:49.1280050Z test_Conv2d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:46:49.1280391Z test_Conv2d_strided (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:46:49.1280716Z test_Conv2d_strided_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:46:49.1281234Z test_Conv2d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-12-01T10:46:49.1281799Z test_Conv2d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-12-01T10:46:49.1282197Z test_Conv2d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:46:49.1282547Z test_Conv2d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:46:49.1282873Z test_Conv3d (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:46:49.1283164Z test_Conv3d_1x1x1_no_bias (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:46:49.1283498Z test_Conv3d_1x1x1_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:46:49.1283839Z test_Conv3d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:46:49.1284181Z test_Conv3d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-12-01T10:46:49.1284527Z test_Conv3d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:46:49.1284839Z test_Conv3d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:46:49.1285161Z test_Conv3d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:46:49.1285490Z test_Conv3d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:46:49.1285850Z test_Conv3d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:46:49.1286191Z test_Conv3d_stride (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:46:49.1286501Z test_Conv3d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:46:49.1286829Z test_Conv3d_stride_padding (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:46:49.1287169Z test_Conv3d_stride_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:46:49.1287683Z test_Conv3d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-12-01T10:46:49.1288247Z test_Conv3d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-12-01T10:46:49.1288652Z test_Conv3d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:46:49.1288996Z test_Conv3d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:46:49.1289363Z test_Embedding (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:46:49.1289668Z test_Embedding_discontiguous (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:46:49.1290020Z test_Embedding_discontiguous_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:46:49.1290366Z test_Embedding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:46:49.1290680Z test_GroupNorm_1d_affine (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:46:49.1291002Z test_GroupNorm_1d_affine_GN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:46:49.1291347Z test_GroupNorm_1d_affine_GN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:46:49.1291739Z test_GroupNorm_1d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:46:49.1292069Z test_GroupNorm_1d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:46:49.1292420Z test_GroupNorm_1d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:46:49.1292763Z test_GroupNorm_1d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:46:49.1293108Z test_GroupNorm_1d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:46:49.1293430Z test_GroupNorm_2d_affine (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:46:49.1293763Z test_GroupNorm_2d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:46:49.1294102Z test_GroupNorm_2d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:46:49.1294433Z test_GroupNorm_2d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:46:49.1294770Z test_GroupNorm_2d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:46:49.1295117Z test_GroupNorm_2d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:46:49.1295466Z test_LayerNorm_1d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:46:49.1295828Z test_LayerNorm_1d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:46:49.1296392Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-12-01T10:46:49.1297030Z test_LayerNorm_1d_empty_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-12-01T10:46:49.1297468Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:46:49.1297829Z test_LayerNorm_1d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:46:49.1298192Z test_LayerNorm_3d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:46:49.1298555Z test_LayerNorm_3d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:46:49.1298918Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestExpandedWeightModule) ... ok (0.018s) 2022-12-01T10:46:49.1299276Z test_LayerNorm_3d_no_affine_large_feature_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-12-01T10:46:49.1299642Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:46:49.1300012Z test_LayerNorm_3d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:46:49.1300335Z test_Linear (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:46:49.1300648Z test_Linear_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:46:49.1301168Z test_Linear_no_batch_dim (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.001s) 2022-12-01T10:46:49.1301726Z test_Linear_no_batch_dim_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.001s) 2022-12-01T10:46:49.1302094Z test_Linear_no_bias (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:46:49.1302419Z test_Linear_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:46:49.1302765Z test_per_sample_api_compute_batch_size (__main__.TestExpandedWeightModule) ... ok (0.031s) 2022-12-01T10:46:49.1303416Z test_per_sample_api_compute_batch_size_not_pytreeable (__main__.TestExpandedWeightModule) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT NonPytreeableTuple test_expanded_weights.py line 497 2022-12-01T10:46:49.1303770Z due to: 2022-12-01T10:46:49.1303957Z Traceback (most recent call last): 2022-12-01T10:46:49.1304348Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:46:49.1304619Z raise Unsupported(msg) 2022-12-01T10:46:49.1304861Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T10:46:49.1305016Z 2022-12-01T10:46:49.1305091Z from user code: 2022-12-01T10:46:49.1305317Z File "test_expanded_weights.py", line 497, in NonPytreeableTuple 2022-12-01T10:46:49.1305546Z @dataclass 2022-12-01T10:46:49.1305648Z 2022-12-01T10:46:49.1305784Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:46:49.1306005Z ========== 2022-12-01T10:46:49.1306151Z ok (0.046s) 2022-12-01T10:46:49.1306404Z test_per_sample_api_failing (__main__.TestExpandedWeightModule) ... ok (0.022s) 2022-12-01T10:46:49.1306582Z 2022-12-01T10:46:49.1306785Z ---------------------------------------------------------------------- 2022-12-01T10:46:49.1307016Z Ran 184 tests in 3.155s 2022-12-01T10:46:49.1307128Z 2022-12-01T10:46:49.1307200Z OK (skipped=10) 2022-12-01T10:46:49.1307309Z 2022-12-01T10:46:49.1307394Z Generating XML reports... 2022-12-01T10:46:49.1307860Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightFunctionalCPU-20221201104645.xml 2022-12-01T10:46:49.1308509Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightHelperFunctionCPU-20221201104645.xml 2022-12-01T10:46:49.1309124Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightModule-20221201104645.xml 2022-12-01T10:46:49.1309383Z 2022-12-01T10:46:49.1309733Z ##[endgroup] 2022-12-01T10:46:49.1310133Z FINISHED PRINTING LOG FILE of test_expanded_weights (/var/lib/jenkins/workspace/test/test-reports/test_expanded_weights_cfq8beh6) 2022-12-01T10:46:49.1310360Z 2022-12-01T10:46:49.1310531Z Running test_module_init ... [2022-12-01 10:46:49.119693] 2022-12-01T10:46:49.1310998Z Executing ['/opt/conda/bin/python', '-bb', 'test_module_init.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:46:49.120048] 2022-12-01T10:46:58.4106761Z 2022-12-01T10:46:58.4107838Z Expand the folded group to see the log file of test_module_init 2022-12-01T10:46:58.4109207Z ##[group]PRINTING LOG FILE of test_module_init (/var/lib/jenkins/workspace/test/test-reports/test_module_init_ijgmch70) 2022-12-01T10:46:58.4110357Z Test results will be stored in test-reports/python-unittest/test_module_init 2022-12-01T10:46:58.4111854Z /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:46:58.4112833Z warnings.warn(msg, FutureWarning) 2022-12-01T10:46:58.4113266Z 2022-12-01T10:46:58.4113405Z Running tests... 2022-12-01T10:46:58.4114131Z ---------------------------------------------------------------------- 2022-12-01T10:46:58.4114962Z test_nn_AdaptiveAvgPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.200s) 2022-12-01T10:46:58.4115977Z test_nn_AdaptiveAvgPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-12-01T10:46:58.4116910Z test_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.015s) 2022-12-01T10:46:58.4117694Z test_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.009s) 2022-12-01T10:46:58.4118433Z test_nn_AdaptiveAvgPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.015s) 2022-12-01T10:46:58.4119157Z test_nn_AdaptiveAvgPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.009s) 2022-12-01T10:46:58.4119930Z test_nn_AdaptiveLogSoftmaxWithLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.097s) 2022-12-01T10:46:58.4120503Z test_nn_AdaptiveLogSoftmaxWithLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.022s) 2022-12-01T10:46:58.4121883Z test_nn_AdaptiveMaxPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.009s) 2022-12-01T10:46:58.4122616Z test_nn_AdaptiveMaxPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4123298Z test_nn_AdaptiveMaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.009s) 2022-12-01T10:46:58.4123914Z test_nn_AdaptiveMaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4124366Z test_nn_AdaptiveMaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.009s) 2022-12-01T10:46:58.4124965Z test_nn_AdaptiveMaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4125574Z test_nn_AlphaDropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.017s) 2022-12-01T10:46:58.4126165Z test_nn_AlphaDropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.010s) 2022-12-01T10:46:58.4126596Z test_nn_AvgPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4127181Z test_nn_AvgPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4136839Z test_nn_AvgPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4137459Z test_nn_AvgPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4137988Z test_nn_AvgPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4138538Z test_nn_AvgPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4139021Z test_nn_BCELoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4139518Z test_nn_BCELoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4140042Z test_nn_BCEWithLogitsLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4140635Z test_nn_BCEWithLogitsLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4141221Z test_nn_BatchNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4141771Z test_nn_BatchNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4142292Z test_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4142830Z test_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4143377Z test_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4143908Z test_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4144405Z test_nn_Bilinear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4144898Z test_nn_Bilinear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4145383Z test_nn_CELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4145853Z test_nn_CELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4146324Z test_nn_CTCLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4146841Z test_nn_CTCLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4147579Z test_nn_ChannelShuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4148145Z test_nn_ChannelShuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4148691Z test_nn_ConstantPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4149265Z test_nn_ConstantPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4149830Z test_nn_ConstantPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4150381Z test_nn_ConstantPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4150894Z test_nn_ConstantPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4151310Z test_nn_ConstantPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4151599Z test_nn_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4151888Z test_nn_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4152171Z test_nn_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4152457Z test_nn_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4152729Z test_nn_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4153009Z test_nn_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4153314Z test_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4153618Z test_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4153931Z test_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4154245Z test_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4154556Z test_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4154962Z test_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4155284Z test_nn_CosineEmbeddingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4155609Z test_nn_CosineEmbeddingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4155922Z test_nn_CosineSimilarity_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4156239Z test_nn_CosineSimilarity_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4156719Z test_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4157041Z test_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4157346Z test_nn_CrossMapLRN2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4157785Z test_nn_CrossMapLRN2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4158092Z test_nn_Dropout1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4158387Z test_nn_Dropout1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4158666Z test_nn_Dropout2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4158962Z test_nn_Dropout2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4159258Z test_nn_Dropout3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4159538Z test_nn_Dropout3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4159827Z test_nn_Dropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4160114Z test_nn_Dropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4160386Z test_nn_ELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4160664Z test_nn_ELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4161043Z test_nn_EmbeddingBag_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4161350Z test_nn_EmbeddingBag_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4161639Z test_nn_Embedding_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4161939Z test_nn_Embedding_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4162251Z test_nn_FeatureAlphaDropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4162569Z test_nn_FeatureAlphaDropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4162883Z test_nn_Flatten_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4163218Z test_nn_Flatten_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4163504Z test_nn_Fold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4163777Z test_nn_Fold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4164089Z test_nn_FractionalMaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4164416Z test_nn_FractionalMaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4164731Z test_nn_FractionalMaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4165059Z test_nn_FractionalMaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4165362Z test_nn_GELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4165644Z test_nn_GELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4165915Z test_nn_GLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4166195Z test_nn_GLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4166480Z test_nn_GRUCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4166760Z test_nn_GRUCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4167039Z test_nn_GRU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4167317Z test_nn_GRU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4167613Z test_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4167914Z test_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4168216Z test_nn_GroupNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4168508Z test_nn_GroupNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4168794Z test_nn_Hardshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4169092Z test_nn_Hardshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4169392Z test_nn_Hardsigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4169693Z test_nn_Hardsigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4169980Z test_nn_Hardswish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4170271Z test_nn_Hardswish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4170559Z test_nn_Hardtanh_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4170838Z test_nn_Hardtanh_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4171149Z test_nn_HingeEmbeddingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4171470Z test_nn_HingeEmbeddingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4171777Z test_nn_HuberLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4172058Z test_nn_HuberLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4172390Z test_nn_Identity_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4172683Z test_nn_Identity_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4172969Z test_nn_InstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4173279Z test_nn_InstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4173589Z test_nn_InstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4173895Z test_nn_InstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4174185Z test_nn_InstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4174518Z test_nn_InstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4174822Z test_nn_KLDivLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4175105Z test_nn_KLDivLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4175400Z test_nn_L1Loss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4175687Z test_nn_L1Loss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4175979Z test_nn_LPPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4176261Z test_nn_LPPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4176550Z test_nn_LPPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4176837Z test_nn_LPPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4177113Z test_nn_LSTMCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4177408Z test_nn_LSTMCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4177695Z test_nn_LSTM_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4177973Z test_nn_LSTM_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4178267Z test_nn_LayerNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4178564Z test_nn_LayerNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4179348Z 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:46:58.4180016Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:46:58.4180583Z /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:46:58.4181069Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:46:58.4181301Z ok (0.005s) 2022-12-01T10:46:58.4181917Z test_nn_LazyBatchNorm1d_cpu_float64 (__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:46:58.4182462Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:46:58.4182696Z ok (0.004s) 2022-12-01T10:46:58.4182941Z test_nn_LazyBatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4183250Z test_nn_LazyBatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:46:58.4183562Z test_nn_LazyBatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4183880Z test_nn_LazyBatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4184187Z test_nn_LazyConv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4184531Z test_nn_LazyConv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4184832Z test_nn_LazyConv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4185127Z test_nn_LazyConv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4185411Z test_nn_LazyConv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:46:58.4185704Z test_nn_LazyConv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4186018Z test_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4186351Z test_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4186699Z test_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4187025Z test_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4187348Z test_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4187660Z test_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4187991Z test_nn_LazyInstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4188313Z test_nn_LazyInstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:46:58.4188630Z test_nn_LazyInstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4188934Z test_nn_LazyInstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4189252Z test_nn_LazyInstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4189571Z test_nn_LazyInstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4189876Z test_nn_LazyLinear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4190166Z test_nn_LazyLinear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4190464Z test_nn_LeakyReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4190762Z test_nn_LeakyReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4191038Z test_nn_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4191321Z test_nn_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4191626Z test_nn_LocalResponseNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4191939Z test_nn_LocalResponseNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4192254Z test_nn_LogSigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4192554Z test_nn_LogSigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4192850Z test_nn_LogSoftmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4193135Z test_nn_LogSoftmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4193430Z test_nn_MSELoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4193720Z test_nn_MSELoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4194013Z test_nn_MarginRankingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4194334Z test_nn_MarginRankingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4194644Z test_nn_MaxPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4195032Z test_nn_MaxPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4195318Z test_nn_MaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4195617Z test_nn_MaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4195957Z test_nn_MaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4196233Z test_nn_MaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4196524Z test_nn_MaxUnpool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4196965Z test_nn_MaxUnpool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4197266Z test_nn_MaxUnpool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4197555Z test_nn_MaxUnpool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4197855Z test_nn_MaxUnpool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4198152Z test_nn_MaxUnpool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4198507Z test_nn_Mish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4198796Z test_nn_Mish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4199095Z test_nn_ModuleDict_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:46:58.4199396Z test_nn_ModuleDict_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4199686Z test_nn_ModuleList_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4199984Z test_nn_ModuleList_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4200307Z test_nn_MultiLabelMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4200635Z test_nn_MultiLabelMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4200981Z test_nn_MultiLabelSoftMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4201332Z test_nn_MultiLabelSoftMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4201661Z test_nn_MultiMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4201966Z test_nn_MultiMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4202287Z test_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:46:58.4202610Z test_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4202901Z test_nn_NLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4203194Z test_nn_NLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4203483Z test_nn_PReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4203773Z test_nn_PReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4204074Z test_nn_PairwiseDistance_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4204394Z test_nn_PairwiseDistance_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4204713Z test_nn_ParameterDict_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:46:58.4205006Z test_nn_ParameterDict_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4205318Z test_nn_ParameterList_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:46:58.4205623Z test_nn_ParameterList_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4205928Z test_nn_PixelShuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4206218Z test_nn_PixelShuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4206525Z test_nn_PixelUnshuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4206831Z test_nn_PixelUnshuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4207134Z test_nn_PoissonNLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4207438Z test_nn_PoissonNLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4207784Z test_nn_RNNBase_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4208077Z test_nn_RNNBase_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4208363Z test_nn_RNNCellBase_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4208664Z test_nn_RNNCellBase_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4208958Z test_nn_RNNCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4209237Z test_nn_RNNCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4209523Z test_nn_RNN_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4209846Z test_nn_RNN_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4210130Z test_nn_RReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4210405Z test_nn_RReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4210691Z test_nn_ReLU6_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4210976Z test_nn_ReLU6_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4211251Z test_nn_ReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4211536Z test_nn_ReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4211837Z test_nn_ReflectionPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4212161Z test_nn_ReflectionPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4212470Z test_nn_ReflectionPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4212784Z test_nn_ReflectionPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4213094Z test_nn_ReflectionPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4213391Z test_nn_ReflectionPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4213709Z test_nn_ReplicationPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4214035Z test_nn_ReplicationPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4214353Z test_nn_ReplicationPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4214660Z test_nn_ReplicationPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4214977Z test_nn_ReplicationPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4215293Z test_nn_ReplicationPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4215583Z test_nn_SELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4215865Z test_nn_SELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4216157Z test_nn_Sequential_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4216454Z test_nn_Sequential_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4216730Z test_nn_SiLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4217009Z test_nn_SiLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4217297Z test_nn_Sigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4217578Z test_nn_Sigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4217878Z test_nn_SmoothL1Loss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4218183Z test_nn_SmoothL1Loss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4218481Z test_nn_SoftMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4218790Z test_nn_SoftMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4219159Z test_nn_Softmax2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4219453Z test_nn_Softmax2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4219732Z test_nn_Softmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4220022Z test_nn_Softmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4220312Z test_nn_Softmin_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4220586Z test_nn_Softmin_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4220876Z test_nn_Softplus_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4221205Z test_nn_Softplus_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4221504Z test_nn_Softshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4221789Z test_nn_Softshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4222085Z test_nn_Softsign_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4222373Z test_nn_Softsign_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4222660Z test_nn_SyncBatchNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4222967Z test_nn_SyncBatchNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4223257Z test_nn_Tanh_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4223544Z test_nn_Tanh_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4223825Z test_nn_Tanhshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4224122Z test_nn_Tanhshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4224418Z test_nn_Threshold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4224705Z test_nn_Threshold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4225028Z test_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-12-01T10:46:58.4225371Z test_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-12-01T10:46:58.4225701Z test_nn_TransformerDecoder_cpu_float32 (__main__.TestModuleInitCPU) ... ok (3.831s) 2022-12-01T10:46:58.4226013Z test_nn_TransformerDecoder_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.008s) 2022-12-01T10:46:58.4226346Z test_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:46:58.4226691Z test_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:46:58.4227010Z test_nn_TransformerEncoder_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.011s) 2022-12-01T10:46:58.4227329Z test_nn_TransformerEncoder_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-12-01T10:46:58.4227641Z test_nn_Transformer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.709s) 2022-12-01T10:46:58.4227941Z test_nn_Transformer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.784s) 2022-12-01T10:46:58.4228239Z test_nn_TripletMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4228563Z test_nn_TripletMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4228910Z test_nn_TripletMarginWithDistanceLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4229268Z test_nn_TripletMarginWithDistanceLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4229599Z test_nn_Unflatten_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4229894Z test_nn_Unflatten_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4230182Z test_nn_Unfold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4230496Z test_nn_Unfold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4230785Z test_nn_Upsample_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4231079Z test_nn_Upsample_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4231381Z test_nn_UpsamplingBilinear2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4231720Z test_nn_UpsamplingBilinear2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4232055Z test_nn_UpsamplingNearest2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4232386Z test_nn_UpsamplingNearest2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4232720Z test_nn_ZeroPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4233020Z test_nn_ZeroPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4233311Z test_qat_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4233590Z test_qat_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:46:58.4233879Z test_qat_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4234170Z test_qat_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4234453Z test_qat_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4234812Z test_qat_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4235120Z test_qat_EmbeddingBag_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4235429Z test_qat_EmbeddingBag_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4235728Z test_qat_Embedding_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4236027Z test_qat_Embedding_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4236325Z test_qat_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4236748Z test_qat_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4237044Z test_quantizable_LSTMCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4237365Z test_quantizable_LSTMCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:46:58.4237681Z test_quantizable_LSTM_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.012s) 2022-12-01T10:46:58.4237973Z test_quantizable_LSTM_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4238299Z test_quantizable_MultiheadAttention_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:46:58.4238647Z test_quantizable_MultiheadAttention_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:46:58.4238981Z test_quantized_BatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4239287Z test_quantized_BatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4239612Z test_quantized_BatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4239926Z test_quantized_BatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4240222Z test_quantized_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4240526Z test_quantized_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4240825Z test_quantized_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4241126Z test_quantized_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4241413Z test_quantized_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4241713Z test_quantized_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4242029Z test_quantized_ConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4242422Z test_quantized_ConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4242750Z test_quantized_ConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4243077Z test_quantized_ConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4243407Z test_quantized_ConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4243719Z test_quantized_ConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4244043Z test_quantized_DeQuantize_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4244407Z test_quantized_DeQuantize_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4244711Z test_quantized_Dropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4245022Z test_quantized_Dropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4245333Z test_quantized_ELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4245631Z test_quantized_ELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4245942Z test_quantized_FXFloatFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4246284Z test_quantized_FXFloatFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4246622Z test_quantized_FloatFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4246954Z test_quantized_FloatFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4247268Z test_quantized_GroupNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4247584Z test_quantized_GroupNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4247901Z test_quantized_Hardswish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4248202Z test_quantized_Hardswish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4248524Z test_quantized_InstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4248849Z test_quantized_InstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4249175Z test_quantized_InstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4249488Z test_quantized_InstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4249808Z test_quantized_InstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4250129Z test_quantized_InstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4250434Z test_quantized_LayerNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4250747Z test_quantized_LayerNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4251061Z test_quantized_LeakyReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4251371Z test_quantized_LeakyReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4251667Z test_quantized_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4251971Z test_quantized_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4252282Z test_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4252583Z test_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4252895Z test_quantized_PReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4253198Z test_quantized_PReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4253553Z test_quantized_QFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4253863Z test_quantized_QFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4254177Z test_quantized_Quantize_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:46:58.4254489Z test_quantized_Quantize_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4254782Z test_quantized_ReLU6_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4255082Z test_quantized_ReLU6_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4255386Z test_quantized_Sigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:46:58.4255728Z test_quantized_Sigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4256020Z test_quantized_Softmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4256322Z test_quantized_Softmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:46:58.4256492Z 2022-12-01T10:46:58.4256749Z ---------------------------------------------------------------------- 2022-12-01T10:46:58.4256983Z Ran 376 tests in 7.196s 2022-12-01T10:46:58.4257099Z 2022-12-01T10:46:58.4257160Z OK 2022-12-01T10:46:58.4257251Z 2022-12-01T10:46:58.4257336Z Generating XML reports... 2022-12-01T10:46:58.4257761Z Generated XML report: test-reports/python-unittest/test_module_init/TEST-TestModuleInitCPU-20221201104650.xml 2022-12-01T10:46:58.4257986Z 2022-12-01T10:46:58.4258352Z ##[endgroup] 2022-12-01T10:46:58.4258737Z FINISHED PRINTING LOG FILE of test_module_init (/var/lib/jenkins/workspace/test/test-reports/test_module_init_ijgmch70) 2022-12-01T10:46:58.4258951Z 2022-12-01T10:46:58.4259114Z Running test_autocast ... [2022-12-01 10:46:58.411611] 2022-12-01T10:46:58.4259562Z Executing ['/opt/conda/bin/python', '-bb', 'test_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:46:58.412064] 2022-12-01T10:47:04.3700184Z 2022-12-01T10:47:04.3700771Z Expand the folded group to see the log file of test_autocast 2022-12-01T10:47:04.3701803Z ##[group]PRINTING LOG FILE of test_autocast (/var/lib/jenkins/workspace/test/test-reports/test_autocast_2r3y7v0f) 2022-12-01T10:47:04.3702547Z Test results will be stored in test-reports/python-unittest/test_autocast 2022-12-01T10:47:04.3702726Z 2022-12-01T10:47:04.3702786Z Running tests... 2022-12-01T10:47:04.3703094Z ---------------------------------------------------------------------- 2022-12-01T10:47:04.3703680Z test_autocast_methods_expect_builtin_promote (__main__.TestAutocastCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_autocast_methods_expect_builtin_promote test_autocast.py line 97 2022-12-01T10:47:04.3704039Z due to: 2022-12-01T10:47:04.3704212Z Traceback (most recent call last): 2022-12-01T10:47:04.3704623Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:47:04.3705017Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:47:04.3705235Z AssertionError: module 2022-12-01T10:47:04.3705381Z 2022-12-01T10:47:04.3705484Z from user code: 2022-12-01T10:47:04.3705837Z File "test_autocast.py", line 99, in test_autocast_methods_expect_builtin_promote 2022-12-01T10:47:04.3706168Z self._run_autocast_outofplace(op, args, torch.float32, module=None, out_type=out_type) 2022-12-01T10:47:04.3706341Z 2022-12-01T10:47:04.3706471Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:47:04.3706688Z ========== 2022-12-01T10:47:04.3707038Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _run_autocast_outofplace test_autocast.py line 17 2022-12-01T10:47:04.3707291Z due to: 2022-12-01T10:47:04.3707478Z Traceback (most recent call last): 2022-12-01T10:47:04.3707866Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:47:04.3708546Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:47:04.3709015Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-12-01T10:47:04.3709224Z 2022-12-01T10:47:04.3709295Z from user code: 2022-12-01T10:47:04.3709521Z File "test_autocast.py", line 30, in _run_autocast_outofplace 2022-12-01T10:47:04.3709776Z self.assertFalse(torch.is_autocast_cpu_enabled()) 2022-12-01T10:47:04.3709925Z 2022-12-01T10:47:04.3710058Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:47:04.3710277Z ========== 2022-12-01T10:47:04.3710422Z ok (4.117s) 2022-12-01T10:47:04.3710921Z test_autocast_nn_bf16 (__main__.TestAutocastCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_autocast_nn_bf16 test_autocast.py line 106 2022-12-01T10:47:04.3711221Z due to: 2022-12-01T10:47:04.3711391Z Traceback (most recent call last): 2022-12-01T10:47:04.3711803Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:47:04.3712136Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:47:04.3712365Z AssertionError: module 2022-12-01T10:47:04.3712468Z 2022-12-01T10:47:04.3712539Z from user code: 2022-12-01T10:47:04.3712758Z File "test_autocast.py", line 109, in test_autocast_nn_bf16 2022-12-01T10:47:04.3713077Z self._run_autocast_outofplace(op, args, torch.bfloat16, module=torch._C._nn, add_kwargs=maybe_kwargs) 2022-12-01T10:47:04.3713270Z 2022-12-01T10:47:04.3713389Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:47:04.3713605Z ========== 2022-12-01T10:47:04.3713762Z ok (0.014s) 2022-12-01T10:47:04.3714192Z test_autocast_nn_fp32 (__main__.TestAutocastCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_autocast_nn_fp32 test_autocast.py line 116 2022-12-01T10:47:04.3714478Z due to: 2022-12-01T10:47:04.3714730Z Traceback (most recent call last): 2022-12-01T10:47:04.3715145Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:47:04.3715463Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:47:04.3715691Z AssertionError: module 2022-12-01T10:47:04.3715809Z 2022-12-01T10:47:04.3715880Z from user code: 2022-12-01T10:47:04.3716089Z File "test_autocast.py", line 119, in test_autocast_nn_fp32 2022-12-01T10:47:04.3716405Z self._run_autocast_outofplace(op, args, torch.float32, module=torch._C._nn, add_kwargs=maybe_kwargs) 2022-12-01T10:47:04.3716767Z 2022-12-01T10:47:04.3716903Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:47:04.3717122Z ========== 2022-12-01T10:47:04.3717267Z ok (0.031s) 2022-12-01T10:47:04.3717712Z test_autocast_torch_bf16 (__main__.TestAutocastCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_autocast_torch_bf16 test_autocast.py line 101 2022-12-01T10:47:04.3718019Z due to: 2022-12-01T10:47:04.3718189Z Traceback (most recent call last): 2022-12-01T10:47:04.3718594Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:47:04.3718924Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:47:04.3719140Z AssertionError: module 2022-12-01T10:47:04.3719259Z 2022-12-01T10:47:04.3719328Z from user code: 2022-12-01T10:47:04.3719550Z File "test_autocast.py", line 104, in test_autocast_torch_bf16 2022-12-01T10:47:04.3719849Z self._run_autocast_outofplace(op, args, torch.bfloat16, add_kwargs=maybe_kwargs) 2022-12-01T10:47:04.3720013Z 2022-12-01T10:47:04.3720145Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:47:04.3720361Z ========== 2022-12-01T10:47:04.3720517Z ok (0.029s) 2022-12-01T10:47:04.3720997Z test_autocast_torch_expect_builtin_promote (__main__.TestAutocastCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_autocast_torch_expect_builtin_promote test_autocast.py line 93 2022-12-01T10:47:04.3721415Z due to: 2022-12-01T10:47:04.3721597Z Traceback (most recent call last): 2022-12-01T10:47:04.3721991Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:47:04.3722321Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:47:04.3722547Z AssertionError: module 2022-12-01T10:47:04.3722664Z 2022-12-01T10:47:04.3722733Z from user code: 2022-12-01T10:47:04.3722967Z File "test_autocast.py", line 95, in test_autocast_torch_expect_builtin_promote 2022-12-01T10:47:04.3723274Z self._run_autocast_outofplace(op, args, torch.float32, out_type=out_type) 2022-12-01T10:47:04.3723445Z 2022-12-01T10:47:04.3723632Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:47:04.3723840Z ========== 2022-12-01T10:47:04.3723996Z ok (0.013s) 2022-12-01T10:47:04.3724430Z test_autocast_torch_fp32 (__main__.TestAutocastCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_autocast_torch_fp32 test_autocast.py line 111 2022-12-01T10:47:04.3724735Z due to: 2022-12-01T10:47:04.3724902Z Traceback (most recent call last): 2022-12-01T10:47:04.3725306Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:47:04.3725634Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:47:04.3725849Z AssertionError: module 2022-12-01T10:47:04.3725965Z 2022-12-01T10:47:04.3726035Z from user code: 2022-12-01T10:47:04.3726259Z File "test_autocast.py", line 114, in test_autocast_torch_fp32 2022-12-01T10:47:04.3726545Z self._run_autocast_outofplace(op, args, torch.float32, add_kwargs=maybe_kwargs) 2022-12-01T10:47:04.3726719Z 2022-12-01T10:47:04.3726852Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:47:04.3727068Z ========== 2022-12-01T10:47:04.3727225Z ok (0.084s) 2022-12-01T10:47:04.3727706Z test_autocast_torch_need_autocast_promote (__main__.TestAutocastCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_autocast_torch_need_autocast_promote test_autocast.py line 121 2022-12-01T10:47:04.3728048Z due to: 2022-12-01T10:47:04.3728230Z Traceback (most recent call last): 2022-12-01T10:47:04.3728621Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T10:47:04.3728954Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T10:47:04.3729181Z AssertionError: module 2022-12-01T10:47:04.3729298Z 2022-12-01T10:47:04.3729356Z from user code: 2022-12-01T10:47:04.3729596Z File "test_autocast.py", line 123, in test_autocast_torch_need_autocast_promote 2022-12-01T10:47:04.3729884Z self._run_autocast_outofplace(op, args, torch.float32) 2022-12-01T10:47:04.3730037Z 2022-12-01T10:47:04.3730167Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:47:04.3730371Z ========== 2022-12-01T10:47:04.3730529Z ok (0.008s) 2022-12-01T10:47:04.3730970Z test_autocast_fast_dtype (__main__.TestTorchAutocast) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_autocast_fast_dtype test_autocast.py line 126 2022-12-01T10:47:04.3731273Z due to: 2022-12-01T10:47:04.3731456Z Traceback (most recent call last): 2022-12-01T10:47:04.3731844Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:47:04.3732292Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:47:04.3732734Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-12-01T10:47:04.3732940Z 2022-12-01T10:47:04.3733010Z from user code: 2022-12-01T10:47:04.3733234Z File "test_autocast.py", line 127, in test_autocast_fast_dtype 2022-12-01T10:47:04.3733484Z gpu_fast_dtype = torch.get_autocast_gpu_dtype() 2022-12-01T10:47:04.3733626Z 2022-12-01T10:47:04.3733799Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:47:04.3734021Z ========== 2022-12-01T10:47:04.3734238Z ok (0.002s) 2022-12-01T10:47:04.3734346Z 2022-12-01T10:47:04.3734548Z ---------------------------------------------------------------------- 2022-12-01T10:47:04.3734789Z Ran 8 tests in 4.361s 2022-12-01T10:47:04.3734902Z 2022-12-01T10:47:04.3734961Z OK 2022-12-01T10:47:04.3735040Z 2022-12-01T10:47:04.3735123Z Generating XML reports... 2022-12-01T10:47:04.3735527Z Generated XML report: test-reports/python-unittest/test_autocast/TEST-TestAutocastCPU-20221201104659.xml 2022-12-01T10:47:04.3736035Z Generated XML report: test-reports/python-unittest/test_autocast/TEST-TestTorchAutocast-20221201104659.xml 2022-12-01T10:47:04.3736262Z 2022-12-01T10:47:04.3736540Z ##[endgroup] 2022-12-01T10:47:04.3736956Z FINISHED PRINTING LOG FILE of test_autocast (/var/lib/jenkins/workspace/test/test-reports/test_autocast_2r3y7v0f) 2022-12-01T10:47:04.3737165Z 2022-12-01T10:47:04.3737336Z Running test_pytree ... [2022-12-01 10:47:04.370409] 2022-12-01T10:47:04.3737776Z Executing ['/opt/conda/bin/python', '-bb', 'test_pytree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:47:04.370739] 2022-12-01T10:47:10.1318712Z 2022-12-01T10:47:10.1319230Z Expand the folded group to see the log file of test_pytree 2022-12-01T10:47:10.1320273Z ##[group]PRINTING LOG FILE of test_pytree (/var/lib/jenkins/workspace/test/test-reports/test_pytree_iwgf38ie) 2022-12-01T10:47:10.1321348Z Test results will be stored in test-reports/python-unittest/test_pytree 2022-12-01T10:47:10.1321667Z 2022-12-01T10:47:10.1321802Z Running tests... 2022-12-01T10:47:10.1322348Z ---------------------------------------------------------------------- 2022-12-01T10:47:10.1323312Z test_broadcast_to_and_flatten (__main__.TestPytree) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_broadcast_to_and_flatten test_pytree.py line 208 2022-12-01T10:47:10.1323847Z due to: 2022-12-01T10:47:10.1324136Z Traceback (most recent call last): 2022-12-01T10:47:10.1324741Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:47:10.1325500Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:47:10.1326221Z AssertionError: torch.* op returned non-Tensor TreeSpec call_function 2022-12-01T10:47:10.1326537Z 2022-12-01T10:47:10.1326659Z from user code: 2022-12-01T10:47:10.1327033Z File "test_pytree.py", line 248, in test_broadcast_to_and_flatten 2022-12-01T10:47:10.1327449Z _, to_spec = tree_flatten(to_pytree) 2022-12-01T10:47:10.1327659Z 2022-12-01T10:47:10.1327853Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:47:10.1328199Z ========== 2022-12-01T10:47:10.1328445Z ok (3.845s) 2022-12-01T10:47:10.1329182Z test_flatten_unflatten_dict (__main__.TestPytree) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pytree.py line 126 2022-12-01T10:47:10.1329685Z due to: 2022-12-01T10:47:10.1329957Z Traceback (most recent call last): 2022-12-01T10:47:10.1330558Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:47:10.1331190Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:47:10.1331800Z AssertionError: torch.* op returned non-Tensor TreeSpec call_function 2022-12-01T10:47:10.1332054Z 2022-12-01T10:47:10.1332158Z from user code: 2022-12-01T10:47:10.1332470Z File "test_pytree.py", line 127, in 2022-12-01T10:47:10.1332809Z values, treespec = tree_flatten(tup) 2022-12-01T10:47:10.1332991Z 2022-12-01T10:47:10.1333166Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:47:10.1333477Z ========== 2022-12-01T10:47:10.1334002Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pytree.py line 136 2022-12-01T10:47:10.1334602Z due to: 2022-12-01T10:47:10.1334859Z Traceback (most recent call last): 2022-12-01T10:47:10.1335411Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:47:10.1336036Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:47:10.1336661Z AssertionError: torch.* op returned non-Tensor LeafSpec call_function 2022-12-01T10:47:10.1336949Z 2022-12-01T10:47:10.1337053Z from user code: 2022-12-01T10:47:10.1337396Z File "test_pytree.py", line 137, in 2022-12-01T10:47:10.1337760Z run_test({'a': 1}) 2022-12-01T10:47:10.1337919Z 2022-12-01T10:47:10.1338205Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:47:10.1338521Z ========== 2022-12-01T10:47:10.1338964Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT run_test test_pytree.py line 124 2022-12-01T10:47:10.1339292Z due to: 2022-12-01T10:47:10.1339550Z Traceback (most recent call last): 2022-12-01T10:47:10.1340096Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:47:10.1340691Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:47:10.1341331Z AssertionError: torch.* op returned non-Tensor LeafSpec call_function 2022-12-01T10:47:10.1341615Z 2022-12-01T10:47:10.1341717Z from user code: 2022-12-01T10:47:10.1341999Z File "test_pytree.py", line 126, in run_test 2022-12-01T10:47:10.1342291Z [LeafSpec() for _ in tup.values()]) 2022-12-01T10:47:10.1342472Z 2022-12-01T10:47:10.1342655Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:47:10.1342957Z ========== 2022-12-01T10:47:10.1343164Z ok (0.111s) 2022-12-01T10:47:10.1343777Z test_flatten_unflatten_leaf (__main__.TestPytree) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_flatten_unflatten_leaf test_pytree.py line 19 2022-12-01T10:47:10.1344200Z due to: 2022-12-01T10:47:10.1344447Z Traceback (most recent call last): 2022-12-01T10:47:10.1344989Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:47:10.1345612Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:47:10.1346204Z AssertionError: torch.* op returned non-Tensor int call_function 2022-12-01T10:47:10.1346449Z 2022-12-01T10:47:10.1346549Z from user code: 2022-12-01T10:47:10.1346863Z File "test_pytree.py", line 28, in test_flatten_unflatten_leaf 2022-12-01T10:47:10.1347178Z run_test_with_leaf(1) 2022-12-01T10:47:10.1347332Z 2022-12-01T10:47:10.1347500Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:47:10.1347811Z ========== 2022-12-01T10:47:10.1348283Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT run_test_with_leaf test_pytree.py line 20 2022-12-01T10:47:10.1348638Z due to: 2022-12-01T10:47:10.1348901Z Traceback (most recent call last): 2022-12-01T10:47:10.1349452Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:47:10.1350074Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:47:10.1350655Z AssertionError: torch.* op returned non-Tensor int call_function 2022-12-01T10:47:10.1350915Z 2022-12-01T10:47:10.1351027Z from user code: 2022-12-01T10:47:10.1351338Z File "test_pytree.py", line 21, in run_test_with_leaf 2022-12-01T10:47:10.1351654Z values, treespec = tree_flatten(leaf) 2022-12-01T10:47:10.1351836Z 2022-12-01T10:47:10.1352014Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:47:10.1352313Z ========== 2022-12-01T10:47:10.1352638Z ok (0.005s) 2022-12-01T10:47:10.1353238Z test_flatten_unflatten_list (__main__.TestPytree) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pytree.py line 36 2022-12-01T10:47:10.1353656Z due to: 2022-12-01T10:47:10.1353911Z Traceback (most recent call last): 2022-12-01T10:47:10.1354444Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:47:10.1355175Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:47:10.1355805Z AssertionError: torch.* op returned non-Tensor TreeSpec call_function 2022-12-01T10:47:10.1356078Z 2022-12-01T10:47:10.1356174Z from user code: 2022-12-01T10:47:10.1356806Z File "test_pytree.py", line 37, in 2022-12-01T10:47:10.1357169Z values, treespec = tree_flatten(lst) 2022-12-01T10:47:10.1357355Z 2022-12-01T10:47:10.1357539Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:47:10.1357834Z ========== 2022-12-01T10:47:10.1358365Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pytree.py line 46 2022-12-01T10:47:10.1358746Z due to: 2022-12-01T10:47:10.1358991Z Traceback (most recent call last): 2022-12-01T10:47:10.1359549Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:47:10.1360171Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:47:10.1360814Z AssertionError: torch.* op returned non-Tensor LeafSpec call_function 2022-12-01T10:47:10.1361090Z 2022-12-01T10:47:10.1361192Z from user code: 2022-12-01T10:47:10.1361563Z File "test_pytree.py", line 47, in 2022-12-01T10:47:10.1361897Z run_test([1., 2]) 2022-12-01T10:47:10.1362051Z 2022-12-01T10:47:10.1362230Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:47:10.1362534Z ========== 2022-12-01T10:47:10.1362974Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT run_test test_pytree.py line 35 2022-12-01T10:47:10.1363296Z due to: 2022-12-01T10:47:10.1363554Z Traceback (most recent call last): 2022-12-01T10:47:10.1364108Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:47:10.1364737Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:47:10.1365360Z AssertionError: torch.* op returned non-Tensor LeafSpec call_function 2022-12-01T10:47:10.1365655Z 2022-12-01T10:47:10.1365757Z from user code: 2022-12-01T10:47:10.1366072Z File "test_pytree.py", line 36, in run_test 2022-12-01T10:47:10.1366411Z expected_spec = TreeSpec(list, None, [LeafSpec() for _ in lst]) 2022-12-01T10:47:10.1366644Z 2022-12-01T10:47:10.1366831Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:47:10.1367141Z ========== 2022-12-01T10:47:10.1367370Z ok (0.017s) 2022-12-01T10:47:10.1368039Z test_flatten_unflatten_namedtuple (__main__.TestPytree) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pytree.py line 90 2022-12-01T10:47:10.1368511Z due to: 2022-12-01T10:47:10.1368768Z Traceback (most recent call last): 2022-12-01T10:47:10.1369371Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/lists.py", line 38, in as_python_constant 2022-12-01T10:47:10.1369848Z return self.python_type()([x.as_python_constant() for x in self.items]) 2022-12-01T10:47:10.1370338Z TypeError: __new__() missing 1 required positional argument: 'y' 2022-12-01T10:47:10.1370562Z 2022-12-01T10:47:10.1370648Z from user code: 2022-12-01T10:47:10.1370996Z File "test_pytree.py", line 103, in 2022-12-01T10:47:10.1371508Z run_test(Point(1., 2)) 2022-12-01T10:47:10.1371675Z 2022-12-01T10:47:10.1371862Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:47:10.1372151Z ========== 2022-12-01T10:47:10.1372595Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT run_test test_pytree.py line 92 2022-12-01T10:47:10.1372928Z due to: 2022-12-01T10:47:10.1373184Z Traceback (most recent call last): 2022-12-01T10:47:10.1373794Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/lists.py", line 38, in as_python_constant 2022-12-01T10:47:10.1374313Z return self.python_type()([x.as_python_constant() for x in self.items]) 2022-12-01T10:47:10.1374803Z TypeError: __new__() missing 1 required positional argument: 'y' 2022-12-01T10:47:10.1375031Z 2022-12-01T10:47:10.1375223Z from user code: 2022-12-01T10:47:10.1375520Z File "test_pytree.py", line 93, in run_test 2022-12-01T10:47:10.1375945Z expected_spec = TreeSpec(namedtuple, Point, [LeafSpec() for _ in tup]) 2022-12-01T10:47:10.1376182Z 2022-12-01T10:47:10.1376388Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:47:10.1376753Z ========== 2022-12-01T10:47:10.1377310Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pytree.py line 93 2022-12-01T10:47:10.1377704Z due to: 2022-12-01T10:47:10.1377924Z Traceback (most recent call last): 2022-12-01T10:47:10.1378328Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:47:10.1378765Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:47:10.1379234Z AssertionError: torch.* op returned non-Tensor LeafSpec call_function 2022-12-01T10:47:10.1379446Z 2022-12-01T10:47:10.1379521Z from user code: 2022-12-01T10:47:10.1379728Z File "test_pytree.py", line 93, in 2022-12-01T10:47:10.1379987Z expected_spec = TreeSpec(namedtuple, Point, [LeafSpec() for _ in tup]) 2022-12-01T10:47:10.1380156Z 2022-12-01T10:47:10.1380286Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:47:10.1380503Z ========== 2022-12-01T10:47:10.1380650Z ok (0.008s) 2022-12-01T10:47:10.1380874Z test_flatten_unflatten_nested (__main__.TestPytree) ... ok (0.006s) 2022-12-01T10:47:10.1381367Z test_flatten_unflatten_odict (__main__.TestPytree) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pytree.py line 72 2022-12-01T10:47:10.1381671Z due to: 2022-12-01T10:47:10.1381840Z Traceback (most recent call last): 2022-12-01T10:47:10.1382228Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:47:10.1382679Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:47:10.1383104Z AssertionError: torch.* op returned non-Tensor TreeSpec call_function 2022-12-01T10:47:10.1383302Z 2022-12-01T10:47:10.1383374Z from user code: 2022-12-01T10:47:10.1383595Z File "test_pytree.py", line 73, in 2022-12-01T10:47:10.1383838Z values, treespec = tree_flatten(odict) 2022-12-01T10:47:10.1383957Z 2022-12-01T10:47:10.1384088Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:47:10.1384304Z ========== 2022-12-01T10:47:10.1384675Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pytree.py line 83 2022-12-01T10:47:10.1384936Z due to: 2022-12-01T10:47:10.1385117Z Traceback (most recent call last): 2022-12-01T10:47:10.1385503Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:47:10.1385939Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:47:10.1386398Z AssertionError: torch.* op returned non-Tensor LeafSpec call_function 2022-12-01T10:47:10.1386683Z 2022-12-01T10:47:10.1386754Z from user code: 2022-12-01T10:47:10.1387000Z File "test_pytree.py", line 87, in 2022-12-01T10:47:10.1387224Z run_test(od) 2022-12-01T10:47:10.1387330Z 2022-12-01T10:47:10.1387463Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:47:10.1387681Z ========== 2022-12-01T10:47:10.1387983Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT run_test test_pytree.py line 68 2022-12-01T10:47:10.1388224Z due to: 2022-12-01T10:47:10.1388405Z Traceback (most recent call last): 2022-12-01T10:47:10.1388781Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:47:10.1389275Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:47:10.1389735Z AssertionError: torch.* op returned non-Tensor LeafSpec call_function 2022-12-01T10:47:10.1389945Z 2022-12-01T10:47:10.1390016Z from user code: 2022-12-01T10:47:10.1390209Z File "test_pytree.py", line 72, in run_test 2022-12-01T10:47:10.1390437Z [LeafSpec() for _ in odict.values()]) 2022-12-01T10:47:10.1390567Z 2022-12-01T10:47:10.1390698Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:47:10.1390901Z ========== 2022-12-01T10:47:10.1391056Z ok (0.024s) 2022-12-01T10:47:10.1391525Z test_flatten_unflatten_return_type_max (__main__.TestPytree) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_flatten_unflatten_return_type test_pytree.py line 106 2022-12-01T10:47:10.1391847Z due to: 2022-12-01T10:47:10.1392018Z Traceback (most recent call last): 2022-12-01T10:47:10.1392408Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:47:10.1392857Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:47:10.1393283Z AssertionError: torch.* op returned non-Tensor TreeSpec call_function 2022-12-01T10:47:10.1393481Z 2022-12-01T10:47:10.1393551Z from user code: 2022-12-01T10:47:10.1393784Z File "test_pytree.py", line 114, in test_flatten_unflatten_return_type 2022-12-01T10:47:10.1394037Z values, spec = tree_flatten(expected) 2022-12-01T10:47:10.1394156Z 2022-12-01T10:47:10.1394288Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:47:10.1394503Z ========== 2022-12-01T10:47:10.1394753Z ok (0.005s) 2022-12-01T10:47:10.1394976Z test_flatten_unflatten_return_type_min (__main__.TestPytree) ... ok (0.002s) 2022-12-01T10:47:10.1395485Z test_flatten_unflatten_tuple (__main__.TestPytree) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pytree.py line 52 2022-12-01T10:47:10.1395788Z due to: 2022-12-01T10:47:10.1395961Z Traceback (most recent call last): 2022-12-01T10:47:10.1396351Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:47:10.1396962Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:47:10.1397398Z AssertionError: torch.* op returned non-Tensor TreeSpec call_function 2022-12-01T10:47:10.1397583Z 2022-12-01T10:47:10.1397654Z from user code: 2022-12-01T10:47:10.1397876Z File "test_pytree.py", line 53, in 2022-12-01T10:47:10.1398116Z values, treespec = tree_flatten(tup) 2022-12-01T10:47:10.1398249Z 2022-12-01T10:47:10.1398369Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:47:10.1398587Z ========== 2022-12-01T10:47:10.1398964Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pytree.py line 62 2022-12-01T10:47:10.1399240Z due to: 2022-12-01T10:47:10.1399409Z Traceback (most recent call last): 2022-12-01T10:47:10.1399798Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:47:10.1400326Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:47:10.1400779Z AssertionError: torch.* op returned non-Tensor LeafSpec call_function 2022-12-01T10:47:10.1400990Z 2022-12-01T10:47:10.1401062Z from user code: 2022-12-01T10:47:10.1401309Z File "test_pytree.py", line 63, in 2022-12-01T10:47:10.1401536Z run_test((1.,)) 2022-12-01T10:47:10.1401646Z 2022-12-01T10:47:10.1401778Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:47:10.1401993Z ========== 2022-12-01T10:47:10.1402350Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT run_test test_pytree.py line 51 2022-12-01T10:47:10.1402582Z due to: 2022-12-01T10:47:10.1402761Z Traceback (most recent call last): 2022-12-01T10:47:10.1403151Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:47:10.1403591Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:47:10.1404049Z AssertionError: torch.* op returned non-Tensor LeafSpec call_function 2022-12-01T10:47:10.1404257Z 2022-12-01T10:47:10.1404328Z from user code: 2022-12-01T10:47:10.1404528Z File "test_pytree.py", line 52, in run_test 2022-12-01T10:47:10.1404778Z expected_spec = TreeSpec(tuple, None, [LeafSpec() for _ in tup]) 2022-12-01T10:47:10.1404939Z 2022-12-01T10:47:10.1405070Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:47:10.1405287Z ========== 2022-12-01T10:47:10.1405592Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pytree.py line 52 2022-12-01T10:47:10.1405837Z due to: 2022-12-01T10:47:10.1406019Z Traceback (most recent call last): 2022-12-01T10:47:10.1406394Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:47:10.1406841Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:47:10.1407299Z AssertionError: torch.* op returned non-Tensor LeafSpec call_function 2022-12-01T10:47:10.1407505Z 2022-12-01T10:47:10.1407576Z from user code: 2022-12-01T10:47:10.1407768Z File "test_pytree.py", line 52, in 2022-12-01T10:47:10.1408029Z expected_spec = TreeSpec(tuple, None, [LeafSpec() for _ in tup]) 2022-12-01T10:47:10.1408189Z 2022-12-01T10:47:10.1408321Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:47:10.1408524Z ========== 2022-12-01T10:47:10.1408680Z ok (0.016s) 2022-12-01T10:47:10.1408888Z test_tree_all_any (__main__.TestPytree) ... ok (0.091s) 2022-12-01T10:47:10.1409125Z test_tree_only (__main__.TestPytree) ... ok (0.006s) 2022-12-01T10:47:10.1409367Z test_treemap (__main__.TestPytree) ... ok (0.002s) 2022-12-01T10:47:10.1409827Z test_treespec_equality (__main__.TestPytree) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_treespec_equality test_pytree.py line 12 2022-12-01T10:47:10.1410126Z due to: 2022-12-01T10:47:10.1410295Z Traceback (most recent call last): 2022-12-01T10:47:10.1410686Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:47:10.1411133Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:47:10.1411585Z AssertionError: torch.* op returned non-Tensor LeafSpec call_function 2022-12-01T10:47:10.1411792Z 2022-12-01T10:47:10.1411861Z from user code: 2022-12-01T10:47:10.1412083Z File "test_pytree.py", line 13, in test_treespec_equality 2022-12-01T10:47:10.1412331Z self.assertTrue(LeafSpec() == LeafSpec()) 2022-12-01T10:47:10.1412457Z 2022-12-01T10:47:10.1412627Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:47:10.1412843Z ========== 2022-12-01T10:47:10.1412999Z ok (0.002s) 2022-12-01T10:47:10.1413398Z test_treespec_repr (__main__.TestPytree) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_treespec_repr test_pytree.py line 201 2022-12-01T10:47:10.1413692Z due to: 2022-12-01T10:47:10.1413874Z Traceback (most recent call last): 2022-12-01T10:47:10.1414251Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:47:10.1414700Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:47:10.1415125Z AssertionError: torch.* op returned non-Tensor int call_function 2022-12-01T10:47:10.1415318Z 2022-12-01T10:47:10.1415424Z from user code: 2022-12-01T10:47:10.1415630Z File "test_pytree.py", line 204, in test_treespec_repr 2022-12-01T10:47:10.1415861Z _, spec = tree_flatten(pytree) 2022-12-01T10:47:10.1415987Z 2022-12-01T10:47:10.1416116Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:47:10.1416322Z ========== 2022-12-01T10:47:10.1416480Z ok (0.002s) 2022-12-01T10:47:10.1416580Z 2022-12-01T10:47:10.1416779Z ---------------------------------------------------------------------- 2022-12-01T10:47:10.1417010Z Ran 15 tests in 4.209s 2022-12-01T10:47:10.1417121Z 2022-12-01T10:47:10.1417182Z OK 2022-12-01T10:47:10.1417271Z 2022-12-01T10:47:10.1417356Z Generating XML reports... 2022-12-01T10:47:10.1417735Z Generated XML report: test-reports/python-unittest/test_pytree/TEST-TestPytree-20221201104705.xml 2022-12-01T10:47:10.1417937Z 2022-12-01T10:47:10.1418296Z ##[endgroup] 2022-12-01T10:47:10.1428222Z FINISHED PRINTING LOG FILE of test_pytree (/var/lib/jenkins/workspace/test/test-reports/test_pytree_iwgf38ie) 2022-12-01T10:47:10.1428566Z 2022-12-01T10:47:10.1428835Z Running test_dynamic_shapes ... [2022-12-01 10:47:10.132405] 2022-12-01T10:47:10.1429323Z Executing ['/opt/conda/bin/python', '-bb', 'test_dynamic_shapes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:47:10.132814] 2022-12-01T10:47:11.6420965Z 2022-12-01T10:47:11.6421443Z Expand the folded group to see the log file of test_dynamic_shapes 2022-12-01T10:47:11.6424064Z ##[group]PRINTING LOG FILE of test_dynamic_shapes (/var/lib/jenkins/workspace/test/test-reports/test_dynamic_shapes_occizd67) 2022-12-01T10:47:11.6424313Z 2022-12-01T10:47:11.6424389Z Running tests... 2022-12-01T10:47:11.6424881Z ---------------------------------------------------------------------- 2022-12-01T10:47:11.6425332Z test_arith_ops (__main__.TestPySymInt) ... Test results will be stored in test-reports/python-unittest/test_dynamic_shapes 2022-12-01T10:47:11.6425805Z skip: Creating ShapeEnv fails for confusing reasons (also we never expect dynamo to see code like this) (0.003s) 2022-12-01T10:47:11.6426230Z test_aten_ops (__main__.TestPySymInt) ... skip: Creating ShapeEnv fails for confusing reasons (also we never expect dynamo to see code like this) (0.001s) 2022-12-01T10:47:11.6426686Z test_binary (__main__.TestPySymInt) ... skip: Creating ShapeEnv fails for confusing reasons (also we never expect dynamo to see code like this) (0.001s) 2022-12-01T10:47:11.6427123Z test_fx_trace_intlist (__main__.TestPySymInt) ... skip: Creating ShapeEnv fails for confusing reasons (also we never expect dynamo to see code like this) (0.000s) 2022-12-01T10:47:11.6427580Z test_guard_int (__main__.TestPySymInt) ... skip: Creating ShapeEnv fails for confusing reasons (also we never expect dynamo to see code like this) (0.000s) 2022-12-01T10:47:11.6428089Z test_int_conversion (__main__.TestPySymInt) ... skip: Creating ShapeEnv fails for confusing reasons (also we never expect dynamo to see code like this) (0.000s) 2022-12-01T10:47:11.6428546Z test_int_to_float (__main__.TestPySymInt) ... skip: Creating ShapeEnv fails for confusing reasons (also we never expect dynamo to see code like this) (0.000s) 2022-12-01T10:47:11.6429236Z test_meta_symint (__main__.TestPySymInt) ... skip: Creating ShapeEnv fails for confusing reasons (also we never expect dynamo to see code like this) (0.000s) 2022-12-01T10:47:11.6429683Z test_reverse_arith_ops (__main__.TestPySymInt) ... skip: Creating ShapeEnv fails for confusing reasons (also we never expect dynamo to see code like this) (0.000s) 2022-12-01T10:47:11.6430139Z test_roundtrip (__main__.TestPySymInt) ... skip: Creating ShapeEnv fails for confusing reasons (also we never expect dynamo to see code like this) (0.001s) 2022-12-01T10:47:11.6430598Z test_size_expressions (__main__.TestPySymInt) ... skip: Creating ShapeEnv fails for confusing reasons (also we never expect dynamo to see code like this) (0.001s) 2022-12-01T10:47:11.6431110Z test_stride (__main__.TestPySymInt) ... skip: Creating ShapeEnv fails for confusing reasons (also we never expect dynamo to see code like this) (0.000s) 2022-12-01T10:47:11.6431543Z test_symint_args (__main__.TestPySymInt) ... skip: Creating ShapeEnv fails for confusing reasons (also we never expect dynamo to see code like this) (0.001s) 2022-12-01T10:47:11.6432002Z test_symint_as_scalar (__main__.TestPySymInt) ... skip: Creating ShapeEnv fails for confusing reasons (also we never expect dynamo to see code like this) (0.001s) 2022-12-01T10:47:11.6432457Z test_symint_vargs (__main__.TestPySymInt) ... skip: Creating ShapeEnv fails for confusing reasons (also we never expect dynamo to see code like this) (0.002s) 2022-12-01T10:47:11.6432692Z 2022-12-01T10:47:11.6432900Z ---------------------------------------------------------------------- 2022-12-01T10:47:11.6433131Z Ran 15 tests in 0.087s 2022-12-01T10:47:11.6433250Z 2022-12-01T10:47:11.6433323Z OK (skipped=15) 2022-12-01T10:47:11.6433431Z 2022-12-01T10:47:11.6433515Z Generating XML reports... 2022-12-01T10:47:11.6433936Z Generated XML report: test-reports/python-unittest/test_dynamic_shapes/TEST-TestPySymInt-20221201104711.xml 2022-12-01T10:47:11.6434151Z 2022-12-01T10:47:11.6434395Z ##[endgroup] 2022-12-01T10:47:11.6434856Z FINISHED PRINTING LOG FILE of test_dynamic_shapes (/var/lib/jenkins/workspace/test/test-reports/test_dynamic_shapes_occizd67) 2022-12-01T10:47:11.6435086Z 2022-12-01T10:47:11.6435274Z Running test_nvfuser_frontend ... [2022-12-01 10:47:11.642368] 2022-12-01T10:47:11.6435745Z Executing ['/opt/conda/bin/python', '-bb', 'test_nvfuser_frontend.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:47:11.642729] 2022-12-01T10:47:13.2131449Z 2022-12-01T10:47:13.2131890Z Expand the folded group to see the log file of test_nvfuser_frontend 2022-12-01T10:47:13.2133701Z ##[group]PRINTING LOG FILE of test_nvfuser_frontend (/var/lib/jenkins/workspace/test/test-reports/test_nvfuser_frontend_y53bk40e) 2022-12-01T10:47:13.2133953Z 2022-12-01T10:47:13.2134045Z Running tests... 2022-12-01T10:47:13.2134442Z ---------------------------------------------------------------------- 2022-12-01T10:47:13.2135034Z test_basic (__main__.TestNvFuserFrontend) ... Test results will be stored in test-reports/python-unittest/test_nvfuser_frontend 2022-12-01T10:47:13.2135480Z skip: requires CUDA (0.004s) 2022-12-01T10:47:13.2135749Z test_basic_fp16 (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:13.2136074Z test_broadcast_mixing (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:13.2136397Z test_cast_double_to_half (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:13.2136739Z test_explicit_broadcast_input (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:13.2137086Z test_implicit_broadcast_input (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:13.2137423Z test_prim_layer_norm_fwd (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.004s) 2022-12-01T10:47:13.2137736Z test_prim_rms_norm_fwd (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.002s) 2022-12-01T10:47:13.2138063Z test_promote_to_double (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-12-01T10:47:13.2138527Z 2022-12-01T10:47:13.2138801Z ---------------------------------------------------------------------- 2022-12-01T10:47:13.2139071Z Ran 9 tests in 0.077s 2022-12-01T10:47:13.2139190Z 2022-12-01T10:47:13.2139262Z OK (skipped=9) 2022-12-01T10:47:13.2139371Z 2022-12-01T10:47:13.2139455Z Generating XML reports... 2022-12-01T10:47:13.2139898Z Generated XML report: test-reports/python-unittest/test_nvfuser_frontend/TEST-TestNvFuserFrontend-20221201104712.xml 2022-12-01T10:47:13.2140131Z 2022-12-01T10:47:13.2140369Z ##[endgroup] 2022-12-01T10:47:13.2140767Z FINISHED PRINTING LOG FILE of test_nvfuser_frontend (/var/lib/jenkins/workspace/test/test-reports/test_nvfuser_frontend_y53bk40e) 2022-12-01T10:47:13.2140990Z 2022-12-01T10:47:13.2141272Z Running lazy/test_extract_compiled_graph ... [2022-12-01 10:47:13.213405] 2022-12-01T10:47:13.2141773Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_extract_compiled_graph.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:47:13.213786] 2022-12-01T10:47:14.1387838Z 2022-12-01T10:47:14.1388344Z Expand the folded group to see the log file of lazy/test_extract_compiled_graph 2022-12-01T10:47:14.1389112Z ##[group]PRINTING LOG FILE of lazy/test_extract_compiled_graph (/var/lib/jenkins/workspace/test/test-reports/lazy-test_extract_compiled_graph_s2tuxk_f) 2022-12-01T10:47:14.1389373Z 2022-12-01T10:47:14.1389574Z ##[endgroup] 2022-12-01T10:47:14.1390121Z FINISHED PRINTING LOG FILE of lazy/test_extract_compiled_graph (/var/lib/jenkins/workspace/test/test-reports/lazy-test_extract_compiled_graph_s2tuxk_f) 2022-12-01T10:47:14.1390371Z 2022-12-01T10:47:14.1392303Z Running test_schema_check ... [2022-12-01 10:47:14.139060] 2022-12-01T10:47:14.1396465Z Executing ['/opt/conda/bin/python', '-bb', 'test_schema_check.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:47:14.139426] 2022-12-01T10:53:20.5181176Z 2022-12-01T10:53:20.5181828Z Expand the folded group to see the log file of test_schema_check 2022-12-01T10:53:20.5183600Z ##[group]PRINTING LOG FILE of test_schema_check (/var/lib/jenkins/workspace/test/test-reports/test_schema_check_wopb8g4a) 2022-12-01T10:53:20.5187049Z Test results will be stored in test-reports/python-unittest/test_schema_check 2022-12-01T10:53:20.5187351Z 2022-12-01T10:53:20.5187638Z Running tests... 2022-12-01T10:53:20.5188058Z ---------------------------------------------------------------------- 2022-12-01T10:53:20.5188792Z test_alias_check_fail_multiple_operators (__main__.TestSchemaCheck) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __new__ test_schema_check.py line 32 2022-12-01T10:53:20.5189225Z due to: 2022-12-01T10:53:20.5189495Z Traceback (most recent call last): 2022-12-01T10:53:20.5190023Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:53:20.5190638Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:53:20.5191214Z AssertionError: torch.* op returned non-Tensor int call_method storage_offset 2022-12-01T10:53:20.5191462Z 2022-12-01T10:53:20.5191804Z from user code: 2022-12-01T10:53:20.5192110Z File "test_schema_check.py", line 39, in __new__ 2022-12-01T10:53:20.5192477Z strides=elem.stride(), storage_offset=elem.storage_offset(), 2022-12-01T10:53:20.5192700Z 2022-12-01T10:53:20.5192884Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:53:20.5193218Z ========== 2022-12-01T10:53:20.5193655Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT unwrap test_schema_check.py line 53 2022-12-01T10:53:20.5193982Z due to: 2022-12-01T10:53:20.5194258Z Traceback (most recent call last): 2022-12-01T10:53:20.5194841Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-12-01T10:53:20.5195315Z raise NotImplementedError(f"{self} is not a constant") 2022-12-01T10:53:20.5196014Z NotImplementedError: UserDefinedObjectVariable(_TensorMeta) is not a constant 2022-12-01T10:53:20.5196283Z 2022-12-01T10:53:20.5196389Z from user code: 2022-12-01T10:53:20.5196800Z File "test_schema_check.py", line 54, in unwrap 2022-12-01T10:53:20.5197121Z return e.elem if isinstance(e, cls) else e 2022-12-01T10:53:20.5197315Z 2022-12-01T10:53:20.5197497Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:53:20.5197786Z ========== 2022-12-01T10:53:20.5198319Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_schema_check.py line 59 2022-12-01T10:53:20.5198687Z due to: 2022-12-01T10:53:20.5198915Z Traceback (most recent call last): 2022-12-01T10:53:20.5199611Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 85, in __init__ 2022-12-01T10:53:20.5200094Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-12-01T10:53:20.5200762Z AssertionError: expected FunctionType found builtin_function_or_method 2022-12-01T10:53:20.5201113Z 2022-12-01T10:53:20.5201199Z from user code: 2022-12-01T10:53:20.5201552Z File "test_schema_check.py", line 60, in 2022-12-01T10:53:20.5202034Z if func._schema.name in IncorrectAliasTensor.ALIAS_ARG_OUT: 2022-12-01T10:53:20.5202311Z 2022-12-01T10:53:20.5202507Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:53:20.5202810Z ========== 2022-12-01T10:53:20.5203045Z ok (0.204s) 2022-12-01T10:53:20.5203375Z test_alias_check_fail_multiple_operators_centered (__main__.TestSchemaCheck) ... ok (0.007s) 2022-12-01T10:53:20.5203888Z test_alias_check_fail_outputs_unexpectedly_aliasing (__main__.TestSchemaCheck) ... ok (0.013s) 2022-12-01T10:53:20.5204380Z test_alias_check_fail_simple (__main__.TestSchemaCheck) ... ok (0.006s) 2022-12-01T10:53:20.5205249Z test_is_alias_of_basic (__main__.TestSchemaCheck) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_is_alias_of_basic test_schema_check.py line 367 2022-12-01T10:53:20.5205677Z due to: 2022-12-01T10:53:20.5205939Z Traceback (most recent call last): 2022-12-01T10:53:20.5206449Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:53:20.5207042Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:53:20.5207599Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-12-01T10:53:20.5207941Z 2022-12-01T10:53:20.5208047Z from user code: 2022-12-01T10:53:20.5208373Z File "test_schema_check.py", line 371, in test_is_alias_of_basic 2022-12-01T10:53:20.5208721Z self.assertTrue(torch._C._is_alias_of(x, x)) 2022-12-01T10:53:20.5208919Z 2022-12-01T10:53:20.5209118Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:53:20.5209472Z ========== 2022-12-01T10:53:20.5209710Z ok (0.005s) 2022-12-01T10:53:20.5210404Z test_is_alias_of_empty_container (__main__.TestSchemaCheck) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_is_alias_of_empty_container test_schema_check.py line 375 2022-12-01T10:53:20.5210849Z due to: 2022-12-01T10:53:20.5211109Z Traceback (most recent call last): 2022-12-01T10:53:20.5211662Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:53:20.5212352Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:53:20.5213052Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-12-01T10:53:20.5213360Z 2022-12-01T10:53:20.5213461Z from user code: 2022-12-01T10:53:20.5213754Z File "test_schema_check.py", line 378, in test_is_alias_of_empty_container 2022-12-01T10:53:20.5214246Z self.assertFalse(torch._C._is_alias_of(x, x)) 2022-12-01T10:53:20.5214444Z 2022-12-01T10:53:20.5214633Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:53:20.5214925Z ========== 2022-12-01T10:53:20.5215152Z ok (0.009s) 2022-12-01T10:53:20.5215496Z test_mutation_check_fail (__main__.TestSchemaCheck) ... ok (0.012s) 2022-12-01T10:53:20.5215960Z test_mutation_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.008s) 2022-12-01T10:53:20.5216542Z test_overlaps_basic (__main__.TestSchemaCheck) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_overlaps_basic test_schema_check.py line 382 2022-12-01T10:53:20.5216933Z due to: 2022-12-01T10:53:20.5217195Z Traceback (most recent call last): 2022-12-01T10:53:20.5217853Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:53:20.5218532Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:53:20.5219342Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-12-01T10:53:20.5219727Z 2022-12-01T10:53:20.5219841Z from user code: 2022-12-01T10:53:20.5220200Z File "test_schema_check.py", line 386, in test_overlaps_basic 2022-12-01T10:53:20.5220643Z self.assertTrue(torch._C._overlaps(x, x)) 2022-12-01T10:53:20.5220894Z 2022-12-01T10:53:20.5221125Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:53:20.5221508Z ========== 2022-12-01T10:53:20.5221783Z ok (0.004s) 2022-12-01T10:53:20.5222651Z test_overlaps_empty_container (__main__.TestSchemaCheck) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_overlaps_empty_container test_schema_check.py line 392 2022-12-01T10:53:20.5223254Z due to: 2022-12-01T10:53:20.5223549Z Traceback (most recent call last): 2022-12-01T10:53:20.5224114Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:53:20.5224798Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:53:20.5225465Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-12-01T10:53:20.5225807Z 2022-12-01T10:53:20.5225919Z from user code: 2022-12-01T10:53:20.5277956Z File "test_schema_check.py", line 396, in test_overlaps_empty_container 2022-12-01T10:53:20.5278733Z self.assertFalse(torch._C._overlaps(y, x)) 2022-12-01T10:53:20.5278920Z 2022-12-01T10:53:20.5279238Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:53:20.5279582Z ========== 2022-12-01T10:53:20.5279917Z ok (0.006s) 2022-12-01T10:53:20.5280275Z test_schema_check_mode_empty_list_input (__main__.TestSchemaCheck) ... ok (0.015s) 2022-12-01T10:53:20.5280764Z test_schema_check_mode_functionality (__main__.TestSchemaCheck) ... ok (0.012s) 2022-12-01T10:53:20.5281255Z test_schema_check_mode_functionality_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.011s) 2022-12-01T10:53:20.5281758Z test_schema_check_mode_functionality_default_replaced (__main__.TestSchemaCheck) ... ok (0.010s) 2022-12-01T10:53:20.5282264Z test_schema_check_mode_functionality_device_input (__main__.TestSchemaCheck) ... ok (0.010s) 2022-12-01T10:53:20.5282756Z test_schema_check_mode_functionality_kwarg_tensor (__main__.TestSchemaCheck) ... ok (0.017s) 2022-12-01T10:53:20.5283230Z test_schema_check_mode_functionality_list_input (__main__.TestSchemaCheck) ... ok (0.015s) 2022-12-01T10:53:20.5283600Z test_schema_check_mode_functionality_mutable_inputs (__main__.TestSchemaCheck) ... ok (0.010s) 2022-12-01T10:53:20.5283955Z test_schema_check_mode_functionality_nested_training_op (__main__.TestSchemaCheck) ... ok (0.041s) 2022-12-01T10:53:20.5284348Z test_schema_check_mode_functionality_training_op (__main__.TestSchemaCheck) ... ok (0.034s) 2022-12-01T10:53:20.5284688Z test_schema_check_mode_functionality_wildcard_after (__main__.TestSchemaCheck) ... ok (0.011s) 2022-12-01T10:53:20.5285497Z test_schema_check_mode_functionality_with_multiple_outputs (__main__.TestSchemaCheck) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_schema_check_mode_functionality_with_multiple_outputs test_schema_check.py line 261 2022-12-01T10:53:20.5285893Z due to: 2022-12-01T10:53:20.5286083Z Traceback (most recent call last): 2022-12-01T10:53:20.5286435Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:53:20.5286697Z return self._op(*args, **kwargs or {}) 2022-12-01T10:53:20.5288722Z NotImplementedError: Could not run 'aten::frexp.Tensor_out' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::frexp.Tensor_out' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:53:20.5290078Z 2022-12-01T10:53:20.5290297Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:53:20.5290737Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:53:20.5291175Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:53:20.5291626Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:53:20.5292090Z Functionalize: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterFunctionalization_3.cpp:22330 [kernel] 2022-12-01T10:53:20.5292619Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:53:20.5293006Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:53:20.5293447Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:53:20.5293850Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:53:20.5294271Z ADInplaceOrView: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp:5089 [kernel] 2022-12-01T10:53:20.5294689Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:53:20.5295106Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:53:20.5295521Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:53:20.5295932Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:53:20.5296331Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:53:20.5296732Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:53:20.5297175Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:53:20.5297577Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:53:20.5297963Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:53:20.5298364Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:53:20.5298774Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:53:20.5299234Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:53:20.5299647Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:53:20.5300087Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:53:20.5300517Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:53:20.5300956Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:14624 [autograd kernel] 2022-12-01T10:53:20.5301351Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_3.cpp:14484 [kernel] 2022-12-01T10:53:20.5301747Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:53:20.5302154Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:53:20.5302599Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:53:20.5303065Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:53:20.5303501Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:53:20.5303920Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:53:20.5304354Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:53:20.5304781Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:53:20.5305238Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:53:20.5305692Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:53:20.5305920Z 2022-12-01T10:53:20.5305925Z 2022-12-01T10:53:20.5306062Z During handling of the above exception, another exception occurred: 2022-12-01T10:53:20.5306226Z 2022-12-01T10:53:20.5306309Z Traceback (most recent call last): 2022-12-01T10:53:20.5306668Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:53:20.5306936Z return self._op(*args, **kwargs or {}) 2022-12-01T10:53:20.5307242Z RuntimeError: torch.frexp() only supports floating-point dtypes 2022-12-01T10:53:20.5307408Z 2022-12-01T10:53:20.5307544Z The above exception was the direct cause of the following exception: 2022-12-01T10:53:20.5307708Z 2022-12-01T10:53:20.5307800Z Traceback (most recent call last): 2022-12-01T10:53:20.5308184Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:53:20.5308495Z raise TorchRuntimeError() from e 2022-12-01T10:53:20.5308731Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:53:20.5308875Z 2022-12-01T10:53:20.5308952Z from user code: 2022-12-01T10:53:20.5309210Z File "test_schema_check.py", line 263, in test_schema_check_mode_functionality_with_multiple_outputs 2022-12-01T10:53:20.5309501Z m_expected, e_expected = torch.frexp(x) 2022-12-01T10:53:20.5309635Z 2022-12-01T10:53:20.5309765Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:53:20.5309984Z ========== 2022-12-01T10:53:20.5310129Z ok (0.018s) 2022-12-01T10:53:20.5310877Z test_schema_check_mode_functionality_with_multiple_outputs_aliasing (__main__.TestSchemaCheck) ... test_schema_check.py:276: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:53:20.5311589Z torch.aminmax(x, dim=0, out=[actual, actual]) 2022-12-01T10:53:20.5311786Z ok (0.011s) 2022-12-01T10:53:20.5312052Z test_schema_check_mode_mutated_aliasing_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.010s) 2022-12-01T10:53:20.5312843Z test_schema_check_mode_mutated_aliasing_aliasing_outputs (__main__.TestSchemaCheck) ... test_schema_check.py:179: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:53:20.5313546Z torch.aminmax(x, dim=0, out=[actual, actual]) 2022-12-01T10:53:20.5313742Z ok (0.011s) 2022-12-01T10:53:20.5313996Z test_schema_check_mode_mutated_aliasing_as_strided (__main__.TestSchemaCheck) ... ok (0.009s) 2022-12-01T10:53:20.5314348Z test_schema_check_mode_mutated_aliasing_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.013s) 2022-12-01T10:53:20.5314748Z test_schema_check_mode_mutated_aliasing_mutation (__main__.TestSchemaCheck) ... ok (0.008s) 2022-12-01T10:53:20.5315079Z test_schema_check_mode_mutated_aliasing_none (__main__.TestSchemaCheck) ... ok (0.008s) 2022-12-01T10:53:20.5315412Z test_schema_check_mode_mutated_aliasing_resize_ (__main__.TestSchemaCheck) ... ok (0.008s) 2022-12-01T10:53:20.5315719Z test_schema_check_mode_operator_order (__main__.TestSchemaCheck) ... ok (0.010s) 2022-12-01T10:53:20.5316048Z test_schema_check_mode_operator_order_without_grad (__main__.TestSchemaCheck) ... ok (0.010s) 2022-12-01T10:53:20.5316803Z test_schema_info_bind_basic (__main__.TestSchemaCheck) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __torch_dispatch__ test_schema_check.py line 405 2022-12-01T10:53:20.5317118Z due to: 2022-12-01T10:53:20.5317292Z Traceback (most recent call last): 2022-12-01T10:53:20.5317652Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-12-01T10:53:20.5317970Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-12-01T10:53:20.5318315Z NotImplementedError: argument of type: 2022-12-01T10:53:20.5318496Z 2022-12-01T10:53:20.5318568Z from user code: 2022-12-01T10:53:20.5318792Z File "test_schema_check.py", line 410, in __torch_dispatch__ 2022-12-01T10:53:20.5319022Z normalize_to_only_use_kwargs=True 2022-12-01T10:53:20.5319150Z 2022-12-01T10:53:20.5319283Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:53:20.5319573Z ========== 2022-12-01T10:53:20.5319734Z ok (0.007s) 2022-12-01T10:53:20.5319996Z test_schema_correctness_H_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5320369Z test_schema_correctness_H_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5320741Z test_schema_correctness_H_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5321099Z test_schema_correctness_H_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5321466Z test_schema_correctness_H_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5321829Z test_schema_correctness_H_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5322226Z test_schema_correctness_H_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5322569Z test_schema_correctness_H_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5322924Z test_schema_correctness_H_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5323278Z test_schema_correctness_H_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5323632Z test_schema_correctness_H_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5323972Z test_schema_correctness_H_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5324327Z test_schema_correctness_H_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5324686Z test_schema_correctness_T_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.5325034Z test_schema_correctness_T_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.5325396Z test_schema_correctness_T_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.5325764Z test_schema_correctness_T_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5326127Z test_schema_correctness_T_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.5326474Z test_schema_correctness_T_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.5326826Z test_schema_correctness_T_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.5327178Z test_schema_correctness_T_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.5327519Z test_schema_correctness_T_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.5327870Z test_schema_correctness_T_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.5328220Z test_schema_correctness_T_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.5328573Z test_schema_correctness_T_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.5328909Z test_schema_correctness_T_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.5329276Z test_schema_correctness___getitem___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.5329654Z test_schema_correctness___getitem___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:20.5330036Z test_schema_correctness___getitem___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.5330410Z test_schema_correctness___getitem___cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5330797Z test_schema_correctness___getitem___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.5331172Z test_schema_correctness___getitem___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.5331564Z test_schema_correctness___getitem___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.5331936Z test_schema_correctness___getitem___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:20.5332307Z test_schema_correctness___getitem___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:20.5332676Z test_schema_correctness___getitem___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:20.5333032Z test_schema_correctness___getitem___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:20.5333404Z test_schema_correctness___getitem___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:20.5333817Z test_schema_correctness___getitem___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:20.5334189Z test_schema_correctness___radd___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5334548Z test_schema_correctness___radd___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5334922Z test_schema_correctness___radd___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5335303Z test_schema_correctness___radd___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5335682Z test_schema_correctness___radd___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5336041Z test_schema_correctness___radd___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5336416Z test_schema_correctness___radd___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5336790Z test_schema_correctness___radd___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5337148Z test_schema_correctness___radd___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5337519Z test_schema_correctness___radd___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5337886Z test_schema_correctness___radd___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5338254Z test_schema_correctness___radd___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5338607Z test_schema_correctness___rand___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5338975Z test_schema_correctness___rand___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5339341Z test_schema_correctness___rand___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5339704Z test_schema_correctness___rand___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5340053Z test_schema_correctness___rand___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5340414Z test_schema_correctness___rand___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5340783Z test_schema_correctness___rdiv___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5341137Z test_schema_correctness___rdiv___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5341508Z test_schema_correctness___rdiv___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5341885Z test_schema_correctness___rdiv___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5342258Z test_schema_correctness___rdiv___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5342613Z test_schema_correctness___rdiv___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5343005Z test_schema_correctness___rdiv___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5343370Z test_schema_correctness___rdiv___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5343732Z test_schema_correctness___rdiv___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5344079Z test_schema_correctness___rdiv___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5344443Z test_schema_correctness___rdiv___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5344808Z test_schema_correctness___rdiv___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5345192Z test_schema_correctness___rmatmul___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.097s) 2022-12-01T10:53:20.5345577Z test_schema_correctness___rmatmul___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.097s) 2022-12-01T10:53:20.5345962Z test_schema_correctness___rmatmul___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.096s) 2022-12-01T10:53:20.5346339Z test_schema_correctness___rmatmul___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-12-01T10:53:20.5346698Z test_schema_correctness___rmatmul___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-12-01T10:53:20.5347070Z test_schema_correctness___rmatmul___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-12-01T10:53:20.5347438Z test_schema_correctness___rmatmul___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-12-01T10:53:20.5347812Z test_schema_correctness___rmatmul___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-12-01T10:53:20.5348169Z test_schema_correctness___rmatmul___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-12-01T10:53:20.5348542Z test_schema_correctness___rmatmul___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-12-01T10:53:20.5348914Z test_schema_correctness___rmod___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5349287Z test_schema_correctness___rmod___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5349644Z test_schema_correctness___rmod___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5350010Z test_schema_correctness___rmod___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5350381Z test_schema_correctness___rmul___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5350740Z test_schema_correctness___rmul___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5351111Z test_schema_correctness___rmul___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5351487Z test_schema_correctness___rmul___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5351859Z test_schema_correctness___rmul___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5352211Z test_schema_correctness___rmul___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5352575Z test_schema_correctness___rmul___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5352937Z test_schema_correctness___rmul___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5353296Z test_schema_correctness___rmul___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5353649Z test_schema_correctness___rmul___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5354013Z test_schema_correctness___rmul___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5354488Z test_schema_correctness___rmul___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5354842Z test_schema_correctness___ror___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5355210Z test_schema_correctness___ror___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5355574Z test_schema_correctness___ror___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5355937Z test_schema_correctness___ror___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5356283Z test_schema_correctness___ror___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5356818Z test_schema_correctness___ror___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5357707Z test_schema_correctness___rpow___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:53:20.5358292Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:53:20.5358505Z ok (0.078s) 2022-12-01T10:53:20.5358789Z test_schema_correctness___rpow___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-12-01T10:53:20.5359170Z test_schema_correctness___rpow___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-12-01T10:53:20.5359545Z test_schema_correctness___rpow___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-12-01T10:53:20.5359907Z test_schema_correctness___rpow___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-12-01T10:53:20.5360274Z test_schema_correctness___rpow___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-12-01T10:53:20.5360643Z test_schema_correctness___rpow___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-12-01T10:53:20.5361005Z test_schema_correctness___rpow___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-12-01T10:53:20.5361357Z test_schema_correctness___rpow___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-12-01T10:53:20.5361721Z test_schema_correctness___rpow___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-12-01T10:53:20.5362088Z test_schema_correctness___rpow___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-12-01T10:53:20.5362444Z test_schema_correctness___rsub___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5362822Z test_schema_correctness___rsub___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5363196Z test_schema_correctness___rsub___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5363567Z test_schema_correctness___rsub___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5363923Z test_schema_correctness___rsub___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5364289Z test_schema_correctness___rsub___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5364653Z test_schema_correctness___rsub___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5365018Z test_schema_correctness___rsub___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5365370Z test_schema_correctness___rsub___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5365732Z test_schema_correctness___rsub___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5366132Z test_schema_correctness___rsub___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5366482Z test_schema_correctness___rxor___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5366846Z test_schema_correctness___rxor___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5367207Z test_schema_correctness___rxor___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5367568Z test_schema_correctness___rxor___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5367918Z test_schema_correctness___rxor___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5368307Z test_schema_correctness___rxor___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5368674Z test_schema_correctness_abs_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5369049Z test_schema_correctness_abs_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5369407Z test_schema_correctness_abs_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5369775Z test_schema_correctness_abs_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5370144Z test_schema_correctness_abs_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5370491Z test_schema_correctness_abs_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5370849Z test_schema_correctness_abs_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5371210Z test_schema_correctness_abs_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5371564Z test_schema_correctness_abs_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5371904Z test_schema_correctness_abs_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5372256Z test_schema_correctness_abs_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5372608Z test_schema_correctness_abs_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5372971Z test_schema_correctness_acos_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5373323Z test_schema_correctness_acos_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5373687Z test_schema_correctness_acos_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5374061Z test_schema_correctness_acos_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5374417Z test_schema_correctness_acos_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5374785Z test_schema_correctness_acos_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5375148Z test_schema_correctness_acos_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5375506Z test_schema_correctness_acos_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5375849Z test_schema_correctness_acos_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5376203Z test_schema_correctness_acos_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5376557Z test_schema_correctness_acos_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5376926Z test_schema_correctness_acosh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5377279Z test_schema_correctness_acosh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5377682Z test_schema_correctness_acosh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5378053Z test_schema_correctness_acosh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5378411Z test_schema_correctness_acosh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5378779Z test_schema_correctness_acosh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5379139Z test_schema_correctness_acosh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5379498Z test_schema_correctness_acosh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5379872Z test_schema_correctness_acosh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5380237Z test_schema_correctness_acosh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5380601Z test_schema_correctness_acosh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5380968Z test_schema_correctness_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5381319Z test_schema_correctness_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5381688Z test_schema_correctness_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5382059Z test_schema_correctness_add_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5382418Z test_schema_correctness_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5382782Z test_schema_correctness_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5383142Z test_schema_correctness_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5383503Z test_schema_correctness_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5383852Z test_schema_correctness_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5384206Z test_schema_correctness_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5384558Z test_schema_correctness_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5384919Z test_schema_correctness_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5385261Z test_schema_correctness_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5385627Z test_schema_correctness_addbmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5386005Z test_schema_correctness_addbmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.5386377Z test_schema_correctness_addbmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.5386752Z test_schema_correctness_addbmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5387123Z test_schema_correctness_addbmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5387490Z test_schema_correctness_addbmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5387841Z test_schema_correctness_addbmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5388205Z test_schema_correctness_addbmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5388573Z test_schema_correctness_addbmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5388939Z test_schema_correctness_addbmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5389325Z test_schema_correctness_addcdiv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5389707Z test_schema_correctness_addcdiv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5390087Z test_schema_correctness_addcdiv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:20.5390455Z test_schema_correctness_addcdiv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5390829Z test_schema_correctness_addcdiv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5391201Z test_schema_correctness_addcmul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5391605Z test_schema_correctness_addcmul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5391972Z test_schema_correctness_addcmul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:20.5392348Z test_schema_correctness_addcmul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5392718Z test_schema_correctness_addcmul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5393083Z test_schema_correctness_addcmul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5393440Z test_schema_correctness_addcmul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5393806Z test_schema_correctness_addcmul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5394172Z test_schema_correctness_addcmul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5394608Z test_schema_correctness_addcmul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5394981Z test_schema_correctness_addmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5395380Z test_schema_correctness_addmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.052s) 2022-12-01T10:53:20.5395788Z test_schema_correctness_addmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.5396164Z test_schema_correctness_addmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5396647Z test_schema_correctness_addmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5397023Z test_schema_correctness_addmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5397385Z test_schema_correctness_addmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5397733Z test_schema_correctness_addmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5398100Z test_schema_correctness_addmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5398464Z test_schema_correctness_addmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5398833Z test_schema_correctness_addmm_decomposed_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5399250Z test_schema_correctness_addmm_decomposed_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.5399681Z test_schema_correctness_addmm_decomposed_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.5400096Z test_schema_correctness_addmm_decomposed_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5400479Z test_schema_correctness_addmm_decomposed_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5400882Z test_schema_correctness_addmm_decomposed_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5401330Z test_schema_correctness_addmm_decomposed_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5401719Z test_schema_correctness_addmm_decomposed_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5402090Z test_schema_correctness_addmm_decomposed_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5402484Z test_schema_correctness_addmm_decomposed_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5402865Z test_schema_correctness_addmv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5403242Z test_schema_correctness_addmv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5403642Z test_schema_correctness_addmv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5404016Z test_schema_correctness_addmv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5404386Z test_schema_correctness_addmv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5404741Z test_schema_correctness_addmv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5405098Z test_schema_correctness_addmv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5405456Z test_schema_correctness_addmv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5407717Z test_schema_correctness_addmv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5408073Z test_schema_correctness_addmv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5408446Z test_schema_correctness_addr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5408814Z test_schema_correctness_addr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5409188Z test_schema_correctness_addr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5409552Z test_schema_correctness_addr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5409922Z test_schema_correctness_addr_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5410290Z test_schema_correctness_addr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5410653Z test_schema_correctness_addr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5411007Z test_schema_correctness_addr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5411365Z test_schema_correctness_addr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5411721Z test_schema_correctness_addr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5412069Z test_schema_correctness_addr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5412426Z test_schema_correctness_addr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5412790Z test_schema_correctness_all_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5413152Z test_schema_correctness_all_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5413996Z test_schema_correctness_all_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-12-01T10:53:20.5414511Z return self.op(*args, **kwargs) 2022-12-01T10:53:20.5414700Z ok (0.007s) 2022-12-01T10:53:20.5415033Z test_schema_correctness_all_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5415391Z test_schema_correctness_all_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5415757Z test_schema_correctness_all_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5416117Z test_schema_correctness_all_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5416466Z test_schema_correctness_all_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5416822Z test_schema_correctness_all_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5417216Z test_schema_correctness_all_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5417580Z test_schema_correctness_all_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5417932Z test_schema_correctness_all_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5418308Z test_schema_correctness_allclose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.5418694Z test_schema_correctness_allclose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:20.5419083Z test_schema_correctness_allclose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:20.5419457Z test_schema_correctness_allclose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.5419835Z test_schema_correctness_allclose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.5420215Z test_schema_correctness_allclose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.5420576Z test_schema_correctness_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:53:20.5420943Z test_schema_correctness_amax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:53:20.5421308Z test_schema_correctness_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:53:20.5421677Z test_schema_correctness_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:53:20.5422028Z test_schema_correctness_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:53:20.5422393Z test_schema_correctness_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:53:20.5422755Z test_schema_correctness_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:53:20.5423114Z test_schema_correctness_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:53:20.5423460Z test_schema_correctness_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:53:20.5423819Z test_schema_correctness_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:53:20.5424184Z test_schema_correctness_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:53:20.5424533Z test_schema_correctness_amin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:53:20.5424893Z test_schema_correctness_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:53:20.5425260Z test_schema_correctness_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:53:20.5425625Z test_schema_correctness_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:53:20.5425973Z test_schema_correctness_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:53:20.5426326Z test_schema_correctness_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:53:20.5426711Z test_schema_correctness_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:53:20.5427069Z test_schema_correctness_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:53:20.5427415Z test_schema_correctness_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:53:20.5428684Z test_schema_correctness_aminmax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:53:20.5429442Z return self.op(*args, **kwargs) 2022-12-01T10:53:20.5429626Z ok (0.004s) 2022-12-01T10:53:20.5429892Z test_schema_correctness_aminmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5430271Z test_schema_correctness_aminmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5430642Z test_schema_correctness_aminmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5431013Z test_schema_correctness_aminmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5431367Z test_schema_correctness_aminmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5431737Z test_schema_correctness_aminmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5432106Z test_schema_correctness_aminmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5432483Z test_schema_correctness_angle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5432842Z test_schema_correctness_angle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5433217Z test_schema_correctness_angle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5433592Z test_schema_correctness_angle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5433952Z test_schema_correctness_angle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5434319Z test_schema_correctness_angle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5434765Z test_schema_correctness_angle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5435133Z test_schema_correctness_angle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5435484Z test_schema_correctness_angle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5435847Z test_schema_correctness_angle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5436210Z test_schema_correctness_angle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5436712Z test_schema_correctness_angle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5437077Z test_schema_correctness_any_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5437444Z test_schema_correctness_any_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5437815Z test_schema_correctness_any_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5438177Z test_schema_correctness_any_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5438611Z test_schema_correctness_any_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5438975Z test_schema_correctness_any_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5439337Z test_schema_correctness_any_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5439686Z test_schema_correctness_any_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5440043Z test_schema_correctness_any_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5440403Z test_schema_correctness_any_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5440796Z test_schema_correctness_any_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5441138Z test_schema_correctness_any_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5441509Z test_schema_correctness_arange_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.105s) 2022-12-01T10:53:20.5441885Z test_schema_correctness_arange_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.105s) 2022-12-01T10:53:20.5442246Z test_schema_correctness_arange_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.105s) 2022-12-01T10:53:20.5442619Z test_schema_correctness_arange_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.105s) 2022-12-01T10:53:20.5442990Z test_schema_correctness_arange_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.105s) 2022-12-01T10:53:20.5443359Z test_schema_correctness_arange_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.105s) 2022-12-01T10:53:20.5443715Z test_schema_correctness_arange_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.105s) 2022-12-01T10:53:20.5444083Z test_schema_correctness_arange_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.101s) 2022-12-01T10:53:20.5444455Z test_schema_correctness_arange_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.101s) 2022-12-01T10:53:20.5444829Z test_schema_correctness_argmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5445190Z test_schema_correctness_argmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5445562Z test_schema_correctness_argmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5445932Z test_schema_correctness_argmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5446286Z test_schema_correctness_argmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5446655Z test_schema_correctness_argmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5447022Z test_schema_correctness_argmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5447392Z test_schema_correctness_argmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5447747Z test_schema_correctness_argmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5448118Z test_schema_correctness_argmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5448492Z test_schema_correctness_argmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5448864Z test_schema_correctness_argmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5449223Z test_schema_correctness_argmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5449591Z test_schema_correctness_argmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5449958Z test_schema_correctness_argmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5450337Z test_schema_correctness_argmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5450701Z test_schema_correctness_argmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5451069Z test_schema_correctness_argmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5451441Z test_schema_correctness_argsort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.5451799Z test_schema_correctness_argsort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.5452169Z test_schema_correctness_argsort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.5452566Z test_schema_correctness_argsort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.5452936Z test_schema_correctness_argsort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.5453288Z test_schema_correctness_argsort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.5453659Z test_schema_correctness_argsort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.5454027Z test_schema_correctness_argsort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.5454380Z test_schema_correctness_argsort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.5454745Z test_schema_correctness_argsort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.5455121Z test_schema_correctness_argwhere_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5455497Z test_schema_correctness_argwhere_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5455863Z test_schema_correctness_argwhere_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5456251Z test_schema_correctness_argwhere_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5456633Z test_schema_correctness_argwhere_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5457011Z test_schema_correctness_argwhere_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5457374Z test_schema_correctness_argwhere_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5457749Z test_schema_correctness_argwhere_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5458121Z test_schema_correctness_argwhere_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5458496Z test_schema_correctness_argwhere_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5458851Z test_schema_correctness_argwhere_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5459224Z test_schema_correctness_argwhere_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5459604Z test_schema_correctness_as_strided_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5459971Z test_schema_correctness_as_strided_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5460351Z test_schema_correctness_as_strided_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5460738Z test_schema_correctness_as_strided_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5461128Z test_schema_correctness_as_strided_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5461494Z test_schema_correctness_as_strided_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5461872Z test_schema_correctness_as_strided_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5462276Z test_schema_correctness_as_strided_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5462651Z test_schema_correctness_as_strided_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5463013Z test_schema_correctness_as_strided_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5463384Z test_schema_correctness_as_strided_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5463759Z test_schema_correctness_as_strided_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5464149Z test_schema_correctness_as_strided_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5464537Z test_schema_correctness_as_strided_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5464935Z test_schema_correctness_as_strided_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5465335Z test_schema_correctness_as_strided_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5465724Z test_schema_correctness_as_strided_scatter_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5466127Z test_schema_correctness_as_strided_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5466525Z test_schema_correctness_as_strided_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5466920Z test_schema_correctness_as_strided_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5467296Z test_schema_correctness_as_strided_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5467687Z test_schema_correctness_as_strided_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5468073Z test_schema_correctness_as_strided_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5468458Z test_schema_correctness_as_strided_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5468831Z test_schema_correctness_as_strided_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5469217Z test_schema_correctness_as_strided_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5469596Z test_schema_correctness_asin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5469964Z test_schema_correctness_asin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5470319Z test_schema_correctness_asin_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5470697Z test_schema_correctness_asin_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5471066Z test_schema_correctness_asin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5471419Z test_schema_correctness_asin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5471785Z test_schema_correctness_asin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5472144Z test_schema_correctness_asin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5472501Z test_schema_correctness_asin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5472851Z test_schema_correctness_asin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5473207Z test_schema_correctness_asin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5473608Z test_schema_correctness_asinh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5473978Z test_schema_correctness_asinh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5474337Z test_schema_correctness_asinh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5474788Z test_schema_correctness_asinh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5475166Z test_schema_correctness_asinh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5475522Z test_schema_correctness_asinh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5475926Z test_schema_correctness_asinh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5476297Z test_schema_correctness_asinh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5476809Z test_schema_correctness_asinh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5477164Z test_schema_correctness_asinh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5477527Z test_schema_correctness_asinh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5477897Z test_schema_correctness_atan2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5478265Z test_schema_correctness_atan2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5478619Z test_schema_correctness_atan2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5478994Z test_schema_correctness_atan2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5479361Z test_schema_correctness_atan2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5479708Z test_schema_correctness_atan2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5480068Z test_schema_correctness_atan2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5480430Z test_schema_correctness_atan2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5480785Z test_schema_correctness_atan2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5481136Z test_schema_correctness_atan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5481497Z test_schema_correctness_atan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5481865Z test_schema_correctness_atan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5482226Z test_schema_correctness_atan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5482598Z test_schema_correctness_atan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5482963Z test_schema_correctness_atan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5483328Z test_schema_correctness_atan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5483672Z test_schema_correctness_atan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5484022Z test_schema_correctness_atan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5484381Z test_schema_correctness_atan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5484740Z test_schema_correctness_atan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5485097Z test_schema_correctness_atanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5485542Z test_schema_correctness_atanh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5485916Z test_schema_correctness_atanh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5486282Z test_schema_correctness_atanh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5486655Z test_schema_correctness_atanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5487025Z test_schema_correctness_atanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5487398Z test_schema_correctness_atanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5487784Z test_schema_correctness_atanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5488143Z test_schema_correctness_atanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5488509Z test_schema_correctness_atanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5488867Z test_schema_correctness_atanh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5489227Z test_schema_correctness_atleast_1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5489603Z test_schema_correctness_atleast_1d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5489984Z test_schema_correctness_atleast_1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5490371Z test_schema_correctness_atleast_1d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5490746Z test_schema_correctness_atleast_1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5491131Z test_schema_correctness_atleast_1d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5491513Z test_schema_correctness_atleast_1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5491872Z test_schema_correctness_atleast_1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5492249Z test_schema_correctness_atleast_1d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5492624Z test_schema_correctness_atleast_1d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5492993Z test_schema_correctness_atleast_1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5493352Z test_schema_correctness_atleast_1d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5493725Z test_schema_correctness_atleast_1d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5494104Z test_schema_correctness_atleast_2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5494481Z test_schema_correctness_atleast_2d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5494846Z test_schema_correctness_atleast_2d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5495232Z test_schema_correctness_atleast_2d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5495612Z test_schema_correctness_atleast_2d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5495977Z test_schema_correctness_atleast_2d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5496354Z test_schema_correctness_atleast_2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5496727Z test_schema_correctness_atleast_2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5497132Z test_schema_correctness_atleast_2d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5497491Z test_schema_correctness_atleast_2d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5497864Z test_schema_correctness_atleast_2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5498234Z test_schema_correctness_atleast_2d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5498608Z test_schema_correctness_atleast_2d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5498973Z test_schema_correctness_atleast_3d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5499386Z test_schema_correctness_atleast_3d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5499769Z test_schema_correctness_atleast_3d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5500157Z test_schema_correctness_atleast_3d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5500528Z test_schema_correctness_atleast_3d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5500908Z test_schema_correctness_atleast_3d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5501287Z test_schema_correctness_atleast_3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5501647Z test_schema_correctness_atleast_3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5502021Z test_schema_correctness_atleast_3d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5502397Z test_schema_correctness_atleast_3d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5502770Z test_schema_correctness_atleast_3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5503130Z test_schema_correctness_atleast_3d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5503502Z test_schema_correctness_atleast_3d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5503875Z test_schema_correctness_baddbmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5504272Z test_schema_correctness_baddbmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.5504668Z test_schema_correctness_baddbmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.5505064Z test_schema_correctness_baddbmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5505441Z test_schema_correctness_baddbmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5505798Z test_schema_correctness_baddbmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5506171Z test_schema_correctness_baddbmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5506539Z test_schema_correctness_baddbmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5506910Z test_schema_correctness_baddbmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5507266Z test_schema_correctness_baddbmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5507642Z test_schema_correctness_bernoulli_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5508021Z test_schema_correctness_bernoulli_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5508400Z test_schema_correctness_bernoulli_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5508792Z test_schema_correctness_bfloat16_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.5509163Z test_schema_correctness_bfloat16_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5509537Z test_schema_correctness_bfloat16_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.5509916Z test_schema_correctness_bfloat16_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5510284Z test_schema_correctness_bfloat16_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.5510686Z test_schema_correctness_bfloat16_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5511058Z test_schema_correctness_bfloat16_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5511415Z test_schema_correctness_bfloat16_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.5511787Z test_schema_correctness_bfloat16_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5512154Z test_schema_correctness_bfloat16_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5512521Z test_schema_correctness_bfloat16_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5512871Z test_schema_correctness_bfloat16_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5513240Z test_schema_correctness_bfloat16_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5513610Z test_schema_correctness_bincount_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5513981Z test_schema_correctness_bincount_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5514524Z test_schema_correctness_bincount_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5514901Z test_schema_correctness_bincount_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5515272Z test_schema_correctness_bincount_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5515633Z test_schema_correctness_bitwise_and_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5516010Z test_schema_correctness_bitwise_and_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5516390Z test_schema_correctness_bitwise_and_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5516908Z test_schema_correctness_bitwise_and_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5517273Z test_schema_correctness_bitwise_and_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5517654Z test_schema_correctness_bitwise_and_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5518045Z test_schema_correctness_bitwise_left_shift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5518436Z test_schema_correctness_bitwise_left_shift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5518808Z test_schema_correctness_bitwise_left_shift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5519195Z test_schema_correctness_bitwise_left_shift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5519588Z test_schema_correctness_bitwise_left_shift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5519970Z test_schema_correctness_bitwise_not_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5520332Z test_schema_correctness_bitwise_not_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5520771Z test_schema_correctness_bitwise_not_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5521147Z test_schema_correctness_bitwise_not_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5521506Z test_schema_correctness_bitwise_not_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5521877Z test_schema_correctness_bitwise_not_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5522252Z test_schema_correctness_bitwise_or_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5522662Z test_schema_correctness_bitwise_or_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5523022Z test_schema_correctness_bitwise_or_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5523396Z test_schema_correctness_bitwise_or_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5523766Z test_schema_correctness_bitwise_or_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5524133Z test_schema_correctness_bitwise_or_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5524504Z test_schema_correctness_bitwise_right_shift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5524896Z test_schema_correctness_bitwise_right_shift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5525285Z test_schema_correctness_bitwise_right_shift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5525663Z test_schema_correctness_bitwise_right_shift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5526055Z test_schema_correctness_bitwise_right_shift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5526439Z test_schema_correctness_bitwise_xor_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5526814Z test_schema_correctness_bitwise_xor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5527174Z test_schema_correctness_bitwise_xor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5527544Z test_schema_correctness_bitwise_xor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5527916Z test_schema_correctness_bitwise_xor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5528285Z test_schema_correctness_bitwise_xor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5528652Z test_schema_correctness_block_diag_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5529034Z test_schema_correctness_block_diag_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5529418Z test_schema_correctness_block_diag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5529809Z test_schema_correctness_block_diag_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5530183Z test_schema_correctness_block_diag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5530563Z test_schema_correctness_block_diag_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5530947Z test_schema_correctness_block_diag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5531311Z test_schema_correctness_block_diag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5531687Z test_schema_correctness_block_diag_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5532092Z test_schema_correctness_block_diag_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5532460Z test_schema_correctness_block_diag_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5532821Z test_schema_correctness_block_diag_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5533198Z test_schema_correctness_block_diag_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5533566Z test_schema_correctness_bmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5533935Z test_schema_correctness_bmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5534321Z test_schema_correctness_bmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5534689Z test_schema_correctness_bmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5535051Z test_schema_correctness_bmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5535399Z test_schema_correctness_bmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5535754Z test_schema_correctness_bmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5536101Z test_schema_correctness_bmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5536454Z test_schema_correctness_bmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5536793Z test_schema_correctness_bmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5537157Z test_schema_correctness_bool_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5537523Z test_schema_correctness_bool_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.5537890Z test_schema_correctness_bool_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.5538250Z test_schema_correctness_bool_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5538620Z test_schema_correctness_bool_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.5538985Z test_schema_correctness_bool_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5539339Z test_schema_correctness_bool_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5539702Z test_schema_correctness_bool_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5540067Z test_schema_correctness_bool_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5540423Z test_schema_correctness_bool_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5540768Z test_schema_correctness_bool_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5541120Z test_schema_correctness_bool_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5541472Z test_schema_correctness_bool_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5541852Z test_schema_correctness_broadcast_shapes_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5542238Z test_schema_correctness_broadcast_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5542629Z test_schema_correctness_broadcast_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5543027Z test_schema_correctness_broadcast_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5543427Z test_schema_correctness_broadcast_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5543842Z test_schema_correctness_broadcast_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5544234Z test_schema_correctness_broadcast_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5544629Z test_schema_correctness_broadcast_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5545008Z test_schema_correctness_broadcast_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5545402Z test_schema_correctness_broadcast_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5545815Z test_schema_correctness_broadcast_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5546202Z test_schema_correctness_broadcast_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5546577Z test_schema_correctness_broadcast_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5546965Z test_schema_correctness_broadcast_to_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.5547347Z test_schema_correctness_broadcast_to_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.5547733Z test_schema_correctness_broadcast_to_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.5548109Z test_schema_correctness_broadcast_to_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.5548500Z test_schema_correctness_broadcast_to_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.5548886Z test_schema_correctness_broadcast_to_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.5549264Z test_schema_correctness_broadcast_to_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.5549634Z test_schema_correctness_broadcast_to_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.5550013Z test_schema_correctness_broadcast_to_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.5550387Z test_schema_correctness_broadcast_to_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.5550750Z test_schema_correctness_broadcast_to_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.5551125Z test_schema_correctness_broadcast_to_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.5551502Z test_schema_correctness_bucketize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.5551880Z test_schema_correctness_bucketize_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.5552247Z test_schema_correctness_bucketize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.5552623Z test_schema_correctness_bucketize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.5552996Z test_schema_correctness_bucketize_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5553370Z test_schema_correctness_bucketize_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5553727Z test_schema_correctness_bucketize_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5554104Z test_schema_correctness_bucketize_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5554583Z test_schema_correctness_bucketize_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5554945Z test_schema_correctness_byte_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.5555350Z test_schema_correctness_byte_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5555721Z test_schema_correctness_byte_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.5556093Z test_schema_correctness_byte_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.5556450Z test_schema_correctness_byte_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5556914Z test_schema_correctness_byte_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5557280Z test_schema_correctness_byte_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5557690Z test_schema_correctness_byte_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5558038Z test_schema_correctness_byte_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5558400Z test_schema_correctness_byte_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5558764Z test_schema_correctness_byte_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.5559111Z test_schema_correctness_byte_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.5559493Z test_schema_correctness_cartesian_prod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:53:20.5559888Z test_schema_correctness_cartesian_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:53:20.5560285Z test_schema_correctness_cartesian_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:53:20.5560674Z test_schema_correctness_cartesian_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:53:20.5561069Z test_schema_correctness_cartesian_prod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:53:20.5561464Z test_schema_correctness_cartesian_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:53:20.5561852Z test_schema_correctness_cartesian_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:53:20.5562221Z test_schema_correctness_cartesian_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:53:20.5562606Z test_schema_correctness_cartesian_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:53:20.5562988Z test_schema_correctness_cartesian_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:53:20.5563370Z test_schema_correctness_cartesian_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:53:20.5563741Z test_schema_correctness_cartesian_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:53:20.5564115Z test_schema_correctness_cat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5564478Z test_schema_correctness_cat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5564831Z test_schema_correctness_cat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5565206Z test_schema_correctness_cat_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5565577Z test_schema_correctness_cat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5565947Z test_schema_correctness_cat_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5566298Z test_schema_correctness_cat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5566657Z test_schema_correctness_cat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5567055Z test_schema_correctness_cat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5567411Z test_schema_correctness_cat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5567753Z test_schema_correctness_cat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5568108Z test_schema_correctness_cat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5568463Z test_schema_correctness_cat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5568818Z test_schema_correctness_cdist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.229s) 2022-12-01T10:53:20.5569219Z test_schema_correctness_cdist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.227s) 2022-12-01T10:53:20.5569592Z test_schema_correctness_ceil_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5569963Z test_schema_correctness_ceil_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5570321Z test_schema_correctness_ceil_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5570684Z test_schema_correctness_ceil_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5571043Z test_schema_correctness_ceil_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5571401Z test_schema_correctness_ceil_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5571748Z test_schema_correctness_ceil_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5572107Z test_schema_correctness_ceil_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5573012Z test_schema_correctness_chalf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:14122: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:53:20.5573600Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-12-01T10:53:20.5573794Z ok (0.052s) 2022-12-01T10:53:20.5574063Z test_schema_correctness_chalf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:53:20.5574436Z test_schema_correctness_chalf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:53:20.5574802Z test_schema_correctness_chalf_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5575184Z test_schema_correctness_chalf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:53:20.5575559Z test_schema_correctness_chalf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:53:20.5575937Z test_schema_correctness_chalf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:53:20.5576293Z test_schema_correctness_chalf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:53:20.5576657Z test_schema_correctness_chalf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:53:20.5577021Z test_schema_correctness_chalf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:53:20.5577380Z test_schema_correctness_chalf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:53:20.5577732Z test_schema_correctness_chalf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:53:20.5578095Z test_schema_correctness_chalf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:53:20.5578465Z test_schema_correctness_char_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5578849Z test_schema_correctness_char_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5579214Z test_schema_correctness_char_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.5579588Z test_schema_correctness_char_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5579962Z test_schema_correctness_char_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5580320Z test_schema_correctness_char_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.5580687Z test_schema_correctness_char_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.5581095Z test_schema_correctness_char_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5581457Z test_schema_correctness_char_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5581810Z test_schema_correctness_char_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5582161Z test_schema_correctness_char_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5582520Z test_schema_correctness_char_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.5582869Z test_schema_correctness_char_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5583658Z test_schema_correctness_cholesky_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-12-01T10:53:20.5584135Z L = torch.cholesky(A) 2022-12-01T10:53:20.5584325Z should be replaced with 2022-12-01T10:53:20.5584512Z L = torch.linalg.cholesky(A) 2022-12-01T10:53:20.5584697Z and 2022-12-01T10:53:20.5584874Z U = torch.cholesky(A, upper=True) 2022-12-01T10:53:20.5585062Z should be replaced with 2022-12-01T10:53:20.5585268Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T10:53:20.5585679Z 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:53:20.5586061Z return self.op(*args, **kwargs) 2022-12-01T10:53:20.5586231Z ok (0.009s) 2022-12-01T10:53:20.5586511Z test_schema_correctness_cholesky_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5586894Z test_schema_correctness_cholesky_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5587262Z test_schema_correctness_cholesky_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5587651Z test_schema_correctness_cholesky_inverse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5588053Z test_schema_correctness_cholesky_inverse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5588448Z test_schema_correctness_cholesky_inverse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5588825Z test_schema_correctness_cholesky_inverse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5589214Z test_schema_correctness_cholesky_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5589603Z test_schema_correctness_cholesky_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5589994Z test_schema_correctness_cholesky_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5590366Z test_schema_correctness_cholesky_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5590773Z test_schema_correctness_chunk_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5591138Z test_schema_correctness_chunk_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5591496Z test_schema_correctness_chunk_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5591870Z test_schema_correctness_chunk_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5592248Z test_schema_correctness_chunk_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5592618Z test_schema_correctness_chunk_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5592999Z test_schema_correctness_chunk_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5593372Z test_schema_correctness_chunk_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5593741Z test_schema_correctness_chunk_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5594099Z test_schema_correctness_chunk_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5594514Z test_schema_correctness_chunk_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5594885Z test_schema_correctness_chunk_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5595243Z test_schema_correctness_chunk_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5595599Z test_schema_correctness_clamp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5595979Z test_schema_correctness_clamp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5596353Z test_schema_correctness_clamp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5596894Z test_schema_correctness_clamp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5597243Z test_schema_correctness_clamp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5597606Z test_schema_correctness_clamp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5597972Z test_schema_correctness_clamp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5598336Z test_schema_correctness_clamp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5598697Z test_schema_correctness_clamp_max_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5599080Z test_schema_correctness_clamp_max_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5599464Z test_schema_correctness_clamp_max_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5599833Z test_schema_correctness_clamp_max_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5600208Z test_schema_correctness_clamp_max_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5600583Z test_schema_correctness_clamp_max_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5600957Z test_schema_correctness_clamp_max_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5601312Z test_schema_correctness_clamp_max_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5601682Z test_schema_correctness_clamp_max_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5602054Z test_schema_correctness_clamp_max_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5602429Z test_schema_correctness_clamp_min_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5602847Z test_schema_correctness_clamp_min_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5603221Z test_schema_correctness_clamp_min_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5603601Z test_schema_correctness_clamp_min_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5603963Z test_schema_correctness_clamp_min_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5625071Z test_schema_correctness_clamp_min_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5625555Z test_schema_correctness_clamp_min_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5626030Z test_schema_correctness_clamp_min_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5626409Z test_schema_correctness_clamp_min_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5626800Z test_schema_correctness_clamp_min_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5627172Z test_schema_correctness_clone_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5627534Z test_schema_correctness_clone_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5627909Z test_schema_correctness_clone_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5628283Z test_schema_correctness_clone_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5628655Z test_schema_correctness_clone_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5629011Z test_schema_correctness_clone_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5629378Z test_schema_correctness_clone_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5629747Z test_schema_correctness_clone_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5630097Z test_schema_correctness_clone_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5630462Z test_schema_correctness_clone_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5630823Z test_schema_correctness_clone_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5631187Z test_schema_correctness_clone_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5631534Z test_schema_correctness_clone_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5631915Z test_schema_correctness_column_stack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5632301Z test_schema_correctness_column_stack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5632694Z test_schema_correctness_column_stack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5633072Z test_schema_correctness_column_stack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5633464Z test_schema_correctness_column_stack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5633850Z test_schema_correctness_column_stack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5634232Z test_schema_correctness_column_stack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5634679Z test_schema_correctness_column_stack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5635062Z test_schema_correctness_column_stack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5635483Z test_schema_correctness_column_stack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5635853Z test_schema_correctness_column_stack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5636232Z test_schema_correctness_column_stack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5636734Z test_schema_correctness_column_stack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5637119Z test_schema_correctness_combinations_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.346s) 2022-12-01T10:53:20.5637493Z test_schema_correctness_combinations_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.346s) 2022-12-01T10:53:20.5637929Z test_schema_correctness_combinations_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.347s) 2022-12-01T10:53:20.5638323Z test_schema_correctness_combinations_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.347s) 2022-12-01T10:53:20.5638712Z test_schema_correctness_combinations_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.348s) 2022-12-01T10:53:20.5639084Z test_schema_correctness_combinations_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.347s) 2022-12-01T10:53:20.5639470Z test_schema_correctness_combinations_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.346s) 2022-12-01T10:53:20.5639850Z test_schema_correctness_combinations_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.346s) 2022-12-01T10:53:20.5640213Z test_schema_correctness_combinations_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.347s) 2022-12-01T10:53:20.5640598Z test_schema_correctness_combinations_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.347s) 2022-12-01T10:53:20.5640979Z test_schema_correctness_combinations_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.346s) 2022-12-01T10:53:20.5641363Z test_schema_correctness_combinations_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.346s) 2022-12-01T10:53:20.5641728Z test_schema_correctness_complex_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5642099Z test_schema_correctness_complex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5642473Z test_schema_correctness_complex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5642834Z test_schema_correctness_conj_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5643201Z test_schema_correctness_conj_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5643560Z test_schema_correctness_conj_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5643931Z test_schema_correctness_conj_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5644304Z test_schema_correctness_conj_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5644660Z test_schema_correctness_conj_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5645029Z test_schema_correctness_conj_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5645396Z test_schema_correctness_conj_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5645756Z test_schema_correctness_conj_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5646105Z test_schema_correctness_conj_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5646462Z test_schema_correctness_conj_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5646825Z test_schema_correctness_conj_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5647206Z test_schema_correctness_conj_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5647586Z test_schema_correctness_conj_physical_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5647975Z test_schema_correctness_conj_physical_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5648365Z test_schema_correctness_conj_physical_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5648745Z test_schema_correctness_conj_physical_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5649135Z test_schema_correctness_conj_physical_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5649558Z test_schema_correctness_conj_physical_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5649947Z test_schema_correctness_conj_physical_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5650317Z test_schema_correctness_conj_physical_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5650699Z test_schema_correctness_conj_physical_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5651079Z test_schema_correctness_conj_physical_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5651455Z test_schema_correctness_conj_physical_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5651823Z test_schema_correctness_conj_physical_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5652208Z test_schema_correctness_conj_physical_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5652594Z test_schema_correctness_constant_pad_nd_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:20.5652972Z test_schema_correctness_constant_pad_nd_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:20.5653363Z test_schema_correctness_constant_pad_nd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:53:20.5653761Z test_schema_correctness_constant_pad_nd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:53:20.5654155Z test_schema_correctness_constant_pad_nd_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:53:20.5654532Z test_schema_correctness_constant_pad_nd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:53:20.5654919Z test_schema_correctness_constant_pad_nd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:53:20.5655307Z test_schema_correctness_constant_pad_nd_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:20.5655691Z test_schema_correctness_constant_pad_nd_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:20.5656061Z test_schema_correctness_constant_pad_nd_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:20.5656445Z test_schema_correctness_constant_pad_nd_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:20.5656627Z test_schema_correctness_constant_pad_nd_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:20.5656810Z test_schema_correctness_contiguous_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5656989Z test_schema_correctness_contiguous_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5657179Z test_schema_correctness_contiguous_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5657364Z test_schema_correctness_contiguous_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5657568Z test_schema_correctness_contiguous_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5657751Z test_schema_correctness_contiguous_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5657932Z test_schema_correctness_contiguous_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5658109Z test_schema_correctness_contiguous_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5658287Z test_schema_correctness_contiguous_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5658469Z test_schema_correctness_contiguous_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5658674Z test_schema_correctness_contiguous_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5658855Z test_schema_correctness_contiguous_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5659032Z test_schema_correctness_contiguous_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5659202Z test_schema_correctness_copysign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5659380Z test_schema_correctness_copysign_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5659559Z test_schema_correctness_copysign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5659738Z test_schema_correctness_copysign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5659914Z test_schema_correctness_copysign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5660095Z test_schema_correctness_copysign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5660271Z test_schema_correctness_copysign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5660444Z test_schema_correctness_copysign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5660621Z test_schema_correctness_copysign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5660786Z test_schema_correctness_copysign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5660966Z test_schema_correctness_corrcoef_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.157s) 2022-12-01T10:53:20.5661166Z test_schema_correctness_corrcoef_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:53:20.5661369Z test_schema_correctness_corrcoef_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.5661548Z test_schema_correctness_corrcoef_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.157s) 2022-12-01T10:53:20.5661727Z test_schema_correctness_corrcoef_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.158s) 2022-12-01T10:53:20.5661904Z test_schema_correctness_corrcoef_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.159s) 2022-12-01T10:53:20.5662076Z test_schema_correctness_corrcoef_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.159s) 2022-12-01T10:53:20.5662245Z test_schema_correctness_corrcoef_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.159s) 2022-12-01T10:53:20.5662406Z test_schema_correctness_corrcoef_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.157s) 2022-12-01T10:53:20.5662582Z test_schema_correctness_corrcoef_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.157s) 2022-12-01T10:53:20.5662758Z test_schema_correctness_cos_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5662929Z test_schema_correctness_cos_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5663134Z test_schema_correctness_cos_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5663309Z test_schema_correctness_cos_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5663482Z test_schema_correctness_cos_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5663652Z test_schema_correctness_cos_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5663822Z test_schema_correctness_cos_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5663979Z test_schema_correctness_cos_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5664174Z test_schema_correctness_cos_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5664347Z test_schema_correctness_cos_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5664516Z test_schema_correctness_cos_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5664690Z test_schema_correctness_cosh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5664862Z test_schema_correctness_cosh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5665039Z test_schema_correctness_cosh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5665219Z test_schema_correctness_cosh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5665380Z test_schema_correctness_cosh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5665556Z test_schema_correctness_cosh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5665728Z test_schema_correctness_cosh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5665903Z test_schema_correctness_cosh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5666072Z test_schema_correctness_cosh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5666240Z test_schema_correctness_cosh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5666407Z test_schema_correctness_cosh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5666593Z test_schema_correctness_count_nonzero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.5666775Z test_schema_correctness_count_nonzero_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.5666954Z test_schema_correctness_count_nonzero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.5667142Z test_schema_correctness_count_nonzero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.5667329Z test_schema_correctness_count_nonzero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.5667515Z test_schema_correctness_count_nonzero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.5667696Z test_schema_correctness_count_nonzero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.5667878Z test_schema_correctness_count_nonzero_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.5668054Z test_schema_correctness_count_nonzero_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.5668228Z test_schema_correctness_count_nonzero_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.5668410Z test_schema_correctness_count_nonzero_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.5668580Z test_schema_correctness_count_nonzero_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.5668797Z test_schema_correctness_cov_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.409s) 2022-12-01T10:53:20.5668988Z test_schema_correctness_cov_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:53:20.5669180Z test_schema_correctness_cov_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.5669355Z test_schema_correctness_cov_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.408s) 2022-12-01T10:53:20.5669528Z test_schema_correctness_cov_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.396s) 2022-12-01T10:53:20.5669747Z test_schema_correctness_cov_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.400s) 2022-12-01T10:53:20.5669918Z test_schema_correctness_cov_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.407s) 2022-12-01T10:53:20.5670090Z test_schema_correctness_cov_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.430s) 2022-12-01T10:53:20.5670248Z test_schema_correctness_cov_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.571s) 2022-12-01T10:53:20.5670417Z test_schema_correctness_cov_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.437s) 2022-12-01T10:53:20.5670595Z test_schema_correctness_cross_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5670781Z test_schema_correctness_cross_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5670962Z test_schema_correctness_cross_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5671142Z test_schema_correctness_cross_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5671314Z test_schema_correctness_cross_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5671491Z test_schema_correctness_cross_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5671664Z test_schema_correctness_cross_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5671821Z test_schema_correctness_cross_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5671997Z test_schema_correctness_cross_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5672167Z test_schema_correctness_cross_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5672346Z test_schema_correctness_cummax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5672519Z test_schema_correctness_cummax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5672697Z test_schema_correctness_cummax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5672875Z test_schema_correctness_cummax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5673050Z test_schema_correctness_cummax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5673225Z test_schema_correctness_cummax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5673381Z test_schema_correctness_cummax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5673553Z test_schema_correctness_cummax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5673725Z test_schema_correctness_cummax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5673904Z test_schema_correctness_cummin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5674078Z test_schema_correctness_cummin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5674279Z test_schema_correctness_cummin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5674521Z test_schema_correctness_cummin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5674699Z test_schema_correctness_cummin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5674868Z test_schema_correctness_cummin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5675026Z test_schema_correctness_cummin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5675198Z test_schema_correctness_cummin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5675398Z test_schema_correctness_cummin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5675578Z test_schema_correctness_cumprod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5675762Z test_schema_correctness_cumprod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5675943Z test_schema_correctness_cumprod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5676123Z test_schema_correctness_cumprod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5676298Z test_schema_correctness_cumprod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5676460Z test_schema_correctness_cumprod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5676819Z test_schema_correctness_cumprod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5677014Z test_schema_correctness_cumprod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5677190Z test_schema_correctness_cumprod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5677362Z test_schema_correctness_cumprod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5677538Z test_schema_correctness_cumsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5677718Z test_schema_correctness_cumsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5677896Z test_schema_correctness_cumsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5678074Z test_schema_correctness_cumsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5678234Z test_schema_correctness_cumsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5678409Z test_schema_correctness_cumsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5678580Z test_schema_correctness_cumsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5678754Z test_schema_correctness_cumsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5678924Z test_schema_correctness_cumsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5679097Z test_schema_correctness_cumsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5679292Z test_schema_correctness_cumulative_trapezoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:53:20.5679486Z test_schema_correctness_cumulative_trapezoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:53:20.5679683Z test_schema_correctness_cumulative_trapezoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:53:20.5679864Z test_schema_correctness_cumulative_trapezoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:53:20.5680097Z test_schema_correctness_cumulative_trapezoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:53:20.5680283Z test_schema_correctness_cumulative_trapezoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:53:20.5680467Z test_schema_correctness_cumulative_trapezoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:53:20.5680653Z test_schema_correctness_cumulative_trapezoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:53:20.5680840Z test_schema_correctness_cumulative_trapezoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:53:20.5681026Z test_schema_correctness_cumulative_trapezoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:53:20.5681231Z test_schema_correctness_deg2rad_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5681402Z test_schema_correctness_deg2rad_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5681581Z test_schema_correctness_deg2rad_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5681741Z test_schema_correctness_deg2rad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5681906Z test_schema_correctness_deg2rad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5682080Z test_schema_correctness_deg2rad_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5682243Z test_schema_correctness_deg2rad_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5682407Z test_schema_correctness_deg2rad_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5682573Z test_schema_correctness_deg2rad_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5682734Z test_schema_correctness_deg2rad_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5682906Z test_schema_correctness_diag_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5683065Z test_schema_correctness_diag_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5683241Z test_schema_correctness_diag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5683414Z test_schema_correctness_diag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5683586Z test_schema_correctness_diag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5683757Z test_schema_correctness_diag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5683928Z test_schema_correctness_diag_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5684094Z test_schema_correctness_diag_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5684265Z test_schema_correctness_diag_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5684430Z test_schema_correctness_diag_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5684585Z test_schema_correctness_diag_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5684766Z test_schema_correctness_diag_embed_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:20.5684940Z test_schema_correctness_diag_embed_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5685127Z test_schema_correctness_diag_embed_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:20.5685306Z test_schema_correctness_diag_embed_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5685489Z test_schema_correctness_diag_embed_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:20.5685689Z test_schema_correctness_diag_embed_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5685870Z test_schema_correctness_diag_embed_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5686052Z test_schema_correctness_diag_embed_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5686217Z test_schema_correctness_diag_embed_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5686391Z test_schema_correctness_diag_embed_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5686586Z test_schema_correctness_diag_embed_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5686766Z test_schema_correctness_diag_embed_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5686944Z test_schema_correctness_diag_embed_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5687122Z test_schema_correctness_diagflat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5687294Z test_schema_correctness_diagflat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5687477Z test_schema_correctness_diagflat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5687653Z test_schema_correctness_diagflat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5687818Z test_schema_correctness_diagflat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5687992Z test_schema_correctness_diagflat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5688164Z test_schema_correctness_diagflat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5688340Z test_schema_correctness_diagflat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5688509Z test_schema_correctness_diagflat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5688678Z test_schema_correctness_diagflat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5688855Z test_schema_correctness_diagflat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5689037Z test_schema_correctness_diagonal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5689207Z test_schema_correctness_diagonal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5689383Z test_schema_correctness_diagonal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:20.5689559Z test_schema_correctness_diagonal_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5689731Z test_schema_correctness_diagonal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:20.5689906Z test_schema_correctness_diagonal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5690082Z test_schema_correctness_diagonal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5690257Z test_schema_correctness_diagonal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5690433Z test_schema_correctness_diagonal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5690609Z test_schema_correctness_diagonal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5690782Z test_schema_correctness_diagonal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5690944Z test_schema_correctness_diagonal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5691141Z test_schema_correctness_diagonal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5691330Z test_schema_correctness_diagonal_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5691516Z test_schema_correctness_diagonal_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5691701Z test_schema_correctness_diagonal_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5691887Z test_schema_correctness_diagonal_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.5692096Z test_schema_correctness_diagonal_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.5692281Z test_schema_correctness_diagonal_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5692467Z test_schema_correctness_diagonal_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5692635Z test_schema_correctness_diagonal_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5692819Z test_schema_correctness_diagonal_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5692993Z test_schema_correctness_diagonal_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5693172Z test_schema_correctness_diff_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.316s) 2022-12-01T10:53:20.5693343Z test_schema_correctness_diff_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.301s) 2022-12-01T10:53:20.5693522Z test_schema_correctness_diff_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.349s) 2022-12-01T10:53:20.5693695Z test_schema_correctness_diff_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.335s) 2022-12-01T10:53:20.5693869Z test_schema_correctness_diff_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.317s) 2022-12-01T10:53:20.5694042Z test_schema_correctness_diff_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.316s) 2022-12-01T10:53:20.5694211Z test_schema_correctness_diff_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.311s) 2022-12-01T10:53:20.5694379Z test_schema_correctness_diff_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.313s) 2022-12-01T10:53:20.5694537Z test_schema_correctness_diff_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.315s) 2022-12-01T10:53:20.5694700Z test_schema_correctness_diff_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.315s) 2022-12-01T10:53:20.5694870Z test_schema_correctness_diff_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.316s) 2022-12-01T10:53:20.5695031Z test_schema_correctness_diff_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.315s) 2022-12-01T10:53:20.5695208Z test_schema_correctness_digamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5695382Z test_schema_correctness_digamma_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5695558Z test_schema_correctness_digamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5695730Z test_schema_correctness_digamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5695898Z test_schema_correctness_digamma_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5696057Z test_schema_correctness_digamma_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5696222Z test_schema_correctness_digamma_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5696388Z test_schema_correctness_digamma_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5696579Z test_schema_correctness_digamma_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5696750Z test_schema_correctness_dist_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:20.5696918Z test_schema_correctness_dist_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:20.5697094Z test_schema_correctness_dist_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:53:20.5697258Z test_schema_correctness_dist_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:53:20.5697452Z test_schema_correctness_dist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:20.5697610Z test_schema_correctness_dist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:53:20.5697794Z test_schema_correctness_div_floor_rounding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5697985Z test_schema_correctness_div_floor_rounding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:20.5698167Z test_schema_correctness_div_floor_rounding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5698353Z test_schema_correctness_div_floor_rounding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5698533Z test_schema_correctness_div_floor_rounding_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5698717Z test_schema_correctness_div_floor_rounding_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5698895Z test_schema_correctness_div_floor_rounding_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5699072Z test_schema_correctness_div_floor_rounding_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5699244Z test_schema_correctness_div_floor_rounding_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5699434Z test_schema_correctness_div_no_rounding_mode_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5699616Z test_schema_correctness_div_no_rounding_mode_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5699810Z test_schema_correctness_div_no_rounding_mode_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5700002Z test_schema_correctness_div_no_rounding_mode_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5700193Z test_schema_correctness_div_no_rounding_mode_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5700376Z test_schema_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5700565Z test_schema_correctness_div_no_rounding_mode_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5700750Z test_schema_correctness_div_no_rounding_mode_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5700925Z test_schema_correctness_div_no_rounding_mode_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5701111Z test_schema_correctness_div_no_rounding_mode_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5701295Z test_schema_correctness_div_no_rounding_mode_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5701481Z test_schema_correctness_div_no_rounding_mode_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5701671Z test_schema_correctness_div_trunc_rounding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5701883Z test_schema_correctness_div_trunc_rounding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5702067Z test_schema_correctness_div_trunc_rounding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5702253Z test_schema_correctness_div_trunc_rounding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5702440Z test_schema_correctness_div_trunc_rounding_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5702624Z test_schema_correctness_div_trunc_rounding_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5702817Z test_schema_correctness_div_trunc_rounding_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5703002Z test_schema_correctness_div_trunc_rounding_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5703190Z test_schema_correctness_div_trunc_rounding_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5703362Z test_schema_correctness_dot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5703550Z test_schema_correctness_dot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.5703738Z test_schema_correctness_dot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.5703909Z test_schema_correctness_dot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5704082Z test_schema_correctness_dot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5704254Z test_schema_correctness_dot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5704411Z test_schema_correctness_dot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5704583Z test_schema_correctness_dot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5704745Z test_schema_correctness_dot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5704910Z test_schema_correctness_dot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5705082Z test_schema_correctness_double_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5705253Z test_schema_correctness_double_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5705434Z test_schema_correctness_double_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.5705609Z test_schema_correctness_double_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5705786Z test_schema_correctness_double_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:53:20.5705952Z test_schema_correctness_double_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.5706123Z test_schema_correctness_double_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.5706286Z test_schema_correctness_double_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5706451Z test_schema_correctness_double_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.5706616Z test_schema_correctness_double_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.5706775Z test_schema_correctness_double_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.5706941Z test_schema_correctness_double_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5707115Z test_schema_correctness_double_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.5707303Z test_schema_correctness_dsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5707470Z test_schema_correctness_dsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5707646Z test_schema_correctness_dsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5707823Z test_schema_correctness_dsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5707994Z test_schema_correctness_dsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5708170Z test_schema_correctness_dsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5708369Z test_schema_correctness_dsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5708540Z test_schema_correctness_dsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5708707Z test_schema_correctness_dsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5708863Z test_schema_correctness_dsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5709027Z test_schema_correctness_dsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5709198Z test_schema_correctness_dsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5709366Z test_schema_correctness_dsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5709543Z test_schema_correctness_dstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5709711Z test_schema_correctness_dstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5709887Z test_schema_correctness_dstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5710068Z test_schema_correctness_dstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5710244Z test_schema_correctness_dstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5710409Z test_schema_correctness_dstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5710573Z test_schema_correctness_dstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5710741Z test_schema_correctness_dstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5710906Z test_schema_correctness_dstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5711076Z test_schema_correctness_dstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5711246Z test_schema_correctness_dstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5711412Z test_schema_correctness_dstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5711586Z test_schema_correctness_dstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5711764Z test_schema_correctness_einsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:20.5711931Z test_schema_correctness_einsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5712112Z test_schema_correctness_einsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.5712287Z test_schema_correctness_einsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:20.5712461Z test_schema_correctness_einsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:53:20.5712631Z test_schema_correctness_einsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:20.5712819Z test_schema_correctness_einsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:20.5712990Z test_schema_correctness_einsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:20.5713162Z test_schema_correctness_einsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:20.5713326Z test_schema_correctness_einsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:20.5713488Z test_schema_correctness_empty_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.5713657Z test_schema_correctness_empty_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.5713856Z test_schema_correctness_empty_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:20.5714028Z test_schema_correctness_empty_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5714203Z test_schema_correctness_empty_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.5714453Z test_schema_correctness_empty_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.5714632Z test_schema_correctness_empty_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.5714807Z test_schema_correctness_empty_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.5714974Z test_schema_correctness_empty_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.5715131Z test_schema_correctness_empty_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.5715300Z test_schema_correctness_empty_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.5715471Z test_schema_correctness_empty_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.5715636Z test_schema_correctness_empty_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.5715820Z test_schema_correctness_empty_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.5715990Z test_schema_correctness_empty_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.5716169Z test_schema_correctness_empty_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.5716352Z test_schema_correctness_empty_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5716643Z test_schema_correctness_empty_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.5716815Z test_schema_correctness_empty_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.5716992Z test_schema_correctness_empty_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.5717169Z test_schema_correctness_empty_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.5717340Z test_schema_correctness_empty_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.5717508Z test_schema_correctness_empty_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.5717686Z test_schema_correctness_empty_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.5717856Z test_schema_correctness_empty_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.5718026Z test_schema_correctness_empty_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.5718198Z test_schema_correctness_eq_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5718398Z test_schema_correctness_eq_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5718569Z test_schema_correctness_eq_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5718740Z test_schema_correctness_eq_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5718901Z test_schema_correctness_eq_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5719065Z test_schema_correctness_eq_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5719236Z test_schema_correctness_eq_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5719425Z test_schema_correctness_eq_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5719589Z test_schema_correctness_eq_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5719747Z test_schema_correctness_eq_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5719914Z test_schema_correctness_eq_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5720074Z test_schema_correctness_eq_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5720241Z test_schema_correctness_eq_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5720413Z test_schema_correctness_equal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5720576Z test_schema_correctness_equal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5720756Z test_schema_correctness_equal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5720933Z test_schema_correctness_equal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5721106Z test_schema_correctness_equal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5721262Z test_schema_correctness_equal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5721424Z test_schema_correctness_equal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5721587Z test_schema_correctness_equal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5721756Z test_schema_correctness_equal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5721919Z test_schema_correctness_equal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5722086Z test_schema_correctness_equal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5722255Z test_schema_correctness_equal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5722425Z test_schema_correctness_erf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5722590Z test_schema_correctness_erf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5722748Z test_schema_correctness_erf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5722915Z test_schema_correctness_erf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5723081Z test_schema_correctness_erf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5723247Z test_schema_correctness_erf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5723414Z test_schema_correctness_erf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5723580Z test_schema_correctness_erf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5723771Z test_schema_correctness_erf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5723946Z test_schema_correctness_erfc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5724100Z test_schema_correctness_erfc_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5724268Z test_schema_correctness_erfc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5724428Z test_schema_correctness_erfc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5724592Z test_schema_correctness_erfc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5724778Z test_schema_correctness_erfc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5724944Z test_schema_correctness_erfc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5725104Z test_schema_correctness_erfc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5725266Z test_schema_correctness_erfc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5725436Z test_schema_correctness_erfinv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5725596Z test_schema_correctness_erfinv_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5725766Z test_schema_correctness_erfinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5725935Z test_schema_correctness_erfinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5726101Z test_schema_correctness_erfinv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5726262Z test_schema_correctness_erfinv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5726419Z test_schema_correctness_erfinv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5726585Z test_schema_correctness_erfinv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5726750Z test_schema_correctness_erfinv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5726917Z test_schema_correctness_exp2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5727075Z test_schema_correctness_exp2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5727238Z test_schema_correctness_exp2_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5727400Z test_schema_correctness_exp2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5727562Z test_schema_correctness_exp2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5727722Z test_schema_correctness_exp2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5727886Z test_schema_correctness_exp2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5728048Z test_schema_correctness_exp2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5728209Z test_schema_correctness_exp2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5728369Z test_schema_correctness_exp2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5728528Z test_schema_correctness_exp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5728691Z test_schema_correctness_exp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5728863Z test_schema_correctness_exp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5729031Z test_schema_correctness_exp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5729217Z test_schema_correctness_exp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5729381Z test_schema_correctness_exp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5729543Z test_schema_correctness_exp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5729703Z test_schema_correctness_exp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5729859Z test_schema_correctness_exp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5730019Z test_schema_correctness_exp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5730200Z test_schema_correctness_exp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5730377Z test_schema_correctness_expand_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.5730548Z test_schema_correctness_expand_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.5730726Z test_schema_correctness_expand_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.5730903Z test_schema_correctness_expand_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.5731076Z test_schema_correctness_expand_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.5731249Z test_schema_correctness_expand_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.5731417Z test_schema_correctness_expand_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.5731587Z test_schema_correctness_expand_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.5731755Z test_schema_correctness_expand_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.5731918Z test_schema_correctness_expand_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.5732086Z test_schema_correctness_expand_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.5732251Z test_schema_correctness_expand_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.5732414Z test_schema_correctness_expand_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.5732580Z test_schema_correctness_expand_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.5732757Z test_schema_correctness_expand_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.5732925Z test_schema_correctness_expand_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.5733097Z test_schema_correctness_expand_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.5733261Z test_schema_correctness_expand_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.5733431Z test_schema_correctness_expand_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.5733598Z test_schema_correctness_expand_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.5733760Z test_schema_correctness_expand_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.5733919Z test_schema_correctness_expand_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.5734085Z test_schema_correctness_expand_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.5734249Z test_schema_correctness_expand_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.5734435Z test_schema_correctness_expm1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5734600Z test_schema_correctness_expm1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5734767Z test_schema_correctness_expm1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5734932Z test_schema_correctness_expm1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5735092Z test_schema_correctness_expm1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5735255Z test_schema_correctness_expm1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5735438Z test_schema_correctness_expm1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5735605Z test_schema_correctness_expm1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5735767Z test_schema_correctness_expm1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5735926Z test_schema_correctness_eye_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.343s) 2022-12-01T10:53:20.5736095Z test_schema_correctness_eye_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.344s) 2022-12-01T10:53:20.5736260Z test_schema_correctness_eye_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.344s) 2022-12-01T10:53:20.5736423Z test_schema_correctness_eye_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.343s) 2022-12-01T10:53:20.5736584Z test_schema_correctness_eye_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.344s) 2022-12-01T10:53:20.5736748Z test_schema_correctness_eye_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.343s) 2022-12-01T10:53:20.5736910Z test_schema_correctness_eye_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.343s) 2022-12-01T10:53:20.5737075Z test_schema_correctness_eye_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.345s) 2022-12-01T10:53:20.5737236Z test_schema_correctness_eye_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.343s) 2022-12-01T10:53:20.5737391Z test_schema_correctness_eye_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.343s) 2022-12-01T10:53:20.5737549Z test_schema_correctness_eye_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.343s) 2022-12-01T10:53:20.5737715Z test_schema_correctness_fft_fft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.5737889Z test_schema_correctness_fft_fft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5738063Z test_schema_correctness_fft_fft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5738233Z test_schema_correctness_fft_fft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5738402Z test_schema_correctness_fft_fft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.5738568Z test_schema_correctness_fft_fft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5738726Z test_schema_correctness_fft_fft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5738886Z test_schema_correctness_fft_fft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5739049Z test_schema_correctness_fft_fft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5739214Z test_schema_correctness_fft_fft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5739381Z test_schema_correctness_fft_fft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5739555Z test_schema_correctness_fft_fft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5739751Z test_schema_correctness_fft_fft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5739920Z test_schema_correctness_fft_fft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5740087Z test_schema_correctness_fft_fft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5740246Z test_schema_correctness_fft_fft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5740405Z test_schema_correctness_fft_fft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5740562Z test_schema_correctness_fft_fft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5740747Z test_schema_correctness_fft_fft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5740915Z test_schema_correctness_fft_fft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5741080Z test_schema_correctness_fft_fftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5741256Z test_schema_correctness_fft_fftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5741430Z test_schema_correctness_fft_fftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5741598Z test_schema_correctness_fft_fftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.5741763Z test_schema_correctness_fft_fftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.5741927Z test_schema_correctness_fft_fftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5742091Z test_schema_correctness_fft_fftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5742256Z test_schema_correctness_fft_fftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5742422Z test_schema_correctness_fft_fftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5742588Z test_schema_correctness_fft_fftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5742767Z test_schema_correctness_fft_fftshift_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5742941Z test_schema_correctness_fft_fftshift_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5743121Z test_schema_correctness_fft_fftshift_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5743298Z test_schema_correctness_fft_fftshift_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5743479Z test_schema_correctness_fft_fftshift_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5743658Z test_schema_correctness_fft_fftshift_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5743832Z test_schema_correctness_fft_fftshift_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5744004Z test_schema_correctness_fft_fftshift_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5744184Z test_schema_correctness_fft_fftshift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5744356Z test_schema_correctness_fft_fftshift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5744529Z test_schema_correctness_fft_fftshift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5744705Z test_schema_correctness_fft_fftshift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5744871Z test_schema_correctness_fft_fftshift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5745079Z test_schema_correctness_fft_hfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.5745272Z test_schema_correctness_fft_hfft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.5745462Z test_schema_correctness_fft_hfft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.5745652Z test_schema_correctness_fft_hfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.5745839Z test_schema_correctness_fft_hfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.5746054Z test_schema_correctness_fft_hfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.5746241Z test_schema_correctness_fft_hfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.5746430Z test_schema_correctness_fft_hfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.5746613Z test_schema_correctness_fft_hfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.5746784Z test_schema_correctness_fft_hfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.5746959Z test_schema_correctness_fft_hfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.5747148Z test_schema_correctness_fft_hfft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.5747346Z test_schema_correctness_fft_hfft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.5747522Z test_schema_correctness_fft_hfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.5747701Z test_schema_correctness_fft_hfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.5747879Z test_schema_correctness_fft_hfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.5748048Z test_schema_correctness_fft_hfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.5748214Z test_schema_correctness_fft_hfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.5748373Z test_schema_correctness_fft_hfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.5748543Z test_schema_correctness_fft_hfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.5748725Z test_schema_correctness_fft_hfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.5748921Z test_schema_correctness_fft_hfftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.5749110Z test_schema_correctness_fft_hfftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.5749296Z test_schema_correctness_fft_hfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.5749476Z test_schema_correctness_fft_hfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.5749664Z test_schema_correctness_fft_hfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.5749842Z test_schema_correctness_fft_hfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.5750017Z test_schema_correctness_fft_hfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.5750197Z test_schema_correctness_fft_hfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.5750407Z test_schema_correctness_fft_hfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.5750574Z test_schema_correctness_fft_ifft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5750751Z test_schema_correctness_fft_ifft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5750931Z test_schema_correctness_fft_ifft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5751101Z test_schema_correctness_fft_ifft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.5751269Z test_schema_correctness_fft_ifft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.5751465Z test_schema_correctness_fft_ifft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5751625Z test_schema_correctness_fft_ifft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5751788Z test_schema_correctness_fft_ifft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5751957Z test_schema_correctness_fft_ifft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5752128Z test_schema_correctness_fft_ifft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5752299Z test_schema_correctness_fft_ifft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.5752479Z test_schema_correctness_fft_ifft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5752653Z test_schema_correctness_fft_ifft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5752825Z test_schema_correctness_fft_ifft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5752998Z test_schema_correctness_fft_ifft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5753162Z test_schema_correctness_fft_ifft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.5753330Z test_schema_correctness_fft_ifft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5753496Z test_schema_correctness_fft_ifft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.5753668Z test_schema_correctness_fft_ifft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.5753839Z test_schema_correctness_fft_ifft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.5754011Z test_schema_correctness_fft_ifftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5754193Z test_schema_correctness_fft_ifftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5754435Z test_schema_correctness_fft_ifftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5754619Z test_schema_correctness_fft_ifftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5754780Z test_schema_correctness_fft_ifftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.5754958Z test_schema_correctness_fft_ifftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5755128Z test_schema_correctness_fft_ifftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5755301Z test_schema_correctness_fft_ifftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5755479Z test_schema_correctness_fft_ifftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5755654Z test_schema_correctness_fft_ifftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5755892Z test_schema_correctness_fft_ifftshift_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5756073Z test_schema_correctness_fft_ifftshift_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5756263Z test_schema_correctness_fft_ifftshift_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5756437Z test_schema_correctness_fft_ifftshift_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5756723Z test_schema_correctness_fft_ifftshift_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5756911Z test_schema_correctness_fft_ifftshift_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5757131Z test_schema_correctness_fft_ifftshift_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5757317Z test_schema_correctness_fft_ifftshift_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5757500Z test_schema_correctness_fft_ifftshift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5757677Z test_schema_correctness_fft_ifftshift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5757856Z test_schema_correctness_fft_ifftshift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5758037Z test_schema_correctness_fft_ifftshift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5758205Z test_schema_correctness_fft_ifftshift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5758383Z test_schema_correctness_fft_ihfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.5758563Z test_schema_correctness_fft_ihfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.5758746Z test_schema_correctness_fft_ihfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.5758923Z test_schema_correctness_fft_ihfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.5759102Z test_schema_correctness_fft_ihfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.5759277Z test_schema_correctness_fft_ihfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.5759451Z test_schema_correctness_fft_ihfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.5759622Z test_schema_correctness_fft_ihfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.5759788Z test_schema_correctness_fft_ihfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.5759966Z test_schema_correctness_fft_ihfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5760146Z test_schema_correctness_fft_ihfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5760322Z test_schema_correctness_fft_ihfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.5760493Z test_schema_correctness_fft_ihfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5760660Z test_schema_correctness_fft_ihfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.5760835Z test_schema_correctness_fft_ihfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.5761008Z test_schema_correctness_fft_ihfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.5761181Z test_schema_correctness_fft_ihfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.5761347Z test_schema_correctness_fft_ihfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.5761556Z test_schema_correctness_fft_ihfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.5761730Z test_schema_correctness_fft_ihfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.5761901Z test_schema_correctness_fft_ihfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:20.5762077Z test_schema_correctness_fft_ihfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:20.5762248Z test_schema_correctness_fft_ihfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.5762447Z test_schema_correctness_fft_ihfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.5762622Z test_schema_correctness_fft_irfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.5762805Z test_schema_correctness_fft_irfft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5762976Z test_schema_correctness_fft_irfft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5763154Z test_schema_correctness_fft_irfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5763331Z test_schema_correctness_fft_irfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.5763501Z test_schema_correctness_fft_irfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5763671Z test_schema_correctness_fft_irfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5763844Z test_schema_correctness_fft_irfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5764017Z test_schema_correctness_fft_irfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5764194Z test_schema_correctness_fft_irfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5764369Z test_schema_correctness_fft_irfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5764542Z test_schema_correctness_fft_irfft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5764725Z test_schema_correctness_fft_irfft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5764901Z test_schema_correctness_fft_irfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5765078Z test_schema_correctness_fft_irfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5765253Z test_schema_correctness_fft_irfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5765421Z test_schema_correctness_fft_irfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5765589Z test_schema_correctness_fft_irfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5765763Z test_schema_correctness_fft_irfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5765931Z test_schema_correctness_fft_irfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5766093Z test_schema_correctness_fft_irfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5766275Z test_schema_correctness_fft_irfftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5766455Z test_schema_correctness_fft_irfftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5766637Z test_schema_correctness_fft_irfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5766814Z test_schema_correctness_fft_irfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5767011Z test_schema_correctness_fft_irfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5767185Z test_schema_correctness_fft_irfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.5767361Z test_schema_correctness_fft_irfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5767533Z test_schema_correctness_fft_irfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5767696Z test_schema_correctness_fft_irfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5767893Z test_schema_correctness_fft_rfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5768071Z test_schema_correctness_fft_rfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5768249Z test_schema_correctness_fft_rfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5768421Z test_schema_correctness_fft_rfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5768589Z test_schema_correctness_fft_rfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5768760Z test_schema_correctness_fft_rfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5768932Z test_schema_correctness_fft_rfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5769102Z test_schema_correctness_fft_rfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5769266Z test_schema_correctness_fft_rfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5769439Z test_schema_correctness_fft_rfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5769612Z test_schema_correctness_fft_rfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5769783Z test_schema_correctness_fft_rfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5769952Z test_schema_correctness_fft_rfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5770120Z test_schema_correctness_fft_rfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5770291Z test_schema_correctness_fft_rfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5770464Z test_schema_correctness_fft_rfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5770635Z test_schema_correctness_fft_rfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5770800Z test_schema_correctness_fft_rfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5770977Z test_schema_correctness_fft_rfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5771149Z test_schema_correctness_fft_rfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5771321Z test_schema_correctness_fft_rfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5771488Z test_schema_correctness_fft_rfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5771659Z test_schema_correctness_fft_rfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5771826Z test_schema_correctness_fft_rfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5772000Z test_schema_correctness_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5772158Z test_schema_correctness_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5772355Z test_schema_correctness_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5772530Z test_schema_correctness_fill_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5772703Z test_schema_correctness_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5772876Z test_schema_correctness_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5773047Z test_schema_correctness_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5773217Z test_schema_correctness_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5773408Z test_schema_correctness_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5773581Z test_schema_correctness_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5773740Z test_schema_correctness_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5773907Z test_schema_correctness_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5774075Z test_schema_correctness_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5774253Z test_schema_correctness_flatten_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5774427Z test_schema_correctness_flatten_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5774610Z test_schema_correctness_flatten_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5774790Z test_schema_correctness_flatten_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5774970Z test_schema_correctness_flatten_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5775148Z test_schema_correctness_flatten_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5775310Z test_schema_correctness_flatten_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5775479Z test_schema_correctness_flatten_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5775652Z test_schema_correctness_flatten_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5775820Z test_schema_correctness_flatten_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5775986Z test_schema_correctness_flatten_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5776157Z test_schema_correctness_flatten_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5776324Z test_schema_correctness_flatten_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5776500Z test_schema_correctness_flip_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:53:20.5776669Z test_schema_correctness_flip_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:53:20.5776833Z test_schema_correctness_flip_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:20.5777008Z test_schema_correctness_flip_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:20.5777180Z test_schema_correctness_flip_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:20.5777352Z test_schema_correctness_flip_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:20.5777522Z test_schema_correctness_flip_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:20.5777691Z test_schema_correctness_flip_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:53:20.5777885Z test_schema_correctness_flip_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:20.5778052Z test_schema_correctness_flip_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:53:20.5778222Z test_schema_correctness_flip_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:53:20.5778379Z test_schema_correctness_flip_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:53:20.5778557Z test_schema_correctness_fliplr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5778729Z test_schema_correctness_fliplr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5778931Z test_schema_correctness_fliplr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5779111Z test_schema_correctness_fliplr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5779291Z test_schema_correctness_fliplr_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5779463Z test_schema_correctness_fliplr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5779632Z test_schema_correctness_fliplr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5779792Z test_schema_correctness_fliplr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5779963Z test_schema_correctness_fliplr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5780130Z test_schema_correctness_fliplr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5780304Z test_schema_correctness_fliplr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5780475Z test_schema_correctness_fliplr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5780655Z test_schema_correctness_flipud_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5780826Z test_schema_correctness_flipud_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5781006Z test_schema_correctness_flipud_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5781183Z test_schema_correctness_flipud_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5781348Z test_schema_correctness_flipud_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5781522Z test_schema_correctness_flipud_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5781698Z test_schema_correctness_flipud_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5781869Z test_schema_correctness_flipud_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5782038Z test_schema_correctness_flipud_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5782203Z test_schema_correctness_flipud_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5782372Z test_schema_correctness_flipud_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5782545Z test_schema_correctness_flipud_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5782719Z test_schema_correctness_float_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5782879Z test_schema_correctness_float_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5783058Z test_schema_correctness_float_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5783257Z test_schema_correctness_float_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5783433Z test_schema_correctness_float_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5783607Z test_schema_correctness_float_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5783777Z test_schema_correctness_float_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.5783944Z test_schema_correctness_float_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5784114Z test_schema_correctness_float_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5784319Z test_schema_correctness_float_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5784476Z test_schema_correctness_float_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5784649Z test_schema_correctness_float_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5784818Z test_schema_correctness_float_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5785002Z test_schema_correctness_float_power_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.5785181Z test_schema_correctness_float_power_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.5785369Z test_schema_correctness_float_power_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5785555Z test_schema_correctness_float_power_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.5785738Z test_schema_correctness_float_power_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.5785918Z test_schema_correctness_float_power_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.5786084Z test_schema_correctness_float_power_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5786263Z test_schema_correctness_float_power_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.5786440Z test_schema_correctness_float_power_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.5786618Z test_schema_correctness_float_power_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.5786795Z test_schema_correctness_float_power_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.5786969Z test_schema_correctness_float_power_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.5787149Z test_schema_correctness_floor_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5787324Z test_schema_correctness_floor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5787497Z test_schema_correctness_floor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5787655Z test_schema_correctness_floor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5787822Z test_schema_correctness_floor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5787993Z test_schema_correctness_floor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5788165Z test_schema_correctness_floor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5788336Z test_schema_correctness_floor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5788525Z test_schema_correctness_floor_divide_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5788708Z test_schema_correctness_floor_divide_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5788914Z test_schema_correctness_floor_divide_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5789091Z test_schema_correctness_floor_divide_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5789260Z test_schema_correctness_floor_divide_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5789438Z test_schema_correctness_floor_divide_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5789612Z test_schema_correctness_floor_divide_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5789813Z test_schema_correctness_floor_divide_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5789995Z test_schema_correctness_floor_divide_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5790171Z test_schema_correctness_fmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5790342Z test_schema_correctness_fmax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5790518Z test_schema_correctness_fmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5790687Z test_schema_correctness_fmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5790841Z test_schema_correctness_fmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5791013Z test_schema_correctness_fmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5791187Z test_schema_correctness_fmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5791356Z test_schema_correctness_fmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5791528Z test_schema_correctness_fmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5791696Z test_schema_correctness_fmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5791869Z test_schema_correctness_fmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5792036Z test_schema_correctness_fmin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5792193Z test_schema_correctness_fmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5792360Z test_schema_correctness_fmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5792527Z test_schema_correctness_fmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5792696Z test_schema_correctness_fmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5792861Z test_schema_correctness_fmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5793030Z test_schema_correctness_fmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5793197Z test_schema_correctness_fmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5793362Z test_schema_correctness_fmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5793536Z test_schema_correctness_fmod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5793695Z test_schema_correctness_fmod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5793868Z test_schema_correctness_fmod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5794037Z test_schema_correctness_fmod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5794204Z test_schema_correctness_fmod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5794462Z test_schema_correctness_fmod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5794633Z test_schema_correctness_fmod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5794808Z test_schema_correctness_fmod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5794979Z test_schema_correctness_fmod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5795155Z test_schema_correctness_frac_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5795315Z test_schema_correctness_frac_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5795512Z test_schema_correctness_frac_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5795689Z test_schema_correctness_frac_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5795869Z test_schema_correctness_frexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5796041Z test_schema_correctness_frexp_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5796210Z test_schema_correctness_frexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5796377Z test_schema_correctness_frexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5796739Z test_schema_correctness_full_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.5796919Z test_schema_correctness_full_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.5797092Z test_schema_correctness_full_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.5797276Z test_schema_correctness_full_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.5797459Z test_schema_correctness_full_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.5797634Z test_schema_correctness_full_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.5797814Z test_schema_correctness_full_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.5797991Z test_schema_correctness_full_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.5798163Z test_schema_correctness_full_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.5798336Z test_schema_correctness_full_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.5798510Z test_schema_correctness_full_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.5798674Z test_schema_correctness_full_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.5798851Z test_schema_correctness_gather_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5799024Z test_schema_correctness_gather_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5799204Z test_schema_correctness_gather_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5799383Z test_schema_correctness_gather_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5799557Z test_schema_correctness_gather_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5799731Z test_schema_correctness_gather_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5799899Z test_schema_correctness_gather_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5800101Z test_schema_correctness_gather_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5800275Z test_schema_correctness_gather_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5800444Z test_schema_correctness_gather_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5800616Z test_schema_correctness_gather_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5800789Z test_schema_correctness_gather_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5800959Z test_schema_correctness_gcd_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5801156Z test_schema_correctness_gcd_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5801330Z test_schema_correctness_gcd_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5801505Z test_schema_correctness_gcd_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5801663Z test_schema_correctness_gcd_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5801835Z test_schema_correctness_ge_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5802006Z test_schema_correctness_ge_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5802177Z test_schema_correctness_ge_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5802344Z test_schema_correctness_ge_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5802516Z test_schema_correctness_ge_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5802687Z test_schema_correctness_ge_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5802857Z test_schema_correctness_ge_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5803023Z test_schema_correctness_ge_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5803178Z test_schema_correctness_ge_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5803341Z test_schema_correctness_ge_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5803521Z test_schema_correctness_geqrf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:53:20.5803699Z test_schema_correctness_geqrf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:53:20.5803875Z test_schema_correctness_geqrf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.5804048Z test_schema_correctness_geqrf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:20.5804231Z test_schema_correctness_gradient_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.215s) 2022-12-01T10:53:20.5804413Z test_schema_correctness_gradient_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.225s) 2022-12-01T10:53:20.5804595Z test_schema_correctness_gradient_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.224s) 2022-12-01T10:53:20.5804762Z test_schema_correctness_gradient_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.217s) 2022-12-01T10:53:20.5804942Z test_schema_correctness_gradient_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.215s) 2022-12-01T10:53:20.5805120Z test_schema_correctness_gradient_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.208s) 2022-12-01T10:53:20.5805298Z test_schema_correctness_gradient_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.215s) 2022-12-01T10:53:20.5805475Z test_schema_correctness_gradient_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.215s) 2022-12-01T10:53:20.5805671Z test_schema_correctness_gradient_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.222s) 2022-12-01T10:53:20.5805844Z test_schema_correctness_gradient_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.215s) 2022-12-01T10:53:20.5806014Z test_schema_correctness_gt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5806182Z test_schema_correctness_gt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5806340Z test_schema_correctness_gt_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5806511Z test_schema_correctness_gt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5806704Z test_schema_correctness_gt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5806873Z test_schema_correctness_gt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5807039Z test_schema_correctness_gt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5807205Z test_schema_correctness_gt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5807371Z test_schema_correctness_gt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5807538Z test_schema_correctness_gt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5807700Z test_schema_correctness_half_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5807869Z test_schema_correctness_half_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5808049Z test_schema_correctness_half_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5808226Z test_schema_correctness_half_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5808401Z test_schema_correctness_half_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.5808570Z test_schema_correctness_half_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5808735Z test_schema_correctness_half_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5808905Z test_schema_correctness_half_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5809074Z test_schema_correctness_half_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5809232Z test_schema_correctness_half_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5809403Z test_schema_correctness_half_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5809569Z test_schema_correctness_half_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5809752Z test_schema_correctness_heaviside_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5809929Z test_schema_correctness_heaviside_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5810113Z test_schema_correctness_heaviside_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5810296Z test_schema_correctness_heaviside_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5810475Z test_schema_correctness_heaviside_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5810650Z test_schema_correctness_heaviside_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5810811Z test_schema_correctness_heaviside_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5810977Z test_schema_correctness_heaviside_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5811175Z test_schema_correctness_heaviside_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5811346Z test_schema_correctness_heaviside_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5811525Z test_schema_correctness_histc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:53:20.5811699Z test_schema_correctness_histc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:53:20.5811869Z test_schema_correctness_histc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:53:20.5812052Z test_schema_correctness_histogram_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.264s) 2022-12-01T10:53:20.5812254Z test_schema_correctness_histogram_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.138s) 2022-12-01T10:53:20.5812427Z test_schema_correctness_histogramdd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.139s) 2022-12-01T10:53:20.5812610Z test_schema_correctness_histogramdd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.139s) 2022-12-01T10:53:20.5812787Z test_schema_correctness_hsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5812960Z test_schema_correctness_hsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5813139Z test_schema_correctness_hsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5813317Z test_schema_correctness_hsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5813497Z test_schema_correctness_hsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5813675Z test_schema_correctness_hsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5813846Z test_schema_correctness_hsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5814005Z test_schema_correctness_hsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5814181Z test_schema_correctness_hsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5814350Z test_schema_correctness_hsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5814515Z test_schema_correctness_hsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5814683Z test_schema_correctness_hsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5814858Z test_schema_correctness_hsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5815035Z test_schema_correctness_hstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5815207Z test_schema_correctness_hstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5815378Z test_schema_correctness_hstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5815557Z test_schema_correctness_hstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5815735Z test_schema_correctness_hstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5815909Z test_schema_correctness_hstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5816080Z test_schema_correctness_hstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5816252Z test_schema_correctness_hstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5816426Z test_schema_correctness_hstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5816595Z test_schema_correctness_hstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5816791Z test_schema_correctness_hstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5816949Z test_schema_correctness_hstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5817124Z test_schema_correctness_hstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5817297Z test_schema_correctness_hypot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5817472Z test_schema_correctness_hypot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5817646Z test_schema_correctness_hypot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5817837Z test_schema_correctness_i0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5818006Z test_schema_correctness_i0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5818177Z test_schema_correctness_i0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5818346Z test_schema_correctness_i0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5818501Z test_schema_correctness_i0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5818666Z test_schema_correctness_i0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5818831Z test_schema_correctness_i0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5818997Z test_schema_correctness_i0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5819163Z test_schema_correctness_i0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5819342Z test_schema_correctness_igamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5819522Z test_schema_correctness_igamma_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5819694Z test_schema_correctness_igamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5819863Z test_schema_correctness_igamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5820028Z test_schema_correctness_igammac_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5820205Z test_schema_correctness_igammac_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5820377Z test_schema_correctness_igammac_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5820550Z test_schema_correctness_igammac_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5820721Z test_schema_correctness_imag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5820898Z test_schema_correctness_imag_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5821074Z test_schema_correctness_imag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5821257Z test_schema_correctness_index_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5821432Z test_schema_correctness_index_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5821604Z test_schema_correctness_index_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5821789Z test_schema_correctness_index_add_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5821969Z test_schema_correctness_index_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5822173Z test_schema_correctness_index_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5822351Z test_schema_correctness_index_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5822531Z test_schema_correctness_index_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5822705Z test_schema_correctness_index_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5822881Z test_schema_correctness_index_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5823051Z test_schema_correctness_index_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5823247Z test_schema_correctness_index_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5823418Z test_schema_correctness_index_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5823602Z test_schema_correctness_index_copy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5823773Z test_schema_correctness_index_copy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5823957Z test_schema_correctness_index_copy_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5824144Z test_schema_correctness_index_copy_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5824325Z test_schema_correctness_index_copy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5824506Z test_schema_correctness_index_copy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5824682Z test_schema_correctness_index_copy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5824848Z test_schema_correctness_index_copy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5825026Z test_schema_correctness_index_copy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5825201Z test_schema_correctness_index_copy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5825375Z test_schema_correctness_index_copy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5825550Z test_schema_correctness_index_copy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5825730Z test_schema_correctness_index_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5825909Z test_schema_correctness_index_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5826092Z test_schema_correctness_index_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5826275Z test_schema_correctness_index_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5826443Z test_schema_correctness_index_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5826623Z test_schema_correctness_index_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5826802Z test_schema_correctness_index_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5826979Z test_schema_correctness_index_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5827158Z test_schema_correctness_index_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5827331Z test_schema_correctness_index_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5827508Z test_schema_correctness_index_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5827709Z test_schema_correctness_index_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5827888Z test_schema_correctness_index_put_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5828056Z test_schema_correctness_index_put_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5828238Z test_schema_correctness_index_put_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5828419Z test_schema_correctness_index_put_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5828600Z test_schema_correctness_index_put_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5828800Z test_schema_correctness_index_put_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5828981Z test_schema_correctness_index_put_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5829157Z test_schema_correctness_index_put_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5829333Z test_schema_correctness_index_put_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5829503Z test_schema_correctness_index_put_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5829666Z test_schema_correctness_index_put_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5829840Z test_schema_correctness_index_put_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5830017Z test_schema_correctness_index_put_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.5830760Z test_schema_correctness_index_reduce_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1008.) 2022-12-01T10:53:20.5830855Z return self.op(*args, **kwargs) 2022-12-01T10:53:20.5830923Z ok (0.030s) 2022-12-01T10:53:20.5831111Z test_schema_correctness_index_reduce_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.5831296Z test_schema_correctness_index_reduce_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.5831478Z test_schema_correctness_index_reduce_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.5831647Z test_schema_correctness_index_reduce_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.5831821Z test_schema_correctness_index_reduce_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.5832001Z test_schema_correctness_index_reduce_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.5832184Z test_schema_correctness_index_reduce_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:20.5832365Z test_schema_correctness_index_reduce_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.5832550Z test_schema_correctness_index_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5832731Z test_schema_correctness_index_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5832922Z test_schema_correctness_index_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5833110Z test_schema_correctness_index_select_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5833282Z test_schema_correctness_index_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5833491Z test_schema_correctness_index_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5833673Z test_schema_correctness_index_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5833855Z test_schema_correctness_index_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5834032Z test_schema_correctness_index_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5834209Z test_schema_correctness_index_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5834459Z test_schema_correctness_index_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5834668Z test_schema_correctness_index_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5834851Z test_schema_correctness_index_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5835018Z test_schema_correctness_inner_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:53:20.5835200Z test_schema_correctness_inner_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:53:20.5835380Z test_schema_correctness_inner_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:53:20.5835556Z test_schema_correctness_inner_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:53:20.5835726Z test_schema_correctness_inner_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:53:20.5835901Z test_schema_correctness_inner_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:53:20.5836073Z test_schema_correctness_inner_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:53:20.5836242Z test_schema_correctness_inner_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:53:20.5836414Z test_schema_correctness_inner_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:53:20.5836659Z test_schema_correctness_inner_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:53:20.5836837Z test_schema_correctness_int_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5837007Z test_schema_correctness_int_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5837189Z test_schema_correctness_int_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5837363Z test_schema_correctness_int_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5837535Z test_schema_correctness_int_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5837707Z test_schema_correctness_int_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5837880Z test_schema_correctness_int_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5838051Z test_schema_correctness_int_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5838207Z test_schema_correctness_int_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.5838375Z test_schema_correctness_int_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5838544Z test_schema_correctness_int_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5838715Z test_schema_correctness_int_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5838898Z test_schema_correctness_isclose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-12-01T10:53:20.5839074Z test_schema_correctness_isclose_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.102s) 2022-12-01T10:53:20.5839301Z test_schema_correctness_isclose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-12-01T10:53:20.5839482Z test_schema_correctness_isclose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.090s) 2022-12-01T10:53:20.5839647Z test_schema_correctness_isclose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-12-01T10:53:20.5839821Z test_schema_correctness_isclose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-12-01T10:53:20.5839999Z test_schema_correctness_isclose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.085s) 2022-12-01T10:53:20.5840246Z test_schema_correctness_isclose_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-12-01T10:53:20.5840418Z test_schema_correctness_isclose_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-12-01T10:53:20.5840584Z test_schema_correctness_isclose_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-12-01T10:53:20.5840761Z test_schema_correctness_isclose_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-12-01T10:53:20.5840935Z test_schema_correctness_isclose_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-12-01T10:53:20.5841119Z test_schema_correctness_isfinite_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5841276Z test_schema_correctness_isfinite_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:53:20.5841460Z test_schema_correctness_isfinite_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5841648Z test_schema_correctness_isfinite_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5841828Z test_schema_correctness_isfinite_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.5842010Z test_schema_correctness_isfinite_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5842188Z test_schema_correctness_isfinite_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5842366Z test_schema_correctness_isfinite_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5842543Z test_schema_correctness_isfinite_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:53:20.5842718Z test_schema_correctness_isfinite_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:53:20.5842876Z test_schema_correctness_isfinite_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:53:20.5843051Z test_schema_correctness_isfinite_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:53:20.5843222Z test_schema_correctness_isfinite_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:53:20.5843395Z test_schema_correctness_isin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5843568Z test_schema_correctness_isin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5843738Z test_schema_correctness_isin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5843909Z test_schema_correctness_isin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5844079Z test_schema_correctness_isin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5844248Z test_schema_correctness_isin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5844407Z test_schema_correctness_isin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5844582Z test_schema_correctness_isinf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5844780Z test_schema_correctness_isinf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5844960Z test_schema_correctness_isinf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5845135Z test_schema_correctness_isinf_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5845308Z test_schema_correctness_isinf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5845480Z test_schema_correctness_isinf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5845648Z test_schema_correctness_isinf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5845842Z test_schema_correctness_isinf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5846002Z test_schema_correctness_isinf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5846174Z test_schema_correctness_isinf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5846348Z test_schema_correctness_isinf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5846519Z test_schema_correctness_isinf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5846686Z test_schema_correctness_isinf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5846867Z test_schema_correctness_isnan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5847250Z test_schema_correctness_isnan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5847616Z test_schema_correctness_isnan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5847997Z test_schema_correctness_isnan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5848376Z test_schema_correctness_isnan_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5848748Z test_schema_correctness_isnan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5849102Z test_schema_correctness_isnan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5849459Z test_schema_correctness_isnan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5849819Z test_schema_correctness_isnan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5850167Z test_schema_correctness_isnan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5850532Z test_schema_correctness_isnan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5850894Z test_schema_correctness_isnan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5851267Z test_schema_correctness_isneginf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5851630Z test_schema_correctness_isneginf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5852004Z test_schema_correctness_isneginf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5852374Z test_schema_correctness_isneginf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5852751Z test_schema_correctness_isneginf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5853110Z test_schema_correctness_isneginf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5853483Z test_schema_correctness_isneginf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5853847Z test_schema_correctness_isneginf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5854239Z test_schema_correctness_isneginf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5854595Z test_schema_correctness_isneginf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5854965Z test_schema_correctness_isposinf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5855341Z test_schema_correctness_isposinf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5855715Z test_schema_correctness_isposinf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5856087Z test_schema_correctness_isposinf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5856488Z test_schema_correctness_isposinf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5856858Z test_schema_correctness_isposinf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5857218Z test_schema_correctness_isposinf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5857577Z test_schema_correctness_isposinf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5857940Z test_schema_correctness_isposinf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5858317Z test_schema_correctness_isposinf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5858702Z test_schema_correctness_isreal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:53:20.5859054Z test_schema_correctness_isreal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:53:20.5859422Z test_schema_correctness_isreal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5859795Z test_schema_correctness_isreal_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.5860171Z test_schema_correctness_isreal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5860528Z test_schema_correctness_isreal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:53:20.5860891Z test_schema_correctness_isreal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:53:20.5861253Z test_schema_correctness_isreal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:53:20.5861604Z test_schema_correctness_isreal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:53:20.5861961Z test_schema_correctness_isreal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:53:20.5862321Z test_schema_correctness_isreal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:53:20.5862680Z test_schema_correctness_isreal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:53:20.5863034Z test_schema_correctness_isreal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:53:20.5863400Z test_schema_correctness_istft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.362s) 2022-12-01T10:53:20.5863768Z test_schema_correctness_istft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.360s) 2022-12-01T10:53:20.5864757Z test_schema_correctness_istft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:980.) 2022-12-01T10:53:20.5865336Z return self.op(*args, **kwargs) 2022-12-01T10:53:20.5865518Z ok (0.372s) 2022-12-01T10:53:20.5865837Z test_schema_correctness_istft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.359s) 2022-12-01T10:53:20.5866273Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5866709Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5867172Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5867638Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5868110Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5868558Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5868993Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5869429Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5869861Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5870293Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5870712Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5871151Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5871599Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5872054Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5872499Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5872966Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5873440Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5873904Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5874461Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5874930Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5875370Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5875819Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5876266Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5876858Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5877298Z test_schema_correctness_jiterator_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5877725Z test_schema_correctness_jiterator_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5878149Z test_schema_correctness_jiterator_binary_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5878571Z test_schema_correctness_jiterator_binary_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5879055Z test_schema_correctness_jiterator_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5879487Z test_schema_correctness_jiterator_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5879912Z test_schema_correctness_jiterator_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5880321Z test_schema_correctness_jiterator_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5880763Z test_schema_correctness_jiterator_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5881214Z test_schema_correctness_jiterator_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5881638Z test_schema_correctness_jiterator_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5882055Z test_schema_correctness_jiterator_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5882483Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5882972Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5883511Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5883974Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5884446Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5884908Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5885365Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5885816Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5886315Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5886875Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5887664Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5888111Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5888604Z test_schema_correctness_jiterator_unary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5889014Z test_schema_correctness_jiterator_unary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5889445Z test_schema_correctness_jiterator_unary_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5889875Z test_schema_correctness_jiterator_unary_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5890333Z test_schema_correctness_jiterator_unary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5890744Z test_schema_correctness_jiterator_unary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5891164Z test_schema_correctness_jiterator_unary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5891591Z test_schema_correctness_jiterator_unary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5892015Z test_schema_correctness_jiterator_unary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5892425Z test_schema_correctness_jiterator_unary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5892854Z test_schema_correctness_jiterator_unary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5893277Z test_schema_correctness_jiterator_unary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:20.5893675Z test_schema_correctness_kron_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5894031Z test_schema_correctness_kron_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5894414Z test_schema_correctness_kron_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5894789Z test_schema_correctness_kron_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5895165Z test_schema_correctness_kron_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5895519Z test_schema_correctness_kron_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5895885Z test_schema_correctness_kron_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5896252Z test_schema_correctness_kron_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5896602Z test_schema_correctness_kron_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5896967Z test_schema_correctness_kron_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5897327Z test_schema_correctness_kron_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5897690Z test_schema_correctness_kron_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5898055Z test_schema_correctness_kthvalue_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5898440Z test_schema_correctness_kthvalue_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5898821Z test_schema_correctness_kthvalue_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5899200Z test_schema_correctness_kthvalue_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5899588Z test_schema_correctness_kthvalue_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5899954Z test_schema_correctness_kthvalue_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5900325Z test_schema_correctness_kthvalue_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5900680Z test_schema_correctness_kthvalue_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5901045Z test_schema_correctness_lcm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5901403Z test_schema_correctness_lcm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5901793Z test_schema_correctness_lcm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5902143Z test_schema_correctness_lcm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5902502Z test_schema_correctness_lcm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5902868Z test_schema_correctness_ldexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5903238Z test_schema_correctness_ldexp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5903598Z test_schema_correctness_ldexp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:20.5903972Z test_schema_correctness_ldexp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:20.5904344Z test_schema_correctness_ldexp_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5904704Z test_schema_correctness_ldexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5905065Z test_schema_correctness_ldexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5905433Z test_schema_correctness_ldexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5905794Z test_schema_correctness_ldexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5906142Z test_schema_correctness_ldexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5906503Z test_schema_correctness_ldexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5906866Z test_schema_correctness_ldexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5907222Z test_schema_correctness_le_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5907569Z test_schema_correctness_le_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5907929Z test_schema_correctness_le_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5908292Z test_schema_correctness_le_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5908639Z test_schema_correctness_le_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5908996Z test_schema_correctness_le_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5909348Z test_schema_correctness_le_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5909705Z test_schema_correctness_le_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5910046Z test_schema_correctness_le_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5910396Z test_schema_correctness_le_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5910758Z test_schema_correctness_lerp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5911134Z test_schema_correctness_lerp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.5911528Z test_schema_correctness_lerp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.5911895Z test_schema_correctness_lerp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5912261Z test_schema_correctness_lerp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5912620Z test_schema_correctness_lgamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5912986Z test_schema_correctness_lgamma_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5913383Z test_schema_correctness_lgamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5913755Z test_schema_correctness_lgamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5914111Z test_schema_correctness_lgamma_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5914545Z test_schema_correctness_lgamma_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5914909Z test_schema_correctness_lgamma_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5915277Z test_schema_correctness_lgamma_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5915629Z test_schema_correctness_lgamma_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.5916009Z test_schema_correctness_linalg_cholesky_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:20.5916408Z test_schema_correctness_linalg_cholesky_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.5916922Z test_schema_correctness_linalg_cholesky_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5917314Z test_schema_correctness_linalg_cholesky_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.5917712Z test_schema_correctness_linalg_cholesky_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5918114Z test_schema_correctness_linalg_cholesky_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5918499Z test_schema_correctness_linalg_cholesky_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5918893Z test_schema_correctness_linalg_cholesky_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5919285Z test_schema_correctness_linalg_cond_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5919674Z test_schema_correctness_linalg_cond_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5920049Z test_schema_correctness_linalg_cond_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5920429Z test_schema_correctness_linalg_cond_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5920809Z test_schema_correctness_linalg_cross_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5921195Z test_schema_correctness_linalg_cross_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5921573Z test_schema_correctness_linalg_cross_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5921955Z test_schema_correctness_linalg_cross_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5922339Z test_schema_correctness_linalg_cross_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5922702Z test_schema_correctness_linalg_cross_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5923129Z test_schema_correctness_linalg_cross_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5923504Z test_schema_correctness_linalg_cross_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5923881Z test_schema_correctness_linalg_cross_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5924250Z test_schema_correctness_linalg_cross_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5924634Z test_schema_correctness_linalg_det_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5925021Z test_schema_correctness_linalg_det_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5925432Z test_schema_correctness_linalg_det_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5925800Z test_schema_correctness_linalg_det_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5926193Z test_schema_correctness_linalg_det_singular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:53:20.5926598Z test_schema_correctness_linalg_det_singular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:53:20.5926999Z test_schema_correctness_linalg_det_singular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:20.5927381Z test_schema_correctness_linalg_det_singular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:20.5927775Z test_schema_correctness_linalg_eig_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5928165Z test_schema_correctness_linalg_eig_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5928548Z test_schema_correctness_linalg_eig_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5928914Z test_schema_correctness_linalg_eig_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5929295Z test_schema_correctness_linalg_eigh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5929685Z test_schema_correctness_linalg_eigh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5930054Z test_schema_correctness_linalg_eigh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5930426Z test_schema_correctness_linalg_eigh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5930811Z test_schema_correctness_linalg_eigvals_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5931200Z test_schema_correctness_linalg_eigvals_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5931580Z test_schema_correctness_linalg_eigvals_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5931971Z test_schema_correctness_linalg_eigvals_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5932361Z test_schema_correctness_linalg_eigvalsh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5932758Z test_schema_correctness_linalg_eigvalsh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5933143Z test_schema_correctness_linalg_eigvalsh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5933532Z test_schema_correctness_linalg_eigvalsh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5933944Z test_schema_correctness_linalg_householder_product_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5934367Z test_schema_correctness_linalg_householder_product_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5934803Z test_schema_correctness_linalg_householder_product_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5935214Z test_schema_correctness_linalg_householder_product_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5935611Z test_schema_correctness_linalg_inv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5935985Z test_schema_correctness_linalg_inv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.5936359Z test_schema_correctness_linalg_inv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5936761Z test_schema_correctness_linalg_inv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5937145Z test_schema_correctness_linalg_inv_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5937520Z test_schema_correctness_linalg_inv_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5937901Z test_schema_correctness_linalg_inv_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5938276Z test_schema_correctness_linalg_inv_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.5938662Z test_schema_correctness_linalg_ldl_factor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5939051Z test_schema_correctness_linalg_ldl_factor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5939448Z test_schema_correctness_linalg_ldl_factor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5939840Z test_schema_correctness_linalg_ldl_factor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5940240Z test_schema_correctness_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5940634Z test_schema_correctness_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.5941038Z test_schema_correctness_linalg_ldl_factor_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5941429Z test_schema_correctness_linalg_ldl_factor_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.5941824Z test_schema_correctness_linalg_ldl_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:20.5942208Z test_schema_correctness_linalg_ldl_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:20.5942602Z test_schema_correctness_linalg_ldl_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.5942992Z test_schema_correctness_linalg_ldl_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5943367Z test_schema_correctness_linalg_lstsq_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.5943756Z test_schema_correctness_linalg_lstsq_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.5944139Z test_schema_correctness_linalg_lstsq_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:53:20.5944512Z test_schema_correctness_linalg_lstsq_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:53:20.5944893Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.5945311Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.5945725Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:53:20.5946167Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.5946547Z test_schema_correctness_linalg_lu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5946925Z test_schema_correctness_linalg_lu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5947302Z test_schema_correctness_linalg_lu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:20.5947680Z test_schema_correctness_linalg_lu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:20.5948084Z test_schema_correctness_linalg_lu_factor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:53:20.5948486Z test_schema_correctness_linalg_lu_factor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:53:20.5948884Z test_schema_correctness_linalg_lu_factor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.5949273Z test_schema_correctness_linalg_lu_factor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.5949658Z test_schema_correctness_linalg_lu_factor_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5950060Z test_schema_correctness_linalg_lu_factor_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5950459Z test_schema_correctness_linalg_lu_factor_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:20.5950844Z test_schema_correctness_linalg_lu_factor_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:20.5951242Z test_schema_correctness_linalg_lu_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-12-01T10:53:20.5951640Z test_schema_correctness_linalg_lu_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-12-01T10:53:20.5952034Z test_schema_correctness_linalg_lu_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-12-01T10:53:20.5952410Z test_schema_correctness_linalg_lu_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.082s) 2022-12-01T10:53:20.5952801Z test_schema_correctness_linalg_matrix_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:53:20.5953202Z test_schema_correctness_linalg_matrix_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.105s) 2022-12-01T10:53:20.5953611Z test_schema_correctness_linalg_matrix_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-12-01T10:53:20.5953996Z test_schema_correctness_linalg_matrix_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:53:20.5954459Z test_schema_correctness_linalg_matrix_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-12-01T10:53:20.5954852Z test_schema_correctness_linalg_matrix_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.102s) 2022-12-01T10:53:20.5955259Z test_schema_correctness_linalg_matrix_power_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.129s) 2022-12-01T10:53:20.5955651Z test_schema_correctness_linalg_matrix_power_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-12-01T10:53:20.5956290Z test_schema_correctness_linalg_matrix_power_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.127s) 2022-12-01T10:53:20.5957049Z test_schema_correctness_linalg_matrix_power_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.125s) 2022-12-01T10:53:20.5957455Z test_schema_correctness_linalg_matrix_rank_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.832s) 2022-12-01T10:53:20.5957908Z test_schema_correctness_linalg_matrix_rank_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.832s) 2022-12-01T10:53:20.5958305Z test_schema_correctness_linalg_matrix_rank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.833s) 2022-12-01T10:53:20.5958700Z test_schema_correctness_linalg_matrix_rank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.845s) 2022-12-01T10:53:20.5959111Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.365s) 2022-12-01T10:53:20.5959518Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.366s) 2022-12-01T10:53:20.5959988Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.366s) 2022-12-01T10:53:20.5960398Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.364s) 2022-12-01T10:53:20.5960788Z test_schema_correctness_linalg_multi_dot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5961186Z test_schema_correctness_linalg_multi_dot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.5961581Z test_schema_correctness_linalg_multi_dot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.5961977Z test_schema_correctness_linalg_multi_dot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5962352Z test_schema_correctness_linalg_multi_dot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5962738Z test_schema_correctness_linalg_multi_dot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:20.5963124Z test_schema_correctness_linalg_multi_dot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:20.5963497Z test_schema_correctness_linalg_multi_dot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.5963863Z test_schema_correctness_linalg_multi_dot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:20.5964250Z test_schema_correctness_linalg_multi_dot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:20.5964630Z test_schema_correctness_linalg_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:53:20.5965010Z test_schema_correctness_linalg_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.123s) 2022-12-01T10:53:20.5965377Z test_schema_correctness_linalg_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.123s) 2022-12-01T10:53:20.5965761Z test_schema_correctness_linalg_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:53:20.5966140Z test_schema_correctness_linalg_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-12-01T10:53:20.5966520Z test_schema_correctness_linalg_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-12-01T10:53:20.5966908Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:53:20.5967333Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-12-01T10:53:20.5967767Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-12-01T10:53:20.5968179Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:53:20.5968599Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.082s) 2022-12-01T10:53:20.5969013Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-12-01T10:53:20.5969448Z test_schema_correctness_linalg_pinv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.287s) 2022-12-01T10:53:20.5969822Z test_schema_correctness_linalg_pinv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.287s) 2022-12-01T10:53:20.5970205Z test_schema_correctness_linalg_pinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.284s) 2022-12-01T10:53:20.5970584Z test_schema_correctness_linalg_pinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.283s) 2022-12-01T10:53:20.5970981Z test_schema_correctness_linalg_pinv_hermitian_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5971405Z test_schema_correctness_linalg_pinv_hermitian_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5971812Z test_schema_correctness_linalg_pinv_hermitian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5972209Z test_schema_correctness_linalg_pinv_hermitian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5972679Z test_schema_correctness_linalg_pinv_singular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:53:20.5973193Z test_schema_correctness_linalg_pinv_singular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:53:20.5973711Z test_schema_correctness_linalg_pinv_singular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:53:20.5974218Z test_schema_correctness_linalg_pinv_singular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:53:20.5974669Z test_schema_correctness_linalg_qr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.5975047Z test_schema_correctness_linalg_qr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.5975412Z test_schema_correctness_linalg_qr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:20.5975788Z test_schema_correctness_linalg_qr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:20.5976175Z test_schema_correctness_linalg_slogdet_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5976555Z test_schema_correctness_linalg_slogdet_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.5976947Z test_schema_correctness_linalg_slogdet_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5977334Z test_schema_correctness_linalg_slogdet_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5977721Z test_schema_correctness_linalg_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.5978092Z test_schema_correctness_linalg_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:20.5978476Z test_schema_correctness_linalg_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.5978854Z test_schema_correctness_linalg_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.5979242Z test_schema_correctness_linalg_solve_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:53:20.5979625Z test_schema_correctness_linalg_solve_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:53:20.5980014Z test_schema_correctness_linalg_solve_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:20.5980426Z test_schema_correctness_linalg_solve_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:20.5980822Z test_schema_correctness_linalg_solve_triangular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-12-01T10:53:20.5981222Z test_schema_correctness_linalg_solve_triangular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-12-01T10:53:20.5981629Z test_schema_correctness_linalg_solve_triangular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.131s) 2022-12-01T10:53:20.5982030Z test_schema_correctness_linalg_solve_triangular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.127s) 2022-12-01T10:53:20.5982434Z test_schema_correctness_linalg_svd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.212s) 2022-12-01T10:53:20.5982821Z test_schema_correctness_linalg_svd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.213s) 2022-12-01T10:53:20.5983205Z test_schema_correctness_linalg_svd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.196s) 2022-12-01T10:53:20.5983584Z test_schema_correctness_linalg_svd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.192s) 2022-12-01T10:53:20.5984120Z test_schema_correctness_linalg_svdvals_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:20.5984794Z test_schema_correctness_linalg_svdvals_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:20.5985182Z test_schema_correctness_linalg_svdvals_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.5985566Z test_schema_correctness_linalg_svdvals_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.5985945Z test_schema_correctness_linalg_tensorinv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5986343Z test_schema_correctness_linalg_tensorinv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.5986738Z test_schema_correctness_linalg_tensorinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5987124Z test_schema_correctness_linalg_tensorinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.5987509Z test_schema_correctness_linalg_tensorsolve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:53:20.5987911Z test_schema_correctness_linalg_tensorsolve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:53:20.5988308Z test_schema_correctness_linalg_tensorsolve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:53:20.5988704Z test_schema_correctness_linalg_tensorsolve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:53:20.5989087Z test_schema_correctness_linalg_vander_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:53:20.5989478Z test_schema_correctness_linalg_vander_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:53:20.5989864Z test_schema_correctness_linalg_vander_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:20.5990236Z test_schema_correctness_linalg_vander_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:20.5990611Z test_schema_correctness_linalg_vander_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:20.5990984Z test_schema_correctness_linalg_vander_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:20.5991363Z test_schema_correctness_linalg_vander_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:20.5991731Z test_schema_correctness_linalg_vander_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:20.5992148Z test_schema_correctness_linalg_vander_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:20.5992527Z test_schema_correctness_linalg_vecdot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:53:20.5992930Z test_schema_correctness_linalg_vecdot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:53:20.5993338Z test_schema_correctness_linalg_vecdot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.5993736Z test_schema_correctness_linalg_vecdot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:53:20.5994116Z test_schema_correctness_linalg_vecdot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-12-01T10:53:20.5994592Z test_schema_correctness_linalg_vector_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.211s) 2022-12-01T10:53:20.5994983Z test_schema_correctness_linalg_vector_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.214s) 2022-12-01T10:53:20.5995387Z test_schema_correctness_linalg_vector_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.215s) 2022-12-01T10:53:20.5995780Z test_schema_correctness_linalg_vector_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.212s) 2022-12-01T10:53:20.5996170Z test_schema_correctness_linalg_vector_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.211s) 2022-12-01T10:53:20.5996659Z test_schema_correctness_linalg_vector_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.209s) 2022-12-01T10:53:20.5997048Z test_schema_correctness_linspace_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.184s) 2022-12-01T10:53:20.5997433Z test_schema_correctness_linspace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.184s) 2022-12-01T10:53:20.5997805Z test_schema_correctness_linspace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.184s) 2022-12-01T10:53:20.5998185Z test_schema_correctness_linspace_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.184s) 2022-12-01T10:53:20.5998562Z test_schema_correctness_linspace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.184s) 2022-12-01T10:53:20.5998938Z test_schema_correctness_linspace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.184s) 2022-12-01T10:53:20.5999299Z test_schema_correctness_linspace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.184s) 2022-12-01T10:53:20.5999665Z test_schema_correctness_linspace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.184s) 2022-12-01T10:53:20.6000034Z test_schema_correctness_linspace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.184s) 2022-12-01T10:53:20.6000402Z test_schema_correctness_linspace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.184s) 2022-12-01T10:53:20.6000760Z test_schema_correctness_linspace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.149s) 2022-12-01T10:53:20.6001129Z test_schema_correctness_log10_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6001494Z test_schema_correctness_log10_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6001851Z test_schema_correctness_log10_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6002222Z test_schema_correctness_log10_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6002588Z test_schema_correctness_log10_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6002947Z test_schema_correctness_log10_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6003301Z test_schema_correctness_log10_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6003659Z test_schema_correctness_log10_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6004066Z test_schema_correctness_log10_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6004430Z test_schema_correctness_log10_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6004774Z test_schema_correctness_log10_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6005145Z test_schema_correctness_log1p_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6005512Z test_schema_correctness_log1p_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6005864Z test_schema_correctness_log1p_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6006259Z test_schema_correctness_log1p_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6006623Z test_schema_correctness_log1p_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6006989Z test_schema_correctness_log1p_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6007336Z test_schema_correctness_log1p_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6007699Z test_schema_correctness_log1p_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6008062Z test_schema_correctness_log1p_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6008424Z test_schema_correctness_log2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6008776Z test_schema_correctness_log2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6009149Z test_schema_correctness_log2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6009518Z test_schema_correctness_log2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6009873Z test_schema_correctness_log2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6010235Z test_schema_correctness_log2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6010593Z test_schema_correctness_log2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6010951Z test_schema_correctness_log2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6011294Z test_schema_correctness_log2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6011650Z test_schema_correctness_log2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6012011Z test_schema_correctness_log2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6012378Z test_schema_correctness_log_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6012731Z test_schema_correctness_log_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6013100Z test_schema_correctness_log_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6013470Z test_schema_correctness_log_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6013826Z test_schema_correctness_log_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6014188Z test_schema_correctness_log_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6014548Z test_schema_correctness_log_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6014910Z test_schema_correctness_log_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6015254Z test_schema_correctness_log_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6015679Z test_schema_correctness_log_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6016034Z test_schema_correctness_log_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6016407Z test_schema_correctness_log_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6016778Z test_schema_correctness_log_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6017161Z test_schema_correctness_log_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6017548Z test_schema_correctness_log_softmax_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:53:20.6017953Z test_schema_correctness_log_softmax_dtype_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:53:20.6018353Z test_schema_correctness_log_softmax_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:53:20.6018753Z test_schema_correctness_log_softmax_dtype_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6019146Z test_schema_correctness_log_softmax_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:53:20.6019532Z test_schema_correctness_log_softmax_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:53:20.6019925Z test_schema_correctness_log_softmax_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:53:20.6020311Z test_schema_correctness_log_softmax_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6020700Z test_schema_correctness_log_softmax_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:53:20.6021071Z test_schema_correctness_log_softmax_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:53:20.6021457Z test_schema_correctness_log_softmax_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:53:20.6021841Z test_schema_correctness_log_softmax_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:53:20.6022223Z test_schema_correctness_log_softmax_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:53:20.6022593Z test_schema_correctness_logaddexp2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6022974Z test_schema_correctness_logaddexp2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6023352Z test_schema_correctness_logaddexp2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6023721Z test_schema_correctness_logaddexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6024105Z test_schema_correctness_logaddexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6024483Z test_schema_correctness_logaddexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6024864Z test_schema_correctness_logcumsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6025240Z test_schema_correctness_logcumsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6025621Z test_schema_correctness_logcumsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6025995Z test_schema_correctness_logdet_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.6026378Z test_schema_correctness_logdet_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.6026745Z test_schema_correctness_logdet_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.084s) 2022-12-01T10:53:20.6027151Z test_schema_correctness_logdet_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-12-01T10:53:20.6027530Z test_schema_correctness_logical_and_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6027907Z test_schema_correctness_logical_and_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6028278Z test_schema_correctness_logical_and_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6028667Z test_schema_correctness_logical_and_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6029046Z test_schema_correctness_logical_and_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6029445Z test_schema_correctness_logical_and_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6029825Z test_schema_correctness_logical_and_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6030201Z test_schema_correctness_logical_and_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6030576Z test_schema_correctness_logical_and_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6030936Z test_schema_correctness_logical_and_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6031310Z test_schema_correctness_logical_and_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6031684Z test_schema_correctness_logical_and_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6032067Z test_schema_correctness_logical_not_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6032432Z test_schema_correctness_logical_not_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6032815Z test_schema_correctness_logical_not_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6033200Z test_schema_correctness_logical_not_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6033581Z test_schema_correctness_logical_not_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6033945Z test_schema_correctness_logical_not_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6034316Z test_schema_correctness_logical_not_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6034761Z test_schema_correctness_logical_not_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6035125Z test_schema_correctness_logical_not_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6035499Z test_schema_correctness_logical_not_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6035872Z test_schema_correctness_logical_not_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6036248Z test_schema_correctness_logical_not_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6036700Z test_schema_correctness_logical_or_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6037073Z test_schema_correctness_logical_or_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6037455Z test_schema_correctness_logical_or_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6037845Z test_schema_correctness_logical_or_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6038213Z test_schema_correctness_logical_or_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6038642Z test_schema_correctness_logical_or_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6039019Z test_schema_correctness_logical_or_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6039380Z test_schema_correctness_logical_or_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6039756Z test_schema_correctness_logical_or_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6040128Z test_schema_correctness_logical_or_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6040502Z test_schema_correctness_logical_or_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6040907Z test_schema_correctness_logical_or_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6041295Z test_schema_correctness_logical_xor_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6041673Z test_schema_correctness_logical_xor_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6042053Z test_schema_correctness_logical_xor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6042428Z test_schema_correctness_logical_xor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6042811Z test_schema_correctness_logical_xor_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6043186Z test_schema_correctness_logical_xor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6043562Z test_schema_correctness_logical_xor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6043929Z test_schema_correctness_logical_xor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6044301Z test_schema_correctness_logical_xor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6044675Z test_schema_correctness_logical_xor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6044852Z test_schema_correctness_logical_xor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6045019Z test_schema_correctness_logical_xor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6045195Z test_schema_correctness_logit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6045367Z test_schema_correctness_logit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6045539Z test_schema_correctness_logit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6045713Z test_schema_correctness_logit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6045883Z test_schema_correctness_logit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6046054Z test_schema_correctness_logit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6046225Z test_schema_correctness_logit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6046396Z test_schema_correctness_logit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6046555Z test_schema_correctness_logit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6046737Z test_schema_correctness_logspace_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.619s) 2022-12-01T10:53:20.6046922Z test_schema_correctness_logspace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.617s) 2022-12-01T10:53:20.6047108Z test_schema_correctness_logspace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.612s) 2022-12-01T10:53:20.6047320Z test_schema_correctness_logspace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.611s) 2022-12-01T10:53:20.6047499Z test_schema_correctness_logspace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.623s) 2022-12-01T10:53:20.6047677Z test_schema_correctness_logspace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.512s) 2022-12-01T10:53:20.6047848Z test_schema_correctness_logspace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.518s) 2022-12-01T10:53:20.6048023Z test_schema_correctness_logspace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.536s) 2022-12-01T10:53:20.6048186Z test_schema_correctness_logspace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.617s) 2022-12-01T10:53:20.6048385Z test_schema_correctness_logspace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.499s) 2022-12-01T10:53:20.6048569Z test_schema_correctness_logsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6048746Z test_schema_correctness_logsumexp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6048925Z test_schema_correctness_logsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.6049103Z test_schema_correctness_logsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.6049282Z test_schema_correctness_logsumexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6049455Z test_schema_correctness_logsumexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6049626Z test_schema_correctness_logsumexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6049790Z test_schema_correctness_logsumexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6049965Z test_schema_correctness_logsumexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6050140Z test_schema_correctness_long_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.6050309Z test_schema_correctness_long_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.6050485Z test_schema_correctness_long_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.6050660Z test_schema_correctness_long_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6050832Z test_schema_correctness_long_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.6051006Z test_schema_correctness_long_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.6051177Z test_schema_correctness_long_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.6051332Z test_schema_correctness_long_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:53:20.6051508Z test_schema_correctness_long_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6051677Z test_schema_correctness_long_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:53:20.6051847Z test_schema_correctness_long_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.6052017Z test_schema_correctness_long_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.6052186Z test_schema_correctness_long_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.6052359Z test_schema_correctness_lt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6052529Z test_schema_correctness_lt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6052698Z test_schema_correctness_lt_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6052884Z test_schema_correctness_lt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6053053Z test_schema_correctness_lt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6053222Z test_schema_correctness_lt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6053391Z test_schema_correctness_lt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6053556Z test_schema_correctness_lt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6053722Z test_schema_correctness_lt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6053912Z test_schema_correctness_lt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6054555Z test_schema_correctness_lu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:1682: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-12-01T10:53:20.6054660Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T10:53:20.6054729Z should be replaced with 2022-12-01T10:53:20.6054850Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T10:53:20.6054912Z and 2022-12-01T10:53:20.6055038Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T10:53:20.6055122Z should be replaced with 2022-12-01T10:53:20.6055373Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1925.) 2022-12-01T10:53:20.6055514Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T10:53:20.6055569Z ok (0.034s) 2022-12-01T10:53:20.6055743Z test_schema_correctness_lu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:53:20.6055918Z test_schema_correctness_lu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:20.6056088Z test_schema_correctness_lu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.6056671Z test_schema_correctness_lu_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-12-01T10:53:20.6056799Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T10:53:20.6056892Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T10:53:20.6056975Z should be replaced with 2022-12-01T10:53:20.6057205Z 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:53:20.6057282Z return self.op(*args, **kwargs) 2022-12-01T10:53:20.6057351Z ok (0.033s) 2022-12-01T10:53:20.6057534Z test_schema_correctness_lu_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:53:20.6057713Z test_schema_correctness_lu_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:20.6057887Z test_schema_correctness_lu_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.6058073Z test_schema_correctness_lu_unpack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.6058255Z test_schema_correctness_lu_unpack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.6058436Z test_schema_correctness_lu_unpack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.6058605Z test_schema_correctness_lu_unpack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.6058777Z test_schema_correctness_mH_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6058979Z test_schema_correctness_mH_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6059157Z test_schema_correctness_mH_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6059330Z test_schema_correctness_mH_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6059500Z test_schema_correctness_mH_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6059672Z test_schema_correctness_mH_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6059842Z test_schema_correctness_mH_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6060038Z test_schema_correctness_mH_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6060196Z test_schema_correctness_mH_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6060368Z test_schema_correctness_mH_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6060539Z test_schema_correctness_mH_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6060709Z test_schema_correctness_mH_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6060879Z test_schema_correctness_mH_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6061056Z test_schema_correctness_mT_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6061223Z test_schema_correctness_mT_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6061403Z test_schema_correctness_mT_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6061577Z test_schema_correctness_mT_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6061736Z test_schema_correctness_mT_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6061908Z test_schema_correctness_mT_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6062081Z test_schema_correctness_mT_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6062253Z test_schema_correctness_mT_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6062422Z test_schema_correctness_mT_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6062592Z test_schema_correctness_mT_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6062761Z test_schema_correctness_mT_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6062932Z test_schema_correctness_mT_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6063086Z test_schema_correctness_mT_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6063274Z test_schema_correctness_masked_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.206s) 2022-12-01T10:53:20.6063458Z test_schema_correctness_masked_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.205s) 2022-12-01T10:53:20.6063644Z test_schema_correctness_masked_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.205s) 2022-12-01T10:53:20.6063826Z test_schema_correctness_masked_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.202s) 2022-12-01T10:53:20.6064007Z test_schema_correctness_masked_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.180s) 2022-12-01T10:53:20.6064191Z test_schema_correctness_masked_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.180s) 2022-12-01T10:53:20.6064371Z test_schema_correctness_masked_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.181s) 2022-12-01T10:53:20.6064581Z test_schema_correctness_masked_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.181s) 2022-12-01T10:53:20.6064760Z test_schema_correctness_masked_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.181s) 2022-12-01T10:53:20.6064932Z test_schema_correctness_masked_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.206s) 2022-12-01T10:53:20.6065116Z test_schema_correctness_masked_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.208s) 2022-12-01T10:53:20.6065296Z test_schema_correctness_masked_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.360s) 2022-12-01T10:53:20.6065506Z test_schema_correctness_masked_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.203s) 2022-12-01T10:53:20.6065687Z test_schema_correctness_masked_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.183s) 2022-12-01T10:53:20.6065868Z test_schema_correctness_masked_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.181s) 2022-12-01T10:53:20.6066051Z test_schema_correctness_masked_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.181s) 2022-12-01T10:53:20.6066231Z test_schema_correctness_masked_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.182s) 2022-12-01T10:53:20.6066410Z test_schema_correctness_masked_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.181s) 2022-12-01T10:53:20.6066588Z test_schema_correctness_masked_argmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-12-01T10:53:20.6066775Z test_schema_correctness_masked_argmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-12-01T10:53:20.6066966Z test_schema_correctness_masked_argmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-12-01T10:53:20.6067148Z test_schema_correctness_masked_argmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.139s) 2022-12-01T10:53:20.6067333Z test_schema_correctness_masked_argmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.122s) 2022-12-01T10:53:20.6067516Z test_schema_correctness_masked_argmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.121s) 2022-12-01T10:53:20.6067696Z test_schema_correctness_masked_argmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.085s) 2022-12-01T10:53:20.6067880Z test_schema_correctness_masked_argmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.120s) 2022-12-01T10:53:20.6068063Z test_schema_correctness_masked_argmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.120s) 2022-12-01T10:53:20.6068239Z test_schema_correctness_masked_argmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-12-01T10:53:20.6068423Z test_schema_correctness_masked_argmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-12-01T10:53:20.6068607Z test_schema_correctness_masked_argmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-12-01T10:53:20.6068790Z test_schema_correctness_masked_argmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.139s) 2022-12-01T10:53:20.6068969Z test_schema_correctness_masked_argmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-12-01T10:53:20.6069150Z test_schema_correctness_masked_argmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-12-01T10:53:20.6069330Z test_schema_correctness_masked_argmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.084s) 2022-12-01T10:53:20.6069512Z test_schema_correctness_masked_argmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-12-01T10:53:20.6069693Z test_schema_correctness_masked_argmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-12-01T10:53:20.6069869Z test_schema_correctness_masked_cumprod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:20.6070090Z test_schema_correctness_masked_cumprod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:20.6070282Z test_schema_correctness_masked_cumprod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:20.6070470Z test_schema_correctness_masked_cumprod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6070657Z test_schema_correctness_masked_cumprod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6070840Z test_schema_correctness_masked_cumprod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6071049Z test_schema_correctness_masked_cumprod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6071231Z test_schema_correctness_masked_cumprod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6071414Z test_schema_correctness_masked_cumprod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6071583Z test_schema_correctness_masked_cumprod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6071766Z test_schema_correctness_masked_cumsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:20.6071954Z test_schema_correctness_masked_cumsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:20.6072143Z test_schema_correctness_masked_cumsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:20.6072327Z test_schema_correctness_masked_cumsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6072514Z test_schema_correctness_masked_cumsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6072692Z test_schema_correctness_masked_cumsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6072874Z test_schema_correctness_masked_cumsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6073052Z test_schema_correctness_masked_cumsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6073219Z test_schema_correctness_masked_cumsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:20.6073398Z test_schema_correctness_masked_cumsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6073581Z test_schema_correctness_masked_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6073761Z test_schema_correctness_masked_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6073949Z test_schema_correctness_masked_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6074132Z test_schema_correctness_masked_fill_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6074318Z test_schema_correctness_masked_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6074572Z test_schema_correctness_masked_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6074754Z test_schema_correctness_masked_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6074919Z test_schema_correctness_masked_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6075100Z test_schema_correctness_masked_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6075282Z test_schema_correctness_masked_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6075463Z test_schema_correctness_masked_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6075676Z test_schema_correctness_masked_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6075854Z test_schema_correctness_masked_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6076047Z test_schema_correctness_masked_log_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.6076238Z test_schema_correctness_masked_log_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.6076427Z test_schema_correctness_masked_log_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.6076717Z test_schema_correctness_masked_logaddexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:53:20.6076953Z test_schema_correctness_masked_logaddexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:53:20.6077146Z test_schema_correctness_masked_logaddexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:53:20.6077337Z test_schema_correctness_masked_logsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.213s) 2022-12-01T10:53:20.6077525Z test_schema_correctness_masked_logsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.216s) 2022-12-01T10:53:20.6077711Z test_schema_correctness_masked_logsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.214s) 2022-12-01T10:53:20.6077898Z test_schema_correctness_masked_logsumexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.247s) 2022-12-01T10:53:20.6078084Z test_schema_correctness_masked_logsumexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.252s) 2022-12-01T10:53:20.6078267Z test_schema_correctness_masked_logsumexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.247s) 2022-12-01T10:53:20.6078439Z test_schema_correctness_masked_logsumexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.247s) 2022-12-01T10:53:20.6078628Z test_schema_correctness_masked_logsumexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.249s) 2022-12-01T10:53:20.6078813Z test_schema_correctness_masked_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.919s) 2022-12-01T10:53:20.6078992Z test_schema_correctness_masked_mean_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.780s) 2022-12-01T10:53:20.6079174Z test_schema_correctness_masked_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.780s) 2022-12-01T10:53:20.6079358Z test_schema_correctness_masked_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.786s) 2022-12-01T10:53:20.6079543Z test_schema_correctness_masked_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.921s) 2022-12-01T10:53:20.6079724Z test_schema_correctness_masked_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.915s) 2022-12-01T10:53:20.6079908Z test_schema_correctness_masked_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.911s) 2022-12-01T10:53:20.6080087Z test_schema_correctness_masked_mean_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.779s) 2022-12-01T10:53:20.6080253Z test_schema_correctness_masked_mean_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.778s) 2022-12-01T10:53:20.6080425Z test_schema_correctness_masked_mean_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.779s) 2022-12-01T10:53:20.6080602Z test_schema_correctness_masked_mean_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.777s) 2022-12-01T10:53:20.6080780Z test_schema_correctness_masked_mean_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.778s) 2022-12-01T10:53:20.6080966Z test_schema_correctness_masked_median_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.6081149Z test_schema_correctness_masked_median_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.6081371Z test_schema_correctness_masked_median_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.6081554Z test_schema_correctness_masked_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.098s) 2022-12-01T10:53:20.6081735Z test_schema_correctness_masked_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.097s) 2022-12-01T10:53:20.6081902Z test_schema_correctness_masked_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.095s) 2022-12-01T10:53:20.6082080Z test_schema_correctness_masked_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.079s) 2022-12-01T10:53:20.6082269Z test_schema_correctness_masked_normalize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.440s) 2022-12-01T10:53:20.6082501Z test_schema_correctness_masked_normalize_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.443s) 2022-12-01T10:53:20.6082697Z test_schema_correctness_masked_normalize_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.444s) 2022-12-01T10:53:20.6082886Z test_schema_correctness_masked_normalize_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.441s) 2022-12-01T10:53:20.6083071Z test_schema_correctness_masked_normalize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.441s) 2022-12-01T10:53:20.6083258Z test_schema_correctness_masked_normalize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.440s) 2022-12-01T10:53:20.6083439Z test_schema_correctness_masked_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.234s) 2022-12-01T10:53:20.6083616Z test_schema_correctness_masked_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.179s) 2022-12-01T10:53:20.6083803Z test_schema_correctness_masked_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.181s) 2022-12-01T10:53:20.6083984Z test_schema_correctness_masked_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.206s) 2022-12-01T10:53:20.6084165Z test_schema_correctness_masked_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.202s) 2022-12-01T10:53:20.6084345Z test_schema_correctness_masked_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.235s) 2022-12-01T10:53:20.6084525Z test_schema_correctness_masked_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.235s) 2022-12-01T10:53:20.6084704Z test_schema_correctness_masked_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.177s) 2022-12-01T10:53:20.6084880Z test_schema_correctness_masked_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.238s) 2022-12-01T10:53:20.6085059Z test_schema_correctness_masked_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.234s) 2022-12-01T10:53:20.6085236Z test_schema_correctness_masked_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6085415Z test_schema_correctness_masked_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6085608Z test_schema_correctness_masked_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6085799Z test_schema_correctness_masked_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6085985Z test_schema_correctness_masked_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6086165Z test_schema_correctness_masked_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6086343Z test_schema_correctness_masked_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6086527Z test_schema_correctness_masked_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6086708Z test_schema_correctness_masked_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6086910Z test_schema_correctness_masked_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6087094Z test_schema_correctness_masked_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6087337Z test_schema_correctness_masked_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6087662Z test_schema_correctness_masked_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6088012Z test_schema_correctness_masked_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6088326Z test_schema_correctness_masked_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6088515Z test_schema_correctness_masked_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6088704Z test_schema_correctness_masked_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6088886Z test_schema_correctness_masked_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6089054Z test_schema_correctness_masked_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6089236Z test_schema_correctness_masked_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6089419Z test_schema_correctness_masked_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6089598Z test_schema_correctness_masked_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6089781Z test_schema_correctness_masked_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6089962Z test_schema_correctness_masked_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6090151Z test_schema_correctness_masked_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:20.6090336Z test_schema_correctness_masked_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.6090523Z test_schema_correctness_masked_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.6090695Z test_schema_correctness_masked_softmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:53:20.6090883Z test_schema_correctness_masked_softmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:53:20.6091067Z test_schema_correctness_masked_softmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:53:20.6091249Z test_schema_correctness_masked_std_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.846s) 2022-12-01T10:53:20.6091455Z test_schema_correctness_masked_std_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:53:20.6091651Z test_schema_correctness_masked_std_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.6091831Z test_schema_correctness_masked_std_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.880s) 2022-12-01T10:53:20.6092011Z test_schema_correctness_masked_std_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.925s) 2022-12-01T10:53:20.6092194Z test_schema_correctness_masked_std_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.889s) 2022-12-01T10:53:20.6092360Z test_schema_correctness_masked_std_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.060s) 2022-12-01T10:53:20.6092536Z test_schema_correctness_masked_std_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.904s) 2022-12-01T10:53:20.6092713Z test_schema_correctness_masked_std_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.906s) 2022-12-01T10:53:20.6092918Z test_schema_correctness_masked_std_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.905s) 2022-12-01T10:53:20.6093103Z test_schema_correctness_masked_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.212s) 2022-12-01T10:53:20.6093280Z test_schema_correctness_masked_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.185s) 2022-12-01T10:53:20.6093464Z test_schema_correctness_masked_sum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.189s) 2022-12-01T10:53:20.6093641Z test_schema_correctness_masked_sum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.190s) 2022-12-01T10:53:20.6107162Z test_schema_correctness_masked_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.212s) 2022-12-01T10:53:20.6107472Z test_schema_correctness_masked_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.223s) 2022-12-01T10:53:20.6107660Z test_schema_correctness_masked_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.210s) 2022-12-01T10:53:20.6107844Z test_schema_correctness_masked_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.187s) 2022-12-01T10:53:20.6108026Z test_schema_correctness_masked_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.187s) 2022-12-01T10:53:20.6108206Z test_schema_correctness_masked_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.187s) 2022-12-01T10:53:20.6108387Z test_schema_correctness_masked_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.186s) 2022-12-01T10:53:20.6108570Z test_schema_correctness_masked_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.186s) 2022-12-01T10:53:20.6108744Z test_schema_correctness_masked_var_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.833s) 2022-12-01T10:53:20.6108950Z test_schema_correctness_masked_var_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:53:20.6109160Z test_schema_correctness_masked_var_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.6109342Z test_schema_correctness_masked_var_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.772s) 2022-12-01T10:53:20.6109518Z test_schema_correctness_masked_var_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.780s) 2022-12-01T10:53:20.6109696Z test_schema_correctness_masked_var_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.727s) 2022-12-01T10:53:20.6109873Z test_schema_correctness_masked_var_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.818s) 2022-12-01T10:53:20.6110049Z test_schema_correctness_masked_var_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.817s) 2022-12-01T10:53:20.6110228Z test_schema_correctness_masked_var_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.821s) 2022-12-01T10:53:20.6110391Z test_schema_correctness_masked_var_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.844s) 2022-12-01T10:53:20.6110569Z test_schema_correctness_masked_var_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.822s) 2022-12-01T10:53:20.6110746Z test_schema_correctness_matmul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.096s) 2022-12-01T10:53:20.6110930Z test_schema_correctness_matmul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.101s) 2022-12-01T10:53:20.6111105Z test_schema_correctness_matmul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.100s) 2022-12-01T10:53:20.6111281Z test_schema_correctness_matmul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.097s) 2022-12-01T10:53:20.6111453Z test_schema_correctness_matmul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.096s) 2022-12-01T10:53:20.6111625Z test_schema_correctness_matmul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-12-01T10:53:20.6111792Z test_schema_correctness_matmul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-12-01T10:53:20.6111984Z test_schema_correctness_matmul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-12-01T10:53:20.6112160Z test_schema_correctness_matmul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-12-01T10:53:20.6112334Z test_schema_correctness_matmul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-12-01T10:53:20.6112516Z test_schema_correctness_matrix_exp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6112706Z test_schema_correctness_matrix_exp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6112919Z test_schema_correctness_matrix_exp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6113099Z test_schema_correctness_matrix_exp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6113283Z test_schema_correctness_matrix_exp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6113464Z test_schema_correctness_max_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6113631Z test_schema_correctness_max_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6113810Z test_schema_correctness_max_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6113985Z test_schema_correctness_max_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6114163Z test_schema_correctness_max_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6114344Z test_schema_correctness_max_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6114593Z test_schema_correctness_max_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6114777Z test_schema_correctness_max_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6114958Z test_schema_correctness_max_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6115133Z test_schema_correctness_max_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6115315Z test_schema_correctness_max_reduction_no_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6115508Z test_schema_correctness_max_reduction_no_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6115702Z test_schema_correctness_max_reduction_no_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6115894Z test_schema_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6116082Z test_schema_correctness_max_reduction_no_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6116272Z test_schema_correctness_max_reduction_no_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6116462Z test_schema_correctness_max_reduction_no_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6116756Z test_schema_correctness_max_reduction_no_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6116946Z test_schema_correctness_max_reduction_no_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6117132Z test_schema_correctness_max_reduction_no_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6117316Z test_schema_correctness_max_reduction_with_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6117508Z test_schema_correctness_max_reduction_with_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6117761Z test_schema_correctness_max_reduction_with_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6117953Z test_schema_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6118139Z test_schema_correctness_max_reduction_with_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6118328Z test_schema_correctness_max_reduction_with_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6118517Z test_schema_correctness_max_reduction_with_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6118741Z test_schema_correctness_max_reduction_with_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6118933Z test_schema_correctness_max_reduction_with_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6119111Z test_schema_correctness_max_reduction_with_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6119290Z test_schema_correctness_maximum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6119465Z test_schema_correctness_maximum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6119648Z test_schema_correctness_maximum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6119819Z test_schema_correctness_maximum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6119997Z test_schema_correctness_maximum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6120173Z test_schema_correctness_maximum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6120347Z test_schema_correctness_maximum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6120517Z test_schema_correctness_maximum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6120677Z test_schema_correctness_maximum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6120853Z test_schema_correctness_maximum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6121023Z test_schema_correctness_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:53:20.6121201Z test_schema_correctness_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:53:20.6121378Z test_schema_correctness_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:20.6121551Z test_schema_correctness_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:53:20.6121725Z test_schema_correctness_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:53:20.6121899Z test_schema_correctness_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:53:20.6122079Z test_schema_correctness_median_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6122242Z test_schema_correctness_median_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6122414Z test_schema_correctness_median_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6122588Z test_schema_correctness_median_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6122758Z test_schema_correctness_median_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6122924Z test_schema_correctness_median_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6123123Z test_schema_correctness_median_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6123299Z test_schema_correctness_median_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6123497Z test_schema_correctness_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:20.6123692Z test_schema_correctness_meshgrid_list_of_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:20.6123879Z test_schema_correctness_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.6124078Z test_schema_correctness_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.6124300Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:20.6124502Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:20.6124694Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:20.6124888Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:20.6125078Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:20.6125265Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:20.6125457Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:20.6125630Z test_schema_correctness_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:20.6125834Z test_schema_correctness_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:20.6126022Z test_schema_correctness_meshgrid_variadic_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:20.6126224Z test_schema_correctness_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.6126422Z test_schema_correctness_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.6126620Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:20.6126819Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:20.6127016Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:20.6127212Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:20.6127402Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:20.6127579Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:20.6127771Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:20.6127956Z test_schema_correctness_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:20.6128142Z test_schema_correctness_min_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6128321Z test_schema_correctness_min_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6128528Z test_schema_correctness_min_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6128709Z test_schema_correctness_min_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6128888Z test_schema_correctness_min_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6129066Z test_schema_correctness_min_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6129243Z test_schema_correctness_min_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6129405Z test_schema_correctness_min_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6129647Z test_schema_correctness_min_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6129828Z test_schema_correctness_min_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6130023Z test_schema_correctness_min_reduction_no_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6130211Z test_schema_correctness_min_reduction_no_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6130404Z test_schema_correctness_min_reduction_no_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6130589Z test_schema_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6130778Z test_schema_correctness_min_reduction_no_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6130969Z test_schema_correctness_min_reduction_no_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6131146Z test_schema_correctness_min_reduction_no_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6131335Z test_schema_correctness_min_reduction_no_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6131522Z test_schema_correctness_min_reduction_no_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6131709Z test_schema_correctness_min_reduction_no_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6131908Z test_schema_correctness_min_reduction_with_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6132098Z test_schema_correctness_min_reduction_with_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6132289Z test_schema_correctness_min_reduction_with_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6132479Z test_schema_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6132667Z test_schema_correctness_min_reduction_with_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6132843Z test_schema_correctness_min_reduction_with_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6133032Z test_schema_correctness_min_reduction_with_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6133218Z test_schema_correctness_min_reduction_with_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6133407Z test_schema_correctness_min_reduction_with_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6133597Z test_schema_correctness_min_reduction_with_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6133774Z test_schema_correctness_minimum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6133950Z test_schema_correctness_minimum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6134158Z test_schema_correctness_minimum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6134330Z test_schema_correctness_minimum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6134499Z test_schema_correctness_minimum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6134662Z test_schema_correctness_minimum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6134832Z test_schema_correctness_minimum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6135036Z test_schema_correctness_minimum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6135208Z test_schema_correctness_minimum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6135375Z test_schema_correctness_minimum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6135553Z test_schema_correctness_mm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6135743Z test_schema_correctness_mm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.6135933Z test_schema_correctness_mm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.6136104Z test_schema_correctness_mm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6136263Z test_schema_correctness_mm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6136437Z test_schema_correctness_mm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6136604Z test_schema_correctness_mm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6136772Z test_schema_correctness_mm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6136939Z test_schema_correctness_mm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6137104Z test_schema_correctness_mm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6137286Z test_schema_correctness_mode_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6137456Z test_schema_correctness_mode_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6137617Z test_schema_correctness_mode_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6137785Z test_schema_correctness_mode_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6137951Z test_schema_correctness_mode_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6138123Z test_schema_correctness_mode_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6138296Z test_schema_correctness_mode_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6138467Z test_schema_correctness_mode_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6138636Z test_schema_correctness_mode_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6138806Z test_schema_correctness_mode_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6138986Z test_schema_correctness_movedim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6139148Z test_schema_correctness_movedim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6139332Z test_schema_correctness_movedim_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6139517Z test_schema_correctness_movedim_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6139740Z test_schema_correctness_movedim_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6139915Z test_schema_correctness_movedim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6140089Z test_schema_correctness_movedim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6140259Z test_schema_correctness_movedim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6140432Z test_schema_correctness_movedim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6140635Z test_schema_correctness_movedim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6140798Z test_schema_correctness_movedim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6140974Z test_schema_correctness_movedim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6141145Z test_schema_correctness_movedim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6141324Z test_schema_correctness_msort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6141497Z test_schema_correctness_msort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6141671Z test_schema_correctness_msort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6141840Z test_schema_correctness_msort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6142008Z test_schema_correctness_msort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6142182Z test_schema_correctness_msort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6142342Z test_schema_correctness_msort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6142512Z test_schema_correctness_msort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6142681Z test_schema_correctness_msort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6142851Z test_schema_correctness_msort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6143026Z test_schema_correctness_mul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6143195Z test_schema_correctness_mul_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6143372Z test_schema_correctness_mul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6143545Z test_schema_correctness_mul_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6143713Z test_schema_correctness_mul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6143871Z test_schema_correctness_mul_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6144040Z test_schema_correctness_mul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6144208Z test_schema_correctness_mul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6144376Z test_schema_correctness_mul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6144548Z test_schema_correctness_mul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6144722Z test_schema_correctness_mul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6144889Z test_schema_correctness_mul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6145055Z test_schema_correctness_mul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6145257Z test_schema_correctness_multinomial_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6145441Z test_schema_correctness_multinomial_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6145626Z test_schema_correctness_multinomial_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6145797Z test_schema_correctness_mv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6145970Z test_schema_correctness_mv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6146166Z test_schema_correctness_mv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6146341Z test_schema_correctness_mv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6146515Z test_schema_correctness_mv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6146682Z test_schema_correctness_mv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6146836Z test_schema_correctness_mv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6147005Z test_schema_correctness_mv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6147173Z test_schema_correctness_mv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6147337Z test_schema_correctness_mv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6147536Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6147733Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6147922Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6148110Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6148298Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6148487Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6148662Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6148849Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6149044Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6149241Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6149427Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6149612Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6149797Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6149988Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6150174Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6150346Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6150539Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6150758Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6150945Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6151131Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6151316Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6151504Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6151716Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6151903Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6152086Z test_schema_correctness_nan_to_num_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6152250Z test_schema_correctness_nan_to_num_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6152428Z test_schema_correctness_nan_to_num_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6152608Z test_schema_correctness_nan_to_num_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6152789Z test_schema_correctness_nan_to_num_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6152968Z test_schema_correctness_nan_to_num_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6153140Z test_schema_correctness_nan_to_num_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6153317Z test_schema_correctness_nan_to_num_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6153493Z test_schema_correctness_nan_to_num_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6153671Z test_schema_correctness_nan_to_num_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6153838Z test_schema_correctness_nanmean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.140s) 2022-12-01T10:53:20.6154012Z test_schema_correctness_nanmean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.140s) 2022-12-01T10:53:20.6154184Z test_schema_correctness_nanmean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.139s) 2022-12-01T10:53:20.6154353Z test_schema_correctness_nanmean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.136s) 2022-12-01T10:53:20.6154636Z test_schema_correctness_nanmedian_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6154824Z test_schema_correctness_nanmedian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6155002Z test_schema_correctness_nanmedian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6155179Z test_schema_correctness_nanmedian_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6155352Z test_schema_correctness_nanmedian_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6155509Z test_schema_correctness_nanmedian_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6155684Z test_schema_correctness_nanmedian_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6155870Z test_schema_correctness_nanmedian_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6156052Z test_schema_correctness_nanquantile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.337s) 2022-12-01T10:53:20.6156269Z test_schema_correctness_nanquantile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.325s) 2022-12-01T10:53:20.6156445Z test_schema_correctness_nansum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:53:20.6156737Z test_schema_correctness_nansum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:20.6156915Z test_schema_correctness_nansum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:20.6157087Z test_schema_correctness_nansum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:20.6157244Z test_schema_correctness_nansum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:20.6157464Z test_schema_correctness_nansum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6157639Z test_schema_correctness_nansum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6157813Z test_schema_correctness_nansum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6157986Z test_schema_correctness_nansum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6158159Z test_schema_correctness_nansum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6158344Z test_schema_correctness_narrow_copy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6158519Z test_schema_correctness_narrow_copy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6158708Z test_schema_correctness_narrow_copy_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6158897Z test_schema_correctness_narrow_copy_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6159085Z test_schema_correctness_narrow_copy_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6159270Z test_schema_correctness_narrow_copy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6159439Z test_schema_correctness_narrow_copy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6159618Z test_schema_correctness_narrow_copy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6159798Z test_schema_correctness_narrow_copy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6159978Z test_schema_correctness_narrow_copy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6160157Z test_schema_correctness_narrow_copy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6160336Z test_schema_correctness_narrow_copy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6160518Z test_schema_correctness_narrow_copy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6160693Z test_schema_correctness_narrow_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6160864Z test_schema_correctness_narrow_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6161028Z test_schema_correctness_narrow_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:20.6161209Z test_schema_correctness_narrow_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6161383Z test_schema_correctness_narrow_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:20.6161562Z test_schema_correctness_narrow_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6161733Z test_schema_correctness_narrow_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6161947Z test_schema_correctness_narrow_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:20.6162119Z test_schema_correctness_narrow_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6162292Z test_schema_correctness_narrow_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6162459Z test_schema_correctness_narrow_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6162616Z test_schema_correctness_narrow_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6162790Z test_schema_correctness_narrow_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6163006Z test_schema_correctness_native_batch_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.6163196Z test_schema_correctness_native_batch_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.6163388Z test_schema_correctness_native_batch_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.6163578Z test_schema_correctness_native_layer_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6163766Z test_schema_correctness_native_layer_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6163949Z test_schema_correctness_native_layer_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6164121Z test_schema_correctness_ne_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6164279Z test_schema_correctness_ne_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6164458Z test_schema_correctness_ne_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6164634Z test_schema_correctness_ne_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6164804Z test_schema_correctness_ne_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6164973Z test_schema_correctness_ne_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6165147Z test_schema_correctness_ne_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6165316Z test_schema_correctness_ne_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6165484Z test_schema_correctness_ne_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6165654Z test_schema_correctness_ne_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6165809Z test_schema_correctness_ne_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6165980Z test_schema_correctness_ne_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6166156Z test_schema_correctness_neg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6166333Z test_schema_correctness_neg_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6166512Z test_schema_correctness_neg_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6166682Z test_schema_correctness_neg_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6166854Z test_schema_correctness_neg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6167025Z test_schema_correctness_neg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6167196Z test_schema_correctness_neg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6167352Z test_schema_correctness_neg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6167553Z test_schema_correctness_neg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6167720Z test_schema_correctness_neg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6167887Z test_schema_correctness_neg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6168057Z test_schema_correctness_neg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6168239Z test_schema_correctness_new_empty_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6168416Z test_schema_correctness_new_empty_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:53:20.6168631Z test_schema_correctness_new_empty_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6168815Z test_schema_correctness_new_empty_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6168987Z test_schema_correctness_new_empty_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6169163Z test_schema_correctness_new_empty_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:53:20.6169345Z test_schema_correctness_new_empty_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:53:20.6169523Z test_schema_correctness_new_empty_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6169699Z test_schema_correctness_new_empty_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:53:20.6169870Z test_schema_correctness_new_empty_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:53:20.6170046Z test_schema_correctness_new_empty_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6170225Z test_schema_correctness_new_empty_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6170397Z test_schema_correctness_new_empty_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:53:20.6170577Z test_schema_correctness_new_empty_strided_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-12-01T10:53:20.6170763Z test_schema_correctness_new_empty_strided_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-12-01T10:53:20.6170955Z test_schema_correctness_new_empty_strided_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:53:20.6171144Z test_schema_correctness_new_empty_strided_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6171338Z test_schema_correctness_new_empty_strided_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-12-01T10:53:20.6171526Z test_schema_correctness_new_empty_strided_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-12-01T10:53:20.6171716Z test_schema_correctness_new_empty_strided_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:53:20.6171901Z test_schema_correctness_new_empty_strided_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-12-01T10:53:20.6172089Z test_schema_correctness_new_empty_strided_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:53:20.6172261Z test_schema_correctness_new_empty_strided_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-12-01T10:53:20.6172443Z test_schema_correctness_new_empty_strided_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:53:20.6172628Z test_schema_correctness_new_empty_strided_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:53:20.6172808Z test_schema_correctness_new_empty_strided_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:53:20.6173017Z test_schema_correctness_new_full_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:53:20.6173191Z test_schema_correctness_new_full_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:53:20.6173370Z test_schema_correctness_new_full_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:53:20.6173551Z test_schema_correctness_new_full_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6173731Z test_schema_correctness_new_full_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:53:20.6173896Z test_schema_correctness_new_full_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:53:20.6174110Z test_schema_correctness_new_full_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:53:20.6174285Z test_schema_correctness_new_full_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:53:20.6174465Z test_schema_correctness_new_full_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:53:20.6174634Z test_schema_correctness_new_full_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:53:20.6174801Z test_schema_correctness_new_full_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:53:20.6174973Z test_schema_correctness_new_full_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:53:20.6175147Z test_schema_correctness_new_full_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:53:20.6175323Z test_schema_correctness_new_ones_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6175482Z test_schema_correctness_new_ones_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6175665Z test_schema_correctness_new_ones_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6175847Z test_schema_correctness_new_ones_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6176023Z test_schema_correctness_new_ones_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6176200Z test_schema_correctness_new_ones_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6176376Z test_schema_correctness_new_ones_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6176556Z test_schema_correctness_new_ones_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6176732Z test_schema_correctness_new_ones_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6176904Z test_schema_correctness_new_ones_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6177063Z test_schema_correctness_new_ones_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6177233Z test_schema_correctness_new_ones_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6177402Z test_schema_correctness_new_ones_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6177580Z test_schema_correctness_new_zeros_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6177748Z test_schema_correctness_new_zeros_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6177932Z test_schema_correctness_new_zeros_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6178117Z test_schema_correctness_new_zeros_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6178299Z test_schema_correctness_new_zeros_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6178507Z test_schema_correctness_new_zeros_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6178668Z test_schema_correctness_new_zeros_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6178846Z test_schema_correctness_new_zeros_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6179026Z test_schema_correctness_new_zeros_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6179197Z test_schema_correctness_new_zeros_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6179364Z test_schema_correctness_new_zeros_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6179567Z test_schema_correctness_new_zeros_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6179743Z test_schema_correctness_new_zeros_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6179926Z test_schema_correctness_nextafter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6180107Z test_schema_correctness_nextafter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6180274Z test_schema_correctness_nextafter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6180496Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6180710Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6180925Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6181137Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6181350Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:20.6181556Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6181761Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6181966Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6182172Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6182363Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:20.6182568Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:20.6182769Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:20.6182973Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.6183174Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.6183371Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.6183579Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.6183779Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.6184008Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.6184209Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.6184398Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.6184594Z test_schema_correctness_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.6184818Z test_schema_correctness_nn_functional_avg_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.6185015Z test_schema_correctness_nn_functional_avg_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.6185220Z test_schema_correctness_nn_functional_avg_pool1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.6185415Z test_schema_correctness_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.6185610Z test_schema_correctness_nn_functional_avg_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.6185804Z test_schema_correctness_nn_functional_avg_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.6185998Z test_schema_correctness_nn_functional_avg_pool2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.6186189Z test_schema_correctness_nn_functional_avg_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:20.6186370Z test_schema_correctness_nn_functional_avg_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:20.6186565Z test_schema_correctness_nn_functional_avg_pool3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.6186758Z test_schema_correctness_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-12-01T10:53:20.6186950Z test_schema_correctness_nn_functional_batch_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-12-01T10:53:20.6187141Z test_schema_correctness_nn_functional_batch_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.140s) 2022-12-01T10:53:20.6187333Z test_schema_correctness_nn_functional_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:53:20.6187526Z test_schema_correctness_nn_functional_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-12-01T10:53:20.6187721Z test_schema_correctness_nn_functional_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:53:20.6187914Z test_schema_correctness_nn_functional_bilinear_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:53:20.6188100Z test_schema_correctness_nn_functional_bilinear_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:53:20.6188269Z test_schema_correctness_nn_functional_bilinear_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:53:20.6188459Z test_schema_correctness_nn_functional_bilinear_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:53:20.6188648Z test_schema_correctness_nn_functional_bilinear_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:53:20.6188853Z test_schema_correctness_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.6189060Z test_schema_correctness_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.6189304Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.6189521Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.6189737Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.6189927Z test_schema_correctness_nn_functional_celu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6190115Z test_schema_correctness_nn_functional_celu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6190320Z test_schema_correctness_nn_functional_celu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6190513Z test_schema_correctness_nn_functional_conv1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:20.6190709Z test_schema_correctness_nn_functional_conv1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.125s) 2022-12-01T10:53:20.6190902Z test_schema_correctness_nn_functional_conv1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.132s) 2022-12-01T10:53:20.6191091Z test_schema_correctness_nn_functional_conv1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:53:20.6191277Z test_schema_correctness_nn_functional_conv1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6191465Z test_schema_correctness_nn_functional_conv1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6192309Z test_schema_correctness_nn_functional_conv2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:896.) 2022-12-01T10:53:20.6192404Z return self.op(*args, **kwargs) 2022-12-01T10:53:20.6192474Z ok (0.071s) 2022-12-01T10:53:20.6192657Z test_schema_correctness_nn_functional_conv2d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.415s) 2022-12-01T10:53:20.6192850Z test_schema_correctness_nn_functional_conv2d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.449s) 2022-12-01T10:53:20.6193040Z test_schema_correctness_nn_functional_conv2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:53:20.6193229Z test_schema_correctness_nn_functional_conv2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-12-01T10:53:20.6193418Z test_schema_correctness_nn_functional_conv2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:53:20.6193627Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.126s) 2022-12-01T10:53:20.6193835Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.127s) 2022-12-01T10:53:20.6194038Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6194239Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6194492Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:20.6194696Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:20.6194897Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:20.6195134Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6195340Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6195541Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6195743Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:20.6195953Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.227s) 2022-12-01T10:53:20.6196181Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.221s) 2022-12-01T10:53:20.6196397Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.221s) 2022-12-01T10:53:20.6196702Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.219s) 2022-12-01T10:53:20.6196912Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.219s) 2022-12-01T10:53:20.6197118Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.218s) 2022-12-01T10:53:20.6197322Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.219s) 2022-12-01T10:53:20.6197530Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.217s) 2022-12-01T10:53:20.6197734Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.217s) 2022-12-01T10:53:20.6197942Z test_schema_correctness_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-12-01T10:53:20.6198145Z test_schema_correctness_nn_functional_cosine_similarity_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-12-01T10:53:20.6198347Z test_schema_correctness_nn_functional_cosine_similarity_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-12-01T10:53:20.6198547Z test_schema_correctness_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:53:20.6198746Z test_schema_correctness_nn_functional_cross_entropy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.6198932Z test_schema_correctness_nn_functional_cross_entropy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.6199128Z test_schema_correctness_nn_functional_ctc_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:53:20.6199322Z test_schema_correctness_nn_functional_ctc_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-12-01T10:53:20.6200346Z test_schema_correctness_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-12-01T10:53:20.6200591Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:53:20.6200660Z ok (0.042s) 2022-12-01T10:53:20.6200908Z test_schema_correctness_nn_functional_dropout2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.6201098Z test_schema_correctness_nn_functional_dropout2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.6201296Z test_schema_correctness_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:53:20.6201492Z test_schema_correctness_nn_functional_dropout3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:53:20.6201680Z test_schema_correctness_nn_functional_dropout3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:53:20.6201892Z test_schema_correctness_nn_functional_dropout_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-12-01T10:53:20.6202088Z test_schema_correctness_nn_functional_dropout_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-12-01T10:53:20.6202287Z test_schema_correctness_nn_functional_dropout_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-12-01T10:53:20.6202478Z test_schema_correctness_nn_functional_elu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6202669Z test_schema_correctness_nn_functional_elu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6202859Z test_schema_correctness_nn_functional_elu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6203061Z test_schema_correctness_nn_functional_embedding_bag_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.381s) 2022-12-01T10:53:20.6203262Z test_schema_correctness_nn_functional_embedding_bag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.389s) 2022-12-01T10:53:20.6203464Z test_schema_correctness_nn_functional_embedding_bag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.376s) 2022-12-01T10:53:20.6203663Z test_schema_correctness_nn_functional_embedding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.6203844Z test_schema_correctness_nn_functional_embedding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.6204032Z test_schema_correctness_nn_functional_embedding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.6204219Z test_schema_correctness_nn_functional_embedding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.6204440Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.6204665Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:53:20.6204889Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.6205116Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6205335Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6205560Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6205783Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6205993Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6206218Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6206471Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6206688Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6206908Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6207121Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6207368Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6207590Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6207802Z test_schema_correctness_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.185s) 2022-12-01T10:53:20.6208010Z test_schema_correctness_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.185s) 2022-12-01T10:53:20.6208218Z test_schema_correctness_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.247s) 2022-12-01T10:53:20.6208406Z test_schema_correctness_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.246s) 2022-12-01T10:53:20.6208614Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.041s) 2022-12-01T10:53:20.6208821Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.862s) 2022-12-01T10:53:20.6209025Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.846s) 2022-12-01T10:53:20.6209216Z test_schema_correctness_nn_functional_gelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6209406Z test_schema_correctness_nn_functional_gelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6209595Z test_schema_correctness_nn_functional_gelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6209783Z test_schema_correctness_nn_functional_glu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6209974Z test_schema_correctness_nn_functional_glu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:20.6210161Z test_schema_correctness_nn_functional_glu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:20.6210349Z test_schema_correctness_nn_functional_grid_sample_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.6210544Z test_schema_correctness_nn_functional_grid_sample_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.6210741Z test_schema_correctness_nn_functional_group_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6210938Z test_schema_correctness_nn_functional_group_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6211132Z test_schema_correctness_nn_functional_group_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6211334Z test_schema_correctness_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6211534Z test_schema_correctness_nn_functional_hardshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6211761Z test_schema_correctness_nn_functional_hardshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6211962Z test_schema_correctness_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6212161Z test_schema_correctness_nn_functional_hardsigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6212342Z test_schema_correctness_nn_functional_hardsigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6212537Z test_schema_correctness_nn_functional_hardswish_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6212770Z test_schema_correctness_nn_functional_hardswish_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6212965Z test_schema_correctness_nn_functional_hardswish_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6213160Z test_schema_correctness_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6213356Z test_schema_correctness_nn_functional_hardtanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6213545Z test_schema_correctness_nn_functional_hardtanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6213739Z test_schema_correctness_nn_functional_hardtanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6213928Z test_schema_correctness_nn_functional_hardtanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6214101Z test_schema_correctness_nn_functional_hardtanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6214291Z test_schema_correctness_nn_functional_hardtanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6214502Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.307s) 2022-12-01T10:53:20.6214712Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.305s) 2022-12-01T10:53:20.6214921Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.306s) 2022-12-01T10:53:20.6215120Z test_schema_correctness_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6215317Z test_schema_correctness_nn_functional_huber_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6215512Z test_schema_correctness_nn_functional_huber_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6215707Z test_schema_correctness_nn_functional_huber_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6215908Z test_schema_correctness_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.161s) 2022-12-01T10:53:20.6216093Z test_schema_correctness_nn_functional_instance_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.159s) 2022-12-01T10:53:20.6216292Z test_schema_correctness_nn_functional_instance_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.161s) 2022-12-01T10:53:20.6216497Z test_schema_correctness_nn_functional_interpolate_area_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.6216704Z test_schema_correctness_nn_functional_interpolate_area_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.6216912Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.6217120Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6217383Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6217595Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6217804Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6218012Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6218229Z test_schema_correctness_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6218435Z test_schema_correctness_nn_functional_interpolate_linear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6218644Z test_schema_correctness_nn_functional_interpolate_linear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6218852Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6219056Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6219262Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6219465Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6219680Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:20.6219888Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.6220102Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.6220882Z test_schema_correctness_nn_functional_kl_div_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2917: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-12-01T10:53:20.6221111Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:53:20.6221166Z ok (0.035s) 2022-12-01T10:53:20.6221361Z test_schema_correctness_nn_functional_kl_div_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:53:20.6221554Z test_schema_correctness_nn_functional_kl_div_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:53:20.6221747Z test_schema_correctness_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6221940Z test_schema_correctness_nn_functional_l1_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.6222132Z test_schema_correctness_nn_functional_l1_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.6222326Z test_schema_correctness_nn_functional_l1_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6222514Z test_schema_correctness_nn_functional_l1_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6222696Z test_schema_correctness_nn_functional_l1_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6222909Z test_schema_correctness_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6223104Z test_schema_correctness_nn_functional_layer_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6223300Z test_schema_correctness_nn_functional_layer_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6223499Z test_schema_correctness_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6223693Z test_schema_correctness_nn_functional_leaky_relu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6223913Z test_schema_correctness_nn_functional_leaky_relu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6224104Z test_schema_correctness_nn_functional_linear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:20.6224303Z test_schema_correctness_nn_functional_linear_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:20.6224498Z test_schema_correctness_nn_functional_linear_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:20.6224689Z test_schema_correctness_nn_functional_linear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.6224862Z test_schema_correctness_nn_functional_linear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.6225049Z test_schema_correctness_nn_functional_linear_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6225240Z test_schema_correctness_nn_functional_linear_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6225430Z test_schema_correctness_nn_functional_linear_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:20.6225622Z test_schema_correctness_nn_functional_linear_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6225813Z test_schema_correctness_nn_functional_linear_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:20.6226020Z test_schema_correctness_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-12-01T10:53:20.6226227Z test_schema_correctness_nn_functional_local_response_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:53:20.6226434Z test_schema_correctness_nn_functional_local_response_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-12-01T10:53:20.6226637Z test_schema_correctness_nn_functional_local_response_norm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-12-01T10:53:20.6226823Z test_schema_correctness_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6227023Z test_schema_correctness_nn_functional_logsigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6227220Z test_schema_correctness_nn_functional_logsigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6227426Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:53:20.6227629Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-12-01T10:53:20.6227834Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-12-01T10:53:20.6228038Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-12-01T10:53:20.6228239Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:53:20.6228471Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-12-01T10:53:20.6228674Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-12-01T10:53:20.6228858Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-12-01T10:53:20.6229054Z test_schema_correctness_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.172s) 2022-12-01T10:53:20.6229279Z test_schema_correctness_nn_functional_max_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.170s) 2022-12-01T10:53:20.6229475Z test_schema_correctness_nn_functional_max_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.127s) 2022-12-01T10:53:20.6229678Z test_schema_correctness_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (9.108s) 2022-12-01T10:53:20.6229872Z test_schema_correctness_nn_functional_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (9.085s) 2022-12-01T10:53:20.6230062Z test_schema_correctness_nn_functional_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (9.146s) 2022-12-01T10:53:20.6230253Z test_schema_correctness_nn_functional_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.805s) 2022-12-01T10:53:20.6230443Z test_schema_correctness_nn_functional_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.863s) 2022-12-01T10:53:20.6230630Z test_schema_correctness_nn_functional_max_unpool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.368s) 2022-12-01T10:53:20.6230822Z test_schema_correctness_nn_functional_max_unpool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.346s) 2022-12-01T10:53:20.6231028Z test_schema_correctness_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.076s) 2022-12-01T10:53:20.6231228Z test_schema_correctness_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.082s) 2022-12-01T10:53:20.6231423Z test_schema_correctness_nn_functional_max_unpool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.306s) 2022-12-01T10:53:20.6231616Z test_schema_correctness_nn_functional_max_unpool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.335s) 2022-12-01T10:53:20.6231819Z test_schema_correctness_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.101s) 2022-12-01T10:53:20.6232024Z test_schema_correctness_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-12-01T10:53:20.6232219Z test_schema_correctness_nn_functional_max_unpool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.151s) 2022-12-01T10:53:20.6232415Z test_schema_correctness_nn_functional_max_unpool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.152s) 2022-12-01T10:53:20.6232601Z test_schema_correctness_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:53:20.6232799Z test_schema_correctness_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:53:20.6232987Z test_schema_correctness_nn_functional_mish_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6233175Z test_schema_correctness_nn_functional_mish_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6233917Z test_schema_correctness_nn_functional_mse_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3292: UserWarning: Applying the CPU mse kernel on half-type tensors. This may be slower than using float or double-type tensors. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp:822.) 2022-12-01T10:53:20.6234116Z return torch._C._nn.mse_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction)) 2022-12-01T10:53:20.6234185Z ok (0.006s) 2022-12-01T10:53:20.6234454Z test_schema_correctness_nn_functional_mse_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6234645Z test_schema_correctness_nn_functional_mse_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6234850Z test_schema_correctness_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6235081Z test_schema_correctness_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6235280Z test_schema_correctness_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6235491Z test_schema_correctness_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6235706Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:53:20.6235917Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:53:20.6236136Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:53:20.6236334Z test_schema_correctness_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-12-01T10:53:20.6236529Z test_schema_correctness_nn_functional_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:53:20.6236833Z test_schema_correctness_nn_functional_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:53:20.6237029Z test_schema_correctness_nn_functional_normalize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:53:20.6237231Z test_schema_correctness_nn_functional_normalize_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:53:20.6237418Z test_schema_correctness_nn_functional_normalize_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:53:20.6237613Z test_schema_correctness_nn_functional_normalize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:53:20.6237803Z test_schema_correctness_nn_functional_normalize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:53:20.6237994Z test_schema_correctness_nn_functional_one_hot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:53:20.6238195Z test_schema_correctness_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.134s) 2022-12-01T10:53:20.6238390Z test_schema_correctness_nn_functional_pad_circular_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:20.6238597Z test_schema_correctness_nn_functional_pad_circular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.139s) 2022-12-01T10:53:20.6238799Z test_schema_correctness_nn_functional_pad_circular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.139s) 2022-12-01T10:53:20.6238995Z test_schema_correctness_nn_functional_pad_circular_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.134s) 2022-12-01T10:53:20.6239192Z test_schema_correctness_nn_functional_pad_circular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.144s) 2022-12-01T10:53:20.6239377Z test_schema_correctness_nn_functional_pad_circular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.133s) 2022-12-01T10:53:20.6239621Z test_schema_correctness_nn_functional_pad_circular_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.135s) 2022-12-01T10:53:20.6239814Z test_schema_correctness_nn_functional_pad_circular_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.135s) 2022-12-01T10:53:20.6240009Z test_schema_correctness_nn_functional_pad_circular_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.135s) 2022-12-01T10:53:20.6240203Z test_schema_correctness_nn_functional_pad_circular_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.135s) 2022-12-01T10:53:20.6240398Z test_schema_correctness_nn_functional_pad_circular_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.135s) 2022-12-01T10:53:20.6240630Z test_schema_correctness_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:53:20.6240827Z test_schema_correctness_nn_functional_pad_constant_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:53:20.6241031Z test_schema_correctness_nn_functional_pad_constant_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:20.6241220Z test_schema_correctness_nn_functional_pad_constant_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:20.6241418Z test_schema_correctness_nn_functional_pad_constant_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:53:20.6241613Z test_schema_correctness_nn_functional_pad_constant_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:53:20.6241814Z test_schema_correctness_nn_functional_pad_constant_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:53:20.6242011Z test_schema_correctness_nn_functional_pad_constant_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:53:20.6242207Z test_schema_correctness_nn_functional_pad_constant_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:53:20.6242399Z test_schema_correctness_nn_functional_pad_constant_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:53:20.6242594Z test_schema_correctness_nn_functional_pad_constant_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:53:20.6242786Z test_schema_correctness_nn_functional_pad_constant_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:53:20.6242990Z test_schema_correctness_nn_functional_pad_reflect_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6243176Z test_schema_correctness_nn_functional_pad_reflect_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6243376Z test_schema_correctness_nn_functional_pad_reflect_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6243569Z test_schema_correctness_nn_functional_pad_reflect_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6243779Z test_schema_correctness_nn_functional_pad_replicate_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6243982Z test_schema_correctness_nn_functional_pad_replicate_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6244181Z test_schema_correctness_nn_functional_pad_replicate_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6244382Z test_schema_correctness_nn_functional_pad_replicate_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6244596Z test_schema_correctness_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.6244803Z test_schema_correctness_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.6245041Z test_schema_correctness_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.6245231Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.6245434Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.6245637Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.6245839Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.6246067Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.6246266Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.6246469Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.6246671Z test_schema_correctness_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.6246861Z test_schema_correctness_nn_functional_pdist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6247052Z test_schema_correctness_nn_functional_pdist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6247240Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6247436Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6247638Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6247839Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6248036Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6248232Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6248433Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6248630Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6248823Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6249021Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6249202Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6249398Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6249599Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6249798Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6250003Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6250208Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6250441Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6250645Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6250841Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6251040Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6251222Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6251456Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6251658Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6251861Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6252061Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.317s) 2022-12-01T10:53:20.6252265Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.323s) 2022-12-01T10:53:20.6252467Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.320s) 2022-12-01T10:53:20.6252663Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.320s) 2022-12-01T10:53:20.6252861Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.322s) 2022-12-01T10:53:20.6253046Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.320s) 2022-12-01T10:53:20.6253245Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.321s) 2022-12-01T10:53:20.6253448Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.321s) 2022-12-01T10:53:20.6253642Z test_schema_correctness_nn_functional_prelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.6253836Z test_schema_correctness_nn_functional_prelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.6254027Z test_schema_correctness_nn_functional_prelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.6254221Z test_schema_correctness_nn_functional_relu6_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6254413Z test_schema_correctness_nn_functional_relu6_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6254603Z test_schema_correctness_nn_functional_relu6_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6254794Z test_schema_correctness_nn_functional_relu6_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6254968Z test_schema_correctness_nn_functional_relu6_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6255156Z test_schema_correctness_nn_functional_relu6_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6255346Z test_schema_correctness_nn_functional_relu6_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6255533Z test_schema_correctness_nn_functional_relu6_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6255722Z test_schema_correctness_nn_functional_relu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6255946Z test_schema_correctness_nn_functional_relu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6256137Z test_schema_correctness_nn_functional_relu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6256326Z test_schema_correctness_nn_functional_relu_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6256512Z test_schema_correctness_nn_functional_relu_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6256682Z test_schema_correctness_nn_functional_relu_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6256896Z test_schema_correctness_nn_functional_relu_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6257085Z test_schema_correctness_nn_functional_relu_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6257278Z test_schema_correctness_nn_functional_rrelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6257466Z test_schema_correctness_nn_functional_rrelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6257656Z test_schema_correctness_nn_functional_rrelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6257846Z test_schema_correctness_nn_functional_selu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6258034Z test_schema_correctness_nn_functional_selu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6258226Z test_schema_correctness_nn_functional_selu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6258430Z test_schema_correctness_nn_functional_silu_complex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6258620Z test_schema_correctness_nn_functional_silu_complex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6258808Z test_schema_correctness_nn_functional_silu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6258997Z test_schema_correctness_nn_functional_silu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6259186Z test_schema_correctness_nn_functional_silu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6259383Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6259579Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6259775Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6259974Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6260175Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6260380Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6260567Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6260761Z test_schema_correctness_nn_functional_softmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6260958Z test_schema_correctness_nn_functional_softmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6261145Z test_schema_correctness_nn_functional_softmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6261379Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-12-01T10:53:20.6261587Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:53:20.6261798Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:53:20.6262003Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-12-01T10:53:20.6262208Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:53:20.6262421Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6262622Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-12-01T10:53:20.6262826Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-12-01T10:53:20.6263028Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-12-01T10:53:20.6263227Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-12-01T10:53:20.6263426Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-12-01T10:53:20.6263623Z test_schema_correctness_nn_functional_softplus_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6263819Z test_schema_correctness_nn_functional_softplus_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6264010Z test_schema_correctness_nn_functional_softplus_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6264209Z test_schema_correctness_nn_functional_softshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6264391Z test_schema_correctness_nn_functional_softshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6264582Z test_schema_correctness_nn_functional_softshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6264778Z test_schema_correctness_nn_functional_softsign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6264976Z test_schema_correctness_nn_functional_softsign_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6265177Z test_schema_correctness_nn_functional_softsign_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6265374Z test_schema_correctness_nn_functional_softsign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6265566Z test_schema_correctness_nn_functional_softsign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6265752Z test_schema_correctness_nn_functional_softsign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6265944Z test_schema_correctness_nn_functional_softsign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6266137Z test_schema_correctness_nn_functional_softsign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6266311Z test_schema_correctness_nn_functional_softsign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6266501Z test_schema_correctness_nn_functional_softsign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6266718Z test_schema_correctness_nn_functional_softsign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6266916Z test_schema_correctness_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6267115Z test_schema_correctness_nn_functional_tanhshrink_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6267313Z test_schema_correctness_nn_functional_tanhshrink_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6267511Z test_schema_correctness_nn_functional_tanhshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6267729Z test_schema_correctness_nn_functional_tanhshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6267924Z test_schema_correctness_nn_functional_tanhshrink_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6268103Z test_schema_correctness_nn_functional_tanhshrink_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6268291Z test_schema_correctness_nn_functional_tanhshrink_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6268486Z test_schema_correctness_nn_functional_tanhshrink_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6268677Z test_schema_correctness_nn_functional_tanhshrink_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6268868Z test_schema_correctness_nn_functional_threshold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6269067Z test_schema_correctness_nn_functional_threshold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6269260Z test_schema_correctness_nn_functional_threshold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6269454Z test_schema_correctness_nn_functional_threshold_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6269640Z test_schema_correctness_nn_functional_threshold_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6269826Z test_schema_correctness_nn_functional_threshold_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6270004Z test_schema_correctness_nn_functional_threshold_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6270198Z test_schema_correctness_nn_functional_threshold_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6270405Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.6270616Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:53:20.6270831Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:20.6271037Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.6271240Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:20.6271443Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:20.6271643Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:20.6271847Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:20.6272036Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:20.6272264Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:20.6272484Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.6272709Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:53:20.6272933Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:53:20.6273178Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.6273396Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.6273624Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.6273838Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.6274052Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.6274268Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.6274559Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.6274758Z test_schema_correctness_nn_functional_unfold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.244s) 2022-12-01T10:53:20.6274955Z test_schema_correctness_nn_functional_unfold_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.276s) 2022-12-01T10:53:20.6275152Z test_schema_correctness_nn_functional_unfold_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.271s) 2022-12-01T10:53:20.6275345Z test_schema_correctness_nn_functional_unfold_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.244s) 2022-12-01T10:53:20.6275532Z test_schema_correctness_nn_functional_unfold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.248s) 2022-12-01T10:53:20.6275716Z test_schema_correctness_nn_functional_unfold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.253s) 2022-12-01T10:53:20.6276327Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4070: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:53:20.6276528Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:53:20.6276702Z ok (0.004s) 2022-12-01T10:53:20.6276896Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6277102Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6277672Z test_schema_correctness_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:53:20.6277869Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:53:20.6277938Z ok (0.009s) 2022-12-01T10:53:20.6278192Z test_schema_correctness_nn_functional_upsample_nearest_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6278397Z test_schema_correctness_nn_functional_upsample_nearest_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6278598Z test_schema_correctness_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6278782Z test_schema_correctness_nonzero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.6278964Z test_schema_correctness_nonzero_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.6279171Z test_schema_correctness_nonzero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.6279356Z test_schema_correctness_nonzero_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6279541Z test_schema_correctness_nonzero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.6279724Z test_schema_correctness_nonzero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.6279903Z test_schema_correctness_nonzero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.6280078Z test_schema_correctness_nonzero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.6280254Z test_schema_correctness_nonzero_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.6280425Z test_schema_correctness_nonzero_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.6280599Z test_schema_correctness_nonzero_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.6280761Z test_schema_correctness_nonzero_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.6280939Z test_schema_correctness_nonzero_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.6281111Z test_schema_correctness_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:53:20.6281290Z test_schema_correctness_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:53:20.6281467Z test_schema_correctness_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:53:20.6281642Z test_schema_correctness_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:53:20.6281812Z test_schema_correctness_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:53:20.6281982Z test_schema_correctness_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:53:20.6282165Z test_schema_correctness_norm_fro_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.6282352Z test_schema_correctness_norm_fro_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:53:20.6282551Z test_schema_correctness_norm_fro_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.6282731Z test_schema_correctness_norm_fro_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.6282908Z test_schema_correctness_norm_fro_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.6283087Z test_schema_correctness_norm_inf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6283275Z test_schema_correctness_norm_inf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6283464Z test_schema_correctness_norm_inf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6283640Z test_schema_correctness_norm_inf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6283845Z test_schema_correctness_norm_inf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6284008Z test_schema_correctness_norm_inf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6284190Z test_schema_correctness_norm_nuc_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6284371Z test_schema_correctness_norm_nuc_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6284546Z test_schema_correctness_norm_nuc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6284744Z test_schema_correctness_norm_nuc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6284927Z test_schema_correctness_normal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6285110Z test_schema_correctness_normal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6285289Z test_schema_correctness_normal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6285459Z test_schema_correctness_normal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6285638Z test_schema_correctness_normal_number_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6285828Z test_schema_correctness_normal_number_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6286019Z test_schema_correctness_normal_number_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6286208Z test_schema_correctness_normal_number_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6286384Z test_schema_correctness_ones_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6286558Z test_schema_correctness_ones_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6286737Z test_schema_correctness_ones_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6286912Z test_schema_correctness_ones_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6287089Z test_schema_correctness_ones_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6287249Z test_schema_correctness_ones_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6287420Z test_schema_correctness_ones_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6287589Z test_schema_correctness_ones_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6287760Z test_schema_correctness_ones_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6287933Z test_schema_correctness_ones_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6288104Z test_schema_correctness_ones_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6288275Z test_schema_correctness_ones_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6288445Z test_schema_correctness_ones_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6288630Z test_schema_correctness_ones_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.6288794Z test_schema_correctness_ones_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.6288980Z test_schema_correctness_ones_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.6289163Z test_schema_correctness_ones_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6289374Z test_schema_correctness_ones_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.6289555Z test_schema_correctness_ones_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.6289730Z test_schema_correctness_ones_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.6289912Z test_schema_correctness_ones_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.6290088Z test_schema_correctness_ones_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.6290261Z test_schema_correctness_ones_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.6290453Z test_schema_correctness_ones_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.6290631Z test_schema_correctness_ones_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.6290807Z test_schema_correctness_ones_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.6290985Z test_schema_correctness_ormqr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.152s) 2022-12-01T10:53:20.6291155Z test_schema_correctness_ormqr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.154s) 2022-12-01T10:53:20.6291332Z test_schema_correctness_ormqr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.134s) 2022-12-01T10:53:20.6291506Z test_schema_correctness_ormqr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.129s) 2022-12-01T10:53:20.6291683Z test_schema_correctness_outer_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6291857Z test_schema_correctness_outer_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6292025Z test_schema_correctness_outer_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6292203Z test_schema_correctness_outer_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6292379Z test_schema_correctness_outer_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6292551Z test_schema_correctness_outer_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6292719Z test_schema_correctness_outer_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6292892Z test_schema_correctness_outer_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6293067Z test_schema_correctness_outer_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6293237Z test_schema_correctness_outer_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6293412Z test_schema_correctness_outer_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6293569Z test_schema_correctness_outer_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6293753Z test_schema_correctness_pca_lowrank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.400s) 2022-12-01T10:53:20.6293935Z test_schema_correctness_pca_lowrank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.318s) 2022-12-01T10:53:20.6294114Z test_schema_correctness_permute_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.6294290Z test_schema_correctness_permute_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.6294475Z test_schema_correctness_permute_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.6294656Z test_schema_correctness_permute_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6294865Z test_schema_correctness_permute_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.6295028Z test_schema_correctness_permute_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.6295202Z test_schema_correctness_permute_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.6295369Z test_schema_correctness_permute_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.6295542Z test_schema_correctness_permute_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.6295711Z test_schema_correctness_permute_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.6295913Z test_schema_correctness_permute_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.6296091Z test_schema_correctness_permute_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.6296267Z test_schema_correctness_permute_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.6296449Z test_schema_correctness_pinverse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.451s) 2022-12-01T10:53:20.6296621Z test_schema_correctness_pinverse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.443s) 2022-12-01T10:53:20.6296800Z test_schema_correctness_pinverse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.441s) 2022-12-01T10:53:20.6296979Z test_schema_correctness_pinverse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.444s) 2022-12-01T10:53:20.6297155Z test_schema_correctness_polar_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6297332Z test_schema_correctness_polar_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6297532Z test_schema_correctness_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6297730Z test_schema_correctness_polygamma_polygamma_n_0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6297925Z test_schema_correctness_polygamma_polygamma_n_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6298112Z test_schema_correctness_polygamma_polygamma_n_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6298304Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6298484Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6298670Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6298861Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6299048Z test_schema_correctness_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6299240Z test_schema_correctness_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6299428Z test_schema_correctness_polygamma_polygamma_n_1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6299619Z test_schema_correctness_polygamma_polygamma_n_1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6299806Z test_schema_correctness_polygamma_polygamma_n_1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6300002Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6300176Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6300389Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6300581Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6300776Z test_schema_correctness_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6300974Z test_schema_correctness_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6301161Z test_schema_correctness_polygamma_polygamma_n_2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6301412Z test_schema_correctness_polygamma_polygamma_n_2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6301606Z test_schema_correctness_polygamma_polygamma_n_2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6301798Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6301983Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6302153Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6302346Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6302538Z test_schema_correctness_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6302736Z test_schema_correctness_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6302927Z test_schema_correctness_polygamma_polygamma_n_3_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6303124Z test_schema_correctness_polygamma_polygamma_n_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6303315Z test_schema_correctness_polygamma_polygamma_n_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6303505Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6303689Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6303869Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6304063Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6304250Z test_schema_correctness_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6304445Z test_schema_correctness_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6304633Z test_schema_correctness_polygamma_polygamma_n_4_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6304824Z test_schema_correctness_polygamma_polygamma_n_4_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6305011Z test_schema_correctness_polygamma_polygamma_n_4_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6305197Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6305387Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6305574Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6305779Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6305965Z test_schema_correctness_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6306146Z test_schema_correctness_positive_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6306329Z test_schema_correctness_positive_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6306512Z test_schema_correctness_positive_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6306725Z test_schema_correctness_positive_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6306905Z test_schema_correctness_positive_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6307081Z test_schema_correctness_positive_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6307264Z test_schema_correctness_positive_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6307430Z test_schema_correctness_positive_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6307603Z test_schema_correctness_positive_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6307772Z test_schema_correctness_positive_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6307949Z test_schema_correctness_positive_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6308126Z test_schema_correctness_positive_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6308301Z test_schema_correctness_pow_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6308476Z test_schema_correctness_pow_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6308652Z test_schema_correctness_pow_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6308825Z test_schema_correctness_pow_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6308985Z test_schema_correctness_pow_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6309157Z test_schema_correctness_pow_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6309327Z test_schema_correctness_pow_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6309500Z test_schema_correctness_pow_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6309668Z test_schema_correctness_pow_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6309839Z test_schema_correctness_pow_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6310006Z test_schema_correctness_pow_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6310175Z test_schema_correctness_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6310340Z test_schema_correctness_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6310517Z test_schema_correctness_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6310691Z test_schema_correctness_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:53:20.6310863Z test_schema_correctness_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:53:20.6311035Z test_schema_correctness_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6311207Z test_schema_correctness_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6311408Z test_schema_correctness_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6311577Z test_schema_correctness_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6311746Z test_schema_correctness_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6311999Z test_schema_correctness_put_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... Exception ignored in: . at 0x7fb163804450> 2022-12-01T10:53:20.6312094Z Traceback (most recent call last): 2022-12-01T10:53:20.6312445Z File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py", line 4357, in 2022-12-01T10:53:20.6312556Z tgt_gen = (make_arg(size) for size in tgt_sizes) 2022-12-01T10:53:20.6312668Z SystemError: error return without exception set 2022-12-01T10:53:20.6312739Z ok (0.016s) 2022-12-01T10:53:20.6312912Z test_schema_correctness_put_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.6313091Z test_schema_correctness_put_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.6313256Z test_schema_correctness_put_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.6313431Z test_schema_correctness_put_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.6313603Z test_schema_correctness_put_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.6313776Z test_schema_correctness_put_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.6313947Z test_schema_correctness_put_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.6314116Z test_schema_correctness_put_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.6314288Z test_schema_correctness_put_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.6314542Z test_schema_correctness_put_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.6314715Z test_schema_correctness_put_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.6315264Z test_schema_correctness_qr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T10:53:20.6315478Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:53:20.6315559Z Q, R = torch.qr(A, some) 2022-12-01T10:53:20.6315641Z should be replaced with 2022-12-01T10:53:20.6315993Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2355.) 2022-12-01T10:53:20.6316086Z return self.op(*args, **kwargs) 2022-12-01T10:53:20.6316152Z ok (0.026s) 2022-12-01T10:53:20.6316328Z test_schema_correctness_qr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:20.6316489Z test_schema_correctness_qr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:20.6316769Z test_schema_correctness_qr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:53:20.6316947Z test_schema_correctness_quantile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.423s) 2022-12-01T10:53:20.6317129Z test_schema_correctness_quantile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.222s) 2022-12-01T10:53:20.6317311Z test_schema_correctness_rad2deg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6317542Z test_schema_correctness_rad2deg_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6317721Z test_schema_correctness_rad2deg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6317894Z test_schema_correctness_rad2deg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6318064Z test_schema_correctness_rad2deg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6318225Z test_schema_correctness_rad2deg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6318403Z test_schema_correctness_rad2deg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6318608Z test_schema_correctness_rad2deg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6318784Z test_schema_correctness_rad2deg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6318957Z test_schema_correctness_rad2deg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6319138Z test_schema_correctness_rand_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:20.6319324Z test_schema_correctness_rand_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:20.6319510Z test_schema_correctness_rand_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6319694Z test_schema_correctness_rand_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:20.6319861Z test_schema_correctness_rand_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.6320044Z test_schema_correctness_rand_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.6320219Z test_schema_correctness_rand_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.6320414Z test_schema_correctness_randint_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:53:20.6320625Z test_schema_correctness_randint_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:53:20.6320884Z test_schema_correctness_randint_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:53:20.6321232Z test_schema_correctness_randint_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:53:20.6321573Z test_schema_correctness_randint_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:53:20.6321791Z test_schema_correctness_randint_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:53:20.6321961Z test_schema_correctness_randint_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:53:20.6322144Z test_schema_correctness_randint_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:53:20.6322325Z test_schema_correctness_randint_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:53:20.6322500Z test_schema_correctness_randn_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6322679Z test_schema_correctness_randn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6322859Z test_schema_correctness_randn_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6323033Z test_schema_correctness_randn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6323209Z test_schema_correctness_randn_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6323382Z test_schema_correctness_randn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6323575Z test_schema_correctness_randn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6323756Z test_schema_correctness_randn_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.6323943Z test_schema_correctness_randn_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:20.6324125Z test_schema_correctness_randn_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6324305Z test_schema_correctness_randn_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:20.6324483Z test_schema_correctness_randn_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.6324689Z test_schema_correctness_randn_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.6324867Z test_schema_correctness_randn_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.6325046Z test_schema_correctness_ravel_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.6325205Z test_schema_correctness_ravel_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.6325389Z test_schema_correctness_ravel_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:20.6325566Z test_schema_correctness_ravel_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6325738Z test_schema_correctness_ravel_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:20.6325910Z test_schema_correctness_ravel_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.6326086Z test_schema_correctness_ravel_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.6326256Z test_schema_correctness_ravel_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.6326427Z test_schema_correctness_ravel_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.6326597Z test_schema_correctness_ravel_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.6326756Z test_schema_correctness_ravel_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.6326928Z test_schema_correctness_ravel_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:20.6327099Z test_schema_correctness_ravel_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.6327274Z test_schema_correctness_real_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6327446Z test_schema_correctness_real_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6327619Z test_schema_correctness_real_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6327799Z test_schema_correctness_real_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6327971Z test_schema_correctness_real_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6328144Z test_schema_correctness_real_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6328299Z test_schema_correctness_real_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6328464Z test_schema_correctness_real_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6328635Z test_schema_correctness_real_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6328810Z test_schema_correctness_real_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6328980Z test_schema_correctness_real_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6329180Z test_schema_correctness_real_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6329349Z test_schema_correctness_real_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6329536Z test_schema_correctness_reciprocal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6329703Z test_schema_correctness_reciprocal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6329891Z test_schema_correctness_reciprocal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6330077Z test_schema_correctness_reciprocal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6330306Z test_schema_correctness_reciprocal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6330485Z test_schema_correctness_reciprocal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6330671Z test_schema_correctness_reciprocal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6330849Z test_schema_correctness_reciprocal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6331027Z test_schema_correctness_reciprocal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6331204Z test_schema_correctness_reciprocal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6331369Z test_schema_correctness_reciprocal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6331549Z test_schema_correctness_reciprocal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6331728Z test_schema_correctness_remainder_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6331912Z test_schema_correctness_remainder_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6332092Z test_schema_correctness_remainder_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6332266Z test_schema_correctness_remainder_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6332442Z test_schema_correctness_remainder_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6332614Z test_schema_correctness_remainder_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6332783Z test_schema_correctness_remainder_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6332950Z test_schema_correctness_remainder_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6333126Z test_schema_correctness_remainder_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6333301Z test_schema_correctness_renorm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6333479Z test_schema_correctness_renorm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6333655Z test_schema_correctness_renorm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6333831Z test_schema_correctness_renorm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6334004Z test_schema_correctness_renorm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6334174Z test_schema_correctness_renorm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6334352Z test_schema_correctness_repeat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:53:20.6334512Z test_schema_correctness_repeat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.6334722Z test_schema_correctness_repeat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:20.6334900Z test_schema_correctness_repeat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:20.6335075Z test_schema_correctness_repeat_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.6335246Z test_schema_correctness_repeat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.6335415Z test_schema_correctness_repeat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.6335587Z test_schema_correctness_repeat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.6335790Z test_schema_correctness_repeat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.6335958Z test_schema_correctness_repeat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.6336120Z test_schema_correctness_repeat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.6336293Z test_schema_correctness_repeat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.6336488Z test_schema_correctness_repeat_interleave_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.6336677Z test_schema_correctness_repeat_interleave_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.6336871Z test_schema_correctness_repeat_interleave_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.6337066Z test_schema_correctness_repeat_interleave_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6337258Z test_schema_correctness_repeat_interleave_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.6337452Z test_schema_correctness_repeat_interleave_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.6337640Z test_schema_correctness_repeat_interleave_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.6337817Z test_schema_correctness_repeat_interleave_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.6338003Z test_schema_correctness_repeat_interleave_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.6338187Z test_schema_correctness_repeat_interleave_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.6338371Z test_schema_correctness_repeat_interleave_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.6338560Z test_schema_correctness_repeat_interleave_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.6338741Z test_schema_correctness_repeat_interleave_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.6338924Z test_schema_correctness_reshape_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6339100Z test_schema_correctness_reshape_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6339284Z test_schema_correctness_reshape_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6339467Z test_schema_correctness_reshape_as_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6339637Z test_schema_correctness_reshape_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6339817Z test_schema_correctness_reshape_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6339988Z test_schema_correctness_reshape_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6340196Z test_schema_correctness_reshape_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6340373Z test_schema_correctness_reshape_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6340553Z test_schema_correctness_reshape_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6340726Z test_schema_correctness_reshape_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6340901Z test_schema_correctness_reshape_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6341075Z test_schema_correctness_reshape_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6341268Z test_schema_correctness_reshape_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:53:20.6341443Z test_schema_correctness_reshape_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:53:20.6341628Z test_schema_correctness_reshape_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:53:20.6341806Z test_schema_correctness_reshape_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6341987Z test_schema_correctness_reshape_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:53:20.6342163Z test_schema_correctness_reshape_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:53:20.6342333Z test_schema_correctness_reshape_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:53:20.6342500Z test_schema_correctness_reshape_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:53:20.6342665Z test_schema_correctness_reshape_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:53:20.6342834Z test_schema_correctness_reshape_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:53:20.6343003Z test_schema_correctness_reshape_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:53:20.6343176Z test_schema_correctness_reshape_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:53:20.6343344Z test_schema_correctness_reshape_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:53:20.6343521Z test_schema_correctness_resize__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.6343694Z test_schema_correctness_resize__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.6343876Z test_schema_correctness_resize__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.6344056Z test_schema_correctness_resize__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.6344220Z test_schema_correctness_resize__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.6344389Z test_schema_correctness_resize__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.6344558Z test_schema_correctness_resize__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.6344728Z test_schema_correctness_resize__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.6344896Z test_schema_correctness_resize__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.6345060Z test_schema_correctness_resize__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.6345232Z test_schema_correctness_resize__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.6345402Z test_schema_correctness_resize__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.6345583Z test_schema_correctness_resize_as__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6345770Z test_schema_correctness_resize_as__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6345953Z test_schema_correctness_resize_as__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6346136Z test_schema_correctness_resize_as__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6346316Z test_schema_correctness_resize_as__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6346496Z test_schema_correctness_resize_as__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6346701Z test_schema_correctness_resize_as__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6346876Z test_schema_correctness_resize_as__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6347049Z test_schema_correctness_resize_as__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6347225Z test_schema_correctness_resize_as__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6347385Z test_schema_correctness_resize_as__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6347560Z test_schema_correctness_resize_as__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6347746Z test_schema_correctness_resolve_conj_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6347924Z test_schema_correctness_resolve_conj_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6348112Z test_schema_correctness_resolve_conj_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6348298Z test_schema_correctness_resolve_conj_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6348483Z test_schema_correctness_resolve_conj_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6348666Z test_schema_correctness_resolve_conj_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6348846Z test_schema_correctness_resolve_conj_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6349012Z test_schema_correctness_resolve_conj_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6349192Z test_schema_correctness_resolve_conj_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6349372Z test_schema_correctness_resolve_conj_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6349551Z test_schema_correctness_resolve_conj_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6349731Z test_schema_correctness_resolve_conj_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6349913Z test_schema_correctness_resolve_neg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6350091Z test_schema_correctness_resolve_neg_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6350278Z test_schema_correctness_resolve_neg_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6350461Z test_schema_correctness_resolve_neg_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6350633Z test_schema_correctness_resolve_neg_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6350815Z test_schema_correctness_resolve_neg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6350997Z test_schema_correctness_resolve_neg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6351206Z test_schema_correctness_resolve_neg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6351385Z test_schema_correctness_resolve_neg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6351560Z test_schema_correctness_resolve_neg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6351736Z test_schema_correctness_resolve_neg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6351916Z test_schema_correctness_resolve_neg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6352092Z test_schema_correctness_resolve_neg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6352280Z test_schema_correctness_roll_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.6352454Z test_schema_correctness_roll_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:20.6352633Z test_schema_correctness_roll_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.6352812Z test_schema_correctness_roll_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6352985Z test_schema_correctness_roll_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:20.6353158Z test_schema_correctness_roll_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.6353332Z test_schema_correctness_roll_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.6353500Z test_schema_correctness_roll_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.6353672Z test_schema_correctness_roll_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:20.6353830Z test_schema_correctness_roll_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.6354001Z test_schema_correctness_roll_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.6354171Z test_schema_correctness_roll_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.6354338Z test_schema_correctness_roll_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.6354596Z test_schema_correctness_rot90_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:53:20.6354766Z test_schema_correctness_rot90_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6354945Z test_schema_correctness_rot90_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:20.6355123Z test_schema_correctness_rot90_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:20.6355297Z test_schema_correctness_rot90_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:53:20.6355456Z test_schema_correctness_rot90_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:53:20.6355622Z test_schema_correctness_rot90_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6355792Z test_schema_correctness_rot90_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6355963Z test_schema_correctness_rot90_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:53:20.6356131Z test_schema_correctness_rot90_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6356303Z test_schema_correctness_rot90_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6356474Z test_schema_correctness_rot90_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6356766Z test_schema_correctness_round_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6356998Z test_schema_correctness_round_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6357155Z test_schema_correctness_round_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6357324Z test_schema_correctness_round_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6357496Z test_schema_correctness_round_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6357664Z test_schema_correctness_round_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6357834Z test_schema_correctness_round_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6358033Z test_schema_correctness_round_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6358225Z test_schema_correctness_round_decimals_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6358415Z test_schema_correctness_round_decimals_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6358603Z test_schema_correctness_round_decimals_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6358776Z test_schema_correctness_round_decimals_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6358960Z test_schema_correctness_round_decimals_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6359140Z test_schema_correctness_round_decimals_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6359339Z test_schema_correctness_round_decimals_neg_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6359528Z test_schema_correctness_round_decimals_neg_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6359717Z test_schema_correctness_round_decimals_neg_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6359893Z test_schema_correctness_rsqrt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6360066Z test_schema_correctness_rsqrt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6360246Z test_schema_correctness_rsqrt_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6360411Z test_schema_correctness_rsqrt_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6360586Z test_schema_correctness_rsqrt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6360757Z test_schema_correctness_rsqrt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6360929Z test_schema_correctness_rsqrt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6361102Z test_schema_correctness_rsqrt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6361271Z test_schema_correctness_rsqrt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6361444Z test_schema_correctness_rsqrt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6361613Z test_schema_correctness_rsqrt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6361789Z test_schema_correctness_rsub_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6361954Z test_schema_correctness_rsub_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6362131Z test_schema_correctness_rsub_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6362302Z test_schema_correctness_rsub_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6362503Z test_schema_correctness_rsub_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6362670Z test_schema_correctness_rsub_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6362838Z test_schema_correctness_rsub_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6363007Z test_schema_correctness_rsub_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6363177Z test_schema_correctness_rsub_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6363335Z test_schema_correctness_rsub_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6363529Z test_schema_correctness_rsub_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6363719Z test_schema_correctness_scatter_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6363901Z test_schema_correctness_scatter_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6364088Z test_schema_correctness_scatter_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6364274Z test_schema_correctness_scatter_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6364457Z test_schema_correctness_scatter_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6364638Z test_schema_correctness_scatter_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6364817Z test_schema_correctness_scatter_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6364984Z test_schema_correctness_scatter_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6365167Z test_schema_correctness_scatter_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6365345Z test_schema_correctness_scatter_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6365526Z test_schema_correctness_scatter_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6365705Z test_schema_correctness_scatter_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6365884Z test_schema_correctness_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.6366059Z test_schema_correctness_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:20.6366241Z test_schema_correctness_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.6366420Z test_schema_correctness_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.6366587Z test_schema_correctness_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.6366757Z test_schema_correctness_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.6366930Z test_schema_correctness_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.6367102Z test_schema_correctness_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.6367269Z test_schema_correctness_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.6367441Z test_schema_correctness_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.6367614Z test_schema_correctness_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.6367786Z test_schema_correctness_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.6368552Z test_schema_correctness_scatter_reduce_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1615.) 2022-12-01T10:53:20.6368644Z return self.op(*args, **kwargs) 2022-12-01T10:53:20.6368698Z ok (0.020s) 2022-12-01T10:53:20.6368888Z test_schema_correctness_scatter_reduce_amax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.6369082Z test_schema_correctness_scatter_reduce_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:20.6369313Z test_schema_correctness_scatter_reduce_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:20.6369505Z test_schema_correctness_scatter_reduce_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.6369702Z test_schema_correctness_scatter_reduce_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.6369891Z test_schema_correctness_scatter_reduce_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.6370077Z test_schema_correctness_scatter_reduce_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.6370264Z test_schema_correctness_scatter_reduce_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.6370436Z test_schema_correctness_scatter_reduce_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.6370631Z test_schema_correctness_scatter_reduce_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:20.6370817Z test_schema_correctness_scatter_reduce_amin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.6371010Z test_schema_correctness_scatter_reduce_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:20.6371199Z test_schema_correctness_scatter_reduce_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:20.6371387Z test_schema_correctness_scatter_reduce_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.6371574Z test_schema_correctness_scatter_reduce_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.6371760Z test_schema_correctness_scatter_reduce_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.6371946Z test_schema_correctness_scatter_reduce_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.6372119Z test_schema_correctness_scatter_reduce_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.6372304Z test_schema_correctness_scatter_reduce_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.6372498Z test_schema_correctness_scatter_reduce_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:20.6372684Z test_schema_correctness_scatter_reduce_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:20.6372873Z test_schema_correctness_scatter_reduce_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:20.6373060Z test_schema_correctness_scatter_reduce_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:20.6373250Z test_schema_correctness_scatter_reduce_mean_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.6373433Z test_schema_correctness_scatter_reduce_mean_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.6373645Z test_schema_correctness_scatter_reduce_mean_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.6373832Z test_schema_correctness_scatter_reduce_mean_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.6374005Z test_schema_correctness_scatter_reduce_mean_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.6374201Z test_schema_correctness_scatter_reduce_prod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:20.6374389Z test_schema_correctness_scatter_reduce_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.6374582Z test_schema_correctness_scatter_reduce_prod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:20.6374800Z test_schema_correctness_scatter_reduce_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:20.6374990Z test_schema_correctness_scatter_reduce_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.6375178Z test_schema_correctness_scatter_reduce_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.6375363Z test_schema_correctness_scatter_reduce_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.6375547Z test_schema_correctness_scatter_reduce_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.6375720Z test_schema_correctness_scatter_reduce_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.6375903Z test_schema_correctness_scatter_reduce_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.6376096Z test_schema_correctness_scatter_reduce_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:20.6376283Z test_schema_correctness_scatter_reduce_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.6376476Z test_schema_correctness_scatter_reduce_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:20.6376664Z test_schema_correctness_scatter_reduce_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:20.6376852Z test_schema_correctness_scatter_reduce_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.6377037Z test_schema_correctness_scatter_reduce_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.6377225Z test_schema_correctness_scatter_reduce_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.6377398Z test_schema_correctness_scatter_reduce_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:20.6377583Z test_schema_correctness_scatter_reduce_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.6377767Z test_schema_correctness_scatter_reduce_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:20.6378764Z test_schema_correctness_searchsorted_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.searchsorted(): input value tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous input value tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:35.) 2022-12-01T10:53:20.6378858Z return self.op(*args, **kwargs) 2022-12-01T10:53:20.6379682Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.searchsorted(): boundary tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous boundary tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:41.) 2022-12-01T10:53:20.6379805Z return self.op(*args, **kwargs) 2022-12-01T10:53:20.6379874Z ok (0.151s) 2022-12-01T10:53:20.6380062Z test_schema_correctness_searchsorted_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.154s) 2022-12-01T10:53:20.6380251Z test_schema_correctness_searchsorted_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.153s) 2022-12-01T10:53:20.6380433Z test_schema_correctness_searchsorted_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.151s) 2022-12-01T10:53:20.6380644Z test_schema_correctness_searchsorted_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.150s) 2022-12-01T10:53:20.6380812Z test_schema_correctness_searchsorted_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.151s) 2022-12-01T10:53:20.6380996Z test_schema_correctness_searchsorted_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.151s) 2022-12-01T10:53:20.6381179Z test_schema_correctness_searchsorted_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.149s) 2022-12-01T10:53:20.6381362Z test_schema_correctness_searchsorted_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.150s) 2022-12-01T10:53:20.6381560Z test_schema_correctness_segment_reduce_lengths_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-12-01T10:53:20.6381754Z test_schema_correctness_segment_reduce_lengths_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-12-01T10:53:20.6381946Z test_schema_correctness_segment_reduce_lengths_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.089s) 2022-12-01T10:53:20.6382130Z test_schema_correctness_segment_reduce_lengths_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-12-01T10:53:20.6382325Z test_schema_correctness_segment_reduce_offsets_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-12-01T10:53:20.6382507Z test_schema_correctness_segment_reduce_offsets_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.090s) 2022-12-01T10:53:20.6382697Z test_schema_correctness_segment_reduce_offsets_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.089s) 2022-12-01T10:53:20.6382881Z test_schema_correctness_segment_reduce_offsets_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-12-01T10:53:20.6383060Z test_schema_correctness_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6383235Z test_schema_correctness_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6383421Z test_schema_correctness_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6383601Z test_schema_correctness_select_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6383783Z test_schema_correctness_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6383961Z test_schema_correctness_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6384126Z test_schema_correctness_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6384297Z test_schema_correctness_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6384471Z test_schema_correctness_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6384641Z test_schema_correctness_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6384807Z test_schema_correctness_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6385007Z test_schema_correctness_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6385180Z test_schema_correctness_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6385369Z test_schema_correctness_select_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6385553Z test_schema_correctness_select_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6385728Z test_schema_correctness_select_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6385912Z test_schema_correctness_select_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6386125Z test_schema_correctness_select_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6386311Z test_schema_correctness_select_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6386495Z test_schema_correctness_select_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6386671Z test_schema_correctness_select_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6386854Z test_schema_correctness_select_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6387034Z test_schema_correctness_select_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6387207Z test_schema_correctness_sgn_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6387364Z test_schema_correctness_sgn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6387542Z test_schema_correctness_sgn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6387716Z test_schema_correctness_sgn_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6387890Z test_schema_correctness_sgn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6388063Z test_schema_correctness_sgn_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6388234Z test_schema_correctness_sgn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6388406Z test_schema_correctness_sgn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6388573Z test_schema_correctness_sgn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6388742Z test_schema_correctness_sgn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6388900Z test_schema_correctness_sgn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6389070Z test_schema_correctness_sgn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6389238Z test_schema_correctness_sgn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6389415Z test_schema_correctness_short_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.6389587Z test_schema_correctness_short_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.6389765Z test_schema_correctness_short_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.6389943Z test_schema_correctness_short_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.6390113Z test_schema_correctness_short_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.6390286Z test_schema_correctness_short_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.6390444Z test_schema_correctness_short_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.6390681Z test_schema_correctness_short_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.6390851Z test_schema_correctness_short_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.6391018Z test_schema_correctness_short_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.6391187Z test_schema_correctness_short_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.6391355Z test_schema_correctness_short_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.6391536Z test_schema_correctness_sigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6391738Z test_schema_correctness_sigmoid_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6391922Z test_schema_correctness_sigmoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6392092Z test_schema_correctness_sigmoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6392266Z test_schema_correctness_sigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6392442Z test_schema_correctness_sigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6392618Z test_schema_correctness_sigmoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6392786Z test_schema_correctness_sigmoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6392958Z test_schema_correctness_sigmoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6393131Z test_schema_correctness_sigmoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6393305Z test_schema_correctness_sigmoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6393463Z test_schema_correctness_sign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6393631Z test_schema_correctness_sign_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6393804Z test_schema_correctness_sign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6393974Z test_schema_correctness_sign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6394139Z test_schema_correctness_sign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6394310Z test_schema_correctness_sign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6394550Z test_schema_correctness_sign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6394723Z test_schema_correctness_sign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6394893Z test_schema_correctness_sign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6395049Z test_schema_correctness_sign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6395230Z test_schema_correctness_signbit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6395404Z test_schema_correctness_signbit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6395581Z test_schema_correctness_signbit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6395753Z test_schema_correctness_signbit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6395924Z test_schema_correctness_signbit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6396097Z test_schema_correctness_signbit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6396298Z test_schema_correctness_signbit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6396472Z test_schema_correctness_signbit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6396754Z test_schema_correctness_signbit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6396927Z test_schema_correctness_signbit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6397098Z test_schema_correctness_sin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6397266Z test_schema_correctness_sin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6397487Z test_schema_correctness_sin_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6397664Z test_schema_correctness_sin_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6397837Z test_schema_correctness_sin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6398007Z test_schema_correctness_sin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6398175Z test_schema_correctness_sin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6398329Z test_schema_correctness_sin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6398499Z test_schema_correctness_sin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6398666Z test_schema_correctness_sin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6398838Z test_schema_correctness_sin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6399008Z test_schema_correctness_sinc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6399176Z test_schema_correctness_sinc_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6399359Z test_schema_correctness_sinc_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6399540Z test_schema_correctness_sinc_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6399699Z test_schema_correctness_sinc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6399865Z test_schema_correctness_sinc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6400038Z test_schema_correctness_sinc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6400210Z test_schema_correctness_sinc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6400380Z test_schema_correctness_sinc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6400549Z test_schema_correctness_sinc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6400718Z test_schema_correctness_sinc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6400897Z test_schema_correctness_sinh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6401062Z test_schema_correctness_sinh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6401226Z test_schema_correctness_sinh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6401400Z test_schema_correctness_sinh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6401571Z test_schema_correctness_sinh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6401743Z test_schema_correctness_sinh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6401945Z test_schema_correctness_sinh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6402114Z test_schema_correctness_sinh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6402283Z test_schema_correctness_sinh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6402451Z test_schema_correctness_sinh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6402617Z test_schema_correctness_sinh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6402782Z test_schema_correctness_slice_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6402975Z test_schema_correctness_slice_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6403155Z test_schema_correctness_slice_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6403333Z test_schema_correctness_slice_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6403511Z test_schema_correctness_slice_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6403684Z test_schema_correctness_slice_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6403853Z test_schema_correctness_slice_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6404017Z test_schema_correctness_slice_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6404186Z test_schema_correctness_slice_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6404345Z test_schema_correctness_slice_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6404512Z test_schema_correctness_slice_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6404686Z test_schema_correctness_slice_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6404858Z test_schema_correctness_slice_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6405046Z test_schema_correctness_slice_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:20.6405230Z test_schema_correctness_slice_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.6405414Z test_schema_correctness_slice_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.6405597Z test_schema_correctness_slice_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.6405781Z test_schema_correctness_slice_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.6405950Z test_schema_correctness_slice_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:20.6406128Z test_schema_correctness_slice_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:20.6406310Z test_schema_correctness_slice_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:20.6406494Z test_schema_correctness_slice_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:20.6406675Z test_schema_correctness_slice_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:20.6406854Z test_schema_correctness_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6407031Z test_schema_correctness_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6407201Z test_schema_correctness_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6407424Z test_schema_correctness_softmax_with_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:53:20.6407601Z test_schema_correctness_softmax_with_dtype_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:53:20.6407796Z test_schema_correctness_softmax_with_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:53:20.6407987Z test_schema_correctness_softmax_with_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:53:20.6408173Z test_schema_correctness_softmax_with_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:53:20.6408400Z test_schema_correctness_softmax_with_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:53:20.6408589Z test_schema_correctness_softmax_with_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6408776Z test_schema_correctness_softmax_with_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:53:20.6408962Z test_schema_correctness_softmax_with_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:53:20.6409147Z test_schema_correctness_softmax_with_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:53:20.6409322Z test_schema_correctness_softmax_with_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:53:20.6409504Z test_schema_correctness_softmax_with_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:53:20.6409680Z test_schema_correctness_sort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:20.6409852Z test_schema_correctness_sort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:20.6410024Z test_schema_correctness_sort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:53:20.6410196Z test_schema_correctness_sort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:20.6410365Z test_schema_correctness_sort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:53:20.6410533Z test_schema_correctness_sort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:20.6410705Z test_schema_correctness_sort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:53:20.6410862Z test_schema_correctness_sort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:20.6411032Z test_schema_correctness_sort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:20.6411203Z test_schema_correctness_sort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:20.6412135Z test_schema_correctness_sparse_sampled_addmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:968: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-12-01T10:53:20.6412248Z torch.eye(m, n, device=device, dtype=dtype) 2022-12-01T10:53:20.6412315Z ok (0.008s) 2022-12-01T10:53:20.6412518Z test_schema_correctness_sparse_sampled_addmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6412711Z test_schema_correctness_sparse_sampled_addmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6412904Z test_schema_correctness_sparse_sampled_addmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6413088Z test_schema_correctness_special_airy_ai_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6413294Z test_schema_correctness_special_airy_ai_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6413481Z test_schema_correctness_special_airy_ai_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6413666Z test_schema_correctness_special_airy_ai_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6413850Z test_schema_correctness_special_airy_ai_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6414029Z test_schema_correctness_special_airy_ai_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6414238Z test_schema_correctness_special_airy_ai_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6414422Z test_schema_correctness_special_airy_ai_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6414608Z test_schema_correctness_special_bessel_j0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6414796Z test_schema_correctness_special_bessel_j0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6414971Z test_schema_correctness_special_bessel_j0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6415157Z test_schema_correctness_special_bessel_j0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6415340Z test_schema_correctness_special_bessel_j0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6415519Z test_schema_correctness_special_bessel_j0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6415704Z test_schema_correctness_special_bessel_j0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6415882Z test_schema_correctness_special_bessel_j0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6416063Z test_schema_correctness_special_bessel_j1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6416249Z test_schema_correctness_special_bessel_j1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6416434Z test_schema_correctness_special_bessel_j1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6416604Z test_schema_correctness_special_bessel_j1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6416785Z test_schema_correctness_special_bessel_j1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6416965Z test_schema_correctness_special_bessel_j1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6417147Z test_schema_correctness_special_bessel_j1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6417327Z test_schema_correctness_special_bessel_j1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6417505Z test_schema_correctness_special_bessel_y0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6417690Z test_schema_correctness_special_bessel_y0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6417874Z test_schema_correctness_special_bessel_y0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6418060Z test_schema_correctness_special_bessel_y0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6418244Z test_schema_correctness_special_bessel_y0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6418410Z test_schema_correctness_special_bessel_y0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6418616Z test_schema_correctness_special_bessel_y0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6418795Z test_schema_correctness_special_bessel_y0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6418973Z test_schema_correctness_special_bessel_y1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6419160Z test_schema_correctness_special_bessel_y1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6419342Z test_schema_correctness_special_bessel_y1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6419522Z test_schema_correctness_special_bessel_y1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6419726Z test_schema_correctness_special_bessel_y1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6419906Z test_schema_correctness_special_bessel_y1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6420078Z test_schema_correctness_special_bessel_y1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6420258Z test_schema_correctness_special_bessel_y1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6420460Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6420665Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6420868Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6421072Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6421273Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6421472Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6421671Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6421866Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6422052Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6422258Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6422460Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6422657Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6422852Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6423045Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6423241Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6423436Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6423836Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6424232Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6424641Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6425029Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6425414Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6425818Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6426209Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6426595Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6426982Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6427371Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6427753Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6428136Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6428521Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6428901Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6429284Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6429673Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6429853Z test_schema_correctness_special_entr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6430037Z test_schema_correctness_special_entr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6430222Z test_schema_correctness_special_entr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6430403Z test_schema_correctness_special_entr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6430583Z test_schema_correctness_special_entr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6430766Z test_schema_correctness_special_entr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6430942Z test_schema_correctness_special_entr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6431151Z test_schema_correctness_special_entr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6431332Z test_schema_correctness_special_entr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6431501Z test_schema_correctness_special_erfcx_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6431685Z test_schema_correctness_special_erfcx_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6431869Z test_schema_correctness_special_erfcx_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6432049Z test_schema_correctness_special_erfcx_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6432259Z test_schema_correctness_special_erfcx_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6432441Z test_schema_correctness_special_erfcx_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6432623Z test_schema_correctness_special_erfcx_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6432804Z test_schema_correctness_special_erfcx_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6433006Z test_schema_correctness_special_hermite_polynomial_h_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6433197Z test_schema_correctness_special_hermite_polynomial_h_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6433397Z test_schema_correctness_special_hermite_polynomial_h_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6433596Z test_schema_correctness_special_hermite_polynomial_h_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6433794Z test_schema_correctness_special_hermite_polynomial_h_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6433993Z test_schema_correctness_special_hermite_polynomial_h_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6434191Z test_schema_correctness_special_hermite_polynomial_h_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6434468Z test_schema_correctness_special_hermite_polynomial_h_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6434667Z test_schema_correctness_special_hermite_polynomial_he_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6434869Z test_schema_correctness_special_hermite_polynomial_he_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6435074Z test_schema_correctness_special_hermite_polynomial_he_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6435259Z test_schema_correctness_special_hermite_polynomial_he_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6435459Z test_schema_correctness_special_hermite_polynomial_he_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6435657Z test_schema_correctness_special_hermite_polynomial_he_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6435852Z test_schema_correctness_special_hermite_polynomial_he_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6436050Z test_schema_correctness_special_hermite_polynomial_he_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6436233Z test_schema_correctness_special_i0e_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6436414Z test_schema_correctness_special_i0e_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6436698Z test_schema_correctness_special_i0e_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6436931Z test_schema_correctness_special_i0e_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6437097Z test_schema_correctness_special_i0e_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6437277Z test_schema_correctness_special_i0e_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6437455Z test_schema_correctness_special_i0e_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6437634Z test_schema_correctness_special_i0e_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6437846Z test_schema_correctness_special_i0e_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6438025Z test_schema_correctness_special_i1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6438207Z test_schema_correctness_special_i1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6438388Z test_schema_correctness_special_i1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6438565Z test_schema_correctness_special_i1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6438728Z test_schema_correctness_special_i1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6438900Z test_schema_correctness_special_i1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6439072Z test_schema_correctness_special_i1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6439250Z test_schema_correctness_special_i1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6439427Z test_schema_correctness_special_i1e_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6439614Z test_schema_correctness_special_i1e_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6439793Z test_schema_correctness_special_i1e_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6439973Z test_schema_correctness_special_i1e_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6440149Z test_schema_correctness_special_i1e_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6440314Z test_schema_correctness_special_i1e_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6440493Z test_schema_correctness_special_i1e_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6440671Z test_schema_correctness_special_i1e_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6440873Z test_schema_correctness_special_laguerre_polynomial_l_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6441079Z test_schema_correctness_special_laguerre_polynomial_l_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6441283Z test_schema_correctness_special_laguerre_polynomial_l_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6441484Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6441683Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6441884Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6442086Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6442271Z test_schema_correctness_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6442698Z test_schema_correctness_special_legendre_polynomial_p_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6443088Z test_schema_correctness_special_legendre_polynomial_p_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6443473Z test_schema_correctness_special_legendre_polynomial_p_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6443890Z test_schema_correctness_special_legendre_polynomial_p_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6444276Z test_schema_correctness_special_legendre_polynomial_p_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6444656Z test_schema_correctness_special_legendre_polynomial_p_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6445039Z test_schema_correctness_special_legendre_polynomial_p_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6445422Z test_schema_correctness_special_legendre_polynomial_p_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6445609Z test_schema_correctness_special_log_ndtr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6445799Z test_schema_correctness_special_log_ndtr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6445992Z test_schema_correctness_special_log_ndtr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6446166Z test_schema_correctness_special_log_ndtr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6446353Z test_schema_correctness_special_log_ndtr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6446537Z test_schema_correctness_special_log_ndtr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6446720Z test_schema_correctness_special_log_ndtr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6446904Z test_schema_correctness_special_log_ndtr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6447099Z test_schema_correctness_special_modified_bessel_i0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6447299Z test_schema_correctness_special_modified_bessel_i0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6447496Z test_schema_correctness_special_modified_bessel_i0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6447690Z test_schema_correctness_special_modified_bessel_i0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6447873Z test_schema_correctness_special_modified_bessel_i0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6448063Z test_schema_correctness_special_modified_bessel_i0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6448261Z test_schema_correctness_special_modified_bessel_i0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6448453Z test_schema_correctness_special_modified_bessel_i0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6448676Z test_schema_correctness_special_modified_bessel_i1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6448871Z test_schema_correctness_special_modified_bessel_i1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6449067Z test_schema_correctness_special_modified_bessel_i1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6449257Z test_schema_correctness_special_modified_bessel_i1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6449448Z test_schema_correctness_special_modified_bessel_i1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6449675Z test_schema_correctness_special_modified_bessel_i1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6449855Z test_schema_correctness_special_modified_bessel_i1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6450047Z test_schema_correctness_special_modified_bessel_i1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6450243Z test_schema_correctness_special_modified_bessel_k0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6450437Z test_schema_correctness_special_modified_bessel_k0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6450632Z test_schema_correctness_special_modified_bessel_k0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6450820Z test_schema_correctness_special_modified_bessel_k0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6451012Z test_schema_correctness_special_modified_bessel_k0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6451199Z test_schema_correctness_special_modified_bessel_k0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6451390Z test_schema_correctness_special_modified_bessel_k0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6451566Z test_schema_correctness_special_modified_bessel_k0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6451760Z test_schema_correctness_special_modified_bessel_k1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6451952Z test_schema_correctness_special_modified_bessel_k1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6452146Z test_schema_correctness_special_modified_bessel_k1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6452336Z test_schema_correctness_special_modified_bessel_k1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6452526Z test_schema_correctness_special_modified_bessel_k1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6452713Z test_schema_correctness_special_modified_bessel_k1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6452902Z test_schema_correctness_special_modified_bessel_k1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6453090Z test_schema_correctness_special_modified_bessel_k1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6453276Z test_schema_correctness_special_ndtr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6453445Z test_schema_correctness_special_ndtr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6453632Z test_schema_correctness_special_ndtr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6453818Z test_schema_correctness_special_ndtr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6454028Z test_schema_correctness_special_ndtr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6454207Z test_schema_correctness_special_ndtr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6454381Z test_schema_correctness_special_ndtr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6454565Z test_schema_correctness_special_ndtr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6454746Z test_schema_correctness_special_ndtr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6454926Z test_schema_correctness_special_ndtri_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6455125Z test_schema_correctness_special_ndtri_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6455308Z test_schema_correctness_special_ndtri_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6455493Z test_schema_correctness_special_ndtri_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6455671Z test_schema_correctness_special_ndtri_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6455852Z test_schema_correctness_special_ndtri_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6456029Z test_schema_correctness_special_ndtri_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6456209Z test_schema_correctness_special_ndtri_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6456431Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6456646Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6456848Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6457063Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6457275Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6457478Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6457680Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6457891Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6458103Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6458306Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6458510Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6458713Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6458904Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6459110Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6459305Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6459536Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6459737Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6459932Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6460136Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6460338Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6460561Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6460847Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6461188Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6461563Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6461806Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6462229Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6462680Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6463086Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6463500Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6463901Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6464301Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6464698Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6465099Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6465496Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6465898Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6466293Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6466688Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6467121Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6467517Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:53:20.6467942Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6468325Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6468723Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6469127Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6469521Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6469916Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6470309Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6470704Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6471096Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6471487Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6471882Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6472282Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6472683Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6473073Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6473471Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6473864Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6474277Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6474740Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:20.6474941Z test_schema_correctness_special_spherical_bessel_j0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6475145Z test_schema_correctness_special_spherical_bessel_j0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6475378Z test_schema_correctness_special_spherical_bessel_j0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6475581Z test_schema_correctness_special_spherical_bessel_j0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6475774Z test_schema_correctness_special_spherical_bessel_j0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6475970Z test_schema_correctness_special_spherical_bessel_j0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6476168Z test_schema_correctness_special_spherical_bessel_j0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6476363Z test_schema_correctness_special_spherical_bessel_j0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6476650Z test_schema_correctness_special_xlog1py_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6476841Z test_schema_correctness_special_xlog1py_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6477029Z test_schema_correctness_special_xlog1py_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6477216Z test_schema_correctness_special_xlog1py_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6477397Z test_schema_correctness_special_xlog1py_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6477586Z test_schema_correctness_special_xlog1py_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6477770Z test_schema_correctness_special_xlog1py_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6477952Z test_schema_correctness_special_xlog1py_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6478137Z test_schema_correctness_special_xlog1py_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6478306Z test_schema_correctness_special_xlog1py_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6478492Z test_schema_correctness_special_zeta_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6478674Z test_schema_correctness_special_zeta_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6478857Z test_schema_correctness_special_zeta_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6479039Z test_schema_correctness_special_zeta_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6479221Z test_schema_correctness_special_zeta_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6479398Z test_schema_correctness_special_zeta_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6479581Z test_schema_correctness_special_zeta_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6479762Z test_schema_correctness_special_zeta_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6479979Z test_schema_correctness_split_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6480153Z test_schema_correctness_split_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6480333Z test_schema_correctness_split_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6480513Z test_schema_correctness_split_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6480690Z test_schema_correctness_split_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6480938Z test_schema_correctness_split_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6481112Z test_schema_correctness_split_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6481289Z test_schema_correctness_split_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6481460Z test_schema_correctness_split_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6481619Z test_schema_correctness_split_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6481790Z test_schema_correctness_split_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6481962Z test_schema_correctness_split_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6482132Z test_schema_correctness_split_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6482324Z test_schema_correctness_split_list_args_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6482507Z test_schema_correctness_split_list_args_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6482700Z test_schema_correctness_split_list_args_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6482888Z test_schema_correctness_split_list_args_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6483074Z test_schema_correctness_split_list_args_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6483245Z test_schema_correctness_split_list_args_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6483425Z test_schema_correctness_split_list_args_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6483608Z test_schema_correctness_split_list_args_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6483791Z test_schema_correctness_split_list_args_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6483975Z test_schema_correctness_split_list_args_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6484161Z test_schema_correctness_split_list_args_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6484341Z test_schema_correctness_split_list_args_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6484530Z test_schema_correctness_split_with_sizes_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6484713Z test_schema_correctness_split_with_sizes_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6484889Z test_schema_correctness_split_with_sizes_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6485079Z test_schema_correctness_split_with_sizes_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6485269Z test_schema_correctness_split_with_sizes_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6485484Z test_schema_correctness_split_with_sizes_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6485667Z test_schema_correctness_split_with_sizes_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6485851Z test_schema_correctness_split_with_sizes_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6486035Z test_schema_correctness_split_with_sizes_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6486219Z test_schema_correctness_split_with_sizes_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6486427Z test_schema_correctness_split_with_sizes_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6486608Z test_schema_correctness_split_with_sizes_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6486777Z test_schema_correctness_split_with_sizes_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6486951Z test_schema_correctness_sqrt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6487121Z test_schema_correctness_sqrt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6487299Z test_schema_correctness_sqrt_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6487476Z test_schema_correctness_sqrt_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6487650Z test_schema_correctness_sqrt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6487821Z test_schema_correctness_sqrt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6487992Z test_schema_correctness_sqrt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6488152Z test_schema_correctness_sqrt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6488322Z test_schema_correctness_sqrt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6488488Z test_schema_correctness_sqrt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6488660Z test_schema_correctness_sqrt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6488839Z test_schema_correctness_square_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6489013Z test_schema_correctness_square_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6489196Z test_schema_correctness_square_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6489374Z test_schema_correctness_square_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6489554Z test_schema_correctness_square_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6489714Z test_schema_correctness_square_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6489890Z test_schema_correctness_square_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6490060Z test_schema_correctness_square_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6490234Z test_schema_correctness_square_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6490401Z test_schema_correctness_square_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6490575Z test_schema_correctness_square_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6490745Z test_schema_correctness_square_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6490953Z test_schema_correctness_squeeze_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6491126Z test_schema_correctness_squeeze_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6491299Z test_schema_correctness_squeeze_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6491478Z test_schema_correctness_squeeze_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6491660Z test_schema_correctness_squeeze_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6491837Z test_schema_correctness_squeeze_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6492051Z test_schema_correctness_squeeze_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6492224Z test_schema_correctness_squeeze_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6492400Z test_schema_correctness_squeeze_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6492568Z test_schema_correctness_squeeze_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6492735Z test_schema_correctness_squeeze_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6492895Z test_schema_correctness_squeeze_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6493067Z test_schema_correctness_squeeze_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6493242Z test_schema_correctness_stack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6493414Z test_schema_correctness_stack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6493594Z test_schema_correctness_stack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6493775Z test_schema_correctness_stack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6493947Z test_schema_correctness_stack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6494126Z test_schema_correctness_stack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6494297Z test_schema_correctness_stack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6494452Z test_schema_correctness_stack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6494623Z test_schema_correctness_stack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6494797Z test_schema_correctness_stack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6494967Z test_schema_correctness_stack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6495142Z test_schema_correctness_stack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6495311Z test_schema_correctness_stack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6495488Z test_schema_correctness_std_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6495665Z test_schema_correctness_std_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6495836Z test_schema_correctness_std_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6495993Z test_schema_correctness_std_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6496165Z test_schema_correctness_std_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6496335Z test_schema_correctness_std_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6496541Z test_schema_correctness_std_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6496727Z test_schema_correctness_std_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6496906Z test_schema_correctness_std_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6497084Z test_schema_correctness_std_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6497259Z test_schema_correctness_std_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6497435Z test_schema_correctness_std_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6497624Z test_schema_correctness_stft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.6497803Z test_schema_correctness_stft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:20.6498587Z test_schema_correctness_stft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:633: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:804.) 2022-12-01T10:53:20.6498689Z normalized, onesided, return_complex) 2022-12-01T10:53:20.6498756Z ok (0.034s) 2022-12-01T10:53:20.6498930Z test_schema_correctness_stft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:53:20.6499103Z test_schema_correctness_sub_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6499280Z test_schema_correctness_sub_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6499458Z test_schema_correctness_sub_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6499619Z test_schema_correctness_sub_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6499790Z test_schema_correctness_sub_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6499960Z test_schema_correctness_sub_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6500130Z test_schema_correctness_sub_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6500301Z test_schema_correctness_sub_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6500471Z test_schema_correctness_sub_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6500640Z test_schema_correctness_sub_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6500811Z test_schema_correctness_sub_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6500980Z test_schema_correctness_sub_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6501141Z test_schema_correctness_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6501310Z test_schema_correctness_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6501487Z test_schema_correctness_sum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:53:20.6501660Z test_schema_correctness_sum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:53:20.6501832Z test_schema_correctness_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6502001Z test_schema_correctness_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6502171Z test_schema_correctness_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6502381Z test_schema_correctness_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6502548Z test_schema_correctness_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6502704Z test_schema_correctness_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6502873Z test_schema_correctness_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6503039Z test_schema_correctness_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6503222Z test_schema_correctness_sum_to_size_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6503428Z test_schema_correctness_sum_to_size_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6503617Z test_schema_correctness_sum_to_size_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:20.6503804Z test_schema_correctness_sum_to_size_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6503984Z test_schema_correctness_sum_to_size_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6504151Z test_schema_correctness_sum_to_size_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6504332Z test_schema_correctness_sum_to_size_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6504509Z test_schema_correctness_sum_to_size_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6504690Z test_schema_correctness_sum_to_size_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6504864Z test_schema_correctness_sum_to_size_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6505043Z test_schema_correctness_sum_to_size_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6505221Z test_schema_correctness_sum_to_size_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6505414Z test_schema_correctness_svd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.6505607Z test_schema_correctness_svd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.6505766Z test_schema_correctness_svd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.275s) 2022-12-01T10:53:20.6505936Z test_schema_correctness_svd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.271s) 2022-12-01T10:53:20.6506118Z test_schema_correctness_svd_lowrank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.244s) 2022-12-01T10:53:20.6506299Z test_schema_correctness_svd_lowrank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.151s) 2022-12-01T10:53:20.6506880Z test_schema_correctness_symeig_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:53:20.6507095Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T10:53:20.6507189Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:53:20.6507271Z should be replaced with 2022-12-01T10:53:20.6507447Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:53:20.6507496Z and 2022-12-01T10:53:20.6507598Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:53:20.6507679Z should be replaced with 2022-12-01T10:53:20.6508028Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-12-01T10:53:20.6508145Z return self.op(*args, **kwargs) 2022-12-01T10:53:20.6508211Z ok (0.008s) 2022-12-01T10:53:20.6508396Z test_schema_correctness_symeig_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6508573Z test_schema_correctness_symeig_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6508736Z test_schema_correctness_symeig_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6508910Z test_schema_correctness_t_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6509076Z test_schema_correctness_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6509280Z test_schema_correctness_t_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6509455Z test_schema_correctness_t_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6509629Z test_schema_correctness_t_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6509800Z test_schema_correctness_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6509969Z test_schema_correctness_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6510137Z test_schema_correctness_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6510293Z test_schema_correctness_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6510461Z test_schema_correctness_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6510632Z test_schema_correctness_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6510798Z test_schema_correctness_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6510989Z test_schema_correctness_take_along_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6511173Z test_schema_correctness_take_along_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6511363Z test_schema_correctness_take_along_dim_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6511556Z test_schema_correctness_take_along_dim_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6511740Z test_schema_correctness_take_along_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6511912Z test_schema_correctness_take_along_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6512094Z test_schema_correctness_take_along_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6512276Z test_schema_correctness_take_along_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6512460Z test_schema_correctness_take_along_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6512643Z test_schema_correctness_take_along_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6512823Z test_schema_correctness_take_along_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6513000Z test_schema_correctness_take_along_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6513175Z test_schema_correctness_take_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6513346Z test_schema_correctness_take_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6513511Z test_schema_correctness_take_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6513715Z test_schema_correctness_take_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6513885Z test_schema_correctness_take_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6514055Z test_schema_correctness_take_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6514222Z test_schema_correctness_take_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6514474Z test_schema_correctness_take_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6514647Z test_schema_correctness_take_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6514853Z test_schema_correctness_take_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6515014Z test_schema_correctness_take_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6515186Z test_schema_correctness_take_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6515360Z test_schema_correctness_tan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6515528Z test_schema_correctness_tan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6515704Z test_schema_correctness_tan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6515879Z test_schema_correctness_tan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6516051Z test_schema_correctness_tan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6516223Z test_schema_correctness_tan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6516392Z test_schema_correctness_tan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6516654Z test_schema_correctness_tan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6516825Z test_schema_correctness_tan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6516993Z test_schema_correctness_tan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6517157Z test_schema_correctness_tan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6517332Z test_schema_correctness_tanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6517499Z test_schema_correctness_tanh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6517678Z test_schema_correctness_tanh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6517853Z test_schema_correctness_tanh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6518029Z test_schema_correctness_tanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6518186Z test_schema_correctness_tanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6518358Z test_schema_correctness_tanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6518531Z test_schema_correctness_tanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6518699Z test_schema_correctness_tanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6518868Z test_schema_correctness_tanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6519039Z test_schema_correctness_tanh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6519224Z test_schema_correctness_tensor_split_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6519450Z test_schema_correctness_tensor_split_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6519638Z test_schema_correctness_tensor_split_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:20.6519811Z test_schema_correctness_tensor_split_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6519997Z test_schema_correctness_tensor_split_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6520178Z test_schema_correctness_tensor_split_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6520359Z test_schema_correctness_tensor_split_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:53:20.6520571Z test_schema_correctness_tensor_split_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6520753Z test_schema_correctness_tensor_split_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:53:20.6520934Z test_schema_correctness_tensor_split_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6521113Z test_schema_correctness_tensor_split_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6521291Z test_schema_correctness_tensor_split_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:20.6521458Z test_schema_correctness_tensordot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:20.6521642Z test_schema_correctness_tensordot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6521828Z test_schema_correctness_tensordot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6522009Z test_schema_correctness_tensordot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:20.6522184Z test_schema_correctness_tensordot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:20.6522364Z test_schema_correctness_tensordot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:20.6522538Z test_schema_correctness_tensordot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:20.6522705Z test_schema_correctness_tensordot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:20.6522882Z test_schema_correctness_tensordot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:53:20.6523046Z test_schema_correctness_tensordot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:53:20.6523224Z test_schema_correctness_tile_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:20.6523391Z test_schema_correctness_tile_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:53:20.6523566Z test_schema_correctness_tile_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.6523743Z test_schema_correctness_tile_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.6523912Z test_schema_correctness_tile_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:20.6524081Z test_schema_correctness_tile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:20.6524247Z test_schema_correctness_tile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:20.6524416Z test_schema_correctness_tile_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:53:20.6524576Z test_schema_correctness_tile_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:53:20.6524745Z test_schema_correctness_tile_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:53:20.6524913Z test_schema_correctness_tile_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:53:20.6525111Z test_schema_correctness_tile_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:53:20.6525283Z test_schema_correctness_to_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.413s) 2022-12-01T10:53:20.6525451Z test_schema_correctness_to_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.412s) 2022-12-01T10:53:20.6525631Z test_schema_correctness_to_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.416s) 2022-12-01T10:53:20.6525805Z test_schema_correctness_to_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.419s) 2022-12-01T10:53:20.6525964Z test_schema_correctness_to_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.412s) 2022-12-01T10:53:20.6526162Z test_schema_correctness_to_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.416s) 2022-12-01T10:53:20.6526335Z test_schema_correctness_to_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.313s) 2022-12-01T10:53:20.6526504Z test_schema_correctness_to_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.416s) 2022-12-01T10:53:20.6526670Z test_schema_correctness_to_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.420s) 2022-12-01T10:53:20.6526836Z test_schema_correctness_to_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.418s) 2022-12-01T10:53:20.6527001Z test_schema_correctness_to_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.420s) 2022-12-01T10:53:20.6527169Z test_schema_correctness_to_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.420s) 2022-12-01T10:53:20.6527350Z test_schema_correctness_to_sparse_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6527519Z test_schema_correctness_to_sparse_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6527701Z test_schema_correctness_to_sparse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6527887Z test_schema_correctness_to_sparse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6528066Z test_schema_correctness_to_sparse_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6528241Z test_schema_correctness_to_sparse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6528412Z test_schema_correctness_to_sparse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6528586Z test_schema_correctness_to_sparse_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6528758Z test_schema_correctness_to_sparse_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6528927Z test_schema_correctness_to_sparse_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6529092Z test_schema_correctness_to_sparse_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6529269Z test_schema_correctness_to_sparse_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6529445Z test_schema_correctness_topk_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6529618Z test_schema_correctness_topk_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6529791Z test_schema_correctness_topk_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6529962Z test_schema_correctness_topk_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6530131Z test_schema_correctness_topk_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6530301Z test_schema_correctness_topk_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6530495Z test_schema_correctness_topk_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6530652Z test_schema_correctness_topk_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:20.6530831Z test_schema_correctness_trace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6531009Z test_schema_correctness_trace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6531183Z test_schema_correctness_trace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6531354Z test_schema_correctness_trace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6531562Z test_schema_correctness_trace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6531805Z test_schema_correctness_trace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6531981Z test_schema_correctness_trace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6532139Z test_schema_correctness_trace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6532311Z test_schema_correctness_trace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6532491Z test_schema_correctness_transpose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6532669Z test_schema_correctness_transpose_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6532852Z test_schema_correctness_transpose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6533037Z test_schema_correctness_transpose_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6533223Z test_schema_correctness_transpose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6533405Z test_schema_correctness_transpose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6533581Z test_schema_correctness_transpose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6533749Z test_schema_correctness_transpose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6533925Z test_schema_correctness_transpose_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6534098Z test_schema_correctness_transpose_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6534269Z test_schema_correctness_transpose_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6534450Z test_schema_correctness_transpose_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6534626Z test_schema_correctness_transpose_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6534811Z test_schema_correctness_trapezoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.6534996Z test_schema_correctness_trapezoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.6535178Z test_schema_correctness_trapezoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.6535344Z test_schema_correctness_trapezoid_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:20.6535524Z test_schema_correctness_trapezoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:20.6535708Z test_schema_correctness_trapezoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:53:20.6535889Z test_schema_correctness_trapezoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:20.6536062Z test_schema_correctness_trapezoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:20.6536270Z test_schema_correctness_trapezoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:20.6536445Z test_schema_correctness_trapezoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:20.6536618Z test_schema_correctness_trapezoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:20.6536790Z test_schema_correctness_trapz_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:20.6536957Z test_schema_correctness_trapz_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.6537154Z test_schema_correctness_trapz_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:20.6537329Z test_schema_correctness_trapz_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:20.6537501Z test_schema_correctness_trapz_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:20.6537671Z test_schema_correctness_trapz_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:53:20.6537841Z test_schema_correctness_trapz_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:20.6538011Z test_schema_correctness_trapz_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:20.6538180Z test_schema_correctness_trapz_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:20.6538350Z test_schema_correctness_trapz_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:20.6538512Z test_schema_correctness_trapz_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:20.6539161Z test_schema_correctness_triangular_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T10:53:20.6539344Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:53:20.6539448Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:53:20.6539532Z should be replaced with 2022-12-01T10:53:20.6539762Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T10:53:20.6539851Z return self.op(*args, **kwargs) 2022-12-01T10:53:20.6539916Z ok (0.014s) 2022-12-01T10:53:20.6540111Z test_schema_correctness_triangular_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:20.6540286Z test_schema_correctness_triangular_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.6540479Z test_schema_correctness_triangular_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:20.6540656Z test_schema_correctness_tril_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6540826Z test_schema_correctness_tril_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6541004Z test_schema_correctness_tril_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6541179Z test_schema_correctness_tril_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6541352Z test_schema_correctness_tril_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6541523Z test_schema_correctness_tril_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6541688Z test_schema_correctness_tril_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6541870Z test_schema_correctness_tril_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6542040Z test_schema_correctness_tril_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6542214Z test_schema_correctness_tril_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6542381Z test_schema_correctness_tril_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6542553Z test_schema_correctness_tril_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6542730Z test_schema_correctness_tril_indices_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6542936Z test_schema_correctness_tril_indices_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:20.6543115Z test_schema_correctness_triu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6543286Z test_schema_correctness_triu_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6543451Z test_schema_correctness_triu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6543625Z test_schema_correctness_triu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6543798Z test_schema_correctness_triu_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6543969Z test_schema_correctness_triu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6544137Z test_schema_correctness_triu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6544308Z test_schema_correctness_triu_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6544476Z test_schema_correctness_triu_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6544646Z test_schema_correctness_triu_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6544804Z test_schema_correctness_triu_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6544973Z test_schema_correctness_triu_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6545154Z test_schema_correctness_triu_indices_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6545333Z test_schema_correctness_triu_indices_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:20.6545518Z test_schema_correctness_true_divide_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6545700Z test_schema_correctness_true_divide_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6545887Z test_schema_correctness_true_divide_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6546076Z test_schema_correctness_true_divide_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6546257Z test_schema_correctness_true_divide_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6546420Z test_schema_correctness_true_divide_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6546600Z test_schema_correctness_true_divide_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6546779Z test_schema_correctness_true_divide_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6546955Z test_schema_correctness_true_divide_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6547132Z test_schema_correctness_true_divide_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6547308Z test_schema_correctness_true_divide_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6547516Z test_schema_correctness_true_divide_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6547694Z test_schema_correctness_trunc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6547868Z test_schema_correctness_trunc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6548026Z test_schema_correctness_trunc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6548197Z test_schema_correctness_trunc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6548370Z test_schema_correctness_trunc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6548570Z test_schema_correctness_trunc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6548743Z test_schema_correctness_trunc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6548913Z test_schema_correctness_trunc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6549094Z test_schema_correctness_unbind_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6549264Z test_schema_correctness_unbind_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6549445Z test_schema_correctness_unbind_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6549612Z test_schema_correctness_unbind_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6549796Z test_schema_correctness_unbind_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6549974Z test_schema_correctness_unbind_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6550148Z test_schema_correctness_unbind_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6550322Z test_schema_correctness_unbind_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6550494Z test_schema_correctness_unbind_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6550666Z test_schema_correctness_unbind_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6550835Z test_schema_correctness_unbind_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6551005Z test_schema_correctness_unbind_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6551168Z test_schema_correctness_unbind_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6551350Z test_schema_correctness_unflatten_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6551530Z test_schema_correctness_unflatten_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6551716Z test_schema_correctness_unflatten_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6551903Z test_schema_correctness_unflatten_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6552086Z test_schema_correctness_unflatten_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6552265Z test_schema_correctness_unflatten_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6552441Z test_schema_correctness_unflatten_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6552621Z test_schema_correctness_unflatten_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6552787Z test_schema_correctness_unflatten_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6552986Z test_schema_correctness_unflatten_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6553157Z test_schema_correctness_unflatten_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6553335Z test_schema_correctness_unflatten_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6553512Z test_schema_correctness_unflatten_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6553687Z test_schema_correctness_unfold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.6553861Z test_schema_correctness_unfold_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.6554076Z test_schema_correctness_unfold_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:20.6554256Z test_schema_correctness_unfold_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6554515Z test_schema_correctness_unfold_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.6554695Z test_schema_correctness_unfold_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.6554869Z test_schema_correctness_unfold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.6555040Z test_schema_correctness_unfold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.6555214Z test_schema_correctness_unfold_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.6555385Z test_schema_correctness_unfold_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.6555555Z test_schema_correctness_unfold_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.6562565Z test_schema_correctness_unfold_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.6562816Z test_schema_correctness_unfold_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:20.6562996Z test_schema_correctness_uniform_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6563184Z test_schema_correctness_uniform_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6563370Z test_schema_correctness_uniform_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6563554Z test_schema_correctness_uniform_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6563730Z test_schema_correctness_uniform_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6563907Z test_schema_correctness_uniform_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6564104Z test_schema_correctness_unique_consecutive_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.176s) 2022-12-01T10:53:20.6564294Z test_schema_correctness_unique_consecutive_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.169s) 2022-12-01T10:53:20.6564487Z test_schema_correctness_unique_consecutive_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.176s) 2022-12-01T10:53:20.6564666Z test_schema_correctness_unique_consecutive_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.176s) 2022-12-01T10:53:20.6564855Z test_schema_correctness_unique_consecutive_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.171s) 2022-12-01T10:53:20.6565043Z test_schema_correctness_unique_consecutive_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.171s) 2022-12-01T10:53:20.6565230Z test_schema_correctness_unique_consecutive_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.171s) 2022-12-01T10:53:20.6565414Z test_schema_correctness_unique_consecutive_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.170s) 2022-12-01T10:53:20.6565713Z test_schema_correctness_unique_consecutive_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.170s) 2022-12-01T10:53:20.6565892Z test_schema_correctness_unique_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.354s) 2022-12-01T10:53:20.6566062Z test_schema_correctness_unique_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.347s) 2022-12-01T10:53:20.6566242Z test_schema_correctness_unique_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.356s) 2022-12-01T10:53:20.6566403Z test_schema_correctness_unique_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.356s) 2022-12-01T10:53:20.6566579Z test_schema_correctness_unique_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.348s) 2022-12-01T10:53:20.6566782Z test_schema_correctness_unique_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.351s) 2022-12-01T10:53:20.6566947Z test_schema_correctness_unique_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.352s) 2022-12-01T10:53:20.6567122Z test_schema_correctness_unique_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.349s) 2022-12-01T10:53:20.6567296Z test_schema_correctness_unique_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.348s) 2022-12-01T10:53:20.6567477Z test_schema_correctness_unsqueeze_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6567656Z test_schema_correctness_unsqueeze_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6567840Z test_schema_correctness_unsqueeze_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6568014Z test_schema_correctness_unsqueeze_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6568196Z test_schema_correctness_unsqueeze_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6568374Z test_schema_correctness_unsqueeze_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6568557Z test_schema_correctness_unsqueeze_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6568737Z test_schema_correctness_unsqueeze_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6568914Z test_schema_correctness_unsqueeze_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6569086Z test_schema_correctness_unsqueeze_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6569262Z test_schema_correctness_unsqueeze_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6569440Z test_schema_correctness_unsqueeze_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6569601Z test_schema_correctness_unsqueeze_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6569776Z test_schema_correctness_var_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6569951Z test_schema_correctness_var_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6570126Z test_schema_correctness_var_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6570298Z test_schema_correctness_var_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6570469Z test_schema_correctness_var_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6570641Z test_schema_correctness_var_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6570821Z test_schema_correctness_var_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6571001Z test_schema_correctness_var_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6571201Z test_schema_correctness_var_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6571381Z test_schema_correctness_var_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:20.6571557Z test_schema_correctness_var_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6571731Z test_schema_correctness_var_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6571904Z test_schema_correctness_vdot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6572097Z test_schema_correctness_vdot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.6572323Z test_schema_correctness_vdot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:20.6572499Z test_schema_correctness_vdot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6572672Z test_schema_correctness_vdot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6572832Z test_schema_correctness_vdot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6573000Z test_schema_correctness_vdot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6573169Z test_schema_correctness_vdot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6573337Z test_schema_correctness_vdot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6573505Z test_schema_correctness_vdot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6573694Z test_schema_correctness_view_as_complex_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6573880Z test_schema_correctness_view_as_complex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6574061Z test_schema_correctness_view_as_complex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6574239Z test_schema_correctness_view_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6574398Z test_schema_correctness_view_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6574576Z test_schema_correctness_view_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6574758Z test_schema_correctness_view_as_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6574936Z test_schema_correctness_view_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6575114Z test_schema_correctness_view_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6575288Z test_schema_correctness_view_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6575456Z test_schema_correctness_view_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6575629Z test_schema_correctness_view_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6575797Z test_schema_correctness_view_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6575949Z test_schema_correctness_view_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6576121Z test_schema_correctness_view_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6576294Z test_schema_correctness_view_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6576481Z test_schema_correctness_view_as_real_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6576723Z test_schema_correctness_view_as_real_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:20.6576897Z test_schema_correctness_view_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.6577067Z test_schema_correctness_view_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.6577242Z test_schema_correctness_view_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.6577419Z test_schema_correctness_view_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6577580Z test_schema_correctness_view_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:20.6577797Z test_schema_correctness_view_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.6577968Z test_schema_correctness_view_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.6578140Z test_schema_correctness_view_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.6578311Z test_schema_correctness_view_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.6578481Z test_schema_correctness_view_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.6578651Z test_schema_correctness_view_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.6578820Z test_schema_correctness_view_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.6578987Z test_schema_correctness_view_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:20.6579153Z test_schema_correctness_vsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6579324Z test_schema_correctness_vsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6579508Z test_schema_correctness_vsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6579688Z test_schema_correctness_vsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6579864Z test_schema_correctness_vsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6580043Z test_schema_correctness_vsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6580215Z test_schema_correctness_vsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6580384Z test_schema_correctness_vsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6580561Z test_schema_correctness_vsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6580722Z test_schema_correctness_vsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6580894Z test_schema_correctness_vsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6581067Z test_schema_correctness_vsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6581242Z test_schema_correctness_vsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6581421Z test_schema_correctness_vstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6581594Z test_schema_correctness_vstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6581776Z test_schema_correctness_vstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6581959Z test_schema_correctness_vstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6582138Z test_schema_correctness_vstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6582331Z test_schema_correctness_vstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6582507Z test_schema_correctness_vstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6582679Z test_schema_correctness_vstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6582853Z test_schema_correctness_vstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6583020Z test_schema_correctness_vstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6583185Z test_schema_correctness_vstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6583382Z test_schema_correctness_vstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6583556Z test_schema_correctness_vstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6583722Z test_schema_correctness_where_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6583891Z test_schema_correctness_where_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6584070Z test_schema_correctness_where_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6584245Z test_schema_correctness_where_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6584416Z test_schema_correctness_where_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6584591Z test_schema_correctness_where_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6584760Z test_schema_correctness_where_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6584927Z test_schema_correctness_where_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6585100Z test_schema_correctness_where_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6585255Z test_schema_correctness_where_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6585427Z test_schema_correctness_where_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6585600Z test_schema_correctness_where_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6585769Z test_schema_correctness_where_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6585945Z test_schema_correctness_xlogy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6586116Z test_schema_correctness_xlogy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6586287Z test_schema_correctness_xlogy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6586456Z test_schema_correctness_xlogy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6586620Z test_schema_correctness_xlogy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6586777Z test_schema_correctness_xlogy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6586947Z test_schema_correctness_xlogy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6587115Z test_schema_correctness_xlogy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6587285Z test_schema_correctness_xlogy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:20.6587455Z test_schema_correctness_xlogy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:20.6587632Z test_schema_correctness_zero__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6587833Z test_schema_correctness_zero__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6588010Z test_schema_correctness_zero__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6588188Z test_schema_correctness_zero__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:20.6588349Z test_schema_correctness_zero__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6588520Z test_schema_correctness_zero__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6588685Z test_schema_correctness_zero__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6588875Z test_schema_correctness_zero__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6589048Z test_schema_correctness_zero__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6589218Z test_schema_correctness_zero__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6589387Z test_schema_correctness_zero__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6589552Z test_schema_correctness_zero__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:20.6589728Z test_schema_correctness_zeros_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6589887Z test_schema_correctness_zeros_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6590064Z test_schema_correctness_zeros_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6590242Z test_schema_correctness_zeros_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6590414Z test_schema_correctness_zeros_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:20.6590589Z test_schema_correctness_zeros_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6590760Z test_schema_correctness_zeros_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6590931Z test_schema_correctness_zeros_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6591100Z test_schema_correctness_zeros_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6591254Z test_schema_correctness_zeros_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6591423Z test_schema_correctness_zeros_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6591597Z test_schema_correctness_zeros_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6591763Z test_schema_correctness_zeros_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:20.6591947Z test_schema_correctness_zeros_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.6592123Z test_schema_correctness_zeros_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.6592311Z test_schema_correctness_zeros_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.6592491Z test_schema_correctness_zeros_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:20.6592674Z test_schema_correctness_zeros_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.6592843Z test_schema_correctness_zeros_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.6593022Z test_schema_correctness_zeros_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.6593229Z test_schema_correctness_zeros_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.6593406Z test_schema_correctness_zeros_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.6593582Z test_schema_correctness_zeros_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.6593756Z test_schema_correctness_zeros_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.6593932Z test_schema_correctness_zeros_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.6594111Z test_schema_correctness_zeros_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:20.6594119Z 2022-12-01T10:53:20.6594482Z ---------------------------------------------------------------------- 2022-12-01T10:53:20.6594558Z Ran 5132 tests in 361.791s 2022-12-01T10:53:20.6594576Z 2022-12-01T10:53:20.6594636Z OK (skipped=168) 2022-12-01T10:53:20.6594644Z 2022-12-01T10:53:20.6594730Z Generating XML reports... 2022-12-01T10:53:20.6595032Z Generated XML report: test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheck-20221201104716.xml 2022-12-01T10:53:20.6595370Z Generated XML report: test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheckModeOpInfoCPU-20221201104716.xml 2022-12-01T10:53:20.6595375Z 2022-12-01T10:53:20.6595705Z ##[endgroup] 2022-12-01T10:53:20.6595995Z FINISHED PRINTING LOG FILE of test_schema_check (/var/lib/jenkins/workspace/test/test-reports/test_schema_check_wopb8g4a) 2022-12-01T10:53:20.6596001Z 2022-12-01T10:53:20.6596166Z Running test_unary_ufuncs ... [2022-12-01 10:53:20.528842] 2022-12-01T10:53:20.6596490Z Executing ['/opt/conda/bin/python', '-bb', 'test_unary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:53:20.529167] 2022-12-01T10:56:36.8467961Z 2022-12-01T10:56:36.8468356Z Expand the folded group to see the log file of test_unary_ufuncs 2022-12-01T10:56:36.8469572Z ##[group]PRINTING LOG FILE of test_unary_ufuncs (/var/lib/jenkins/workspace/test/test-reports/test_unary_ufuncs_ft_34ijl) 2022-12-01T10:56:36.8482329Z Test results will be stored in test-reports/python-unittest/test_unary_ufuncs 2022-12-01T10:56:36.8482678Z 2022-12-01T10:56:36.8482800Z Running tests... 2022-12-01T10:56:36.8483302Z ---------------------------------------------------------------------- 2022-12-01T10:56:36.8490503Z test_abs_angle_complex_to_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... test_unary_ufuncs.py:685: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [60]. 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:56:36.8491499Z torch_fn(t, out=float_out) 2022-12-01T10:56:36.8491755Z ok (1.083s) 2022-12-01T10:56:36.8492799Z test_abs_angle_complex_to_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... test_unary_ufuncs.py:685: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [60]. 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:56:36.8493800Z torch_fn(t, out=float_out) 2022-12-01T10:56:36.8576617Z ok (0.010s) 2022-12-01T10:56:36.8577784Z test_abs_big_number_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.8581424Z test_abs_signed_zero_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-12-01T10:56:36.8582193Z test_abs_signed_zero_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-12-01T10:56:36.8582632Z test_abs_zero_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.112s) 2022-12-01T10:56:36.8583099Z test_abs_zero_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.8583525Z test_batch_vs_slicing_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (2.679s) 2022-12-01T10:56:36.8583993Z test_batch_vs_slicing_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (2.576s) 2022-12-01T10:56:36.8585242Z test_batch_vs_slicing_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_creation.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:56:36.8586022Z result = torch.complex(real, imag) 2022-12-01T10:56:36.8588075Z ok (2.791s) 2022-12-01T10:56:36.8588581Z test_batch_vs_slicing_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (2.735s) 2022-12-01T10:56:36.8589198Z test_batch_vs_slicing_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (1.767s) 2022-12-01T10:56:36.8589739Z test_batch_vs_slicing_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (1.753s) 2022-12-01T10:56:36.8590322Z test_batch_vs_slicing_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (1.955s) 2022-12-01T10:56:36.8590857Z test_batch_vs_slicing_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (2.591s) 2022-12-01T10:56:36.8591448Z test_batch_vs_slicing_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.8592004Z test_batch_vs_slicing_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.8592573Z test_batch_vs_slicing_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8593098Z test_batch_vs_slicing_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8593676Z test_batch_vs_slicing_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.8594235Z test_batch_vs_slicing_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.8594881Z test_batch_vs_slicing_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:56:36.8595506Z test_batch_vs_slicing_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:56:36.8596065Z test_batch_vs_slicing_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.8597283Z test_batch_vs_slicing_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.8598204Z test_batch_vs_slicing_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.8598757Z test_batch_vs_slicing_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.8599340Z test_batch_vs_slicing_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.8599908Z test_batch_vs_slicing_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.8600756Z test_batch_vs_slicing_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.8601248Z test_batch_vs_slicing_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.8601788Z test_batch_vs_slicing_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:36.8602455Z test_batch_vs_slicing_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:56:36.8603148Z test_batch_vs_slicing_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:56:36.8603736Z test_batch_vs_slicing_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.8604081Z test_batch_vs_slicing_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:56:36.8604505Z test_batch_vs_slicing_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:36.8605002Z test_batch_vs_slicing_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:36.8605364Z test_batch_vs_slicing_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:36.8605734Z test_batch_vs_slicing_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.8606197Z test_batch_vs_slicing_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:36.8606653Z test_batch_vs_slicing_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.8607106Z test_batch_vs_slicing_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:36.8607698Z test_batch_vs_slicing_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:56:36.8608228Z test_batch_vs_slicing_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:36.8608745Z test_batch_vs_slicing_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:36.8609248Z test_batch_vs_slicing_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.8609648Z test_batch_vs_slicing_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8610075Z test_batch_vs_slicing_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.8610568Z test_batch_vs_slicing_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.8610989Z test_batch_vs_slicing_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.8611424Z test_batch_vs_slicing_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.8611870Z test_batch_vs_slicing_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.8612286Z test_batch_vs_slicing_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.8612712Z test_batch_vs_slicing_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:36.8613171Z test_batch_vs_slicing_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-12-01T10:56:36.8613583Z test_batch_vs_slicing_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:56:36.8613991Z test_batch_vs_slicing_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.8614421Z test_batch_vs_slicing_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.8614821Z test_batch_vs_slicing_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.8615220Z test_batch_vs_slicing_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:36.8615604Z test_batch_vs_slicing_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.8616067Z test_batch_vs_slicing_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.221s) 2022-12-01T10:56:36.8616472Z test_batch_vs_slicing_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:36.8616804Z test_batch_vs_slicing_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.8617143Z test_batch_vs_slicing_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:36.8617563Z test_batch_vs_slicing_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:56:36.8618017Z test_batch_vs_slicing_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:56:36.8618477Z test_batch_vs_slicing_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.8618924Z test_batch_vs_slicing_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:56:36.8619333Z test_batch_vs_slicing_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:36.8619762Z test_batch_vs_slicing_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:36.8620290Z test_batch_vs_slicing_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:36.8620743Z test_batch_vs_slicing_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:36.8621133Z test_batch_vs_slicing_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:36.8621544Z test_batch_vs_slicing_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.8621931Z test_batch_vs_slicing_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:36.8622355Z test_batch_vs_slicing_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-12-01T10:56:36.8622765Z test_batch_vs_slicing_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:56:36.8623266Z test_batch_vs_slicing_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8623698Z test_batch_vs_slicing_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.8624106Z test_batch_vs_slicing_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.8643383Z test_batch_vs_slicing_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.8643882Z test_batch_vs_slicing_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.8644372Z test_batch_vs_slicing_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.8644855Z test_batch_vs_slicing_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.8645323Z test_batch_vs_slicing_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:56:36.8645824Z test_batch_vs_slicing_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:36.8646293Z test_batch_vs_slicing_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.125s) 2022-12-01T10:56:36.8646629Z test_batch_vs_slicing_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:56:36.8646945Z test_batch_vs_slicing_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:36.8647269Z test_batch_vs_slicing_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:56:36.8647584Z test_batch_vs_slicing_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.8679946Z test_batch_vs_slicing_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:36.8680476Z test_batch_vs_slicing_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.8680958Z test_batch_vs_slicing_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:36.8681425Z test_batch_vs_slicing_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.8681758Z test_batch_vs_slicing_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.8682087Z test_batch_vs_slicing_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.8682988Z test_batch_vs_slicing_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:13993: 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:56:36.8683530Z op=lambda x, *args, **kwargs: x.bfloat16(*args, **kwargs), 2022-12-01T10:56:36.8683729Z ok (0.027s) 2022-12-01T10:56:36.8684071Z test_batch_vs_slicing_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:56:36.8684529Z test_batch_vs_slicing_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.8685062Z test_batch_vs_slicing_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:36.8685590Z test_batch_vs_slicing_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.8686359Z test_batch_vs_slicing_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.8686903Z test_batch_vs_slicing_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8687456Z test_batch_vs_slicing_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8688005Z test_batch_vs_slicing_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.8688565Z test_batch_vs_slicing_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8689102Z test_batch_vs_slicing_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.8689778Z test_batch_vs_slicing_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8690391Z test_batch_vs_slicing_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.8691000Z test_batch_vs_slicing_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.8691374Z test_batch_vs_slicing_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.8691694Z test_batch_vs_slicing_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.8692013Z test_batch_vs_slicing_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.8692319Z test_batch_vs_slicing_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.8692634Z test_batch_vs_slicing_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.8692952Z test_batch_vs_slicing_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:36.8693273Z test_batch_vs_slicing_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:56:36.8693584Z test_batch_vs_slicing_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.8693905Z test_batch_vs_slicing_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.8694219Z test_batch_vs_slicing_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.8694522Z test_batch_vs_slicing_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.8694833Z test_batch_vs_slicing_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8695142Z test_batch_vs_slicing_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.8695452Z test_batch_vs_slicing_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.8695748Z test_batch_vs_slicing_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8696061Z test_batch_vs_slicing_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8696375Z test_batch_vs_slicing_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.8696700Z test_batch_vs_slicing_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8697003Z test_batch_vs_slicing_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.8697452Z test_batch_vs_slicing_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8697934Z test_batch_vs_slicing_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.8698450Z test_batch_vs_slicing_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.8698971Z test_batch_vs_slicing_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.8699744Z test_batch_vs_slicing_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8700270Z test_batch_vs_slicing_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8700796Z test_batch_vs_slicing_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.8701362Z test_batch_vs_slicing_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8701893Z test_batch_vs_slicing_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.8702421Z test_batch_vs_slicing_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.8702939Z test_batch_vs_slicing_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.8703477Z test_batch_vs_slicing_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.8704186Z test_batch_vs_slicing_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8704875Z test_batch_vs_slicing_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8705556Z test_batch_vs_slicing_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.8706089Z test_batch_vs_slicing_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.8706618Z test_batch_vs_slicing_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.8707156Z test_batch_vs_slicing_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.8707668Z test_batch_vs_slicing_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.8708211Z test_batch_vs_slicing_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:36.8708759Z test_batch_vs_slicing_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:56:36.8709298Z test_batch_vs_slicing_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:36.8709832Z test_batch_vs_slicing_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.8710369Z test_batch_vs_slicing_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.8710893Z test_batch_vs_slicing_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:36.8711401Z test_batch_vs_slicing_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.8711912Z test_batch_vs_slicing_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.8712453Z test_batch_vs_slicing_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.8713031Z test_batch_vs_slicing_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.8713600Z test_batch_vs_slicing_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.8714187Z test_batch_vs_slicing_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8714831Z test_batch_vs_slicing_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.8715381Z test_batch_vs_slicing_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:36.8715718Z test_batch_vs_slicing_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:56:36.8716046Z test_batch_vs_slicing_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.8716367Z test_batch_vs_slicing_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.8716911Z test_batch_vs_slicing_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.8717244Z test_batch_vs_slicing_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.8717561Z test_batch_vs_slicing_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8717859Z test_batch_vs_slicing_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8718179Z test_batch_vs_slicing_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.8718492Z test_batch_vs_slicing_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.8718883Z test_batch_vs_slicing_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8719185Z test_batch_vs_slicing_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.8719503Z test_batch_vs_slicing_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.8719822Z test_batch_vs_slicing_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:36.8720133Z test_batch_vs_slicing_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:56:36.8720458Z test_batch_vs_slicing_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.8720776Z test_batch_vs_slicing_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.8721140Z test_batch_vs_slicing_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.8721634Z test_batch_vs_slicing_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.8722180Z test_batch_vs_slicing_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.8722668Z test_batch_vs_slicing_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.8723192Z test_batch_vs_slicing_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.8723698Z test_batch_vs_slicing_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.8724168Z test_batch_vs_slicing_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.8724875Z test_batch_vs_slicing_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.8725429Z test_batch_vs_slicing_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.8725978Z test_batch_vs_slicing_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:56:36.8726545Z test_batch_vs_slicing_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:56:36.8727109Z test_batch_vs_slicing_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.8727635Z test_batch_vs_slicing_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.8728177Z test_batch_vs_slicing_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.8728726Z test_batch_vs_slicing_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.8729244Z test_batch_vs_slicing_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.8729831Z test_batch_vs_slicing_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.8730421Z test_batch_vs_slicing_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.8730957Z test_batch_vs_slicing_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.8731557Z test_batch_vs_slicing_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.8732160Z test_batch_vs_slicing_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.8732742Z test_batch_vs_slicing_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.8733288Z test_batch_vs_slicing_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:56:36.8733776Z test_batch_vs_slicing_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:56:36.8734325Z test_batch_vs_slicing_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8734842Z test_batch_vs_slicing_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.8735329Z test_batch_vs_slicing_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.8735848Z test_batch_vs_slicing_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:36.8736413Z test_batch_vs_slicing_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.8736918Z test_batch_vs_slicing_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.8737408Z test_batch_vs_slicing_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.8737919Z test_batch_vs_slicing_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8738442Z test_batch_vs_slicing_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.8738973Z test_batch_vs_slicing_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:56:36.8739494Z test_batch_vs_slicing_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:56:36.8740093Z test_batch_vs_slicing_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8740658Z test_batch_vs_slicing_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.8741426Z test_batch_vs_slicing_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.8742101Z test_batch_vs_slicing_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.8742600Z test_batch_vs_slicing_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.8743117Z test_batch_vs_slicing_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.8743630Z test_batch_vs_slicing_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:36.8744148Z test_batch_vs_slicing_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.8744688Z test_batch_vs_slicing_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:36.8745185Z test_batch_vs_slicing_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:36.8745718Z test_batch_vs_slicing_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.8746263Z test_batch_vs_slicing_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.8746776Z test_batch_vs_slicing_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:36.8747273Z test_batch_vs_slicing_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.8747800Z test_batch_vs_slicing_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.8748335Z test_batch_vs_slicing_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.8748912Z test_batch_vs_slicing_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.8749430Z test_batch_vs_slicing_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.951s) 2022-12-01T10:56:36.8750156Z test_batch_vs_slicing_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:36.8750682Z test_batch_vs_slicing_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:56:36.8751199Z test_batch_vs_slicing_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:56:36.8751731Z test_batch_vs_slicing_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:36.8752248Z test_batch_vs_slicing_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:36.8752730Z test_batch_vs_slicing_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.8753240Z test_batch_vs_slicing_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:36.8753757Z test_batch_vs_slicing_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:36.8754351Z test_batch_vs_slicing_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.8754889Z test_batch_vs_slicing_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.8755492Z test_batch_vs_slicing_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.8756099Z test_batch_vs_slicing_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:56:36.8756751Z test_batch_vs_slicing_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.8757276Z test_batch_vs_slicing_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:36.8757801Z test_batch_vs_slicing_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.8758322Z test_batch_vs_slicing_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.8758846Z test_batch_vs_slicing_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8759427Z test_batch_vs_slicing_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.8759936Z test_batch_vs_slicing_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.8760451Z test_batch_vs_slicing_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8760981Z test_batch_vs_slicing_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8761487Z test_batch_vs_slicing_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.8761994Z test_batch_vs_slicing_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:36.8762541Z test_batch_vs_slicing_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.8763041Z test_batch_vs_slicing_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.8763559Z test_batch_vs_slicing_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.8764076Z test_batch_vs_slicing_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:36.8764594Z test_batch_vs_slicing_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.8765084Z test_batch_vs_slicing_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.8765589Z test_batch_vs_slicing_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:36.8766097Z test_batch_vs_slicing_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:36.8766606Z test_batch_vs_slicing_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.8767128Z test_batch_vs_slicing_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.8767634Z test_batch_vs_slicing_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.8768148Z test_batch_vs_slicing_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.8768659Z test_batch_vs_slicing_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.8769165Z test_batch_vs_slicing_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.8769675Z test_batch_vs_slicing_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:36.8770151Z test_batch_vs_slicing_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:36.8770682Z test_batch_vs_slicing_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:56:36.8771208Z test_batch_vs_slicing_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:56:36.8771714Z test_batch_vs_slicing_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.8772214Z test_batch_vs_slicing_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.8772738Z test_batch_vs_slicing_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:56:36.8773260Z test_batch_vs_slicing_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:56:36.8773789Z test_batch_vs_slicing_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:56:36.8774347Z test_batch_vs_slicing_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:56:36.8774871Z test_batch_vs_slicing_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.8775405Z test_batch_vs_slicing_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8775901Z test_batch_vs_slicing_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.8776433Z test_batch_vs_slicing_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:36.8776955Z test_batch_vs_slicing_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.8777510Z test_batch_vs_slicing_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:36.8778014Z test_batch_vs_slicing_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.8778562Z test_batch_vs_slicing_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.8779095Z test_batch_vs_slicing_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.8779647Z test_batch_vs_slicing_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.8780154Z test_batch_vs_slicing_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.8780665Z test_batch_vs_slicing_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.8781216Z test_batch_vs_slicing_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:36.8781730Z test_batch_vs_slicing_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:56:36.8782296Z test_batch_vs_slicing_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.8782856Z test_batch_vs_slicing_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8783376Z test_batch_vs_slicing_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.8783903Z test_batch_vs_slicing_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.8784430Z test_batch_vs_slicing_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.8784980Z test_batch_vs_slicing_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.8785498Z test_batch_vs_slicing_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.8786010Z test_batch_vs_slicing_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.8786548Z test_batch_vs_slicing_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8787061Z test_batch_vs_slicing_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.8787562Z test_batch_vs_slicing_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.8788134Z test_batch_vs_slicing_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.8788677Z test_batch_vs_slicing_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.8789183Z test_batch_vs_slicing_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.8789725Z test_batch_vs_slicing_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.8790281Z test_batch_vs_slicing_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.8790820Z test_batch_vs_slicing_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.8791335Z test_batch_vs_slicing_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:36.8791891Z test_batch_vs_slicing_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.8792446Z test_batch_vs_slicing_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:56:36.8793025Z test_batch_vs_slicing_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:56:36.8793600Z test_batch_vs_slicing_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:56:36.8794143Z test_batch_vs_slicing_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:56:36.8794752Z test_batch_vs_slicing_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:36.8795290Z test_batch_vs_slicing_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:36.8795829Z test_batch_vs_slicing_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:36.8796394Z test_batch_vs_slicing_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:36.8797125Z test_batch_vs_slicing_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:36.8797637Z test_batch_vs_slicing_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.8798190Z test_batch_vs_slicing_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.8798726Z test_batch_vs_slicing_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.8799280Z test_batch_vs_slicing_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.8799854Z test_batch_vs_slicing_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:36.8800399Z test_batch_vs_slicing_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:56:36.8800973Z test_batch_vs_slicing_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.8801518Z test_batch_vs_slicing_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:36.8802099Z test_batch_vs_slicing_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.8802649Z test_batch_vs_slicing_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.8803197Z test_batch_vs_slicing_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8803699Z test_batch_vs_slicing_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.8804253Z test_batch_vs_slicing_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.8804791Z test_batch_vs_slicing_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.8805307Z test_batch_vs_slicing_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8805844Z test_batch_vs_slicing_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8806386Z test_batch_vs_slicing_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.8806933Z test_batch_vs_slicing_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.8807433Z test_batch_vs_slicing_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8807955Z test_batch_vs_slicing_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8808456Z test_batch_vs_slicing_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.8808997Z test_batch_vs_slicing_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.8809541Z test_batch_vs_slicing_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.8810071Z test_batch_vs_slicing_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.8810607Z test_batch_vs_slicing_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.8811167Z test_batch_vs_slicing_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.8811696Z test_batch_vs_slicing_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.8812358Z test_batch_vs_slicing_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:36.8812954Z test_batch_vs_slicing_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:36.8813540Z test_batch_vs_slicing_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:36.8814139Z test_batch_vs_slicing_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:36.8814705Z test_batch_vs_slicing_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.8815206Z test_batch_vs_slicing_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.8815755Z test_batch_vs_slicing_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.8816349Z test_batch_vs_slicing_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.8816902Z test_batch_vs_slicing_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.8817474Z test_batch_vs_slicing_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.8818012Z test_batch_vs_slicing_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8818561Z test_batch_vs_slicing_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8819073Z test_batch_vs_slicing_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8819616Z test_batch_vs_slicing_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.8820166Z test_batch_vs_slicing_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.8820684Z test_batch_vs_slicing_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.8821209Z test_batch_vs_slicing_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:56:36.8821727Z test_batch_vs_slicing_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:56:36.8822312Z test_batch_vs_slicing_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:56:36.8822827Z test_batch_vs_slicing_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:56:36.8823336Z test_batch_vs_slicing_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:56:36.8823851Z test_batch_vs_slicing_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:56:36.8824369Z test_batch_vs_slicing_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:56:36.8824901Z test_batch_vs_slicing_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:56:36.8825433Z test_batch_vs_slicing_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:56:36.8825969Z test_batch_vs_slicing_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.8826528Z test_batch_vs_slicing_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:56:36.8827070Z test_batch_vs_slicing_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.8827609Z test_batch_vs_slicing_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8828171Z test_batch_vs_slicing_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8828680Z test_batch_vs_slicing_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.8829201Z test_batch_vs_slicing_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.8829736Z test_batch_vs_slicing_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.8830262Z test_batch_vs_slicing_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.8830768Z test_batch_vs_slicing_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.8831317Z test_batch_vs_slicing_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8831930Z test_batch_vs_slicing_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.8832416Z test_batch_vs_slicing_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.8832910Z test_batch_vs_slicing_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8833481Z test_batch_vs_slicing_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8834031Z test_batch_vs_slicing_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.8834651Z test_batch_vs_slicing_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.8835249Z test_batch_vs_slicing_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:56:36.8835819Z test_batch_vs_slicing_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:56:36.8836411Z test_batch_vs_slicing_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:56:36.8837079Z test_batch_vs_slicing_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:36.8837641Z test_batch_vs_slicing_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.8838182Z test_batch_vs_slicing_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.8838717Z test_batch_vs_slicing_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.8839232Z test_batch_vs_slicing_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.8839772Z test_batch_vs_slicing_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.8840308Z test_batch_vs_slicing_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.8840823Z test_batch_vs_slicing_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.8841416Z test_batch_vs_slicing_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8841955Z test_batch_vs_slicing_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.8842509Z test_batch_vs_slicing_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:36.8843068Z test_batch_vs_slicing_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:56:36.8843616Z test_batch_vs_slicing_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:36.8844165Z test_batch_vs_slicing_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:36.8844668Z test_batch_vs_slicing_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.8845207Z test_batch_vs_slicing_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.8845758Z test_batch_vs_slicing_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.8846303Z test_batch_vs_slicing_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.8846828Z test_batch_vs_slicing_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.8847318Z test_batch_vs_slicing_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.8847826Z test_batch_vs_slicing_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.8848339Z test_batch_vs_slicing_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.8848922Z test_batch_vs_slicing_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.8849481Z test_batch_vs_slicing_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.8850016Z test_batch_vs_slicing_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.8850521Z test_batch_vs_slicing_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.8851125Z test_batch_vs_slicing_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.8851622Z test_batch_vs_slicing_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.8852113Z test_batch_vs_slicing_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.8852635Z test_batch_vs_slicing_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.8853129Z test_batch_vs_slicing_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.8853710Z test_batch_vs_slicing_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.8854301Z test_batch_vs_slicing_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.8854881Z test_batch_vs_slicing_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.8855465Z test_batch_vs_slicing_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.8856016Z test_batch_vs_slicing_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.8856539Z test_batch_vs_slicing_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.8857071Z test_batch_vs_slicing_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.8857588Z test_batch_vs_slicing_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.8858100Z test_batch_vs_slicing_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.8858625Z test_batch_vs_slicing_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.8859208Z test_batch_vs_slicing_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.8859787Z test_batch_vs_slicing_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.8860309Z test_batch_vs_slicing_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.8860829Z test_batch_vs_slicing_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.8861354Z test_batch_vs_slicing_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.8861880Z test_batch_vs_slicing_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.8862436Z test_batch_vs_slicing_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.8862959Z test_batch_vs_slicing_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.8863508Z test_batch_vs_slicing_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.8864007Z test_batch_vs_slicing_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.8864537Z test_batch_vs_slicing_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.8865057Z test_batch_vs_slicing_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.8865617Z test_batch_vs_slicing_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.8866112Z test_batch_vs_slicing_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.8866657Z test_batch_vs_slicing_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.8867214Z test_batch_vs_slicing_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:56:36.8867724Z test_batch_vs_slicing_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.8868242Z test_batch_vs_slicing_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.8868794Z test_batch_vs_slicing_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.8869363Z test_batch_vs_slicing_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.8869938Z test_batch_vs_slicing_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.8870490Z test_batch_vs_slicing_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.8870989Z test_batch_vs_slicing_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.8871524Z test_batch_vs_slicing_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.8872023Z test_batch_vs_slicing_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.8872626Z test_batch_vs_slicing_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.8873317Z test_batch_vs_slicing_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.8873960Z test_batch_vs_slicing_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.8874717Z test_batch_vs_slicing_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.8875442Z test_batch_vs_slicing_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.8876168Z test_batch_vs_slicing_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.8876956Z test_batch_vs_slicing_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.8877652Z test_batch_vs_slicing_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.8878359Z test_batch_vs_slicing_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.8879057Z test_batch_vs_slicing_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.8879742Z test_batch_vs_slicing_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.8880396Z test_batch_vs_slicing_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.8881004Z test_batch_vs_slicing_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.8881575Z test_batch_vs_slicing_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:56:36.8882116Z test_batch_vs_slicing_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:36.8882643Z test_batch_vs_slicing_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:56:36.8883159Z test_batch_vs_slicing_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:36.8883707Z test_batch_vs_slicing_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:36.8884220Z test_batch_vs_slicing_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:56:36.8884816Z test_batch_vs_slicing_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:36.8885355Z test_batch_vs_slicing_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:36.8885863Z test_batch_vs_slicing_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.8886426Z test_batch_vs_slicing_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:56:36.8886972Z test_batch_vs_slicing_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:56:36.8887560Z test_batch_vs_slicing_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:56:36.8888067Z test_batch_vs_slicing_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8888705Z test_batch_vs_slicing_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.8889247Z test_batch_vs_slicing_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:36.8889749Z test_batch_vs_slicing_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:36.8890301Z test_batch_vs_slicing_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.8890830Z test_batch_vs_slicing_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:36.8891725Z test_batch_vs_slicing_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:36.8892258Z test_batch_vs_slicing_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.8892847Z test_batch_vs_slicing_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.8893411Z test_batch_vs_slicing_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.8893931Z test_batch_vs_slicing_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.8894450Z test_batch_vs_slicing_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:36.8894999Z test_batch_vs_slicing_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:36.8895521Z test_batch_vs_slicing_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:36.8896065Z test_batch_vs_slicing_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:36.8896589Z test_batch_vs_slicing_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.8897121Z test_batch_vs_slicing_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.8897661Z test_batch_vs_slicing_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:56:36.8898187Z test_batch_vs_slicing_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:56:36.8898733Z test_batch_vs_slicing_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:56:36.8899253Z test_batch_vs_slicing_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.8899816Z test_batch_vs_slicing_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.8900340Z test_batch_vs_slicing_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:36.8900891Z test_batch_vs_slicing_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:36.8901419Z test_batch_vs_slicing_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.8901928Z test_batch_vs_slicing_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:36.8902470Z test_batch_vs_slicing_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:36.8902999Z test_batch_vs_slicing_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.8903525Z test_batch_vs_slicing_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:56:36.8904066Z test_batch_vs_slicing_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:56:36.8904617Z test_batch_vs_slicing_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:56:36.8905177Z test_batch_vs_slicing_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8905702Z test_batch_vs_slicing_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.8906255Z test_batch_vs_slicing_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:36.8906773Z test_batch_vs_slicing_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:36.8907304Z test_batch_vs_slicing_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:36.8907831Z test_batch_vs_slicing_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:36.8908409Z test_batch_vs_slicing_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:36.8908996Z test_batch_vs_slicing_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.8909543Z test_batch_vs_slicing_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.8910122Z test_batch_vs_slicing_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.8910682Z test_batch_vs_slicing_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.8911223Z test_batch_vs_slicing_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.8911798Z test_batch_vs_slicing_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.8912329Z test_batch_vs_slicing_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.8912869Z test_batch_vs_slicing_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.8913422Z test_batch_vs_slicing_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.8913925Z test_batch_vs_slicing_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.8914531Z test_batch_vs_slicing_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.8915077Z test_batch_vs_slicing_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.8915624Z test_batch_vs_slicing_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.8916216Z test_batch_vs_slicing_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:56:36.8916916Z test_batch_vs_slicing_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.8917515Z test_batch_vs_slicing_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.8918088Z test_batch_vs_slicing_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:56:36.8918632Z test_batch_vs_slicing_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:56:36.8919212Z test_batch_vs_slicing_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:56:36.8919530Z test_batch_vs_slicing_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:56:36.8919844Z test_batch_vs_slicing_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:56:36.8925529Z test_batch_vs_slicing_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.8925858Z test_batch_vs_slicing_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8926173Z test_batch_vs_slicing_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.8926500Z test_batch_vs_slicing_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:56:36.8926830Z test_batch_vs_slicing_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8927153Z test_batch_vs_slicing_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.8927460Z test_batch_vs_slicing_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.8927774Z test_batch_vs_slicing_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8928086Z test_batch_vs_slicing_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8928385Z test_batch_vs_slicing_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8928701Z test_batch_vs_slicing_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.8929011Z test_batch_vs_slicing_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8929326Z test_batch_vs_slicing_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8929759Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:56:36.8930115Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:56:36.8930467Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:56:36.8930820Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:56:36.8931156Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:56:36.8931544Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:56:36.8931890Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:56:36.8932226Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:56:36.8932575Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:56:36.8932926Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:56:36.8933274Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:56:36.8933607Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:56:36.8933947Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:56:36.8934290Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:56:36.8934630Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:56:36.8934966Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:56:36.8935315Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:56:36.8935663Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:56:36.8936001Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-12-01T10:56:36.8936343Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:56:36.8936683Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:56:36.8937023Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:56:36.8937352Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:56:36.8937697Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:56:36.8938033Z test_batch_vs_slicing_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.8938357Z test_batch_vs_slicing_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8938667Z test_batch_vs_slicing_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.8938989Z test_batch_vs_slicing_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8939308Z test_batch_vs_slicing_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8939612Z test_batch_vs_slicing_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8939928Z test_batch_vs_slicing_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.8940273Z test_batch_vs_slicing_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.8940588Z test_batch_vs_slicing_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8940894Z test_batch_vs_slicing_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.8941207Z test_batch_vs_slicing_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.8941528Z test_batch_vs_slicing_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.8941837Z test_batch_vs_slicing_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:56:36.8942155Z test_batch_vs_slicing_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.8942503Z test_batch_vs_slicing_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.8942817Z test_batch_vs_slicing_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.8943113Z test_batch_vs_slicing_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.8943425Z test_batch_vs_slicing_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.8943733Z test_batch_vs_slicing_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.8944041Z test_batch_vs_slicing_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.8944337Z test_batch_vs_slicing_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.8944647Z test_batch_vs_slicing_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.189s) 2022-12-01T10:56:36.8944977Z test_batch_vs_slicing_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8945314Z test_batch_vs_slicing_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8945661Z test_batch_vs_slicing_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.8946010Z test_batch_vs_slicing_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8946352Z test_batch_vs_slicing_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.8946682Z test_batch_vs_slicing_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.8947037Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8947405Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8947754Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8948113Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.8948481Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.8948841Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.8949184Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.8949537Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.8949893Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.8950243Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8950581Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8950925Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8951303Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.8951656Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.8952009Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.8952363Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.8952710Z test_batch_vs_slicing_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.8953039Z test_batch_vs_slicing_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:36.8953412Z test_batch_vs_slicing_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.8953762Z test_batch_vs_slicing_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.8954108Z test_batch_vs_slicing_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.8954538Z test_batch_vs_slicing_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8954881Z test_batch_vs_slicing_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8955221Z test_batch_vs_slicing_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.8955557Z test_batch_vs_slicing_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.8955883Z test_batch_vs_slicing_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.8956220Z test_batch_vs_slicing_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.8956699Z test_batch_vs_slicing_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.8957031Z test_batch_vs_slicing_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.8957378Z test_batch_vs_slicing_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8957725Z test_batch_vs_slicing_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8958071Z test_batch_vs_slicing_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8958401Z test_batch_vs_slicing_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8958743Z test_batch_vs_slicing_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.8959083Z test_batch_vs_slicing_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.8959424Z test_batch_vs_slicing_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.8959757Z test_batch_vs_slicing_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.8960123Z test_batch_vs_slicing_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:56:36.8960516Z test_batch_vs_slicing_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:56:36.8960902Z test_batch_vs_slicing_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:56:36.8961258Z test_batch_vs_slicing_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8961604Z test_batch_vs_slicing_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.8961952Z test_batch_vs_slicing_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.8962354Z test_batch_vs_slicing_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:56:36.8962726Z test_batch_vs_slicing_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.8963087Z test_batch_vs_slicing_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.8963437Z test_batch_vs_slicing_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.8963767Z test_batch_vs_slicing_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.8964122Z test_batch_vs_slicing_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.8964514Z test_batch_vs_slicing_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8964874Z test_batch_vs_slicing_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:36.8965223Z test_batch_vs_slicing_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8965588Z test_batch_vs_slicing_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.8965943Z test_batch_vs_slicing_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.8966298Z test_batch_vs_slicing_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:56:36.8966646Z test_batch_vs_slicing_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:56:36.8967008Z test_batch_vs_slicing_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:56:36.8967357Z test_batch_vs_slicing_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:56:36.8967705Z test_batch_vs_slicing_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:56:36.8968054Z test_batch_vs_slicing_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:56:36.8968404Z test_batch_vs_slicing_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:56:36.8968755Z test_batch_vs_slicing_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:56:36.8969086Z test_batch_vs_slicing_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:56:36.8969434Z test_batch_vs_slicing_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:56:36.8969783Z test_batch_vs_slicing_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:56:36.8970139Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.8970494Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:56:36.8970858Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:56:36.8971218Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.8971560Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:36.8971912Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:56:36.8972266Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:56:36.8972617Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:56:36.8973018Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:36.8973374Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:36.8973727Z test_batch_vs_slicing_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.8974084Z test_batch_vs_slicing_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.8974428Z test_batch_vs_slicing_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.8974780Z test_batch_vs_slicing_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8975170Z test_batch_vs_slicing_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.8975517Z test_batch_vs_slicing_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.8975860Z test_batch_vs_slicing_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.8976208Z test_batch_vs_slicing_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.8976562Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.953s) 2022-12-01T10:56:36.8976908Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:36.8977261Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:56:36.8977616Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:56:36.8977970Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:56:36.8978305Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:36.8978654Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:36.8979006Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:56:36.8979347Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:36.8979688Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:56:36.8980039Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:36.8980393Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.8980750Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:56:36.8981090Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:36.8981437Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:56:36.8981785Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:56:36.8982121Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:36.8982469Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:36.8982821Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.545s) 2022-12-01T10:56:36.8983174Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.246s) 2022-12-01T10:56:36.8983515Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.564s) 2022-12-01T10:56:36.8983897Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.576s) 2022-12-01T10:56:36.8984248Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.241s) 2022-12-01T10:56:36.8984597Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.271s) 2022-12-01T10:56:36.8984932Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.239s) 2022-12-01T10:56:36.8985279Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.241s) 2022-12-01T10:56:36.8985622Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.402s) 2022-12-01T10:56:36.8985992Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.540s) 2022-12-01T10:56:36.8986347Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.246s) 2022-12-01T10:56:36.8986703Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.557s) 2022-12-01T10:56:36.8987056Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.558s) 2022-12-01T10:56:36.8987394Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.242s) 2022-12-01T10:56:36.8987740Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.273s) 2022-12-01T10:56:36.8988086Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.240s) 2022-12-01T10:56:36.8988433Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.243s) 2022-12-01T10:56:36.8988766Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.405s) 2022-12-01T10:56:36.8989119Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.545s) 2022-12-01T10:56:36.8989471Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.247s) 2022-12-01T10:56:36.8989823Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.562s) 2022-12-01T10:56:36.8990162Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.563s) 2022-12-01T10:56:36.8990505Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.243s) 2022-12-01T10:56:36.8990854Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.273s) 2022-12-01T10:56:36.8991191Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.241s) 2022-12-01T10:56:36.8991536Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.243s) 2022-12-01T10:56:36.8991885Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.406s) 2022-12-01T10:56:36.8992225Z test_batch_vs_slicing_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.8992547Z test_batch_vs_slicing_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.8992884Z test_batch_vs_slicing_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:36.8993212Z test_batch_vs_slicing_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9034148Z test_batch_vs_slicing_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.9034694Z test_batch_vs_slicing_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9035029Z test_batch_vs_slicing_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.9035489Z test_batch_vs_slicing_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9035805Z test_batch_vs_slicing_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.9036129Z test_batch_vs_slicing_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9036455Z test_batch_vs_slicing_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9036903Z test_batch_vs_slicing_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9037217Z test_batch_vs_slicing_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.9037542Z test_batch_vs_slicing_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:36.9037907Z test_batch_vs_slicing_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:36.9038232Z test_batch_vs_slicing_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.9038543Z test_batch_vs_slicing_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.9038857Z test_batch_vs_slicing_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.9039179Z test_batch_vs_slicing_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.9039486Z test_batch_vs_slicing_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.9039802Z test_batch_vs_slicing_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.9040120Z test_batch_vs_slicing_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.9040431Z test_batch_vs_slicing_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9040739Z test_batch_vs_slicing_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9041047Z test_batch_vs_slicing_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.9041361Z test_batch_vs_slicing_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:56:36.9041670Z test_batch_vs_slicing_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.9041984Z test_batch_vs_slicing_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.9042299Z test_batch_vs_slicing_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9042612Z test_batch_vs_slicing_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.9042914Z test_batch_vs_slicing_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9043224Z test_batch_vs_slicing_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9043535Z test_batch_vs_slicing_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9043832Z test_batch_vs_slicing_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9044146Z test_batch_vs_slicing_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9044471Z test_batch_vs_slicing_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9044805Z test_batch_vs_slicing_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.9045127Z test_batch_vs_slicing_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:36.9045468Z test_batch_vs_slicing_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.9045803Z test_batch_vs_slicing_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.9046122Z test_batch_vs_slicing_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.9046443Z test_batch_vs_slicing_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.9046813Z test_batch_vs_slicing_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.9047137Z test_batch_vs_slicing_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.9047443Z test_batch_vs_slicing_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.9047766Z test_batch_vs_slicing_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.9048088Z test_batch_vs_slicing_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.9048410Z test_batch_vs_slicing_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9048718Z test_batch_vs_slicing_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.9049064Z test_batch_vs_slicing_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.9049382Z test_batch_vs_slicing_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9049680Z test_batch_vs_slicing_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9049987Z test_batch_vs_slicing_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.9050295Z test_batch_vs_slicing_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.9050605Z test_batch_vs_slicing_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9050922Z test_batch_vs_slicing_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.9051268Z test_batch_vs_slicing_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9051612Z test_batch_vs_slicing_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.9051943Z test_batch_vs_slicing_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.9052286Z test_batch_vs_slicing_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9052622Z test_batch_vs_slicing_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.9052969Z test_batch_vs_slicing_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.9053306Z test_batch_vs_slicing_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9053653Z test_batch_vs_slicing_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.9053986Z test_batch_vs_slicing_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.9054309Z test_batch_vs_slicing_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.9054617Z test_batch_vs_slicing_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:56:36.9054940Z test_batch_vs_slicing_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:56:36.9055256Z test_batch_vs_slicing_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.9055561Z test_batch_vs_slicing_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.9055876Z test_batch_vs_slicing_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.9056182Z test_batch_vs_slicing_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.9056485Z test_batch_vs_slicing_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.9056778Z test_batch_vs_slicing_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.9057089Z test_batch_vs_slicing_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.9057403Z test_batch_vs_slicing_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9057739Z test_batch_vs_slicing_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.9058054Z test_batch_vs_slicing_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:36.9058372Z test_batch_vs_slicing_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:56:36.9058692Z test_batch_vs_slicing_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.9059000Z test_batch_vs_slicing_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:36.9059306Z test_batch_vs_slicing_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9059607Z test_batch_vs_slicing_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.9059925Z test_batch_vs_slicing_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.9060231Z test_batch_vs_slicing_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9060535Z test_batch_vs_slicing_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.9060842Z test_batch_vs_slicing_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.9061133Z test_batch_vs_slicing_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9061452Z test_batch_vs_slicing_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.9061760Z test_batch_vs_slicing_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9062078Z test_batch_vs_slicing_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.9062389Z test_batch_vs_slicing_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.9062709Z test_batch_vs_slicing_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.9063021Z test_batch_vs_slicing_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.9063321Z test_batch_vs_slicing_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9063633Z test_batch_vs_slicing_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9063937Z test_batch_vs_slicing_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9064235Z test_batch_vs_slicing_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.9064525Z test_batch_vs_slicing_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9064830Z test_batch_vs_slicing_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9065145Z test_batch_vs_slicing_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.9065462Z test_batch_vs_slicing_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.9065786Z test_batch_vs_slicing_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:56:36.9066119Z test_batch_vs_slicing_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.9066440Z test_batch_vs_slicing_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.9066744Z test_batch_vs_slicing_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.9067061Z test_batch_vs_slicing_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.9067374Z test_batch_vs_slicing_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.9067676Z test_batch_vs_slicing_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.9067993Z test_batch_vs_slicing_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.9068310Z test_batch_vs_slicing_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.9068660Z test_batch_vs_slicing_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9068961Z test_batch_vs_slicing_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.9069273Z test_batch_vs_slicing_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.9069583Z test_batch_vs_slicing_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9069881Z test_batch_vs_slicing_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.9070188Z test_batch_vs_slicing_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.9070494Z test_batch_vs_slicing_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9070832Z test_batch_vs_slicing_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.9071129Z test_batch_vs_slicing_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.9071445Z test_batch_vs_slicing_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9071761Z test_batch_vs_slicing_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9072079Z test_batch_vs_slicing_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.9072388Z test_batch_vs_slicing_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.9072709Z test_batch_vs_slicing_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9073024Z test_batch_vs_slicing_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.9073330Z test_batch_vs_slicing_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.9073646Z test_batch_vs_slicing_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.9073958Z test_batch_vs_slicing_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9074346Z test_batch_vs_slicing_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.9074656Z test_batch_vs_slicing_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.9074973Z test_batch_vs_slicing_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.9075288Z test_batch_vs_slicing_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:36.9075592Z test_batch_vs_slicing_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:56:36.9075911Z test_batch_vs_slicing_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:56:36.9076227Z test_batch_vs_slicing_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.9076664Z test_batch_vs_slicing_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.9076958Z test_batch_vs_slicing_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.9077265Z test_batch_vs_slicing_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.9077569Z test_batch_vs_slicing_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.9077863Z test_batch_vs_slicing_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.9078171Z test_batch_vs_slicing_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.9078484Z test_batch_vs_slicing_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:36.9078797Z test_batch_vs_slicing_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:36.9079101Z test_batch_vs_slicing_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:56:36.9079427Z test_batch_vs_slicing_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:56:36.9079745Z test_batch_vs_slicing_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:36.9080109Z test_batch_vs_slicing_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:56:36.9080422Z test_batch_vs_slicing_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:36.9080728Z test_batch_vs_slicing_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:36.9081031Z test_batch_vs_slicing_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.9081325Z test_batch_vs_slicing_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.9081636Z test_batch_vs_slicing_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.9081953Z test_batch_vs_slicing_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.9082289Z test_batch_vs_slicing_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.9082607Z test_batch_vs_slicing_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:56:36.9082930Z test_batch_vs_slicing_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:56:36.9083245Z test_batch_vs_slicing_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.9083545Z test_batch_vs_slicing_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.9083856Z test_batch_vs_slicing_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:36.9084160Z test_batch_vs_slicing_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.9084469Z test_batch_vs_slicing_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.9084764Z test_batch_vs_slicing_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.9085076Z test_batch_vs_slicing_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.9085402Z test_batch_vs_slicing_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:56:36.9085730Z test_batch_vs_slicing_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:56:36.9086070Z test_batch_vs_slicing_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:56:36.9086404Z test_batch_vs_slicing_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:56:36.9086738Z test_batch_vs_slicing_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:56:36.9087056Z test_batch_vs_slicing_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:56:36.9087385Z test_batch_vs_slicing_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:56:36.9087715Z test_batch_vs_slicing_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:56:36.9088038Z test_batch_vs_slicing_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:36.9088384Z test_batch_vs_slicing_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.9088719Z test_batch_vs_slicing_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:56:36.9089058Z test_batch_vs_slicing_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:36.9089380Z test_batch_vs_slicing_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:56:36.9089715Z test_batch_vs_slicing_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:56:36.9090049Z test_batch_vs_slicing_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:36.9090384Z test_batch_vs_slicing_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:36.9090708Z test_batch_vs_slicing_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.9091081Z test_batch_vs_slicing_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:36.9091417Z test_batch_vs_slicing_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:56:36.9091741Z test_batch_vs_slicing_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:36.9092077Z test_batch_vs_slicing_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:56:36.9092413Z test_batch_vs_slicing_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:56:36.9092745Z test_batch_vs_slicing_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:36.9093113Z test_batch_vs_slicing_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:56:36.9093447Z test_batch_vs_slicing_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:36.9093785Z test_batch_vs_slicing_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.9094117Z test_batch_vs_slicing_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:56:36.9094443Z test_batch_vs_slicing_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:36.9094773Z test_batch_vs_slicing_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:36.9095102Z test_batch_vs_slicing_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:36.9095422Z test_batch_vs_slicing_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:36.9095758Z test_batch_vs_slicing_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:56:36.9096093Z test_batch_vs_slicing_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:56:36.9096429Z test_batch_vs_slicing_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.9096753Z test_batch_vs_slicing_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:36.9097086Z test_batch_vs_slicing_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:36.9097416Z test_batch_vs_slicing_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:36.9097746Z test_batch_vs_slicing_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:36.9098065Z test_batch_vs_slicing_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:36.9098399Z test_batch_vs_slicing_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:56:36.9098730Z test_batch_vs_slicing_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.9099046Z test_batch_vs_slicing_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:36.9099374Z test_batch_vs_slicing_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.9099699Z test_batch_vs_slicing_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:36.9100027Z test_batch_vs_slicing_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:36.9100344Z test_batch_vs_slicing_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:36.9100668Z test_batch_vs_slicing_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.9100990Z test_batch_vs_slicing_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:36.9101305Z test_batch_vs_slicing_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.9101654Z test_batch_vs_slicing_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:36.9101984Z test_batch_vs_slicing_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:56:36.9102314Z test_batch_vs_slicing_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:56:36.9102630Z test_batch_vs_slicing_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:56:36.9102955Z test_batch_vs_slicing_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:56:36.9103280Z test_batch_vs_slicing_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:56:36.9103600Z test_batch_vs_slicing_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:56:36.9103936Z test_batch_vs_slicing_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:36.9104267Z test_batch_vs_slicing_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:56:36.9104595Z test_batch_vs_slicing_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:56:36.9104906Z test_batch_vs_slicing_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:56:36.9105228Z test_batch_vs_slicing_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:56:36.9105665Z test_batch_vs_slicing_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:56:36.9105989Z test_batch_vs_slicing_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:56:36.9106289Z test_batch_vs_slicing_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:56:36.9106612Z test_batch_vs_slicing_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:56:36.9106935Z test_batch_vs_slicing_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:56:36.9107258Z test_batch_vs_slicing_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:56:36.9107572Z test_batch_vs_slicing_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:56:36.9107897Z test_batch_vs_slicing_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:56:36.9108219Z test_batch_vs_slicing_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:56:36.9108610Z test_batch_vs_slicing_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:56:36.9108929Z test_batch_vs_slicing_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:56:36.9109248Z test_batch_vs_slicing_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:56:36.9109564Z test_batch_vs_slicing_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:56:36.9109873Z test_batch_vs_slicing_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:56:36.9110199Z test_batch_vs_slicing_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:36.9110530Z test_batch_vs_slicing_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:56:36.9110844Z test_batch_vs_slicing_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:56:36.9111165Z test_batch_vs_slicing_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:56:36.9111489Z test_batch_vs_slicing_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:36.9111808Z test_batch_vs_slicing_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:56:36.9112120Z test_batch_vs_slicing_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:56:36.9112450Z test_batch_vs_slicing_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:56:36.9112823Z test_batch_vs_slicing_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:56:36.9113160Z test_batch_vs_slicing_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:56:36.9113489Z test_batch_vs_slicing_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:56:36.9113820Z test_batch_vs_slicing_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:56:36.9114156Z test_batch_vs_slicing_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:56:36.9114558Z test_batch_vs_slicing_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:56:36.9114918Z test_batch_vs_slicing_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:56:36.9115266Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:56:36.9115619Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:56:36.9115970Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:56:36.9116316Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:56:36.9116857Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:56:36.9117200Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:56:36.9117528Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:56:36.9117880Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:56:36.9118215Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:56:36.9118556Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:56:36.9118909Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:56:36.9119255Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:56:36.9119596Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:56:36.9119921Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:56:36.9120276Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:56:36.9120623Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:56:36.9120964Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:56:36.9121300Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:56:36.9121646Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:56:36.9121988Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:56:36.9122154Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:56:36.9122316Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:56:36.9122471Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:56:36.9122632Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:56:36.9122849Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:56:36.9123015Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:56:36.9123183Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:56:36.9123347Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:56:36.9123508Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:56:36.9123713Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:56:36.9123879Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:56:36.9124037Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:56:36.9124192Z test_batch_vs_slicing_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:56:36.9124346Z test_batch_vs_slicing_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:56:36.9124501Z test_batch_vs_slicing_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:56:36.9124650Z test_batch_vs_slicing_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:56:36.9124798Z test_batch_vs_slicing_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:56:36.9124951Z test_batch_vs_slicing_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:56:36.9125098Z test_batch_vs_slicing_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:56:36.9125250Z test_batch_vs_slicing_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:56:36.9125393Z test_batch_vs_slicing_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:56:36.9125543Z test_batch_vs_slicing_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:36.9125695Z test_batch_vs_slicing_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:36.9125845Z test_batch_vs_slicing_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:56:36.9125998Z test_batch_vs_slicing_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.9126149Z test_batch_vs_slicing_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.9126301Z test_batch_vs_slicing_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.9126450Z test_batch_vs_slicing_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.9126597Z test_batch_vs_slicing_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.9126776Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.961s) 2022-12-01T10:56:36.9126962Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:36.9127145Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:56:36.9127325Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:56:36.9127509Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:36.9127685Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:36.9127892Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:36.9128073Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:56:36.9128255Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:36.9128421Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:56:36.9128593Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:36.9128789Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:56:36.9128962Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:56:36.9129138Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:56:36.9129313Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:56:36.9129481Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:56:36.9129656Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:56:36.9129827Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:56:36.9129999Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:36.9130159Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:56:36.9130330Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:56:36.9130500Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:56:36.9130669Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:56:36.9130837Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:56:36.9131008Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:56:36.9131179Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:36.9131347Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.9131519Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:36.9131679Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:36.9131843Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:56:36.9132010Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:36.9132174Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:36.9132336Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.214s) 2022-12-01T10:56:36.9132483Z test_batch_vs_slicing_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9132625Z test_batch_vs_slicing_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:36.9132798Z test_batch_vs_slicing_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:56:36.9132946Z test_batch_vs_slicing_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:36.9133082Z test_batch_vs_slicing_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.9133225Z test_batch_vs_slicing_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.9133365Z test_batch_vs_slicing_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.9133505Z test_batch_vs_slicing_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.9133642Z test_batch_vs_slicing_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.9133809Z test_batch_vs_slicing_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.9133946Z test_batch_vs_slicing_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.9134096Z test_batch_vs_slicing_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9134231Z test_batch_vs_slicing_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.9134381Z test_batch_vs_slicing_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:56:36.9134528Z test_batch_vs_slicing_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.9134674Z test_batch_vs_slicing_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:56:36.9134818Z test_batch_vs_slicing_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.9134965Z test_batch_vs_slicing_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.9135111Z test_batch_vs_slicing_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.9135255Z test_batch_vs_slicing_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.9135389Z test_batch_vs_slicing_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.9135531Z test_batch_vs_slicing_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.9135673Z test_batch_vs_slicing_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9135811Z test_batch_vs_slicing_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.9135949Z test_batch_vs_slicing_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.9136095Z test_batch_vs_slicing_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:56:36.9136242Z test_batch_vs_slicing_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:56:36.9136387Z test_batch_vs_slicing_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.9136530Z test_batch_vs_slicing_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.9136661Z test_batch_vs_slicing_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.9136795Z test_batch_vs_slicing_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.9136928Z test_batch_vs_slicing_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.9137067Z test_batch_vs_slicing_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.9137201Z test_batch_vs_slicing_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.9137348Z test_batch_vs_slicing_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.9137488Z test_batch_vs_slicing_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.9137639Z test_batch_vs_slicing_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:56:36.9137806Z test_batch_vs_slicing_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:56:36.9137950Z test_batch_vs_slicing_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.9138095Z test_batch_vs_slicing_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.9138240Z test_batch_vs_slicing_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.9138381Z test_batch_vs_slicing_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.9138524Z test_batch_vs_slicing_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.9138666Z test_batch_vs_slicing_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.9138834Z test_batch_vs_slicing_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.9138972Z test_batch_vs_slicing_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9139119Z test_batch_vs_slicing_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.9139265Z test_batch_vs_slicing_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.9139409Z test_batch_vs_slicing_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9139548Z test_batch_vs_slicing_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9139690Z test_batch_vs_slicing_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.9139832Z test_batch_vs_slicing_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.9139972Z test_batch_vs_slicing_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.9140122Z test_complex_edge_values_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.9140254Z test_contig_size1_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:56:36.9140402Z test_contig_size1_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:56:36.9140545Z test_contig_size1_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:56:36.9140690Z test_contig_size1_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:56:36.9140831Z test_contig_size1_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:56:36.9140971Z test_contig_size1_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:36.9141111Z test_contig_size1_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:56:36.9141252Z test_contig_size1_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:56:36.9141381Z test_contig_size1_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9141519Z test_contig_size1_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9141659Z test_contig_size1_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9141798Z test_contig_size1_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9141946Z test_contig_size1_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9142084Z test_contig_size1_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9142231Z test_contig_size1_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9142377Z test_contig_size1_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9142506Z test_contig_size1_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9142647Z test_contig_size1_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9142788Z test_contig_size1_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9142953Z test_contig_size1_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9143092Z test_contig_size1_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9143231Z test_contig_size1_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9143370Z test_contig_size1_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9143517Z test_contig_size1_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9143646Z test_contig_size1_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9143793Z test_contig_size1_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9143975Z test_contig_size1_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9144121Z test_contig_size1_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9144257Z test_contig_size1_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9144398Z test_contig_size1_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9144538Z test_contig_size1_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9144674Z test_contig_size1_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9144803Z test_contig_size1_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9144940Z test_contig_size1_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9145088Z test_contig_size1_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9145229Z test_contig_size1_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9145376Z test_contig_size1_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9145521Z test_contig_size1_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9145665Z test_contig_size1_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9145802Z test_contig_size1_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9145937Z test_contig_size1_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9146064Z test_contig_size1_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9146204Z test_contig_size1_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9146339Z test_contig_size1_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9146476Z test_contig_size1_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9146614Z test_contig_size1_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9146754Z test_contig_size1_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9146896Z test_contig_size1_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9147046Z test_contig_size1_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9147180Z test_contig_size1_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9147318Z test_contig_size1_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9147452Z test_contig_size1_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9147585Z test_contig_size1_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9147721Z test_contig_size1_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9147860Z test_contig_size1_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9147996Z test_contig_size1_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9148157Z test_contig_size1_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9148290Z test_contig_size1_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9148430Z test_contig_size1_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9148576Z test_contig_size1_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9148717Z test_contig_size1_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9148859Z test_contig_size1_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9148996Z test_contig_size1_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9149191Z test_contig_size1_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9149329Z test_contig_size1_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9149459Z test_contig_size1_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9149593Z test_contig_size1_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9149729Z test_contig_size1_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9149870Z test_contig_size1_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9150008Z test_contig_size1_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9150150Z test_contig_size1_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9150292Z test_contig_size1_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9150432Z test_contig_size1_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9150571Z test_contig_size1_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9150703Z test_contig_size1_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9150839Z test_contig_size1_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9150975Z test_contig_size1_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9151114Z test_contig_size1_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9151249Z test_contig_size1_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9151392Z test_contig_size1_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9151526Z test_contig_size1_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9151673Z test_contig_size1_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9151809Z test_contig_size1_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9151949Z test_contig_size1_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9152088Z test_contig_size1_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9152228Z test_contig_size1_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9152367Z test_contig_size1_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9152505Z test_contig_size1_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9152641Z test_contig_size1_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9152775Z test_contig_size1_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9152914Z test_contig_size1_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9153056Z test_contig_size1_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9153208Z test_contig_size1_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9153383Z test_contig_size1_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9153532Z test_contig_size1_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9153679Z test_contig_size1_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9153821Z test_contig_size1_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9153965Z test_contig_size1_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9154096Z test_contig_size1_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9154337Z test_contig_size1_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9154481Z test_contig_size1_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9154624Z test_contig_size1_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9154769Z test_contig_size1_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9154913Z test_contig_size1_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9155061Z test_contig_size1_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9155204Z test_contig_size1_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9155345Z test_contig_size1_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9155476Z test_contig_size1_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9155624Z test_contig_size1_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9155768Z test_contig_size1_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9155908Z test_contig_size1_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9156051Z test_contig_size1_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9156195Z test_contig_size1_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9156338Z test_contig_size1_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9156479Z test_contig_size1_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9156725Z test_contig_size1_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9156858Z test_contig_size1_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9156999Z test_contig_size1_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9157136Z test_contig_size1_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9157276Z test_contig_size1_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9157413Z test_contig_size1_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9157547Z test_contig_size1_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9157687Z test_contig_size1_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9157816Z test_contig_size1_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9157959Z test_contig_size1_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9158103Z test_contig_size1_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9158247Z test_contig_size1_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9158382Z test_contig_size1_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9158520Z test_contig_size1_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9158707Z test_contig_size1_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9158844Z test_contig_size1_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9158969Z test_contig_size1_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9159107Z test_contig_size1_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9159239Z test_contig_size1_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9159379Z test_contig_size1_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9159517Z test_contig_size1_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9159684Z test_contig_size1_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9159821Z test_contig_size1_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9159959Z test_contig_size1_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9160082Z test_contig_size1_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9160220Z test_contig_size1_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9160358Z test_contig_size1_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9160501Z test_contig_size1_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9160634Z test_contig_size1_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9160781Z test_contig_size1_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9160928Z test_contig_size1_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9161071Z test_contig_size1_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9161213Z test_contig_size1_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9161343Z test_contig_size1_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9161479Z test_contig_size1_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9161617Z test_contig_size1_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9161755Z test_contig_size1_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9161889Z test_contig_size1_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9162028Z test_contig_size1_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9162169Z test_contig_size1_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9162314Z test_contig_size1_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9162444Z test_contig_size1_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9162590Z test_contig_size1_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9162733Z test_contig_size1_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9162872Z test_contig_size1_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9163014Z test_contig_size1_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9163151Z test_contig_size1_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9163286Z test_contig_size1_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9163424Z test_contig_size1_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9163551Z test_contig_size1_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9163715Z test_contig_size1_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9163854Z test_contig_size1_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9163989Z test_contig_size1_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9164133Z test_contig_size1_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9164269Z test_contig_size1_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9164414Z test_contig_size1_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9164556Z test_contig_size1_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9164711Z test_contig_size1_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9164851Z test_contig_size1_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9164989Z test_contig_size1_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9165123Z test_contig_size1_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9165258Z test_contig_size1_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9165389Z test_contig_size1_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9165524Z test_contig_size1_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9165659Z test_contig_size1_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9165783Z test_contig_size1_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9165940Z test_contig_size1_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9166089Z test_contig_size1_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9166246Z test_contig_size1_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9166404Z test_contig_size1_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9166558Z test_contig_size1_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9166709Z test_contig_size1_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9166855Z test_contig_size1_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9167003Z test_contig_size1_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9167140Z test_contig_size1_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9167286Z test_contig_size1_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9167434Z test_contig_size1_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9167581Z test_contig_size1_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9167727Z test_contig_size1_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9167867Z test_contig_size1_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9168004Z test_contig_size1_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9168150Z test_contig_size1_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9168283Z test_contig_size1_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9168422Z test_contig_size1_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9168560Z test_contig_size1_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9168696Z test_contig_size1_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9168856Z test_contig_size1_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9168991Z test_contig_size1_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9169127Z test_contig_size1_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9169256Z test_contig_size1_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9169389Z test_contig_size1_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9169524Z test_contig_size1_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9169667Z test_contig_size1_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9169836Z test_contig_size1_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9169976Z test_contig_size1_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9170115Z test_contig_size1_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9170258Z test_contig_size1_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9170397Z test_contig_size1_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9170535Z test_contig_size1_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9170661Z test_contig_size1_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9170795Z test_contig_size1_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9170942Z test_contig_size1_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9171088Z test_contig_size1_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9171232Z test_contig_size1_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9171371Z test_contig_size1_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9171507Z test_contig_size1_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9171648Z test_contig_size1_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9171780Z test_contig_size1_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9171916Z test_contig_size1_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9172054Z test_contig_size1_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9172188Z test_contig_size1_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9172335Z test_contig_size1_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9172473Z test_contig_size1_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9172618Z test_contig_size1_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9172758Z test_contig_size1_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9172887Z test_contig_size1_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9173019Z test_contig_size1_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9173153Z test_contig_size1_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9173290Z test_contig_size1_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9173433Z test_contig_size1_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9173576Z test_contig_size1_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9173716Z test_contig_size1_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9173861Z test_contig_size1_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9174027Z test_contig_size1_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9174172Z test_contig_size1_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9174313Z test_contig_size1_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9174452Z test_contig_size1_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9174589Z test_contig_size1_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9174726Z test_contig_size1_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9174891Z test_contig_size1_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9175032Z test_contig_size1_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9175168Z test_contig_size1_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9175299Z test_contig_size1_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9175434Z test_contig_size1_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9175569Z test_contig_size1_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9175707Z test_contig_size1_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9175843Z test_contig_size1_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9175978Z test_contig_size1_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9176114Z test_contig_size1_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9176250Z test_contig_size1_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9176376Z test_contig_size1_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9176508Z test_contig_size1_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9176651Z test_contig_size1_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9176784Z test_contig_size1_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9176922Z test_contig_size1_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9177056Z test_contig_size1_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9177194Z test_contig_size1_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9177331Z test_contig_size1_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9177459Z test_contig_size1_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9177594Z test_contig_size1_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9177731Z test_contig_size1_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9177877Z test_contig_size1_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9178020Z test_contig_size1_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9178164Z test_contig_size1_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9178306Z test_contig_size1_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9178445Z test_contig_size1_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9178571Z test_contig_size1_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9178709Z test_contig_size1_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9178845Z test_contig_size1_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9179007Z test_contig_size1_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9179149Z test_contig_size1_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9179288Z test_contig_size1_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9179424Z test_contig_size1_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9179560Z test_contig_size1_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9179684Z test_contig_size1_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9179821Z test_contig_size1_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9179993Z test_contig_size1_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9180129Z test_contig_size1_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9180271Z test_contig_size1_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9180406Z test_contig_size1_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9180544Z test_contig_size1_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9180685Z test_contig_size1_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9180826Z test_contig_size1_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9180960Z test_contig_size1_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9181094Z test_contig_size1_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9181234Z test_contig_size1_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9181369Z test_contig_size1_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9181505Z test_contig_size1_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9181644Z test_contig_size1_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9181780Z test_contig_size1_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9181910Z test_contig_size1_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9182044Z test_contig_size1_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9182180Z test_contig_size1_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9182326Z test_contig_size1_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9182468Z test_contig_size1_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9182610Z test_contig_size1_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9182747Z test_contig_size1_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9182885Z test_contig_size1_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9183022Z test_contig_size1_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9183147Z test_contig_size1_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9183286Z test_contig_size1_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9183422Z test_contig_size1_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9183566Z test_contig_size1_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9183709Z test_contig_size1_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9183851Z test_contig_size1_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9183991Z test_contig_size1_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9184153Z test_contig_size1_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9184277Z test_contig_size1_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9184414Z test_contig_size1_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9184551Z test_contig_size1_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9184685Z test_contig_size1_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9184820Z test_contig_size1_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9184954Z test_contig_size1_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9185125Z test_contig_size1_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9185265Z test_contig_size1_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9185403Z test_contig_size1_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9185547Z test_contig_size1_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9185690Z test_contig_size1_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9185830Z test_contig_size1_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9185971Z test_contig_size1_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9186106Z test_contig_size1_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9186244Z test_contig_size1_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9186384Z test_contig_size1_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9186520Z test_contig_size1_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9186650Z test_contig_size1_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9186785Z test_contig_size1_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9186926Z test_contig_size1_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9187068Z test_contig_size1_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9187206Z test_contig_size1_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9187341Z test_contig_size1_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9187478Z test_contig_size1_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9187613Z test_contig_size1_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9187741Z test_contig_size1_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9187875Z test_contig_size1_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9188021Z test_contig_size1_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9188160Z test_contig_size1_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9188295Z test_contig_size1_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9188428Z test_contig_size1_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9188572Z test_contig_size1_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9188713Z test_contig_size1_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9188843Z test_contig_size1_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9188980Z test_contig_size1_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9189116Z test_contig_size1_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9189289Z test_contig_size1_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9189433Z test_contig_size1_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9189576Z test_contig_size1_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9189717Z test_contig_size1_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9189857Z test_contig_size1_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9189982Z test_contig_size1_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9190120Z test_contig_size1_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9190283Z test_contig_size1_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9190417Z test_contig_size1_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9190557Z test_contig_size1_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9190695Z test_contig_size1_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9190835Z test_contig_size1_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9190972Z test_contig_size1_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9191097Z test_contig_size1_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9191228Z test_contig_size1_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9191365Z test_contig_size1_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9191500Z test_contig_size1_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9191633Z test_contig_size1_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9191768Z test_contig_size1_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9191903Z test_contig_size1_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9192047Z test_contig_size1_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9192190Z test_contig_size1_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9192323Z test_contig_size1_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9192465Z test_contig_size1_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9192601Z test_contig_size1_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9192744Z test_contig_size1_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9192885Z test_contig_size1_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9193028Z test_contig_size1_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9193163Z test_contig_size1_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9193296Z test_contig_size1_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9193422Z test_contig_size1_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9193557Z test_contig_size1_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9193692Z test_contig_size1_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9193827Z test_contig_size1_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9193961Z test_contig_size1_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9194109Z test_contig_size1_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9194256Z test_contig_size1_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9194510Z test_contig_size1_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9194649Z test_contig_size1_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9194795Z test_contig_size1_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9194943Z test_contig_size1_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9195087Z test_contig_size1_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9195232Z test_contig_size1_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9195402Z test_contig_size1_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9195546Z test_contig_size1_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9195690Z test_contig_size1_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9195822Z test_contig_size1_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9195958Z test_contig_size1_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9196096Z test_contig_size1_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9196235Z test_contig_size1_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9196381Z test_contig_size1_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9196524Z test_contig_size1_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9196770Z test_contig_size1_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9196914Z test_contig_size1_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9197055Z test_contig_size1_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9197185Z test_contig_size1_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9197327Z test_contig_size1_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9197464Z test_contig_size1_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9197601Z test_contig_size1_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9197741Z test_contig_size1_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9197878Z test_contig_size1_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9198022Z test_contig_size1_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9198160Z test_contig_size1_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9198296Z test_contig_size1_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9198444Z test_contig_size1_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9198584Z test_contig_size1_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9198722Z test_contig_size1_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9198861Z test_contig_size1_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9199001Z test_contig_size1_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9199137Z test_contig_size1_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9199275Z test_contig_size1_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9199402Z test_contig_size1_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9199537Z test_contig_size1_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9199733Z test_contig_size1_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9199881Z test_contig_size1_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9200026Z test_contig_size1_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9200171Z test_contig_size1_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9200314Z test_contig_size1_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9200455Z test_contig_size1_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9200617Z test_contig_size1_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9200757Z test_contig_size1_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9200899Z test_contig_size1_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9201038Z test_contig_size1_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9201183Z test_contig_size1_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9201326Z test_contig_size1_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9201469Z test_contig_size1_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9201613Z test_contig_size1_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9201759Z test_contig_size1_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9201897Z test_contig_size1_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9202040Z test_contig_size1_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9202176Z test_contig_size1_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9202319Z test_contig_size1_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9202459Z test_contig_size1_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9202601Z test_contig_size1_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9202741Z test_contig_size1_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9202892Z test_contig_size1_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9203029Z test_contig_size1_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9203173Z test_contig_size1_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9203316Z test_contig_size1_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9203455Z test_contig_size1_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9203597Z test_contig_size1_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9203739Z test_contig_size1_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9203876Z test_contig_size1_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9204009Z test_contig_size1_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9204137Z test_contig_size1_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9204282Z test_contig_size1_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9204467Z test_contig_size1_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9204643Z test_contig_size1_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9204849Z test_contig_size1_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9205028Z test_contig_size1_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9205207Z test_contig_size1_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9205377Z test_contig_size1_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9205543Z test_contig_size1_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9205735Z test_contig_size1_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9205908Z test_contig_size1_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9206082Z test_contig_size1_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9206254Z test_contig_size1_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9206426Z test_contig_size1_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9206578Z test_contig_size1_large_dim_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:56:36.9206734Z test_contig_size1_large_dim_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:56:36.9206891Z test_contig_size1_large_dim_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:56:36.9207044Z test_contig_size1_large_dim_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:56:36.9207185Z test_contig_size1_large_dim_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:56:36.9207336Z test_contig_size1_large_dim_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:56:36.9207489Z test_contig_size1_large_dim_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:56:36.9207641Z test_contig_size1_large_dim_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:56:36.9207790Z test_contig_size1_large_dim_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9207935Z test_contig_size1_large_dim_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9208081Z test_contig_size1_large_dim_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9208228Z test_contig_size1_large_dim_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9208381Z test_contig_size1_large_dim_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9208518Z test_contig_size1_large_dim_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9208676Z test_contig_size1_large_dim_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9208833Z test_contig_size1_large_dim_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9208983Z test_contig_size1_large_dim_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9209133Z test_contig_size1_large_dim_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9209283Z test_contig_size1_large_dim_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9209429Z test_contig_size1_large_dim_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9209579Z test_contig_size1_large_dim_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9209716Z test_contig_size1_large_dim_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9209888Z test_contig_size1_large_dim_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9210040Z test_contig_size1_large_dim_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9210187Z test_contig_size1_large_dim_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9210347Z test_contig_size1_large_dim_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9210502Z test_contig_size1_large_dim_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9210652Z test_contig_size1_large_dim_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9210829Z test_contig_size1_large_dim_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9210979Z test_contig_size1_large_dim_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9211121Z test_contig_size1_large_dim_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9211270Z test_contig_size1_large_dim_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9211415Z test_contig_size1_large_dim_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9211558Z test_contig_size1_large_dim_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9211715Z test_contig_size1_large_dim_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9211865Z test_contig_size1_large_dim_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9212025Z test_contig_size1_large_dim_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9212180Z test_contig_size1_large_dim_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9212321Z test_contig_size1_large_dim_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9212474Z test_contig_size1_large_dim_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9212622Z test_contig_size1_large_dim_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9212766Z test_contig_size1_large_dim_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9212918Z test_contig_size1_large_dim_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9213061Z test_contig_size1_large_dim_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9213207Z test_contig_size1_large_dim_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9213357Z test_contig_size1_large_dim_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9213506Z test_contig_size1_large_dim_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9213644Z test_contig_size1_large_dim_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9213798Z test_contig_size1_large_dim_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9213953Z test_contig_size1_large_dim_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9214105Z test_contig_size1_large_dim_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9214250Z test_contig_size1_large_dim_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9214395Z test_contig_size1_large_dim_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9214542Z test_contig_size1_large_dim_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9214685Z test_contig_size1_large_dim_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9214830Z test_contig_size1_large_dim_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9215004Z test_contig_size1_large_dim_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9215156Z test_contig_size1_large_dim_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9215302Z test_contig_size1_large_dim_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9215461Z test_contig_size1_large_dim_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9215615Z test_contig_size1_large_dim_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9215765Z test_contig_size1_large_dim_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9215954Z test_contig_size1_large_dim_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9216105Z test_contig_size1_large_dim_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9216246Z test_contig_size1_large_dim_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9216393Z test_contig_size1_large_dim_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9216539Z test_contig_size1_large_dim_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9216683Z test_contig_size1_large_dim_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9216836Z test_contig_size1_large_dim_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9216982Z test_contig_size1_large_dim_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9217140Z test_contig_size1_large_dim_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9217295Z test_contig_size1_large_dim_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9217450Z test_contig_size1_large_dim_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9217590Z test_contig_size1_large_dim_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9217738Z test_contig_size1_large_dim_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9217880Z test_contig_size1_large_dim_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9218024Z test_contig_size1_large_dim_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9218169Z test_contig_size1_large_dim_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9218317Z test_contig_size1_large_dim_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9218474Z test_contig_size1_large_dim_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9218619Z test_contig_size1_large_dim_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9218770Z test_contig_size1_large_dim_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9218927Z test_contig_size1_large_dim_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9219080Z test_contig_size1_large_dim_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9219232Z test_contig_size1_large_dim_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9219381Z test_contig_size1_large_dim_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9219531Z test_contig_size1_large_dim_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9219676Z test_contig_size1_large_dim_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9219822Z test_contig_size1_large_dim_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9219997Z test_contig_size1_large_dim_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9220145Z test_contig_size1_large_dim_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9220294Z test_contig_size1_large_dim_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9220453Z test_contig_size1_large_dim_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9220610Z test_contig_size1_large_dim_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9220763Z test_contig_size1_large_dim_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9220946Z test_contig_size1_large_dim_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9221107Z test_contig_size1_large_dim_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9221269Z test_contig_size1_large_dim_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9221411Z test_contig_size1_large_dim_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9221563Z test_contig_size1_large_dim_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9221713Z test_contig_size1_large_dim_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9221865Z test_contig_size1_large_dim_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9222017Z test_contig_size1_large_dim_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9222171Z test_contig_size1_large_dim_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9222329Z test_contig_size1_large_dim_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9222485Z test_contig_size1_large_dim_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9222644Z test_contig_size1_large_dim_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9222791Z test_contig_size1_large_dim_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9222948Z test_contig_size1_large_dim_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9223097Z test_contig_size1_large_dim_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9223244Z test_contig_size1_large_dim_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9223401Z test_contig_size1_large_dim_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9223555Z test_contig_size1_large_dim_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9223705Z test_contig_size1_large_dim_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9223860Z test_contig_size1_large_dim_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9224013Z test_contig_size1_large_dim_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9224151Z test_contig_size1_large_dim_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9224298Z test_contig_size1_large_dim_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9224442Z test_contig_size1_large_dim_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9224583Z test_contig_size1_large_dim_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9224732Z test_contig_size1_large_dim_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9224876Z test_contig_size1_large_dim_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9225053Z test_contig_size1_large_dim_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9225200Z test_contig_size1_large_dim_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9225346Z test_contig_size1_large_dim_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9225499Z test_contig_size1_large_dim_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9225647Z test_contig_size1_large_dim_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9225796Z test_contig_size1_large_dim_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9225943Z test_contig_size1_large_dim_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9226113Z test_contig_size1_large_dim_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9226261Z test_contig_size1_large_dim_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9226410Z test_contig_size1_large_dim_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9226556Z test_contig_size1_large_dim_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9226691Z test_contig_size1_large_dim_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9226841Z test_contig_size1_large_dim_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9226990Z test_contig_size1_large_dim_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9227143Z test_contig_size1_large_dim_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9227288Z test_contig_size1_large_dim_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9227434Z test_contig_size1_large_dim_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9227576Z test_contig_size1_large_dim_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9227719Z test_contig_size1_large_dim_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9227853Z test_contig_size1_large_dim_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9228009Z test_contig_size1_large_dim_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9228157Z test_contig_size1_large_dim_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9228316Z test_contig_size1_large_dim_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9228470Z test_contig_size1_large_dim_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9228625Z test_contig_size1_large_dim_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9228778Z test_contig_size1_large_dim_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9228931Z test_contig_size1_large_dim_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9229075Z test_contig_size1_large_dim_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9229214Z test_contig_size1_large_dim_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9229362Z test_contig_size1_large_dim_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9229509Z test_contig_size1_large_dim_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9229654Z test_contig_size1_large_dim_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9229799Z test_contig_size1_large_dim_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9229951Z test_contig_size1_large_dim_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9230156Z test_contig_size1_large_dim_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9230310Z test_contig_size1_large_dim_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9230467Z test_contig_size1_large_dim_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9230610Z test_contig_size1_large_dim_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9230763Z test_contig_size1_large_dim_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9230915Z test_contig_size1_large_dim_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9231088Z test_contig_size1_large_dim_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9231236Z test_contig_size1_large_dim_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9231385Z test_contig_size1_large_dim_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9231534Z test_contig_size1_large_dim_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9231681Z test_contig_size1_large_dim_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9231814Z test_contig_size1_large_dim_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9231965Z test_contig_size1_large_dim_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9232113Z test_contig_size1_large_dim_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9232272Z test_contig_size1_large_dim_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9232427Z test_contig_size1_large_dim_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9232579Z test_contig_size1_large_dim_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9232735Z test_contig_size1_large_dim_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9232888Z test_contig_size1_large_dim_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9233035Z test_contig_size1_large_dim_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9233171Z test_contig_size1_large_dim_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9233315Z test_contig_size1_large_dim_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9233457Z test_contig_size1_large_dim_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9233605Z test_contig_size1_large_dim_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9233751Z test_contig_size1_large_dim_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9233916Z test_contig_size1_large_dim_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9234079Z test_contig_size1_large_dim_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9234248Z test_contig_size1_large_dim_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9234489Z test_contig_size1_large_dim_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9234654Z test_contig_size1_large_dim_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9234818Z test_contig_size1_large_dim_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9234980Z test_contig_size1_large_dim_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9235139Z test_contig_size1_large_dim_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9235335Z test_contig_size1_large_dim_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9235494Z test_contig_size1_large_dim_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9235649Z test_contig_size1_large_dim_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9235811Z test_contig_size1_large_dim_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9235954Z test_contig_size1_large_dim_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9236102Z test_contig_size1_large_dim_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9236275Z test_contig_size1_large_dim_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9236430Z test_contig_size1_large_dim_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9236698Z test_contig_size1_large_dim_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9236854Z test_contig_size1_large_dim_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9237004Z test_contig_size1_large_dim_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9237152Z test_contig_size1_large_dim_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9237302Z test_contig_size1_large_dim_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9237437Z test_contig_size1_large_dim_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9237586Z test_contig_size1_large_dim_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9237733Z test_contig_size1_large_dim_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9237884Z test_contig_size1_large_dim_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9238032Z test_contig_size1_large_dim_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9238191Z test_contig_size1_large_dim_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9238344Z test_contig_size1_large_dim_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9238493Z test_contig_size1_large_dim_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9238632Z test_contig_size1_large_dim_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9238779Z test_contig_size1_large_dim_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9238927Z test_contig_size1_large_dim_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9239070Z test_contig_size1_large_dim_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9239217Z test_contig_size1_large_dim_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9239364Z test_contig_size1_large_dim_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9239520Z test_contig_size1_large_dim_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9239675Z test_contig_size1_large_dim_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9239833Z test_contig_size1_large_dim_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9239978Z test_contig_size1_large_dim_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9240131Z test_contig_size1_large_dim_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9240282Z test_contig_size1_large_dim_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9240479Z test_contig_size1_large_dim_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9240627Z test_contig_size1_large_dim_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9240780Z test_contig_size1_large_dim_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9240934Z test_contig_size1_large_dim_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9241089Z test_contig_size1_large_dim_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:56:36.9241233Z test_contig_size1_large_dim_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9241386Z test_contig_size1_large_dim_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9241573Z test_contig_size1_large_dim_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9241723Z test_contig_size1_large_dim_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9241875Z test_contig_size1_large_dim_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9242024Z test_contig_size1_large_dim_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9242181Z test_contig_size1_large_dim_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9242331Z test_contig_size1_large_dim_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9242486Z test_contig_size1_large_dim_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9242627Z test_contig_size1_large_dim_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9242788Z test_contig_size1_large_dim_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9242947Z test_contig_size1_large_dim_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9243108Z test_contig_size1_large_dim_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9243263Z test_contig_size1_large_dim_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9243416Z test_contig_size1_large_dim_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9243576Z test_contig_size1_large_dim_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9243730Z test_contig_size1_large_dim_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9243881Z test_contig_size1_large_dim_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9244023Z test_contig_size1_large_dim_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9244173Z test_contig_size1_large_dim_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9244319Z test_contig_size1_large_dim_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9244471Z test_contig_size1_large_dim_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9244620Z test_contig_size1_large_dim_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9244771Z test_contig_size1_large_dim_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9244917Z test_contig_size1_large_dim_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9245064Z test_contig_size1_large_dim_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9245199Z test_contig_size1_large_dim_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9245348Z test_contig_size1_large_dim_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9245490Z test_contig_size1_large_dim_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9245662Z test_contig_size1_large_dim_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9245813Z test_contig_size1_large_dim_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9245956Z test_contig_size1_large_dim_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9246106Z test_contig_size1_large_dim_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9246256Z test_contig_size1_large_dim_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9246401Z test_contig_size1_large_dim_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9246564Z test_contig_size1_large_dim_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9246709Z test_contig_size1_large_dim_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9246859Z test_contig_size1_large_dim_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9247003Z test_contig_size1_large_dim_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9247156Z test_contig_size1_large_dim_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9247304Z test_contig_size1_large_dim_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9247459Z test_contig_size1_large_dim_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9247612Z test_contig_size1_large_dim_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9247750Z test_contig_size1_large_dim_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9247904Z test_contig_size1_large_dim_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9248048Z test_contig_size1_large_dim_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9248199Z test_contig_size1_large_dim_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9248344Z test_contig_size1_large_dim_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9248494Z test_contig_size1_large_dim_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9248642Z test_contig_size1_large_dim_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9248787Z test_contig_size1_large_dim_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9248939Z test_contig_size1_large_dim_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9249075Z test_contig_size1_large_dim_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9249223Z test_contig_size1_large_dim_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9249371Z test_contig_size1_large_dim_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9249514Z test_contig_size1_large_dim_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9249659Z test_contig_size1_large_dim_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9249806Z test_contig_size1_large_dim_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9249958Z test_contig_size1_large_dim_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9250102Z test_contig_size1_large_dim_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9250246Z test_contig_size1_large_dim_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9250398Z test_contig_size1_large_dim_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9250549Z test_contig_size1_large_dim_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9250727Z test_contig_size1_large_dim_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9250872Z test_contig_size1_large_dim_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9251015Z test_contig_size1_large_dim_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9251162Z test_contig_size1_large_dim_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9251308Z test_contig_size1_large_dim_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9251452Z test_contig_size1_large_dim_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9251633Z test_contig_size1_large_dim_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9251785Z test_contig_size1_large_dim_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9251936Z test_contig_size1_large_dim_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9252084Z test_contig_size1_large_dim_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9252233Z test_contig_size1_large_dim_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9252380Z test_contig_size1_large_dim_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9252529Z test_contig_size1_large_dim_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9252674Z test_contig_size1_large_dim_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9252810Z test_contig_size1_large_dim_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9252959Z test_contig_size1_large_dim_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9253105Z test_contig_size1_large_dim_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9253267Z test_contig_size1_large_dim_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9253422Z test_contig_size1_large_dim_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9253576Z test_contig_size1_large_dim_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9253724Z test_contig_size1_large_dim_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9253873Z test_contig_size1_large_dim_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9254020Z test_contig_size1_large_dim_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9254158Z test_contig_size1_large_dim_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9254305Z test_contig_size1_large_dim_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9254452Z test_contig_size1_large_dim_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9254597Z test_contig_size1_large_dim_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9254744Z test_contig_size1_large_dim_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9254896Z test_contig_size1_large_dim_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9255043Z test_contig_size1_large_dim_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9255201Z test_contig_size1_large_dim_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9255357Z test_contig_size1_large_dim_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9255503Z test_contig_size1_large_dim_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9255688Z test_contig_size1_large_dim_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9255840Z test_contig_size1_large_dim_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9255991Z test_contig_size1_large_dim_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9256141Z test_contig_size1_large_dim_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9256287Z test_contig_size1_large_dim_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9256431Z test_contig_size1_large_dim_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9256580Z test_contig_size1_large_dim_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9256747Z test_contig_size1_large_dim_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9256900Z test_contig_size1_large_dim_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9257053Z test_contig_size1_large_dim_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9257200Z test_contig_size1_large_dim_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9257344Z test_contig_size1_large_dim_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9257494Z test_contig_size1_large_dim_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9257638Z test_contig_size1_large_dim_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9257783Z test_contig_size1_large_dim_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9257931Z test_contig_size1_large_dim_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9258074Z test_contig_size1_large_dim_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9258224Z test_contig_size1_large_dim_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9258372Z test_contig_size1_large_dim_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9258519Z test_contig_size1_large_dim_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9258672Z test_contig_size1_large_dim_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9258825Z test_contig_size1_large_dim_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9258975Z test_contig_size1_large_dim_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9259125Z test_contig_size1_large_dim_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9259264Z test_contig_size1_large_dim_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9259414Z test_contig_size1_large_dim_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9259573Z test_contig_size1_large_dim_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9259728Z test_contig_size1_large_dim_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9259880Z test_contig_size1_large_dim_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9260027Z test_contig_size1_large_dim_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9260177Z test_contig_size1_large_dim_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9260326Z test_contig_size1_large_dim_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9260475Z test_contig_size1_large_dim_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9260610Z test_contig_size1_large_dim_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9260782Z test_contig_size1_large_dim_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9260932Z test_contig_size1_large_dim_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9261081Z test_contig_size1_large_dim_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9261226Z test_contig_size1_large_dim_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9261372Z test_contig_size1_large_dim_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9261517Z test_contig_size1_large_dim_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9261685Z test_contig_size1_large_dim_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9261821Z test_contig_size1_large_dim_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9261961Z test_contig_size1_large_dim_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9262106Z test_contig_size1_large_dim_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9262248Z test_contig_size1_large_dim_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9262409Z test_contig_size1_large_dim_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9262563Z test_contig_size1_large_dim_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9262715Z test_contig_size1_large_dim_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9262866Z test_contig_size1_large_dim_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9263014Z test_contig_size1_large_dim_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9263156Z test_contig_size1_large_dim_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9263311Z test_contig_size1_large_dim_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9263460Z test_contig_size1_large_dim_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9263608Z test_contig_size1_large_dim_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9263754Z test_contig_size1_large_dim_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9263900Z test_contig_size1_large_dim_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9264048Z test_contig_size1_large_dim_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9264193Z test_contig_size1_large_dim_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9264329Z test_contig_size1_large_dim_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9264477Z test_contig_size1_large_dim_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9264637Z test_contig_size1_large_dim_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9264788Z test_contig_size1_large_dim_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9264947Z test_contig_size1_large_dim_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9265112Z test_contig_size1_large_dim_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9265266Z test_contig_size1_large_dim_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9265424Z test_contig_size1_large_dim_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9265580Z test_contig_size1_large_dim_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9265726Z test_contig_size1_large_dim_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9265910Z test_contig_size1_large_dim_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9266064Z test_contig_size1_large_dim_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9266215Z test_contig_size1_large_dim_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9266367Z test_contig_size1_large_dim_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9266515Z test_contig_size1_large_dim_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9266669Z test_contig_size1_large_dim_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9266847Z test_contig_size1_large_dim_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9267008Z test_contig_size1_large_dim_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9267155Z test_contig_size1_large_dim_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9267310Z test_contig_size1_large_dim_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9267459Z test_contig_size1_large_dim_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9267613Z test_contig_size1_large_dim_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9267760Z test_contig_size1_large_dim_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9267906Z test_contig_size1_large_dim_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9268059Z test_contig_size1_large_dim_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9268206Z test_contig_size1_large_dim_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9268348Z test_contig_size1_large_dim_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9268494Z test_contig_size1_large_dim_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9268648Z test_contig_size1_large_dim_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9268795Z test_contig_size1_large_dim_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9268953Z test_contig_size1_large_dim_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9269109Z test_contig_size1_large_dim_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9269262Z test_contig_size1_large_dim_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9269412Z test_contig_size1_large_dim_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9269562Z test_contig_size1_large_dim_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9269702Z test_contig_size1_large_dim_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9269848Z test_contig_size1_large_dim_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9269992Z test_contig_size1_large_dim_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9270142Z test_contig_size1_large_dim_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9270289Z test_contig_size1_large_dim_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9270448Z test_contig_size1_large_dim_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9270605Z test_contig_size1_large_dim_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9270760Z test_contig_size1_large_dim_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9270934Z test_contig_size1_large_dim_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9271090Z test_contig_size1_large_dim_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9271244Z test_contig_size1_large_dim_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9271395Z test_contig_size1_large_dim_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9271547Z test_contig_size1_large_dim_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9271699Z test_contig_size1_large_dim_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9271875Z test_contig_size1_large_dim_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9272033Z test_contig_size1_large_dim_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9272187Z test_contig_size1_large_dim_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9272332Z test_contig_size1_large_dim_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9272489Z test_contig_size1_large_dim_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9272647Z test_contig_size1_large_dim_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9272799Z test_contig_size1_large_dim_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9272952Z test_contig_size1_large_dim_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9273103Z test_contig_size1_large_dim_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9273256Z test_contig_size1_large_dim_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9273412Z test_contig_size1_large_dim_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9273570Z test_contig_size1_large_dim_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9273711Z test_contig_size1_large_dim_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9273868Z test_contig_size1_large_dim_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9274025Z test_contig_size1_large_dim_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9274181Z test_contig_size1_large_dim_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9274404Z test_contig_size1_large_dim_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9274560Z test_contig_size1_large_dim_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9274711Z test_contig_size1_large_dim_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9274867Z test_contig_size1_large_dim_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9275008Z test_contig_size1_large_dim_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9275156Z test_contig_size1_large_dim_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9275304Z test_contig_size1_large_dim_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9275454Z test_contig_size1_large_dim_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9275640Z test_contig_size1_large_dim_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9275830Z test_contig_size1_large_dim_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9276057Z test_contig_size1_large_dim_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9276246Z test_contig_size1_large_dim_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9276430Z test_contig_size1_large_dim_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9276708Z test_contig_size1_large_dim_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9276882Z test_contig_size1_large_dim_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9277111Z test_contig_size1_large_dim_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9277297Z test_contig_size1_large_dim_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9277478Z test_contig_size1_large_dim_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9277658Z test_contig_size1_large_dim_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9277842Z test_contig_size1_large_dim_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9277998Z test_contig_size1_large_dim_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9278154Z test_contig_size1_large_dim_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9278310Z test_contig_size1_large_dim_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9278455Z test_contig_size1_large_dim_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9278608Z test_contig_size1_large_dim_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9278761Z test_contig_size1_large_dim_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9278915Z test_contig_size1_large_dim_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9279068Z test_contig_size1_large_dim_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9279216Z test_contig_size1_large_dim_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9279369Z test_contig_size1_large_dim_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9279520Z test_contig_size1_large_dim_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9279679Z test_contig_size1_large_dim_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9279825Z test_contig_size1_large_dim_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9279979Z test_contig_size1_large_dim_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9280131Z test_contig_size1_large_dim_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9280279Z test_contig_size1_large_dim_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9280423Z test_contig_size1_large_dim_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9280570Z test_contig_size1_large_dim_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9280716Z test_contig_size1_large_dim_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9280860Z test_contig_size1_large_dim_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9281004Z test_contig_size1_large_dim_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9281186Z test_contig_size1_large_dim_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9281338Z test_contig_size1_large_dim_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9281489Z test_contig_size1_large_dim_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9281636Z test_contig_size1_large_dim_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9281785Z test_contig_size1_large_dim_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9281931Z test_contig_size1_large_dim_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9282080Z test_contig_size1_large_dim_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9282252Z test_contig_size1_large_dim_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9282395Z test_contig_size1_large_dim_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9282550Z test_contig_size1_large_dim_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9282707Z test_contig_size1_large_dim_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9282859Z test_contig_size1_large_dim_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9283008Z test_contig_size1_large_dim_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9283158Z test_contig_size1_large_dim_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9283305Z test_contig_size1_large_dim_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9283451Z test_contig_size1_large_dim_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9283585Z test_contig_size1_large_dim_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9283731Z test_contig_size1_large_dim_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9283878Z test_contig_size1_large_dim_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9284028Z test_contig_size1_large_dim_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9284175Z test_contig_size1_large_dim_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9284329Z test_contig_size1_large_dim_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9284482Z test_contig_size1_large_dim_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9284631Z test_contig_size1_large_dim_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9284782Z test_contig_size1_large_dim_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9284919Z test_contig_size1_large_dim_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9285068Z test_contig_size1_large_dim_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9285216Z test_contig_size1_large_dim_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9285361Z test_contig_size1_large_dim_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9285504Z test_contig_size1_large_dim_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9285667Z test_contig_size1_large_dim_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9285822Z test_contig_size1_large_dim_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9285993Z test_contig_size1_large_dim_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9286148Z test_contig_size1_large_dim_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9286344Z test_contig_size1_large_dim_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9286503Z test_contig_size1_large_dim_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9286655Z test_contig_size1_large_dim_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9286815Z test_contig_size1_large_dim_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9286973Z test_contig_size1_large_dim_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9287128Z test_contig_size1_large_dim_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9287324Z test_contig_size1_large_dim_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9287479Z test_contig_size1_large_dim_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9287626Z test_contig_size1_large_dim_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9287775Z test_contig_size1_large_dim_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9287928Z test_contig_size1_large_dim_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9288079Z test_contig_size1_large_dim_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9288228Z test_contig_size1_large_dim_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9288378Z test_contig_size1_large_dim_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9288525Z test_contig_size1_large_dim_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9288673Z test_contig_size1_large_dim_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9288821Z test_contig_size1_large_dim_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9288961Z test_contig_size1_large_dim_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9289111Z test_contig_size1_large_dim_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9289269Z test_contig_size1_large_dim_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9289421Z test_contig_size1_large_dim_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9289572Z test_contig_size1_large_dim_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9289724Z test_contig_size1_large_dim_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9289879Z test_contig_size1_large_dim_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9290026Z test_contig_size1_large_dim_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9290164Z test_contig_size1_large_dim_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9290311Z test_contig_size1_large_dim_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9290456Z test_contig_size1_large_dim_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9290600Z test_contig_size1_large_dim_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9290750Z test_contig_size1_large_dim_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9290924Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9291101Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9291272Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9291470Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9291629Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9291792Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9291962Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9292128Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9292328Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9292503Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9292673Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9292838Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9293005Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9293156Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9293322Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9293482Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9293655Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9293825Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9293995Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9294158Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9294323Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9294490Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9294661Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9294818Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9294983Z test_contig_size1_large_dim_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9295142Z test_contig_size1_large_dim_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9295299Z test_contig_size1_large_dim_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9295450Z test_contig_size1_large_dim_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9295597Z test_contig_size1_large_dim_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9295754Z test_contig_size1_large_dim_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9295909Z test_contig_size1_large_dim_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9296053Z test_contig_size1_large_dim_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9296207Z test_contig_size1_large_dim_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9296390Z test_contig_size1_large_dim_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9296546Z test_contig_size1_large_dim_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9296700Z test_contig_size1_large_dim_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9296855Z test_contig_size1_large_dim_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9297009Z test_contig_size1_large_dim_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9297157Z test_contig_size1_large_dim_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9297306Z test_contig_size1_large_dim_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9297466Z test_contig_size1_large_dim_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9297615Z test_contig_size1_large_dim_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9297761Z test_contig_size1_large_dim_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9297908Z test_contig_size1_large_dim_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9298057Z test_contig_size1_large_dim_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9298203Z test_contig_size1_large_dim_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9298374Z test_contig_size1_large_dim_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9298542Z test_contig_size1_large_dim_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9298711Z test_contig_size1_large_dim_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9298872Z test_contig_size1_large_dim_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9299041Z test_contig_size1_large_dim_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9299208Z test_contig_size1_large_dim_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9299386Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9299565Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9299737Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9299918Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9300093Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9300269Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9300434Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9300606Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9300779Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9300947Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9301116Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9301288Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9301459Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9301666Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9301842Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9302005Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9302173Z test_contig_size1_large_dim_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9302338Z test_contig_size1_large_dim_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9302537Z test_contig_size1_large_dim_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9302705Z test_contig_size1_large_dim_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9302870Z test_contig_size1_large_dim_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9303037Z test_contig_size1_large_dim_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9303196Z test_contig_size1_large_dim_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9303364Z test_contig_size1_large_dim_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9303518Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9303686Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9303850Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9304021Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9304183Z test_contig_size1_large_dim_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9304352Z test_contig_size1_large_dim_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9304517Z test_contig_size1_large_dim_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9304678Z test_contig_size1_large_dim_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9304844Z test_contig_size1_large_dim_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9304998Z test_contig_size1_large_dim_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9305155Z test_contig_size1_large_dim_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9305322Z test_contig_size1_large_dim_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9305486Z test_contig_size1_large_dim_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9305655Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9305820Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9305984Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9306151Z test_contig_size1_large_dim_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9306313Z test_contig_size1_large_dim_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9306468Z test_contig_size1_large_dim_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9306679Z test_contig_size1_large_dim_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9306862Z test_contig_size1_large_dim_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9307029Z test_contig_size1_large_dim_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9307195Z test_contig_size1_large_dim_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9307358Z test_contig_size1_large_dim_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9307592Z test_contig_size1_large_dim_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9307765Z test_contig_size1_large_dim_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9307940Z test_contig_size1_large_dim_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9308118Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9308281Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9308457Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9308629Z test_contig_size1_large_dim_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9308809Z test_contig_size1_large_dim_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9308983Z test_contig_size1_large_dim_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9309157Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9309329Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9309499Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9309668Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9309828Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9309995Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9310161Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9310326Z test_contig_size1_large_dim_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9310504Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9310680Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9310858Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9311032Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9311203Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9311366Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9311536Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9311735Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9311907Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9312077Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9312251Z test_contig_size1_large_dim_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9312425Z test_contig_size1_large_dim_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9312626Z test_contig_size1_large_dim_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9312798Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9312959Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9313127Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9313298Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9313470Z test_contig_size1_large_dim_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9313646Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:56:36.9313820Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9313994Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9314173Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9314415Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9314588Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9314744Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9314918Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9315090Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9315267Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9315440Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9315616Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9315791Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9315964Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9316132Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9316287Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9316457Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9316714Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9316943Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:36.9317115Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.9317287Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:56:36.9317460Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:56:36.9317628Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9317834Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9317992Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9318165Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9318335Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.9318511Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:36.9318682Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9318854Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:36.9319028Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:36.9319201Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9319370Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9319526Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9319698Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9319869Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.9320043Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:36.9320213Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9320386Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:36.9320557Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:56:36.9320727Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9320893Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9321058Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9321218Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9321387Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.9321549Z test_contig_size1_large_dim_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9321715Z test_contig_size1_large_dim_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9321877Z test_contig_size1_large_dim_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9322067Z test_contig_size1_large_dim_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9322228Z test_contig_size1_large_dim_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9322386Z test_contig_size1_large_dim_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9322545Z test_contig_size1_large_dim_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9322690Z test_contig_size1_large_dim_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9322845Z test_contig_size1_large_dim_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9323038Z test_contig_size1_large_dim_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9323194Z test_contig_size1_large_dim_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9323352Z test_contig_size1_large_dim_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9323511Z test_contig_size1_large_dim_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9323666Z test_contig_size1_large_dim_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9323820Z test_contig_size1_large_dim_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9323966Z test_contig_size1_large_dim_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9324122Z test_contig_size1_large_dim_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9324279Z test_contig_size1_large_dim_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9324429Z test_contig_size1_large_dim_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9324584Z test_contig_size1_large_dim_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9324739Z test_contig_size1_large_dim_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9324889Z test_contig_size1_large_dim_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9325043Z test_contig_size1_large_dim_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9325192Z test_contig_size1_large_dim_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9325337Z test_contig_size1_large_dim_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9325497Z test_contig_size1_large_dim_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9325651Z test_contig_size1_large_dim_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9325807Z test_contig_size1_large_dim_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9325961Z test_contig_size1_large_dim_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9326112Z test_contig_size1_large_dim_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9326264Z test_contig_size1_large_dim_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9326413Z test_contig_size1_large_dim_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9326546Z test_contig_size1_large_dim_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9326696Z test_contig_size1_large_dim_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9326846Z test_contig_size1_large_dim_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9327010Z test_contig_size1_large_dim_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9327197Z test_contig_size1_large_dim_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9327365Z test_contig_size1_large_dim_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9327532Z test_contig_size1_large_dim_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9327693Z test_contig_size1_large_dim_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9327849Z test_contig_size1_large_dim_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9327991Z test_contig_size1_large_dim_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9328176Z test_contig_size1_large_dim_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9328339Z test_contig_size1_large_dim_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9328502Z test_contig_size1_large_dim_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9328660Z test_contig_size1_large_dim_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9328816Z test_contig_size1_large_dim_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9328971Z test_contig_size1_large_dim_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9329126Z test_contig_size1_large_dim_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9329278Z test_contig_size1_large_dim_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9329420Z test_contig_size1_large_dim_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9329570Z test_contig_size1_large_dim_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9329719Z test_contig_size1_large_dim_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9329874Z test_contig_size1_large_dim_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9330026Z test_contig_size1_large_dim_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9330196Z test_contig_size1_large_dim_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9330363Z test_contig_size1_large_dim_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9330532Z test_contig_size1_large_dim_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9330688Z test_contig_size1_large_dim_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9330852Z test_contig_size1_large_dim_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9331020Z test_contig_size1_large_dim_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9331193Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9331363Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9331530Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9331688Z test_contig_size1_large_dim_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9331840Z test_contig_size1_large_dim_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9332003Z test_contig_size1_large_dim_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9332149Z test_contig_size1_large_dim_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9332375Z test_contig_size1_large_dim_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9332588Z test_contig_size1_large_dim_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9332802Z test_contig_size1_large_dim_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9332979Z test_contig_size1_large_dim_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9333132Z test_contig_size1_large_dim_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9333339Z test_contig_size1_large_dim_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9333578Z test_contig_size1_large_dim_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9333738Z test_contig_size1_large_dim_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9333877Z test_contig_size1_large_dim_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9334034Z test_contig_size1_large_dim_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9334188Z test_contig_size1_large_dim_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9334343Z test_contig_size1_large_dim_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9334495Z test_contig_size1_large_dim_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9334644Z test_contig_size1_large_dim_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9334794Z test_contig_size1_large_dim_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9334943Z test_contig_size1_large_dim_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9335087Z test_contig_size1_large_dim_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9335227Z test_contig_size1_large_dim_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9335375Z test_contig_size1_large_dim_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9335524Z test_contig_size1_large_dim_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9335679Z test_contig_size1_large_dim_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9335828Z test_contig_size1_large_dim_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9335988Z test_contig_size1_large_dim_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9336149Z test_contig_size1_large_dim_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9336302Z test_contig_size1_large_dim_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9336444Z test_contig_size1_large_dim_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9336599Z test_contig_size1_large_dim_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9336749Z test_contig_size1_large_dim_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9336900Z test_contig_size1_large_dim_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9337045Z test_contig_size1_large_dim_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9337194Z test_contig_size1_large_dim_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9337346Z test_contig_size1_large_dim_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9337505Z test_contig_size1_large_dim_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9337693Z test_contig_size1_large_dim_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9337846Z test_contig_size1_large_dim_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9338006Z test_contig_size1_large_dim_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9338165Z test_contig_size1_large_dim_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9338321Z test_contig_size1_large_dim_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9338475Z test_contig_size1_large_dim_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9338630Z test_contig_size1_large_dim_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9338814Z test_contig_size1_large_dim_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9338972Z test_contig_size1_large_dim_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9339116Z test_contig_size1_large_dim_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9339269Z test_contig_size1_large_dim_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9339418Z test_contig_size1_large_dim_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9339570Z test_contig_size1_large_dim_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9339721Z test_contig_size1_large_dim_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9339872Z test_contig_size1_large_dim_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9340023Z test_contig_size1_large_dim_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9340172Z test_contig_size1_large_dim_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9340318Z test_contig_size1_large_dim_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9340456Z test_contig_size1_large_dim_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9340602Z test_contig_size1_large_dim_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9340760Z test_contig_size1_large_dim_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9340914Z test_contig_size1_large_dim_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9341070Z test_contig_size1_large_dim_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9341225Z test_contig_size1_large_dim_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9341381Z test_contig_size1_large_dim_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9341537Z test_contig_size1_large_dim_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9341676Z test_contig_size1_large_dim_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9341823Z test_contig_size1_large_dim_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9341974Z test_contig_size1_large_dim_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9342125Z test_contig_size1_large_dim_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9342277Z test_contig_size1_large_dim_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9342426Z test_contig_size1_large_dim_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9342585Z test_contig_size1_large_dim_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9342737Z test_contig_size1_large_dim_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9342915Z test_contig_size1_large_dim_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9343054Z test_contig_size1_large_dim_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9343201Z test_contig_size1_large_dim_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9343349Z test_contig_size1_large_dim_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9343495Z test_contig_size1_large_dim_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9343643Z test_contig_size1_large_dim_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9343818Z test_contig_size1_large_dim_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9343973Z test_contig_size1_large_dim_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9344123Z test_contig_size1_large_dim_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9344282Z test_contig_size1_large_dim_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9344428Z test_contig_size1_large_dim_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9344582Z test_contig_size1_large_dim_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9344734Z test_contig_size1_large_dim_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9344883Z test_contig_size1_large_dim_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9345031Z test_contig_size1_large_dim_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9345181Z test_contig_size1_large_dim_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9345328Z test_contig_size1_large_dim_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9345477Z test_contig_size1_large_dim_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9345617Z test_contig_size1_large_dim_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9345763Z test_contig_size1_large_dim_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9345921Z test_contig_size1_large_dim_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9346075Z test_contig_size1_large_dim_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9346228Z test_contig_size1_large_dim_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9346380Z test_contig_size1_large_dim_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9346529Z test_contig_size1_large_dim_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9346682Z test_contig_size1_large_dim_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9346828Z test_contig_size1_large_dim_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9346962Z test_contig_size1_large_dim_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9347109Z test_contig_size1_large_dim_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9347275Z test_contig_size1_large_dim_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9347443Z test_contig_size1_large_dim_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9347612Z test_contig_size1_large_dim_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9347776Z test_contig_size1_large_dim_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9347963Z test_contig_size1_large_dim_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9348117Z test_contig_size1_large_dim_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9348267Z test_contig_size1_large_dim_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9348430Z test_contig_size1_large_dim_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9348594Z test_contig_size1_large_dim_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9348761Z test_contig_size1_large_dim_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9348955Z test_contig_size1_large_dim_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9349121Z test_contig_size1_large_dim_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9349287Z test_contig_size1_large_dim_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9349451Z test_contig_size1_large_dim_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9349617Z test_contig_size1_large_dim_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9349767Z test_contig_size1_large_dim_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9349931Z test_contig_size1_large_dim_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9350099Z test_contig_size1_large_dim_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9350266Z test_contig_size1_large_dim_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9350428Z test_contig_size1_large_dim_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9350592Z test_contig_size1_large_dim_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9350749Z test_contig_size1_large_dim_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9350913Z test_contig_size1_large_dim_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9351076Z test_contig_size1_large_dim_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9351226Z test_contig_size1_large_dim_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9351394Z test_contig_size1_large_dim_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9351556Z test_contig_size1_large_dim_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9351723Z test_contig_size1_large_dim_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9351883Z test_contig_size1_large_dim_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9352045Z test_contig_size1_large_dim_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9352209Z test_contig_size1_large_dim_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9352371Z test_contig_size1_large_dim_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9352534Z test_contig_size1_large_dim_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9352692Z test_contig_size1_large_dim_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9352858Z test_contig_size1_large_dim_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9353054Z test_contig_size1_large_dim_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9353211Z test_contig_size1_large_dim_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9353371Z test_contig_size1_large_dim_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9353534Z test_contig_size1_large_dim_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9353698Z test_contig_size1_large_dim_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9353861Z test_contig_size1_large_dim_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9354046Z test_contig_size1_large_dim_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9354199Z test_contig_size1_large_dim_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9354437Z test_contig_size1_large_dim_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9354599Z test_contig_size1_large_dim_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9354759Z test_contig_size1_large_dim_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9354918Z test_contig_size1_large_dim_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9355078Z test_contig_size1_large_dim_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9355238Z test_contig_size1_large_dim_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9355398Z test_contig_size1_large_dim_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9355561Z test_contig_size1_large_dim_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9355716Z test_contig_size1_large_dim_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9355883Z test_contig_size1_large_dim_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9356039Z test_contig_size1_large_dim_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9356193Z test_contig_size1_large_dim_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9356352Z test_contig_size1_large_dim_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9356515Z test_contig_size1_large_dim_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9356799Z test_contig_size1_large_dim_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9356960Z test_contig_size1_large_dim_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9357123Z test_contig_size1_large_dim_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9357268Z test_contig_size1_large_dim_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9357427Z test_contig_size1_large_dim_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9357584Z test_contig_size1_large_dim_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9357741Z test_contig_size1_large_dim_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9357900Z test_contig_size1_large_dim_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9358058Z test_contig_size1_large_dim_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9358216Z test_contig_size1_large_dim_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9358433Z test_contig_size1_large_dim_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9358593Z test_contig_size1_large_dim_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9358737Z test_contig_size1_large_dim_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9358895Z test_contig_size1_large_dim_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9359053Z test_contig_size1_large_dim_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9359209Z test_contig_size1_large_dim_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9359418Z test_contig_size1_large_dim_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9359580Z test_contig_size1_large_dim_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9359742Z test_contig_size1_large_dim_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9359903Z test_contig_size1_large_dim_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9360047Z test_contig_size1_large_dim_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9360199Z test_contig_size1_large_dim_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9360356Z test_contig_size1_large_dim_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9360511Z test_contig_size1_large_dim_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9360665Z test_contig_size1_large_dim_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9360831Z test_contig_size1_large_dim_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9361004Z test_contig_size1_large_dim_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9361169Z test_contig_size1_large_dim_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9361335Z test_contig_size1_large_dim_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9361486Z test_contig_size1_large_dim_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9361652Z test_contig_size1_large_dim_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9361814Z test_contig_size1_large_dim_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9361982Z test_contig_size1_large_dim_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9362159Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9362340Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9362511Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9362685Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9362862Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9363025Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9363199Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9363373Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9363579Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9363757Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9363928Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9364098Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9364271Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9364469Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9364642Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9364803Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9364977Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9365150Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9365319Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9365491Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9365660Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9365830Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9366003Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9366170Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9366330Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9366502Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9366670Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9366840Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9367012Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9367184Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9367354Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9367522Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9367686Z test_contig_size1_large_dim_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9367834Z test_contig_size1_large_dim_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9367997Z test_contig_size1_large_dim_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9368157Z test_contig_size1_large_dim_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9368320Z test_contig_size1_large_dim_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9368503Z test_contig_size1_large_dim_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9368655Z test_contig_size1_large_dim_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9368813Z test_contig_size1_large_dim_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9368974Z test_contig_size1_large_dim_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9369130Z test_contig_size1_large_dim_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9369282Z test_contig_size1_large_dim_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9369468Z test_contig_size1_large_dim_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9369631Z test_contig_size1_large_dim_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9369791Z test_contig_size1_large_dim_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9369944Z test_contig_size1_large_dim_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9370103Z test_contig_size1_large_dim_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9370258Z test_contig_size1_large_dim_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9370456Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:56:36.9370649Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9370834Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9371029Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9371220Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9371411Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9371596Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9371786Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9371979Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9372163Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9372351Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9372535Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9372705Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9372888Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9373070Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9373252Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9373431Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9373643Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9373826Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9374010Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9374191Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9374368Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9374578Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9374760Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9374943Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9375119Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9375297Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9375471Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9375648Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9375826Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9376001Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9376166Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9376340Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9376495Z test_contig_size1_large_dim_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9376645Z test_contig_size1_large_dim_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9376801Z test_contig_size1_large_dim_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9376956Z test_contig_size1_large_dim_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9377112Z test_contig_size1_large_dim_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9377265Z test_contig_size1_large_dim_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9377416Z test_contig_size1_large_dim_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9377553Z test_contig_size1_large_dim_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9377698Z test_contig_size1_large_dim_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9377846Z test_contig_size1_large_dim_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9377992Z test_contig_size1_large_dim_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9378150Z test_contig_size1_large_dim_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9378307Z test_contig_size1_large_dim_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9378467Z test_contig_size1_large_dim_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9378655Z test_contig_size1_large_dim_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9378813Z test_contig_size1_large_dim_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9378957Z test_contig_size1_large_dim_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9379110Z test_contig_size1_large_dim_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9379263Z test_contig_size1_large_dim_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9379416Z test_contig_size1_large_dim_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9379594Z test_contig_size1_large_dim_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9379747Z test_contig_size1_large_dim_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9379900Z test_contig_size1_large_dim_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9380052Z test_contig_size1_large_dim_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9380189Z test_contig_size1_large_dim_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9380343Z test_contig_size1_large_dim_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9380498Z test_contig_size1_large_dim_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9380650Z test_contig_size1_large_dim_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9380800Z test_contig_size1_large_dim_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9380950Z test_contig_size1_large_dim_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9381097Z test_contig_size1_large_dim_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9381247Z test_contig_size1_large_dim_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9381394Z test_contig_size1_large_dim_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9381528Z test_contig_size1_large_dim_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9381682Z test_contig_size1_large_dim_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9381830Z test_contig_size1_large_dim_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9381986Z test_contig_size1_large_dim_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9382145Z test_contig_size1_large_dim_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9382297Z test_contig_size1_large_dim_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9382449Z test_contig_size1_large_dim_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9382599Z test_contig_size1_large_dim_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9382735Z test_contig_size1_large_dim_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9382879Z test_contig_size1_large_dim_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9383026Z test_contig_size1_large_dim_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9383173Z test_contig_size1_large_dim_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9383328Z test_contig_size1_large_dim_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9383484Z test_contig_size1_large_dim_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9383638Z test_contig_size1_large_dim_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9383821Z test_contig_size1_large_dim_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9383971Z test_contig_size1_large_dim_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9384109Z test_contig_size1_large_dim_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9384259Z test_contig_size1_large_dim_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9384408Z test_contig_size1_large_dim_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9384557Z test_contig_size1_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9384725Z test_contig_size1_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9384873Z test_contig_size1_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9385021Z test_contig_size1_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9385168Z test_contig_size1_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9385295Z test_contig_size1_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9385438Z test_contig_size1_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9385579Z test_contig_size1_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9385722Z test_contig_size1_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9385865Z test_contig_size1_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9386008Z test_contig_size1_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9386156Z test_contig_size1_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9386302Z test_contig_size1_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9386436Z test_contig_size1_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9386574Z test_contig_size1_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9386715Z test_contig_size1_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9386854Z test_contig_size1_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9386995Z test_contig_size1_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9387134Z test_contig_size1_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9387271Z test_contig_size1_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9387421Z test_contig_size1_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9387564Z test_contig_size1_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9387700Z test_contig_size1_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9387841Z test_contig_size1_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9387980Z test_contig_size1_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9388116Z test_contig_size1_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9388254Z test_contig_size1_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9388394Z test_contig_size1_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9388533Z test_contig_size1_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9388678Z test_contig_size1_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9388807Z test_contig_size1_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9389016Z test_contig_size1_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9389164Z test_contig_size1_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9389305Z test_contig_size1_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9389450Z test_contig_size1_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9389590Z test_contig_size1_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9389729Z test_contig_size1_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9389868Z test_contig_size1_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9390024Z test_contig_size1_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9390164Z test_contig_size1_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9390311Z test_contig_size1_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9390452Z test_contig_size1_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9390603Z test_contig_size1_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9390748Z test_contig_size1_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9390891Z test_contig_size1_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9391031Z test_contig_size1_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9391158Z test_contig_size1_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9391299Z test_contig_size1_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9391436Z test_contig_size1_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9391577Z test_contig_size1_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9391718Z test_contig_size1_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9391870Z test_contig_size1_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9392018Z test_contig_size1_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9392173Z test_contig_size1_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9392314Z test_contig_size1_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9392462Z test_contig_size1_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9392615Z test_contig_size1_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9392764Z test_contig_size1_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9392915Z test_contig_size1_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9393062Z test_contig_size1_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9393209Z test_contig_size1_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9393355Z test_contig_size1_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9393499Z test_contig_size1_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9393632Z test_contig_size1_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9393773Z test_contig_size1_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9393918Z test_contig_size1_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9394060Z test_contig_size1_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9394232Z test_contig_size1_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9394457Z test_contig_size1_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9394599Z test_contig_size1_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9394740Z test_contig_size1_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9394867Z test_contig_size1_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9395013Z test_contig_size1_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9395152Z test_contig_size1_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9395343Z test_contig_size1_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9395491Z test_contig_size1_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9395637Z test_contig_size1_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9395781Z test_contig_size1_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9395921Z test_contig_size1_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9396046Z test_contig_size1_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9396183Z test_contig_size1_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9396320Z test_contig_size1_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9396462Z test_contig_size1_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9396693Z test_contig_size1_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9396835Z test_contig_size1_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9397003Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9397167Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9397332Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9397480Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9397640Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9397801Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9397964Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9398122Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9398290Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9398451Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9398610Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9398754Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9398910Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9399066Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9399227Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9399386Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9399596Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9399757Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9399914Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9400071Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9400216Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9400374Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9400565Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9400723Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9400876Z test_contig_size1_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9401023Z test_contig_size1_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9401172Z test_contig_size1_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9401319Z test_contig_size1_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9401468Z test_contig_size1_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9401602Z test_contig_size1_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9401748Z test_contig_size1_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9401895Z test_contig_size1_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9402039Z test_contig_size1_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9402183Z test_contig_size1_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9402325Z test_contig_size1_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9402471Z test_contig_size1_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9402616Z test_contig_size1_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9402747Z test_contig_size1_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9402888Z test_contig_size1_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9403029Z test_contig_size1_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9403170Z test_contig_size1_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9403309Z test_contig_size1_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9403448Z test_contig_size1_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9403585Z test_contig_size1_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9403726Z test_contig_size1_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9403850Z test_contig_size1_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9404012Z test_contig_size1_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9404172Z test_contig_size1_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9404331Z test_contig_size1_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9404490Z test_contig_size1_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9404646Z test_contig_size1_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9404832Z test_contig_size1_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9405003Z test_contig_size1_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9405171Z test_contig_size1_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9405328Z test_contig_size1_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9405499Z test_contig_size1_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9405670Z test_contig_size1_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9405862Z test_contig_size1_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9406027Z test_contig_size1_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9406192Z test_contig_size1_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9406350Z test_contig_size1_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9406510Z test_contig_size1_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9406665Z test_contig_size1_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9406815Z test_contig_size1_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9406975Z test_contig_size1_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9407144Z test_contig_size1_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9407312Z test_contig_size1_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9407479Z test_contig_size1_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9407637Z test_contig_size1_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9407795Z test_contig_size1_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9407956Z test_contig_size1_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9408113Z test_contig_size1_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9408261Z test_contig_size1_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9408423Z test_contig_size1_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9408579Z test_contig_size1_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9408735Z test_contig_size1_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9408892Z test_contig_size1_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9409049Z test_contig_size1_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9409203Z test_contig_size1_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9409357Z test_contig_size1_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9409499Z test_contig_size1_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9409657Z test_contig_size1_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9409817Z test_contig_size1_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9410001Z test_contig_size1_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9410156Z test_contig_size1_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9410309Z test_contig_size1_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9410462Z test_contig_size1_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9410676Z test_contig_size1_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9410862Z test_contig_size1_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9411040Z test_contig_size1_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9411230Z test_contig_size1_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9411434Z test_contig_size1_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9411605Z test_contig_size1_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9411881Z test_contig_size1_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9412071Z test_contig_size1_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9412277Z test_contig_size1_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9412481Z test_contig_size1_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9412672Z test_contig_size1_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9412864Z test_contig_size1_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9413010Z test_contig_size1_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9413251Z test_contig_size1_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9413444Z test_contig_size1_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9413661Z test_contig_size1_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9413867Z test_contig_size1_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9414063Z test_contig_size1_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9414259Z test_contig_size1_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9414453Z test_contig_size1_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9414659Z test_contig_size1_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9414814Z test_contig_size1_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9415007Z test_contig_size1_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9415195Z test_contig_size1_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9415402Z test_contig_size1_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9415593Z test_contig_size1_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9415785Z test_contig_size1_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9415971Z test_contig_size1_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9416197Z test_contig_size1_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9416419Z test_contig_size1_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9416576Z test_contig_size1_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9416774Z test_contig_size1_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9416973Z test_contig_size1_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9417189Z test_contig_size1_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9417412Z test_contig_size1_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9417614Z test_contig_size1_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9417810Z test_contig_size1_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9418002Z test_contig_size1_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9418194Z test_contig_size1_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9418343Z test_contig_size1_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9418538Z test_contig_size1_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9418735Z test_contig_size1_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9418944Z test_contig_size1_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9419144Z test_contig_size1_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9419330Z test_contig_size1_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9419512Z test_contig_size1_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9419731Z test_contig_size1_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9419921Z test_contig_size1_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9420076Z test_contig_size1_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9420274Z test_contig_size1_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9420468Z test_contig_size1_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9420688Z test_contig_size1_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9420879Z test_contig_size1_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9421066Z test_contig_size1_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9421252Z test_contig_size1_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9421441Z test_contig_size1_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9421633Z test_contig_size1_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9421792Z test_contig_size1_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9421980Z test_contig_size1_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9422208Z test_contig_size1_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9422416Z test_contig_size1_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9422606Z test_contig_size1_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9422792Z test_contig_size1_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9423006Z test_contig_size1_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9423197Z test_contig_size1_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9423369Z test_contig_size1_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9423575Z test_contig_size1_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9423765Z test_contig_size1_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9423957Z test_contig_size1_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9424167Z test_contig_size1_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9424360Z test_contig_size1_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9424552Z test_contig_size1_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9424738Z test_contig_size1_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9424938Z test_contig_size1_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9425083Z test_contig_size1_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9425278Z test_contig_size1_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9425464Z test_contig_size1_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9425657Z test_contig_size1_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9425868Z test_contig_size1_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9426058Z test_contig_size1_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9426271Z test_contig_size1_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9426472Z test_contig_size1_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9426663Z test_contig_size1_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9426814Z test_contig_size1_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9427008Z test_contig_size1_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9427197Z test_contig_size1_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9427388Z test_contig_size1_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9427599Z test_contig_size1_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9427787Z test_contig_size1_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9427983Z test_contig_size1_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9428165Z test_contig_size1_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9428383Z test_contig_size1_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9428532Z test_contig_size1_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9428711Z test_contig_size1_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9428891Z test_contig_size1_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9429073Z test_contig_size1_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9429278Z test_contig_size1_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9429515Z test_contig_size1_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9429695Z test_contig_size1_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9429872Z test_contig_size1_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9430006Z test_contig_size1_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9430182Z test_contig_size1_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9430353Z test_contig_size1_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9430529Z test_contig_size1_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9430706Z test_contig_size1_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9430905Z test_contig_size1_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9431083Z test_contig_size1_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9431261Z test_contig_size1_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9431435Z test_contig_size1_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9431562Z test_contig_size1_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9431734Z test_contig_size1_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9431910Z test_contig_size1_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9432091Z test_contig_size1_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9432262Z test_contig_size1_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9432493Z test_contig_size1_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9432666Z test_contig_size1_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9432839Z test_contig_size1_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9432975Z test_contig_size1_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9433150Z test_contig_size1_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9433325Z test_contig_size1_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9433505Z test_contig_size1_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9433673Z test_contig_size1_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9433841Z test_contig_size1_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9434030Z test_contig_size1_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9434202Z test_contig_size1_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9434406Z test_contig_size1_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9434584Z test_contig_size1_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9434797Z test_contig_size1_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9434979Z test_contig_size1_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9435160Z test_contig_size1_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9435348Z test_contig_size1_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9435563Z test_contig_size1_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9435766Z test_contig_size1_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9435933Z test_contig_size1_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9436115Z test_contig_size1_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9436304Z test_contig_size1_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9436483Z test_contig_size1_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9436771Z test_contig_size1_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9436951Z test_contig_size1_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9437129Z test_contig_size1_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9437302Z test_contig_size1_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9437499Z test_contig_size1_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9437631Z test_contig_size1_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9437812Z test_contig_size1_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9437987Z test_contig_size1_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9438157Z test_contig_size1_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9438327Z test_contig_size1_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9438498Z test_contig_size1_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9438712Z test_contig_size1_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9438899Z test_contig_size1_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9439046Z test_contig_size1_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9439261Z test_contig_size1_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9439444Z test_contig_size1_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9439631Z test_contig_size1_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9439825Z test_contig_size1_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9440017Z test_contig_size1_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9440202Z test_contig_size1_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9440377Z test_contig_size1_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9440557Z test_contig_size1_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9440697Z test_contig_size1_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9440891Z test_contig_size1_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9441117Z test_contig_size1_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9441289Z test_contig_size1_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9441459Z test_contig_size1_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9441628Z test_contig_size1_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9441835Z test_contig_size1_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9442006Z test_contig_size1_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9442133Z test_contig_size1_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9442339Z test_contig_size1_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9442538Z test_contig_size1_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9442714Z test_contig_size1_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9442890Z test_contig_size1_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9443061Z test_contig_size1_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9443236Z test_contig_size1_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9443404Z test_contig_size1_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9443532Z test_contig_size1_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9443702Z test_contig_size1_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9443884Z test_contig_size1_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9444072Z test_contig_size1_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9444240Z test_contig_size1_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9444408Z test_contig_size1_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9444592Z test_contig_size1_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9444798Z test_contig_size1_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9444936Z test_contig_size1_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9445112Z test_contig_size1_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9445284Z test_contig_size1_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9445454Z test_contig_size1_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9453404Z test_contig_size1_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9453612Z test_contig_size1_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9453769Z test_contig_size1_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9453901Z test_contig_size1_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9454048Z test_contig_size1_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9454194Z test_contig_size1_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9454346Z test_contig_size1_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9454495Z test_contig_size1_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9454649Z test_contig_size1_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9454805Z test_contig_size1_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9454956Z test_contig_size1_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9455195Z test_contig_size1_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9455328Z test_contig_size1_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9455474Z test_contig_size1_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9455614Z test_contig_size1_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9455758Z test_contig_size1_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9455900Z test_contig_size1_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9456045Z test_contig_size1_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9456220Z test_contig_size1_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9456367Z test_contig_size1_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9456498Z test_contig_size1_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9456633Z test_contig_size1_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9456777Z test_contig_size1_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9456916Z test_contig_size1_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9457057Z test_contig_size1_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9457199Z test_contig_size1_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9457336Z test_contig_size1_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9457491Z test_contig_size1_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9457624Z test_contig_size1_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9457770Z test_contig_size1_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9457913Z test_contig_size1_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9458060Z test_contig_size1_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9458202Z test_contig_size1_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9458343Z test_contig_size1_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9458480Z test_contig_size1_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9458626Z test_contig_size1_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9458754Z test_contig_size1_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9458896Z test_contig_size1_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9459038Z test_contig_size1_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9459184Z test_contig_size1_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9459329Z test_contig_size1_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9459472Z test_contig_size1_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9459612Z test_contig_size1_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9459749Z test_contig_size1_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9459875Z test_contig_size1_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9460017Z test_contig_size1_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9460153Z test_contig_size1_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9460296Z test_contig_size1_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9460466Z test_contig_size1_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9460606Z test_contig_size1_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9460754Z test_contig_size1_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9460899Z test_contig_size1_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9461040Z test_contig_size1_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9461167Z test_contig_size1_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9461308Z test_contig_size1_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9461491Z test_contig_size1_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9461630Z test_contig_size1_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9461771Z test_contig_size1_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9461909Z test_contig_size1_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9462054Z test_contig_size1_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9462195Z test_contig_size1_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9462330Z test_contig_size1_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9462474Z test_contig_size1_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9462616Z test_contig_size1_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9462755Z test_contig_size1_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9462895Z test_contig_size1_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9463036Z test_contig_size1_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9463175Z test_contig_size1_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9463312Z test_contig_size1_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9463439Z test_contig_size1_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9463594Z test_contig_size1_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9463755Z test_contig_size1_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9463913Z test_contig_size1_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9464068Z test_contig_size1_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9464221Z test_contig_size1_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9464373Z test_contig_size1_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9464526Z test_contig_size1_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9464667Z test_contig_size1_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9464821Z test_contig_size1_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9464981Z test_contig_size1_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9465136Z test_contig_size1_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9465289Z test_contig_size1_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9465443Z test_contig_size1_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9465624Z test_contig_size1_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9465781Z test_contig_size1_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9465932Z test_contig_size1_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9466069Z test_contig_size1_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9466220Z test_contig_size1_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9466372Z test_contig_size1_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9466550Z test_contig_size1_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9466705Z test_contig_size1_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9466852Z test_contig_size1_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9467003Z test_contig_size1_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9467154Z test_contig_size1_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9467302Z test_contig_size1_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9467446Z test_contig_size1_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9467604Z test_contig_size1_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9467749Z test_contig_size1_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9467905Z test_contig_size1_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9468051Z test_contig_size1_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9468206Z test_contig_size1_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9468353Z test_contig_size1_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9468504Z test_contig_size1_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9468646Z test_contig_size1_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9468803Z test_contig_size1_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9468948Z test_contig_size1_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9469102Z test_contig_size1_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9469253Z test_contig_size1_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9469406Z test_contig_size1_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9469559Z test_contig_size1_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9469712Z test_contig_size1_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9469864Z test_contig_size1_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9470004Z test_contig_size1_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9470154Z test_contig_size1_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9470306Z test_contig_size1_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9470455Z test_contig_size1_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9470603Z test_contig_size1_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9470781Z test_contig_size1_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9470928Z test_contig_size1_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9471079Z test_contig_size1_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9471221Z test_contig_size1_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9471371Z test_contig_size1_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9471521Z test_contig_size1_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9471694Z test_contig_size1_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9471843Z test_contig_size1_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9471998Z test_contig_size1_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9472145Z test_contig_size1_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9472297Z test_contig_size1_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9472445Z test_contig_size1_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9472581Z test_contig_size1_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9472727Z test_contig_size1_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9472873Z test_contig_size1_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9473017Z test_contig_size1_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9473167Z test_contig_size1_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9473314Z test_contig_size1_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9473461Z test_contig_size1_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9473609Z test_contig_size1_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9473744Z test_contig_size1_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9473890Z test_contig_size1_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9474037Z test_contig_size1_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9474180Z test_contig_size1_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9474431Z test_contig_size1_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9474578Z test_contig_size1_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9474725Z test_contig_size1_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9474872Z test_contig_size1_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9475020Z test_contig_size1_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9475157Z test_contig_size1_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9475306Z test_contig_size1_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9475453Z test_contig_size1_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9475600Z test_contig_size1_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9475745Z test_contig_size1_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9475926Z test_contig_size1_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9476083Z test_contig_size1_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9476242Z test_contig_size1_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9476388Z test_contig_size1_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9476672Z test_contig_size1_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9476831Z test_contig_size1_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9476986Z test_contig_size1_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9477193Z test_contig_size1_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9477347Z test_contig_size1_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9477519Z test_contig_size1_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9477687Z test_contig_size1_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9477852Z test_contig_size1_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9478011Z test_contig_size1_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9478177Z test_contig_size1_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9478343Z test_contig_size1_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9478510Z test_contig_size1_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9478673Z test_contig_size1_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9478836Z test_contig_size1_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9479003Z test_contig_size1_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9479172Z test_contig_size1_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9479335Z test_contig_size1_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9479482Z test_contig_size1_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9479646Z test_contig_size1_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9479808Z test_contig_size1_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9479973Z test_contig_size1_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9480141Z test_contig_size1_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9480303Z test_contig_size1_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9480469Z test_contig_size1_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9480630Z test_contig_size1_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9480791Z test_contig_size1_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9480944Z test_contig_size1_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9481107Z test_contig_size1_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9481303Z test_contig_size1_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9481467Z test_contig_size1_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9481632Z test_contig_size1_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9481797Z test_contig_size1_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9481958Z test_contig_size1_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9482119Z test_contig_size1_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9482293Z test_contig_size1_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9482455Z test_contig_size1_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9482620Z test_contig_size1_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9482774Z test_contig_size1_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9482927Z test_contig_size1_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9483080Z test_contig_size1_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9483234Z test_contig_size1_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9483385Z test_contig_size1_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9483534Z test_contig_size1_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9483672Z test_contig_size1_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9483824Z test_contig_size1_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9483974Z test_contig_size1_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9484121Z test_contig_size1_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9484273Z test_contig_size1_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9484426Z test_contig_size1_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9484576Z test_contig_size1_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9484724Z test_contig_size1_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9484874Z test_contig_size1_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9485011Z test_contig_size1_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9485160Z test_contig_size1_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9485353Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9485537Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9485721Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9485903Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9486090Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9486267Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9486470Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9486640Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9486821Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9486994Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9487170Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9487377Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9487551Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9487729Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9487897Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9488068Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9488228Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9488396Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9488571Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9488748Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9488915Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9489088Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9489254Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9489428Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9489598Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9489751Z test_contig_size1_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9489923Z test_contig_size1_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9490094Z test_contig_size1_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9490265Z test_contig_size1_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9490430Z test_contig_size1_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9490591Z test_contig_size1_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9490758Z test_contig_size1_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9490925Z test_contig_size1_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9491070Z test_contig_size1_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9491201Z test_contig_size1_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9491349Z test_contig_size1_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9491524Z test_contig_size1_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9491668Z test_contig_size1_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9491807Z test_contig_size1_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9491947Z test_contig_size1_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9492088Z test_contig_size1_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9492227Z test_contig_size1_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9492356Z test_contig_size1_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9492520Z test_contig_size1_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9492668Z test_contig_size1_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9492812Z test_contig_size1_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9492966Z test_contig_size1_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9493113Z test_contig_size1_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9493260Z test_contig_size1_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9493400Z test_contig_size1_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9493537Z test_contig_size1_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9493669Z test_contig_size1_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9493811Z test_contig_size1_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9493954Z test_contig_size1_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9494096Z test_contig_size1_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9494241Z test_contig_size1_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9494381Z test_contig_size1_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9494523Z test_contig_size1_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9494670Z test_contig_size1_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9494804Z test_contig_size1_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9494945Z test_contig_size1_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9495087Z test_contig_size1_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9495230Z test_contig_size1_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9495370Z test_contig_size1_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9495512Z test_contig_size1_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9495653Z test_contig_size1_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9495791Z test_contig_size1_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9495924Z test_contig_size1_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9496064Z test_contig_size1_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9496214Z test_contig_size1_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9496364Z test_contig_size1_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9496510Z test_contig_size1_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9496652Z test_contig_size1_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9496825Z test_contig_size1_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9496967Z test_contig_size1_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9497094Z test_contig_size1_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9497235Z test_contig_size1_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9497375Z test_contig_size1_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9497521Z test_contig_size1_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9497665Z test_contig_size1_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9497842Z test_contig_size1_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9497986Z test_contig_size1_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9498128Z test_contig_size1_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9498256Z test_contig_size1_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9498397Z test_contig_size1_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9498540Z test_contig_size1_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9498695Z test_contig_vs_every_other_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.167s) 2022-12-01T10:56:36.9498852Z test_contig_vs_every_other_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9499008Z test_contig_vs_every_other_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9499166Z test_contig_vs_every_other_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9499319Z test_contig_vs_every_other_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9499476Z test_contig_vs_every_other_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9499611Z test_contig_vs_every_other_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9499760Z test_contig_vs_every_other_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9499909Z test_contig_vs_every_other_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9500056Z test_contig_vs_every_other_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9500205Z test_contig_vs_every_other_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9500353Z test_contig_vs_every_other_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9500509Z test_contig_vs_every_other_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9500656Z test_contig_vs_every_other_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9500806Z test_contig_vs_every_other_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9500962Z test_contig_vs_every_other_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9501111Z test_contig_vs_every_other_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9501264Z test_contig_vs_every_other_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9501415Z test_contig_vs_every_other_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9501561Z test_contig_vs_every_other_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9501712Z test_contig_vs_every_other_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9501857Z test_contig_vs_every_other_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9502031Z test_contig_vs_every_other_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9502174Z test_contig_vs_every_other_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9502319Z test_contig_vs_every_other_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9502476Z test_contig_vs_every_other_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9502637Z test_contig_vs_every_other_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9502793Z test_contig_vs_every_other_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9502942Z test_contig_vs_every_other_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9503117Z test_contig_vs_every_other_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9503267Z test_contig_vs_every_other_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9503406Z test_contig_vs_every_other_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9503553Z test_contig_vs_every_other_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9503701Z test_contig_vs_every_other_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9503853Z test_contig_vs_every_other_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9504000Z test_contig_vs_every_other_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9504159Z test_contig_vs_every_other_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9504316Z test_contig_vs_every_other_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9504470Z test_contig_vs_every_other_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9504624Z test_contig_vs_every_other_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9504760Z test_contig_vs_every_other_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9504907Z test_contig_vs_every_other_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9505054Z test_contig_vs_every_other_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9505199Z test_contig_vs_every_other_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9505346Z test_contig_vs_every_other_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9505494Z test_contig_vs_every_other_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9505646Z test_contig_vs_every_other_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9505794Z test_contig_vs_every_other_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9505941Z test_contig_vs_every_other_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9506096Z test_contig_vs_every_other_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9506246Z test_contig_vs_every_other_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9506395Z test_contig_vs_every_other_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9506543Z test_contig_vs_every_other_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9506688Z test_contig_vs_every_other_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9506836Z test_contig_vs_every_other_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9506984Z test_contig_vs_every_other_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9507160Z test_contig_vs_every_other_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9507302Z test_contig_vs_every_other_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9507449Z test_contig_vs_every_other_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9507606Z test_contig_vs_every_other_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9507765Z test_contig_vs_every_other_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9507914Z test_contig_vs_every_other_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9508089Z test_contig_vs_every_other_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9508239Z test_contig_vs_every_other_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9508388Z test_contig_vs_every_other_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9508523Z test_contig_vs_every_other_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9508668Z test_contig_vs_every_other_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9508813Z test_contig_vs_every_other_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9508969Z test_contig_vs_every_other_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9509117Z test_contig_vs_every_other_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9509273Z test_contig_vs_every_other_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9509430Z test_contig_vs_every_other_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9509582Z test_contig_vs_every_other_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9509735Z test_contig_vs_every_other_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9509870Z test_contig_vs_every_other_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9510016Z test_contig_vs_every_other_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9510161Z test_contig_vs_every_other_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9510308Z test_contig_vs_every_other_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9510455Z test_contig_vs_every_other_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9510612Z test_contig_vs_every_other_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9510757Z test_contig_vs_every_other_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9510916Z test_contig_vs_every_other_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9511064Z test_contig_vs_every_other_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9511215Z test_contig_vs_every_other_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9511365Z test_contig_vs_every_other_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9511514Z test_contig_vs_every_other_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9511660Z test_contig_vs_every_other_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9511807Z test_contig_vs_every_other_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9511955Z test_contig_vs_every_other_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9512102Z test_contig_vs_every_other_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9512323Z test_contig_vs_every_other_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9512464Z test_contig_vs_every_other_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9512626Z test_contig_vs_every_other_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9512784Z test_contig_vs_every_other_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9512941Z test_contig_vs_every_other_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9513101Z test_contig_vs_every_other_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9513282Z test_contig_vs_every_other_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9513438Z test_contig_vs_every_other_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9513593Z test_contig_vs_every_other_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9513744Z test_contig_vs_every_other_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9513880Z test_contig_vs_every_other_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9514032Z test_contig_vs_every_other_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9514186Z test_contig_vs_every_other_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9514422Z test_contig_vs_every_other_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9514588Z test_contig_vs_every_other_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9514746Z test_contig_vs_every_other_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9514905Z test_contig_vs_every_other_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9515060Z test_contig_vs_every_other_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9515204Z test_contig_vs_every_other_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9515358Z test_contig_vs_every_other_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9515507Z test_contig_vs_every_other_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9515663Z test_contig_vs_every_other_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9515817Z test_contig_vs_every_other_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9515973Z test_contig_vs_every_other_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9516126Z test_contig_vs_every_other_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9516280Z test_contig_vs_every_other_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9516429Z test_contig_vs_every_other_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9516651Z test_contig_vs_every_other_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9516801Z test_contig_vs_every_other_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9516949Z test_contig_vs_every_other_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9517098Z test_contig_vs_every_other_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9517245Z test_contig_vs_every_other_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9517400Z test_contig_vs_every_other_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9517598Z test_contig_vs_every_other_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9517755Z test_contig_vs_every_other_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9517896Z test_contig_vs_every_other_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9518049Z test_contig_vs_every_other_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9518200Z test_contig_vs_every_other_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9518351Z test_contig_vs_every_other_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9518497Z test_contig_vs_every_other_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9518677Z test_contig_vs_every_other_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9518826Z test_contig_vs_every_other_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9518979Z test_contig_vs_every_other_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9519125Z test_contig_vs_every_other_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9519265Z test_contig_vs_every_other_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9519415Z test_contig_vs_every_other_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9519567Z test_contig_vs_every_other_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9519710Z test_contig_vs_every_other_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9519860Z test_contig_vs_every_other_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9520002Z test_contig_vs_every_other_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9520151Z test_contig_vs_every_other_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9520293Z test_contig_vs_every_other_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9520434Z test_contig_vs_every_other_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9520577Z test_contig_vs_every_other_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9520734Z test_contig_vs_every_other_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9520892Z test_contig_vs_every_other_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9521050Z test_contig_vs_every_other_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9521201Z test_contig_vs_every_other_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9521351Z test_contig_vs_every_other_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9521502Z test_contig_vs_every_other_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9521651Z test_contig_vs_every_other_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9521789Z test_contig_vs_every_other_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9521938Z test_contig_vs_every_other_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9522087Z test_contig_vs_every_other_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9522233Z test_contig_vs_every_other_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9522385Z test_contig_vs_every_other_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9522534Z test_contig_vs_every_other_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9522723Z test_contig_vs_every_other_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9522876Z test_contig_vs_every_other_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9523018Z test_contig_vs_every_other_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9523167Z test_contig_vs_every_other_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9523317Z test_contig_vs_every_other_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9523465Z test_contig_vs_every_other_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9523611Z test_contig_vs_every_other_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9523782Z test_contig_vs_every_other_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9523932Z test_contig_vs_every_other_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9524081Z test_contig_vs_every_other_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9524227Z test_contig_vs_every_other_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9524366Z test_contig_vs_every_other_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9524514Z test_contig_vs_every_other_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9524671Z test_contig_vs_every_other_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9524824Z test_contig_vs_every_other_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9524978Z test_contig_vs_every_other_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9525130Z test_contig_vs_every_other_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9525280Z test_contig_vs_every_other_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9525426Z test_contig_vs_every_other_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9525560Z test_contig_vs_every_other_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9525702Z test_contig_vs_every_other_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9525847Z test_contig_vs_every_other_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9525993Z test_contig_vs_every_other_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9526139Z test_contig_vs_every_other_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9526309Z test_contig_vs_every_other_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9526471Z test_contig_vs_every_other_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9526644Z test_contig_vs_every_other_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9526813Z test_contig_vs_every_other_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9526969Z test_contig_vs_every_other_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9527132Z test_contig_vs_every_other_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9527296Z test_contig_vs_every_other_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9527454Z test_contig_vs_every_other_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9527614Z test_contig_vs_every_other_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9527797Z test_contig_vs_every_other_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9527948Z test_contig_vs_every_other_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9528105Z test_contig_vs_every_other_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9528265Z test_contig_vs_every_other_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9528403Z test_contig_vs_every_other_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9528552Z test_contig_vs_every_other_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9528704Z test_contig_vs_every_other_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9528884Z test_contig_vs_every_other_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9529035Z test_contig_vs_every_other_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9529187Z test_contig_vs_every_other_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9529335Z test_contig_vs_every_other_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9529482Z test_contig_vs_every_other_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9529615Z test_contig_vs_every_other_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9529763Z test_contig_vs_every_other_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9529910Z test_contig_vs_every_other_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9530063Z test_contig_vs_every_other_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9530210Z test_contig_vs_every_other_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9530365Z test_contig_vs_every_other_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9530520Z test_contig_vs_every_other_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9530669Z test_contig_vs_every_other_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9530820Z test_contig_vs_every_other_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9530958Z test_contig_vs_every_other_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9531102Z test_contig_vs_every_other_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9531247Z test_contig_vs_every_other_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9531399Z test_contig_vs_every_other_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9531547Z test_contig_vs_every_other_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9531708Z test_contig_vs_every_other_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9531861Z test_contig_vs_every_other_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9532016Z test_contig_vs_every_other_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9532158Z test_contig_vs_every_other_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9532313Z test_contig_vs_every_other_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9532463Z test_contig_vs_every_other_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9532616Z test_contig_vs_every_other_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9532768Z test_contig_vs_every_other_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9532949Z test_contig_vs_every_other_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9533095Z test_contig_vs_every_other_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9533254Z test_contig_vs_every_other_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9533405Z test_contig_vs_every_other_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9533548Z test_contig_vs_every_other_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9533701Z test_contig_vs_every_other_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9533885Z test_contig_vs_every_other_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9534038Z test_contig_vs_every_other_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9534190Z test_contig_vs_every_other_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9534343Z test_contig_vs_every_other_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9534492Z test_contig_vs_every_other_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9534647Z test_contig_vs_every_other_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9534799Z test_contig_vs_every_other_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9534946Z test_contig_vs_every_other_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9535104Z test_contig_vs_every_other_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9535265Z test_contig_vs_every_other_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9535420Z test_contig_vs_every_other_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9535574Z test_contig_vs_every_other_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9535726Z test_contig_vs_every_other_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9535877Z test_contig_vs_every_other_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9536027Z test_contig_vs_every_other_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9536162Z test_contig_vs_every_other_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9536313Z test_contig_vs_every_other_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9536466Z test_contig_vs_every_other_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9536617Z test_contig_vs_every_other_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9536769Z test_contig_vs_every_other_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9536920Z test_contig_vs_every_other_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9537069Z test_contig_vs_every_other_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9537215Z test_contig_vs_every_other_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9537360Z test_contig_vs_every_other_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9537495Z test_contig_vs_every_other_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9537643Z test_contig_vs_every_other_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9537793Z test_contig_vs_every_other_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9537943Z test_contig_vs_every_other_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9538119Z test_contig_vs_every_other_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9538269Z test_contig_vs_every_other_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9538422Z test_contig_vs_every_other_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9538571Z test_contig_vs_every_other_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9538704Z test_contig_vs_every_other_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9538853Z test_contig_vs_every_other_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9539027Z test_contig_vs_every_other_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9539178Z test_contig_vs_every_other_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9539335Z test_contig_vs_every_other_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9539490Z test_contig_vs_every_other_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9539644Z test_contig_vs_every_other_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9539800Z test_contig_vs_every_other_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9539953Z test_contig_vs_every_other_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9540091Z test_contig_vs_every_other_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9540244Z test_contig_vs_every_other_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9540396Z test_contig_vs_every_other_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9540544Z test_contig_vs_every_other_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9540701Z test_contig_vs_every_other_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9540850Z test_contig_vs_every_other_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9540997Z test_contig_vs_every_other_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9541147Z test_contig_vs_every_other_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9541279Z test_contig_vs_every_other_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9541427Z test_contig_vs_every_other_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9541580Z test_contig_vs_every_other_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9541728Z test_contig_vs_every_other_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9541876Z test_contig_vs_every_other_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9542023Z test_contig_vs_every_other_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9542174Z test_contig_vs_every_other_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9542323Z test_contig_vs_every_other_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9542479Z test_contig_vs_every_other_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9542620Z test_contig_vs_every_other_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9542770Z test_contig_vs_every_other_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9542921Z test_contig_vs_every_other_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9543067Z test_contig_vs_every_other_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9543241Z test_contig_vs_every_other_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9543390Z test_contig_vs_every_other_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9543540Z test_contig_vs_every_other_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9543691Z test_contig_vs_every_other_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9543833Z test_contig_vs_every_other_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9543984Z test_contig_vs_every_other_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9544161Z test_contig_vs_every_other_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9544316Z test_contig_vs_every_other_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9544465Z test_contig_vs_every_other_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9544616Z test_contig_vs_every_other_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9544764Z test_contig_vs_every_other_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9544910Z test_contig_vs_every_other_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9545057Z test_contig_vs_every_other_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9545197Z test_contig_vs_every_other_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9545345Z test_contig_vs_every_other_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9545501Z test_contig_vs_every_other_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9545658Z test_contig_vs_every_other_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9545813Z test_contig_vs_every_other_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9545964Z test_contig_vs_every_other_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9546113Z test_contig_vs_every_other_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9546263Z test_contig_vs_every_other_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9546398Z test_contig_vs_every_other_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9546543Z test_contig_vs_every_other_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9546691Z test_contig_vs_every_other_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9546837Z test_contig_vs_every_other_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9546981Z test_contig_vs_every_other_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9547138Z test_contig_vs_every_other_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9547284Z test_contig_vs_every_other_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9547438Z test_contig_vs_every_other_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9547592Z test_contig_vs_every_other_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9547736Z test_contig_vs_every_other_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9547890Z test_contig_vs_every_other_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9548041Z test_contig_vs_every_other_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9548187Z test_contig_vs_every_other_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9548364Z test_contig_vs_every_other_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9548512Z test_contig_vs_every_other_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9548658Z test_contig_vs_every_other_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9548804Z test_contig_vs_every_other_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9548940Z test_contig_vs_every_other_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9549092Z test_contig_vs_every_other_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9549267Z test_contig_vs_every_other_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9549419Z test_contig_vs_every_other_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9549567Z test_contig_vs_every_other_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9549713Z test_contig_vs_every_other_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9549856Z test_contig_vs_every_other_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9550000Z test_contig_vs_every_other_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9550144Z test_contig_vs_every_other_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9550285Z test_contig_vs_every_other_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9550436Z test_contig_vs_every_other_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9550588Z test_contig_vs_every_other_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9550735Z test_contig_vs_every_other_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9550907Z test_contig_vs_every_other_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:36.9551077Z test_contig_vs_every_other_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:36.9551246Z test_contig_vs_every_other_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:36.9551413Z test_contig_vs_every_other_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:36.9551554Z test_contig_vs_every_other_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9551702Z test_contig_vs_every_other_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9551858Z test_contig_vs_every_other_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9552013Z test_contig_vs_every_other_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9552165Z test_contig_vs_every_other_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9552315Z test_contig_vs_every_other_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9552466Z test_contig_vs_every_other_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9552613Z test_contig_vs_every_other_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9552762Z test_contig_vs_every_other_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9552897Z test_contig_vs_every_other_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9553045Z test_contig_vs_every_other_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9553192Z test_contig_vs_every_other_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9553371Z test_contig_vs_every_other_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9553517Z test_contig_vs_every_other_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9553662Z test_contig_vs_every_other_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9553802Z test_contig_vs_every_other_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9553946Z test_contig_vs_every_other_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9554080Z test_contig_vs_every_other_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9554224Z test_contig_vs_every_other_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9554478Z test_contig_vs_every_other_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9554630Z test_contig_vs_every_other_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9554791Z test_contig_vs_every_other_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9554948Z test_contig_vs_every_other_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9555106Z test_contig_vs_every_other_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9555261Z test_contig_vs_every_other_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9555410Z test_contig_vs_every_other_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9555551Z test_contig_vs_every_other_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9555711Z test_contig_vs_every_other_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9555860Z test_contig_vs_every_other_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9556010Z test_contig_vs_every_other_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9556161Z test_contig_vs_every_other_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9556310Z test_contig_vs_every_other_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9556460Z test_contig_vs_every_other_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9556699Z test_contig_vs_every_other_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9556833Z test_contig_vs_every_other_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9556981Z test_contig_vs_every_other_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9557143Z test_contig_vs_every_other_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9557297Z test_contig_vs_every_other_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9557461Z test_contig_vs_every_other_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9557625Z test_contig_vs_every_other_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9557786Z test_contig_vs_every_other_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9557945Z test_contig_vs_every_other_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9558102Z test_contig_vs_every_other_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9558247Z test_contig_vs_every_other_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9558404Z test_contig_vs_every_other_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9558557Z test_contig_vs_every_other_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9558764Z test_contig_vs_every_other_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9558918Z test_contig_vs_every_other_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9559067Z test_contig_vs_every_other_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9559220Z test_contig_vs_every_other_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9559370Z test_contig_vs_every_other_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9559527Z test_contig_vs_every_other_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9559670Z test_contig_vs_every_other_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9559859Z test_contig_vs_every_other_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9560015Z test_contig_vs_every_other_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9560167Z test_contig_vs_every_other_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9560316Z test_contig_vs_every_other_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9560467Z test_contig_vs_every_other_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9560618Z test_contig_vs_every_other_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9560768Z test_contig_vs_every_other_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9560904Z test_contig_vs_every_other_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9561053Z test_contig_vs_every_other_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9561203Z test_contig_vs_every_other_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9561353Z test_contig_vs_every_other_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9561509Z test_contig_vs_every_other_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9561665Z test_contig_vs_every_other_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9561815Z test_contig_vs_every_other_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9561963Z test_contig_vs_every_other_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9562108Z test_contig_vs_every_other_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9562248Z test_contig_vs_every_other_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9562396Z test_contig_vs_every_other_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9562539Z test_contig_vs_every_other_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9562688Z test_contig_vs_every_other_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9562838Z test_contig_vs_every_other_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9562996Z test_contig_vs_every_other_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9563147Z test_contig_vs_every_other_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9563303Z test_contig_vs_every_other_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9563447Z test_contig_vs_every_other_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9563605Z test_contig_vs_every_other_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9563757Z test_contig_vs_every_other_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9563935Z test_contig_vs_every_other_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9564083Z test_contig_vs_every_other_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9564232Z test_contig_vs_every_other_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9564379Z test_contig_vs_every_other_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9564536Z test_contig_vs_every_other_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9564688Z test_contig_vs_every_other_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9564855Z test_contig_vs_every_other_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9565012Z test_contig_vs_every_other_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9565171Z test_contig_vs_every_other_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9565322Z test_contig_vs_every_other_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9565471Z test_contig_vs_every_other_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9565618Z test_contig_vs_every_other_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9565768Z test_contig_vs_every_other_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9565915Z test_contig_vs_every_other_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9566060Z test_contig_vs_every_other_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9566210Z test_contig_vs_every_other_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9566368Z test_contig_vs_every_other_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9566525Z test_contig_vs_every_other_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9566680Z test_contig_vs_every_other_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9566831Z test_contig_vs_every_other_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9566979Z test_contig_vs_every_other_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9567127Z test_contig_vs_every_other_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9567277Z test_contig_vs_every_other_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9567417Z test_contig_vs_every_other_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9567563Z test_contig_vs_every_other_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9567714Z test_contig_vs_every_other_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9567859Z test_contig_vs_every_other_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9568051Z test_contig_vs_every_other_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9568238Z test_contig_vs_every_other_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9568429Z test_contig_vs_every_other_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9568620Z test_contig_vs_every_other_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9568808Z test_contig_vs_every_other_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9569010Z test_contig_vs_every_other_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9569193Z test_contig_vs_every_other_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9569372Z test_contig_vs_every_other_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9569551Z test_contig_vs_every_other_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9569731Z test_contig_vs_every_other_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9569948Z test_contig_vs_every_other_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9570132Z test_contig_vs_every_other_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9570293Z test_contig_vs_every_other_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9570446Z test_contig_vs_every_other_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9570601Z test_contig_vs_every_other_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9570745Z test_contig_vs_every_other_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9570897Z test_contig_vs_every_other_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9571048Z test_contig_vs_every_other_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9571198Z test_contig_vs_every_other_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9571347Z test_contig_vs_every_other_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9571501Z test_contig_vs_every_other_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9571651Z test_contig_vs_every_other_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9571801Z test_contig_vs_every_other_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9571945Z test_contig_vs_every_other_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9572099Z test_contig_vs_every_other_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9572249Z test_contig_vs_every_other_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9572401Z test_contig_vs_every_other_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9572547Z test_contig_vs_every_other_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9572696Z test_contig_vs_every_other_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9572842Z test_contig_vs_every_other_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9572992Z test_contig_vs_every_other_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9573138Z test_contig_vs_every_other_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9573282Z test_contig_vs_every_other_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9573431Z test_contig_vs_every_other_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9573585Z test_contig_vs_every_other_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9573737Z test_contig_vs_every_other_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9573883Z test_contig_vs_every_other_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9574055Z test_contig_vs_every_other_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9574200Z test_contig_vs_every_other_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9574347Z test_contig_vs_every_other_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9574480Z test_contig_vs_every_other_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9574628Z test_contig_vs_every_other_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9574777Z test_contig_vs_every_other_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9574957Z test_contig_vs_every_other_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9575113Z test_contig_vs_every_other_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9575265Z test_contig_vs_every_other_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9575416Z test_contig_vs_every_other_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9575562Z test_contig_vs_every_other_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9575707Z test_contig_vs_every_other_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9575842Z test_contig_vs_every_other_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9575989Z test_contig_vs_every_other_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9576134Z test_contig_vs_every_other_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9576283Z test_contig_vs_every_other_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9576431Z test_contig_vs_every_other_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9576586Z test_contig_vs_every_other_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9576741Z test_contig_vs_every_other_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9576890Z test_contig_vs_every_other_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9577027Z test_contig_vs_every_other_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9577173Z test_contig_vs_every_other_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9577320Z test_contig_vs_every_other_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9577466Z test_contig_vs_every_other_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9577615Z test_contig_vs_every_other_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9577760Z test_contig_vs_every_other_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9577925Z test_contig_vs_every_other_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9578081Z test_contig_vs_every_other_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9578246Z test_contig_vs_every_other_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9578399Z test_contig_vs_every_other_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9578558Z test_contig_vs_every_other_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9578713Z test_contig_vs_every_other_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9578867Z test_contig_vs_every_other_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9579025Z test_contig_vs_every_other_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9579210Z test_contig_vs_every_other_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9579367Z test_contig_vs_every_other_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9579523Z test_contig_vs_every_other_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9579678Z test_contig_vs_every_other_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9579820Z test_contig_vs_every_other_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9579967Z test_contig_vs_every_other_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9580146Z test_contig_vs_every_other_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9580299Z test_contig_vs_every_other_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9580451Z test_contig_vs_every_other_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9580599Z test_contig_vs_every_other_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9580745Z test_contig_vs_every_other_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9580892Z test_contig_vs_every_other_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9581029Z test_contig_vs_every_other_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9581180Z test_contig_vs_every_other_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9581329Z test_contig_vs_every_other_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9581486Z test_contig_vs_every_other_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9581640Z test_contig_vs_every_other_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9581792Z test_contig_vs_every_other_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9581943Z test_contig_vs_every_other_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9582092Z test_contig_vs_every_other_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9582243Z test_contig_vs_every_other_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9582380Z test_contig_vs_every_other_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9582527Z test_contig_vs_every_other_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9582677Z test_contig_vs_every_other_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9582829Z test_contig_vs_every_other_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9582978Z test_contig_vs_every_other_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9583155Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9583331Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9583504Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9583664Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9583836Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9584004Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9584173Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9584368Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9584542Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9584715Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9584885Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9585055Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9585253Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9585407Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9585579Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9585747Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9585921Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9586092Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9586264Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9586430Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9586598Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9586764Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9586921Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9587088Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9587250Z test_contig_vs_every_other_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9587405Z test_contig_vs_every_other_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9587566Z test_contig_vs_every_other_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9587727Z test_contig_vs_every_other_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9587886Z test_contig_vs_every_other_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9588046Z test_contig_vs_every_other_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9588202Z test_contig_vs_every_other_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9588347Z test_contig_vs_every_other_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9588502Z test_contig_vs_every_other_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9588655Z test_contig_vs_every_other_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9588811Z test_contig_vs_every_other_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9588967Z test_contig_vs_every_other_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9589123Z test_contig_vs_every_other_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9589276Z test_contig_vs_every_other_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9589454Z test_contig_vs_every_other_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9589594Z test_contig_vs_every_other_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9589738Z test_contig_vs_every_other_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9589887Z test_contig_vs_every_other_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9590028Z test_contig_vs_every_other_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9590177Z test_contig_vs_every_other_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9590383Z test_contig_vs_every_other_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9590533Z test_contig_vs_every_other_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9590706Z test_contig_vs_every_other_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9590875Z test_contig_vs_every_other_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9591033Z test_contig_vs_every_other_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9591198Z test_contig_vs_every_other_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9591369Z test_contig_vs_every_other_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9591537Z test_contig_vs_every_other_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9591718Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9591895Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9592075Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9592257Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9592435Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9592601Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9592779Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9592953Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9593124Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9593297Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9593467Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9593633Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9593800Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9593977Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9594141Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9594388Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9594559Z test_contig_vs_every_other_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9594760Z test_contig_vs_every_other_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9594932Z test_contig_vs_every_other_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9595103Z test_contig_vs_every_other_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9595273Z test_contig_vs_every_other_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9595444Z test_contig_vs_every_other_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9595639Z test_contig_vs_every_other_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9595792Z test_contig_vs_every_other_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9595961Z test_contig_vs_every_other_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9596128Z test_contig_vs_every_other_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9596292Z test_contig_vs_every_other_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9596457Z test_contig_vs_every_other_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9596718Z test_contig_vs_every_other_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9596886Z test_contig_vs_every_other_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9597055Z test_contig_vs_every_other_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9597221Z test_contig_vs_every_other_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9597376Z test_contig_vs_every_other_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9597541Z test_contig_vs_every_other_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9597704Z test_contig_vs_every_other_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9597872Z test_contig_vs_every_other_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9598032Z test_contig_vs_every_other_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9598226Z test_contig_vs_every_other_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:56:36.9598418Z test_contig_vs_every_other_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:56:36.9598612Z test_contig_vs_every_other_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:56:36.9598778Z test_contig_vs_every_other_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9598943Z test_contig_vs_every_other_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9599096Z test_contig_vs_every_other_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9599279Z test_contig_vs_every_other_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9599460Z test_contig_vs_every_other_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9599628Z test_contig_vs_every_other_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9599841Z test_contig_vs_every_other_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9600005Z test_contig_vs_every_other_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9600182Z test_contig_vs_every_other_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9600355Z test_contig_vs_every_other_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9600525Z test_contig_vs_every_other_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9600689Z test_contig_vs_every_other_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9600899Z test_contig_vs_every_other_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9601074Z test_contig_vs_every_other_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9601250Z test_contig_vs_every_other_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9601427Z test_contig_vs_every_other_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9601603Z test_contig_vs_every_other_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9601771Z test_contig_vs_every_other_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9601939Z test_contig_vs_every_other_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9602110Z test_contig_vs_every_other_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9602269Z test_contig_vs_every_other_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9602441Z test_contig_vs_every_other_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9602621Z test_contig_vs_every_other_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9602875Z test_contig_vs_every_other_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9603059Z test_contig_vs_every_other_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9603236Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9603418Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9603596Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9603771Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9603933Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9604101Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9604269Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9604437Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9604608Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9604775Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9604948Z test_contig_vs_every_other_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9605161Z test_contig_vs_every_other_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9605335Z test_contig_vs_every_other_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9605504Z test_contig_vs_every_other_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9605664Z test_contig_vs_every_other_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9605835Z test_contig_vs_every_other_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9606040Z test_contig_vs_every_other_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9606210Z test_contig_vs_every_other_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9606387Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9606561Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9606733Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9606905Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9607075Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9607236Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9607410Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9607583Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9607750Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9607924Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9608095Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9608266Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9608437Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9608608Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9608765Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9608933Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9609101Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9609265Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9609439Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9609609Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9609782Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9609954Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9610146Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9610303Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9610470Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9610638Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9610803Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9610977Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9611169Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9611341Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9611514Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9611681Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9611836Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9612004Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9612172Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9612339Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9612512Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9612682Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9612856Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9613024Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9613189Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9613344Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9613512Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9613680Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9613847Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9614006Z test_contig_vs_every_other_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9614168Z test_contig_vs_every_other_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9614327Z test_contig_vs_every_other_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9614487Z test_contig_vs_every_other_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9614644Z test_contig_vs_every_other_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9614792Z test_contig_vs_every_other_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9614947Z test_contig_vs_every_other_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9615134Z test_contig_vs_every_other_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9615287Z test_contig_vs_every_other_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9615436Z test_contig_vs_every_other_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9615588Z test_contig_vs_every_other_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9615743Z test_contig_vs_every_other_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9615897Z test_contig_vs_every_other_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9616051Z test_contig_vs_every_other_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9616219Z test_contig_vs_every_other_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9616375Z test_contig_vs_every_other_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9616533Z test_contig_vs_every_other_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9616684Z test_contig_vs_every_other_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9616836Z test_contig_vs_every_other_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9616984Z test_contig_vs_every_other_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9617134Z test_contig_vs_every_other_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9617286Z test_contig_vs_every_other_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9617428Z test_contig_vs_every_other_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9617576Z test_contig_vs_every_other_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9617732Z test_contig_vs_every_other_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9617886Z test_contig_vs_every_other_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9618038Z test_contig_vs_every_other_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9618186Z test_contig_vs_every_other_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9618334Z test_contig_vs_every_other_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9618479Z test_contig_vs_every_other_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9618627Z test_contig_vs_every_other_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9618760Z test_contig_vs_every_other_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9618907Z test_contig_vs_every_other_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9619057Z test_contig_vs_every_other_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9619205Z test_contig_vs_every_other_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9619370Z test_contig_vs_every_other_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9619526Z test_contig_vs_every_other_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9619691Z test_contig_vs_every_other_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9619852Z test_contig_vs_every_other_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9620015Z test_contig_vs_every_other_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9620164Z test_contig_vs_every_other_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9620350Z test_contig_vs_every_other_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9620507Z test_contig_vs_every_other_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9620665Z test_contig_vs_every_other_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9620820Z test_contig_vs_every_other_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9620975Z test_contig_vs_every_other_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9621129Z test_contig_vs_every_other_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9621307Z test_contig_vs_every_other_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9621450Z test_contig_vs_every_other_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9621604Z test_contig_vs_every_other_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9621752Z test_contig_vs_every_other_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9621901Z test_contig_vs_every_other_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9622048Z test_contig_vs_every_other_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9622194Z test_contig_vs_every_other_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9622339Z test_contig_vs_every_other_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9622506Z test_contig_vs_every_other_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9622671Z test_contig_vs_every_other_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9622826Z test_contig_vs_every_other_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9622994Z test_contig_vs_every_other_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9623157Z test_contig_vs_every_other_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9623317Z test_contig_vs_every_other_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9623488Z test_contig_vs_every_other_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9623656Z test_contig_vs_every_other_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9623827Z test_contig_vs_every_other_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9623981Z test_contig_vs_every_other_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9624131Z test_contig_vs_every_other_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9624276Z test_contig_vs_every_other_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9624430Z test_contig_vs_every_other_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9624582Z test_contig_vs_every_other_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9624733Z test_contig_vs_every_other_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9624880Z test_contig_vs_every_other_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9625029Z test_contig_vs_every_other_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9625174Z test_contig_vs_every_other_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9625348Z test_contig_vs_every_other_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9625484Z test_contig_vs_every_other_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9625635Z test_contig_vs_every_other_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9625782Z test_contig_vs_every_other_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9625938Z test_contig_vs_every_other_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9626093Z test_contig_vs_every_other_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9626244Z test_contig_vs_every_other_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9626418Z test_contig_vs_every_other_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9626568Z test_contig_vs_every_other_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9626713Z test_contig_vs_every_other_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9626848Z test_contig_vs_every_other_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9626998Z test_contig_vs_every_other_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9627145Z test_contig_vs_every_other_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9627291Z test_contig_vs_every_other_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9627438Z test_contig_vs_every_other_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9627593Z test_contig_vs_every_other_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9627742Z test_contig_vs_every_other_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9627900Z test_contig_vs_every_other_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9628046Z test_contig_vs_every_other_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9628197Z test_contig_vs_every_other_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9628347Z test_contig_vs_every_other_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9628493Z test_contig_vs_every_other_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9628641Z test_contig_vs_every_other_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9628790Z test_contig_vs_every_other_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9628941Z test_contig_vs_every_other_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9629089Z test_contig_vs_every_other_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9629238Z test_contig_vs_every_other_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9629384Z test_contig_vs_every_other_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9629536Z test_contig_vs_every_other_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9629696Z test_contig_vs_every_other_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9629859Z test_contig_vs_every_other_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9630015Z test_contig_vs_every_other_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9630174Z test_contig_vs_every_other_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9630328Z test_contig_vs_every_other_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9630510Z test_contig_vs_every_other_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9630649Z test_contig_vs_every_other_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9630804Z test_contig_vs_every_other_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9630958Z test_contig_vs_every_other_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9631111Z test_contig_vs_every_other_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9631260Z test_contig_vs_every_other_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9631412Z test_contig_vs_every_other_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9631591Z test_contig_vs_every_other_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9631744Z test_contig_vs_every_other_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9631897Z test_contig_vs_every_other_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9632033Z test_contig_vs_every_other_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9632180Z test_contig_vs_every_other_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9632331Z test_contig_vs_every_other_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9632477Z test_contig_vs_every_other_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9632634Z test_contig_vs_every_other_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9632791Z test_contig_vs_every_other_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9632947Z test_contig_vs_every_other_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9633104Z test_contig_vs_every_other_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9633261Z test_contig_vs_every_other_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9633400Z test_contig_vs_every_other_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9633552Z test_contig_vs_every_other_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9633699Z test_contig_vs_every_other_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9633849Z test_contig_vs_every_other_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9634004Z test_contig_vs_every_other_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9634155Z test_contig_vs_every_other_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9634368Z test_contig_vs_every_other_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9634531Z test_contig_vs_every_other_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9634669Z test_contig_vs_every_other_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9634821Z test_contig_vs_every_other_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9634971Z test_contig_vs_every_other_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9635119Z test_contig_vs_every_other_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9635267Z test_contig_vs_every_other_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9635419Z test_contig_vs_every_other_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9635566Z test_contig_vs_every_other_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9635749Z test_contig_vs_every_other_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9635889Z test_contig_vs_every_other_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9636038Z test_contig_vs_every_other_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9636196Z test_contig_vs_every_other_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9636353Z test_contig_vs_every_other_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9636503Z test_contig_vs_every_other_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9636794Z test_contig_vs_every_other_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9636944Z test_contig_vs_every_other_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9637093Z test_contig_vs_every_other_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9637241Z test_contig_vs_every_other_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9637377Z test_contig_vs_every_other_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9637525Z test_contig_vs_every_other_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9637679Z test_contig_vs_every_other_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9637825Z test_contig_vs_every_other_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9637983Z test_contig_vs_every_other_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9638142Z test_contig_vs_every_other_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9638294Z test_contig_vs_every_other_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9638447Z test_contig_vs_every_other_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9638580Z test_contig_vs_every_other_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9638723Z test_contig_vs_every_other_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9638870Z test_contig_vs_every_other_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9639019Z test_contig_vs_every_other_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9639166Z test_contig_vs_every_other_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9639330Z test_contig_vs_every_other_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9639498Z test_contig_vs_every_other_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9639664Z test_contig_vs_every_other_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9639829Z test_contig_vs_every_other_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9639976Z test_contig_vs_every_other_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9640130Z test_contig_vs_every_other_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9640289Z test_contig_vs_every_other_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9640450Z test_contig_vs_every_other_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9640614Z test_contig_vs_every_other_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9640779Z test_contig_vs_every_other_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9640981Z test_contig_vs_every_other_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9641142Z test_contig_vs_every_other_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9641304Z test_contig_vs_every_other_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9641456Z test_contig_vs_every_other_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9641618Z test_contig_vs_every_other_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9641778Z test_contig_vs_every_other_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9641971Z test_contig_vs_every_other_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9642139Z test_contig_vs_every_other_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9642304Z test_contig_vs_every_other_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9642467Z test_contig_vs_every_other_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9642623Z test_contig_vs_every_other_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9642782Z test_contig_vs_every_other_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9642930Z test_contig_vs_every_other_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9643091Z test_contig_vs_every_other_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9643256Z test_contig_vs_every_other_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9643421Z test_contig_vs_every_other_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9643587Z test_contig_vs_every_other_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9643744Z test_contig_vs_every_other_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9643904Z test_contig_vs_every_other_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9644062Z test_contig_vs_every_other_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9644220Z test_contig_vs_every_other_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9644368Z test_contig_vs_every_other_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9644531Z test_contig_vs_every_other_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9644693Z test_contig_vs_every_other_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9644857Z test_contig_vs_every_other_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9645015Z test_contig_vs_every_other_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9645175Z test_contig_vs_every_other_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9645332Z test_contig_vs_every_other_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9645491Z test_contig_vs_every_other_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9645653Z test_contig_vs_every_other_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9645805Z test_contig_vs_every_other_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9645994Z test_contig_vs_every_other_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9646159Z test_contig_vs_every_other_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9646315Z test_contig_vs_every_other_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9646473Z test_contig_vs_every_other_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9646632Z test_contig_vs_every_other_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9646789Z test_contig_vs_every_other_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9646980Z test_contig_vs_every_other_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9647138Z test_contig_vs_every_other_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9647286Z test_contig_vs_every_other_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9647449Z test_contig_vs_every_other_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9647608Z test_contig_vs_every_other_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9647767Z test_contig_vs_every_other_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9647922Z test_contig_vs_every_other_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9648080Z test_contig_vs_every_other_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9648237Z test_contig_vs_every_other_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9648395Z test_contig_vs_every_other_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9648547Z test_contig_vs_every_other_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9648702Z test_contig_vs_every_other_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9648858Z test_contig_vs_every_other_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9649010Z test_contig_vs_every_other_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9649165Z test_contig_vs_every_other_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9649320Z test_contig_vs_every_other_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9649478Z test_contig_vs_every_other_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9649635Z test_contig_vs_every_other_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9649790Z test_contig_vs_every_other_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9649934Z test_contig_vs_every_other_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9650090Z test_contig_vs_every_other_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9650247Z test_contig_vs_every_other_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9650400Z test_contig_vs_every_other_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9650554Z test_contig_vs_every_other_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9650710Z test_contig_vs_every_other_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9650865Z test_contig_vs_every_other_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9651015Z test_contig_vs_every_other_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9651196Z test_contig_vs_every_other_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9651342Z test_contig_vs_every_other_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9651495Z test_contig_vs_every_other_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9651649Z test_contig_vs_every_other_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9651803Z test_contig_vs_every_other_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9651957Z test_contig_vs_every_other_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9652135Z test_contig_vs_every_other_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9652292Z test_contig_vs_every_other_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9652459Z test_contig_vs_every_other_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9652624Z test_contig_vs_every_other_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9652774Z test_contig_vs_every_other_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9652939Z test_contig_vs_every_other_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9653095Z test_contig_vs_every_other_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9653249Z test_contig_vs_every_other_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9653412Z test_contig_vs_every_other_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9653572Z test_contig_vs_every_other_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9653749Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9653927Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9654102Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9654266Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9654439Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9654613Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9654784Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9654958Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9655131Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9655304Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9655477Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9655648Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9655810Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9655981Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9656182Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9656353Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9656524Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9656696Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9656869Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9657073Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9657246Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9657404Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9657576Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9657745Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9657915Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9658091Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9658263Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9658433Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9658600Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9658770Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9658939Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9659098Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9659263Z test_contig_vs_every_other_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9659422Z test_contig_vs_every_other_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9659585Z test_contig_vs_every_other_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9659743Z test_contig_vs_every_other_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9659903Z test_contig_vs_every_other_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9660061Z test_contig_vs_every_other_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9660219Z test_contig_vs_every_other_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9660364Z test_contig_vs_every_other_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9660522Z test_contig_vs_every_other_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9660680Z test_contig_vs_every_other_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9660843Z test_contig_vs_every_other_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9661000Z test_contig_vs_every_other_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9661189Z test_contig_vs_every_other_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9661343Z test_contig_vs_every_other_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9661496Z test_contig_vs_every_other_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9661653Z test_contig_vs_every_other_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9661803Z test_contig_vs_every_other_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9661998Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9662216Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9662415Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9662609Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9662801Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9662989Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9663179Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9663365Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9663554Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9663727Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9663913Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9664095Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9664278Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9664458Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9664635Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9664816Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9664997Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9665175Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9665357Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9665527Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9665706Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9665885Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9666059Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9666264Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9666437Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9666614Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9666790Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9666962Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9667150Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9667327Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9667503Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9667676Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9667850Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9668004Z test_contig_vs_every_other_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9668156Z test_contig_vs_every_other_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9668313Z test_contig_vs_every_other_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9668469Z test_contig_vs_every_other_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9668609Z test_contig_vs_every_other_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9668762Z test_contig_vs_every_other_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9668909Z test_contig_vs_every_other_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9669053Z test_contig_vs_every_other_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9669199Z test_contig_vs_every_other_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9669348Z test_contig_vs_every_other_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9669494Z test_contig_vs_every_other_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9669651Z test_contig_vs_every_other_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9669803Z test_contig_vs_every_other_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9669952Z test_contig_vs_every_other_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9670113Z test_contig_vs_every_other_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9670265Z test_contig_vs_every_other_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9670417Z test_contig_vs_every_other_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9670570Z test_contig_vs_every_other_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9670722Z test_contig_vs_every_other_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9670873Z test_contig_vs_every_other_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9671020Z test_contig_vs_every_other_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9671158Z test_contig_vs_every_other_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9671364Z test_contig_vs_every_other_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9671513Z test_contig_vs_every_other_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9671661Z test_contig_vs_every_other_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9671816Z test_contig_vs_every_other_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9671970Z test_contig_vs_every_other_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9672120Z test_contig_vs_every_other_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9672296Z test_contig_vs_every_other_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9672445Z test_contig_vs_every_other_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9672581Z test_contig_vs_every_other_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9672730Z test_contig_vs_every_other_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9672876Z test_contig_vs_every_other_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9673026Z test_contig_vs_every_other_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9673180Z test_contig_vs_every_other_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9673327Z test_contig_vs_every_other_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9673484Z test_contig_vs_every_other_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9673637Z test_contig_vs_every_other_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9673775Z test_contig_vs_every_other_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9673926Z test_contig_vs_every_other_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9674072Z test_contig_vs_every_other_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9674221Z test_contig_vs_every_other_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9674454Z test_contig_vs_every_other_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9674606Z test_contig_vs_every_other_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9674757Z test_contig_vs_every_other_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9674911Z test_contig_vs_every_other_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9675066Z test_contig_vs_every_other_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9675203Z test_contig_vs_every_other_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9675354Z test_contig_vs_every_other_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9675504Z test_contig_vs_every_other_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9675650Z test_contig_vs_every_other_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9675799Z test_contig_vs_every_other_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9675945Z test_contig_vs_every_other_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:36.9676094Z test_contig_vs_transposed_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.187s) 2022-12-01T10:56:36.9676252Z test_contig_vs_transposed_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9676395Z test_contig_vs_transposed_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.9676702Z test_contig_vs_transposed_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9676859Z test_contig_vs_transposed_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9677008Z test_contig_vs_transposed_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9677159Z test_contig_vs_transposed_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9677310Z test_contig_vs_transposed_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9677461Z test_contig_vs_transposed_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9677607Z test_contig_vs_transposed_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9677816Z test_contig_vs_transposed_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9677956Z test_contig_vs_transposed_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9678112Z test_contig_vs_transposed_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9678263Z test_contig_vs_transposed_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9678421Z test_contig_vs_transposed_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:36.9678577Z test_contig_vs_transposed_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:36.9678730Z test_contig_vs_transposed_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9678882Z test_contig_vs_transposed_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9679034Z test_contig_vs_transposed_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9679169Z test_contig_vs_transposed_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9679331Z test_contig_vs_transposed_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9679481Z test_contig_vs_transposed_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9679635Z test_contig_vs_transposed_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9679792Z test_contig_vs_transposed_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9679943Z test_contig_vs_transposed_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9680104Z test_contig_vs_transposed_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:36.9680263Z test_contig_vs_transposed_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:36.9680421Z test_contig_vs_transposed_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9680565Z test_contig_vs_transposed_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9680719Z test_contig_vs_transposed_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9680872Z test_contig_vs_transposed_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9681021Z test_contig_vs_transposed_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9681171Z test_contig_vs_transposed_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9681320Z test_contig_vs_transposed_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9681474Z test_contig_vs_transposed_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9681628Z test_contig_vs_transposed_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9681776Z test_contig_vs_transposed_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.9681972Z test_contig_vs_transposed_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9682126Z test_contig_vs_transposed_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9682281Z test_contig_vs_transposed_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9682435Z test_contig_vs_transposed_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9682587Z test_contig_vs_transposed_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9682738Z test_contig_vs_transposed_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9682889Z test_contig_vs_transposed_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9683067Z test_contig_vs_transposed_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9683205Z test_contig_vs_transposed_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9683362Z test_contig_vs_transposed_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9683515Z test_contig_vs_transposed_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9683672Z test_contig_vs_transposed_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:36.9683829Z test_contig_vs_transposed_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.9683982Z test_contig_vs_transposed_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9684133Z test_contig_vs_transposed_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9684283Z test_contig_vs_transposed_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9684421Z test_contig_vs_transposed_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9684570Z test_contig_vs_transposed_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9684725Z test_contig_vs_transposed_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9684875Z test_contig_vs_transposed_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9685032Z test_contig_vs_transposed_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9685184Z test_contig_vs_transposed_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9685343Z test_contig_vs_transposed_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.9685501Z test_contig_vs_transposed_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.9685656Z test_contig_vs_transposed_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9685797Z test_contig_vs_transposed_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9685948Z test_contig_vs_transposed_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9686093Z test_contig_vs_transposed_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9686241Z test_contig_vs_transposed_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9686388Z test_contig_vs_transposed_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9686538Z test_contig_vs_transposed_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9686695Z test_contig_vs_transposed_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9686846Z test_contig_vs_transposed_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9686992Z test_contig_vs_transposed_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:36.9687146Z test_contig_vs_transposed_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.9687330Z test_contig_vs_transposed_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9687484Z test_contig_vs_transposed_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9687633Z test_contig_vs_transposed_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9687778Z test_contig_vs_transposed_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9687925Z test_contig_vs_transposed_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9688072Z test_contig_vs_transposed_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9688233Z test_contig_vs_transposed_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9688387Z test_contig_vs_transposed_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9688536Z test_contig_vs_transposed_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9688694Z test_contig_vs_transposed_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:36.9688848Z test_contig_vs_transposed_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.9688998Z test_contig_vs_transposed_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9689153Z test_contig_vs_transposed_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9689302Z test_contig_vs_transposed_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9689449Z test_contig_vs_transposed_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9689589Z test_contig_vs_transposed_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9689737Z test_contig_vs_transposed_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9689887Z test_contig_vs_transposed_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9690047Z test_contig_vs_transposed_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9690200Z test_contig_vs_transposed_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9690358Z test_contig_vs_transposed_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9690517Z test_contig_vs_transposed_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.9690676Z test_contig_vs_transposed_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9690833Z test_contig_vs_transposed_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9690978Z test_contig_vs_transposed_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9691136Z test_contig_vs_transposed_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9691290Z test_contig_vs_transposed_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9691443Z test_contig_vs_transposed_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9691593Z test_contig_vs_transposed_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9691745Z test_contig_vs_transposed_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9691894Z test_contig_vs_transposed_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9692051Z test_contig_vs_transposed_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9692196Z test_contig_vs_transposed_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9692381Z test_contig_vs_transposed_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9692537Z test_contig_vs_transposed_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9692690Z test_contig_vs_transposed_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9692845Z test_contig_vs_transposed_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9692998Z test_contig_vs_transposed_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9693148Z test_contig_vs_transposed_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9693303Z test_contig_vs_transposed_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9693481Z test_contig_vs_transposed_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9693623Z test_contig_vs_transposed_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9693778Z test_contig_vs_transposed_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9693929Z test_contig_vs_transposed_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9694077Z test_contig_vs_transposed_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9694227Z test_contig_vs_transposed_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9694378Z test_contig_vs_transposed_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9694523Z test_contig_vs_transposed_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9694673Z test_contig_vs_transposed_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9694812Z test_contig_vs_transposed_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9694967Z test_contig_vs_transposed_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9695114Z test_contig_vs_transposed_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9695270Z test_contig_vs_transposed_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9695424Z test_contig_vs_transposed_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9695572Z test_contig_vs_transposed_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9695722Z test_contig_vs_transposed_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9695869Z test_contig_vs_transposed_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9696019Z test_contig_vs_transposed_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9696156Z test_contig_vs_transposed_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9696304Z test_contig_vs_transposed_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9696451Z test_contig_vs_transposed_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9696597Z test_contig_vs_transposed_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9696749Z test_contig_vs_transposed_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9696899Z test_contig_vs_transposed_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9697049Z test_contig_vs_transposed_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9697197Z test_contig_vs_transposed_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9697336Z test_contig_vs_transposed_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9697509Z test_contig_vs_transposed_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9697659Z test_contig_vs_transposed_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9697807Z test_contig_vs_transposed_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9697959Z test_contig_vs_transposed_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9698108Z test_contig_vs_transposed_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9698264Z test_contig_vs_transposed_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9698420Z test_contig_vs_transposed_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.9698600Z test_contig_vs_transposed_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9698743Z test_contig_vs_transposed_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9698897Z test_contig_vs_transposed_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9699050Z test_contig_vs_transposed_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9699200Z test_contig_vs_transposed_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9699350Z test_contig_vs_transposed_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9699499Z test_contig_vs_transposed_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9699649Z test_contig_vs_transposed_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9699800Z test_contig_vs_transposed_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9699940Z test_contig_vs_transposed_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9700092Z test_contig_vs_transposed_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9700250Z test_contig_vs_transposed_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9700409Z test_contig_vs_transposed_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9700562Z test_contig_vs_transposed_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9700713Z test_contig_vs_transposed_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9700862Z test_contig_vs_transposed_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9701010Z test_contig_vs_transposed_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9701160Z test_contig_vs_transposed_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9701296Z test_contig_vs_transposed_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9701445Z test_contig_vs_transposed_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9701594Z test_contig_vs_transposed_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9701744Z test_contig_vs_transposed_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9701897Z test_contig_vs_transposed_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9702046Z test_contig_vs_transposed_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9702202Z test_contig_vs_transposed_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9702356Z test_contig_vs_transposed_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.9702500Z test_contig_vs_transposed_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9702650Z test_contig_vs_transposed_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9702828Z test_contig_vs_transposed_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9702979Z test_contig_vs_transposed_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9703126Z test_contig_vs_transposed_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9703274Z test_contig_vs_transposed_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9703474Z test_contig_vs_transposed_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9703675Z test_contig_vs_transposed_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9703845Z test_contig_vs_transposed_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9704014Z test_contig_vs_transposed_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9704179Z test_contig_vs_transposed_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9704348Z test_contig_vs_transposed_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9704515Z test_contig_vs_transposed_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.9704676Z test_contig_vs_transposed_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9704841Z test_contig_vs_transposed_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9705000Z test_contig_vs_transposed_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9705155Z test_contig_vs_transposed_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9705306Z test_contig_vs_transposed_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9705468Z test_contig_vs_transposed_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9705629Z test_contig_vs_transposed_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9705789Z test_contig_vs_transposed_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9705947Z test_contig_vs_transposed_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9706100Z test_contig_vs_transposed_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9706249Z test_contig_vs_transposed_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9706408Z test_contig_vs_transposed_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.9706564Z test_contig_vs_transposed_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.9706704Z test_contig_vs_transposed_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9706853Z test_contig_vs_transposed_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9707005Z test_contig_vs_transposed_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9707155Z test_contig_vs_transposed_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9707301Z test_contig_vs_transposed_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9707449Z test_contig_vs_transposed_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9707597Z test_contig_vs_transposed_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9707751Z test_contig_vs_transposed_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9707888Z test_contig_vs_transposed_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9708072Z test_contig_vs_transposed_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.9708227Z test_contig_vs_transposed_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.9708377Z test_contig_vs_transposed_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9708528Z test_contig_vs_transposed_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9708677Z test_contig_vs_transposed_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9708825Z test_contig_vs_transposed_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9708999Z test_contig_vs_transposed_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9709148Z test_contig_vs_transposed_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9709287Z test_contig_vs_transposed_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9709445Z test_contig_vs_transposed_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9709599Z test_contig_vs_transposed_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9709756Z test_contig_vs_transposed_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9709913Z test_contig_vs_transposed_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9710066Z test_contig_vs_transposed_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9710218Z test_contig_vs_transposed_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9710372Z test_contig_vs_transposed_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9710509Z test_contig_vs_transposed_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9710661Z test_contig_vs_transposed_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9710813Z test_contig_vs_transposed_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9710970Z test_contig_vs_transposed_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.205s) 2022-12-01T10:56:36.9711123Z test_contig_vs_transposed_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9711278Z test_contig_vs_transposed_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.9711435Z test_contig_vs_transposed_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.9711589Z test_contig_vs_transposed_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9711737Z test_contig_vs_transposed_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9711873Z test_contig_vs_transposed_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9712026Z test_contig_vs_transposed_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9712175Z test_contig_vs_transposed_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9712328Z test_contig_vs_transposed_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9712480Z test_contig_vs_transposed_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9712638Z test_contig_vs_transposed_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9712795Z test_contig_vs_transposed_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.9712954Z test_contig_vs_transposed_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9713096Z test_contig_vs_transposed_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9713277Z test_contig_vs_transposed_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9713426Z test_contig_vs_transposed_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9713576Z test_contig_vs_transposed_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9713726Z test_contig_vs_transposed_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9713873Z test_contig_vs_transposed_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9714023Z test_contig_vs_transposed_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9714213Z test_contig_vs_transposed_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9714446Z test_contig_vs_transposed_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9714588Z test_contig_vs_transposed_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9714735Z test_contig_vs_transposed_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9714885Z test_contig_vs_transposed_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9715036Z test_contig_vs_transposed_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9715186Z test_contig_vs_transposed_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9715331Z test_contig_vs_transposed_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9715481Z test_contig_vs_transposed_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9715634Z test_contig_vs_transposed_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9715774Z test_contig_vs_transposed_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9715924Z test_contig_vs_transposed_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9716074Z test_contig_vs_transposed_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9716226Z test_contig_vs_transposed_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9716376Z test_contig_vs_transposed_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9716527Z test_contig_vs_transposed_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9716763Z test_contig_vs_transposed_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9716913Z test_contig_vs_transposed_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9717064Z test_contig_vs_transposed_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9717208Z test_contig_vs_transposed_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.9717361Z test_contig_vs_transposed_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9717517Z test_contig_vs_transposed_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9717671Z test_contig_vs_transposed_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9717821Z test_contig_vs_transposed_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9717973Z test_contig_vs_transposed_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9718124Z test_contig_vs_transposed_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9718284Z test_contig_vs_transposed_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9718420Z test_contig_vs_transposed_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9718627Z test_contig_vs_transposed_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9718777Z test_contig_vs_transposed_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9718929Z test_contig_vs_transposed_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9719079Z test_contig_vs_transposed_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9719228Z test_contig_vs_transposed_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9719378Z test_contig_vs_transposed_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9719529Z test_contig_vs_transposed_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9719719Z test_contig_vs_transposed_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9719859Z test_contig_vs_transposed_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9720011Z test_contig_vs_transposed_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9720160Z test_contig_vs_transposed_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9720307Z test_contig_vs_transposed_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9720460Z test_contig_vs_transposed_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.9720613Z test_contig_vs_transposed_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9720762Z test_contig_vs_transposed_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9720915Z test_contig_vs_transposed_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9721053Z test_contig_vs_transposed_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9721204Z test_contig_vs_transposed_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9721351Z test_contig_vs_transposed_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9721496Z test_contig_vs_transposed_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9721646Z test_contig_vs_transposed_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9721801Z test_contig_vs_transposed_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9721953Z test_contig_vs_transposed_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9722106Z test_contig_vs_transposed_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9722262Z test_contig_vs_transposed_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9722400Z test_contig_vs_transposed_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9722554Z test_contig_vs_transposed_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9722704Z test_contig_vs_transposed_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9722857Z test_contig_vs_transposed_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9723007Z test_contig_vs_transposed_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9723161Z test_contig_vs_transposed_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9723311Z test_contig_vs_transposed_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9723469Z test_contig_vs_transposed_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9723613Z test_contig_vs_transposed_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.9723769Z test_contig_vs_transposed_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9723953Z test_contig_vs_transposed_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9724106Z test_contig_vs_transposed_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9724254Z test_contig_vs_transposed_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9724404Z test_contig_vs_transposed_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9724552Z test_contig_vs_transposed_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9724701Z test_contig_vs_transposed_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9724865Z test_contig_vs_transposed_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9725016Z test_contig_vs_transposed_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9725175Z test_contig_vs_transposed_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9725326Z test_contig_vs_transposed_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9725487Z test_contig_vs_transposed_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9725646Z test_contig_vs_transposed_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.9725805Z test_contig_vs_transposed_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9725958Z test_contig_vs_transposed_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9726111Z test_contig_vs_transposed_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9726252Z test_contig_vs_transposed_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9726404Z test_contig_vs_transposed_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9726557Z test_contig_vs_transposed_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9726705Z test_contig_vs_transposed_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9726854Z test_contig_vs_transposed_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9727003Z test_contig_vs_transposed_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9727160Z test_contig_vs_transposed_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9727310Z test_contig_vs_transposed_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9727464Z test_contig_vs_transposed_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9727601Z test_contig_vs_transposed_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9727752Z test_contig_vs_transposed_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9727901Z test_contig_vs_transposed_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9728053Z test_contig_vs_transposed_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9728200Z test_contig_vs_transposed_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9728351Z test_contig_vs_transposed_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9728507Z test_contig_vs_transposed_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9728658Z test_contig_vs_transposed_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9728796Z test_contig_vs_transposed_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9728967Z test_contig_vs_transposed_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:36.9729175Z test_contig_vs_transposed_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:36.9729347Z test_contig_vs_transposed_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:36.9729516Z test_contig_vs_transposed_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:36.9729671Z test_contig_vs_transposed_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9729820Z test_contig_vs_transposed_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9729977Z test_contig_vs_transposed_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9730157Z test_contig_vs_transposed_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9730298Z test_contig_vs_transposed_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9730449Z test_contig_vs_transposed_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9730598Z test_contig_vs_transposed_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9730749Z test_contig_vs_transposed_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9730901Z test_contig_vs_transposed_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9731049Z test_contig_vs_transposed_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9731196Z test_contig_vs_transposed_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9731345Z test_contig_vs_transposed_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9731482Z test_contig_vs_transposed_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.9731630Z test_contig_vs_transposed_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.9731780Z test_contig_vs_transposed_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.9731928Z test_contig_vs_transposed_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.9732074Z test_contig_vs_transposed_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9732218Z test_contig_vs_transposed_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9732363Z test_contig_vs_transposed_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.9732507Z test_contig_vs_transposed_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9732654Z test_contig_vs_transposed_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9732801Z test_contig_vs_transposed_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9732957Z test_contig_vs_transposed_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.9733112Z test_contig_vs_transposed_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9733263Z test_contig_vs_transposed_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9733410Z test_contig_vs_transposed_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9733563Z test_contig_vs_transposed_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9733716Z test_contig_vs_transposed_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9733864Z test_contig_vs_transposed_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9734004Z test_contig_vs_transposed_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9734152Z test_contig_vs_transposed_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9734328Z test_contig_vs_transposed_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9734471Z test_contig_vs_transposed_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9734620Z test_contig_vs_transposed_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9734769Z test_contig_vs_transposed_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9734919Z test_contig_vs_transposed_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9735078Z test_contig_vs_transposed_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9735247Z test_contig_vs_transposed_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9735411Z test_contig_vs_transposed_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9735573Z test_contig_vs_transposed_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.9735733Z test_contig_vs_transposed_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9735892Z test_contig_vs_transposed_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9736048Z test_contig_vs_transposed_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9736202Z test_contig_vs_transposed_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9736356Z test_contig_vs_transposed_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9736510Z test_contig_vs_transposed_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9736651Z test_contig_vs_transposed_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9736805Z test_contig_vs_transposed_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9736963Z test_contig_vs_transposed_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9737114Z test_contig_vs_transposed_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9737264Z test_contig_vs_transposed_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9737416Z test_contig_vs_transposed_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9737570Z test_contig_vs_transposed_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.9737726Z test_contig_vs_transposed_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9737879Z test_contig_vs_transposed_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9738021Z test_contig_vs_transposed_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9738171Z test_contig_vs_transposed_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9738320Z test_contig_vs_transposed_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9738468Z test_contig_vs_transposed_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9738617Z test_contig_vs_transposed_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9738766Z test_contig_vs_transposed_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9738914Z test_contig_vs_transposed_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9739070Z test_contig_vs_transposed_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9739210Z test_contig_vs_transposed_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9739368Z test_contig_vs_transposed_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9739553Z test_contig_vs_transposed_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9739704Z test_contig_vs_transposed_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9739854Z test_contig_vs_transposed_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9740004Z test_contig_vs_transposed_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9740152Z test_contig_vs_transposed_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9740301Z test_contig_vs_transposed_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9740475Z test_contig_vs_transposed_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9740615Z test_contig_vs_transposed_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9740764Z test_contig_vs_transposed_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9740923Z test_contig_vs_transposed_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9741075Z test_contig_vs_transposed_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9741231Z test_contig_vs_transposed_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9741387Z test_contig_vs_transposed_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9741544Z test_contig_vs_transposed_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9741697Z test_contig_vs_transposed_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9741840Z test_contig_vs_transposed_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9741995Z test_contig_vs_transposed_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9742148Z test_contig_vs_transposed_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9742303Z test_contig_vs_transposed_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9742461Z test_contig_vs_transposed_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9742613Z test_contig_vs_transposed_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9742769Z test_contig_vs_transposed_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9742926Z test_contig_vs_transposed_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9743083Z test_contig_vs_transposed_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9743226Z test_contig_vs_transposed_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9743380Z test_contig_vs_transposed_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9743528Z test_contig_vs_transposed_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9743683Z test_contig_vs_transposed_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9743838Z test_contig_vs_transposed_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9743993Z test_contig_vs_transposed_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9744144Z test_contig_vs_transposed_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9744304Z test_contig_vs_transposed_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9744449Z test_contig_vs_transposed_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9744636Z test_contig_vs_transposed_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9744788Z test_contig_vs_transposed_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9744943Z test_contig_vs_transposed_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9745094Z test_contig_vs_transposed_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9745245Z test_contig_vs_transposed_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9745397Z test_contig_vs_transposed_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9745573Z test_contig_vs_transposed_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9745723Z test_contig_vs_transposed_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9745864Z test_contig_vs_transposed_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9746056Z test_contig_vs_transposed_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9746242Z test_contig_vs_transposed_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9746432Z test_contig_vs_transposed_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9746620Z test_contig_vs_transposed_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9746806Z test_contig_vs_transposed_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9746992Z test_contig_vs_transposed_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9747174Z test_contig_vs_transposed_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9747359Z test_contig_vs_transposed_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9747525Z test_contig_vs_transposed_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9747708Z test_contig_vs_transposed_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9747889Z test_contig_vs_transposed_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9748076Z test_contig_vs_transposed_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:36.9748234Z test_contig_vs_transposed_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9748387Z test_contig_vs_transposed_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9748545Z test_contig_vs_transposed_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9748700Z test_contig_vs_transposed_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.9748853Z test_contig_vs_transposed_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9748995Z test_contig_vs_transposed_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9749146Z test_contig_vs_transposed_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9749299Z test_contig_vs_transposed_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9749454Z test_contig_vs_transposed_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9749607Z test_contig_vs_transposed_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9749787Z test_contig_vs_transposed_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9749943Z test_contig_vs_transposed_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.9750097Z test_contig_vs_transposed_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.9750250Z test_contig_vs_transposed_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9750390Z test_contig_vs_transposed_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9750539Z test_contig_vs_transposed_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9750762Z test_contig_vs_transposed_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9750913Z test_contig_vs_transposed_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9751062Z test_contig_vs_transposed_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9751214Z test_contig_vs_transposed_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9751372Z test_contig_vs_transposed_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9751523Z test_contig_vs_transposed_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9751663Z test_contig_vs_transposed_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9751817Z test_contig_vs_transposed_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9751968Z test_contig_vs_transposed_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9752116Z test_contig_vs_transposed_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9752264Z test_contig_vs_transposed_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9752416Z test_contig_vs_transposed_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9752567Z test_contig_vs_transposed_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9752720Z test_contig_vs_transposed_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9752869Z test_contig_vs_transposed_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9753014Z test_contig_vs_transposed_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.9753166Z test_contig_vs_transposed_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.9753321Z test_contig_vs_transposed_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9753472Z test_contig_vs_transposed_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9753621Z test_contig_vs_transposed_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9753771Z test_contig_vs_transposed_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9753918Z test_contig_vs_transposed_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9754067Z test_contig_vs_transposed_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9754202Z test_contig_vs_transposed_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9754415Z test_contig_vs_transposed_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9754569Z test_contig_vs_transposed_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.9754728Z test_contig_vs_transposed_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.9754885Z test_contig_vs_transposed_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.9755066Z test_contig_vs_transposed_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9755212Z test_contig_vs_transposed_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9755361Z test_contig_vs_transposed_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9755509Z test_contig_vs_transposed_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9755643Z test_contig_vs_transposed_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9755791Z test_contig_vs_transposed_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9755942Z test_contig_vs_transposed_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9756136Z test_contig_vs_transposed_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9756296Z test_contig_vs_transposed_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9756467Z test_contig_vs_transposed_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9756739Z test_contig_vs_transposed_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9756901Z test_contig_vs_transposed_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9757051Z test_contig_vs_transposed_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9757210Z test_contig_vs_transposed_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9757370Z test_contig_vs_transposed_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9757530Z test_contig_vs_transposed_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9757687Z test_contig_vs_transposed_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9757848Z test_contig_vs_transposed_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9758004Z test_contig_vs_transposed_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9758162Z test_contig_vs_transposed_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9758314Z test_contig_vs_transposed_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.9758453Z test_contig_vs_transposed_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9758605Z test_contig_vs_transposed_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9758759Z test_contig_vs_transposed_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:56:36.9758908Z test_contig_vs_transposed_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:56:36.9759060Z test_contig_vs_transposed_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:56:36.9759211Z test_contig_vs_transposed_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:56:36.9759362Z test_contig_vs_transposed_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:56:36.9759513Z test_contig_vs_transposed_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9759662Z test_contig_vs_transposed_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9759808Z test_contig_vs_transposed_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9759961Z test_contig_vs_transposed_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9760115Z test_contig_vs_transposed_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9760267Z test_contig_vs_transposed_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9760465Z test_contig_vs_transposed_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9760615Z test_contig_vs_transposed_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9760765Z test_contig_vs_transposed_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9760912Z test_contig_vs_transposed_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9761051Z test_contig_vs_transposed_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9761200Z test_contig_vs_transposed_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9761382Z test_contig_vs_transposed_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9761561Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9761739Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9761914Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.9762087Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9762253Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9762418Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9762577Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9762748Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9762920Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.9763093Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.9763263Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.9763427Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9763596Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.9763765Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.9763936Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.9764092Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9764263Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.9764434Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.9764604Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:56:36.9764768Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.9764928Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.9765090Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.9765258Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.9765426Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.9765602Z test_contig_vs_transposed_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9765756Z test_contig_vs_transposed_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9765914Z test_contig_vs_transposed_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9766072Z test_contig_vs_transposed_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9766229Z test_contig_vs_transposed_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9766384Z test_contig_vs_transposed_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9766564Z test_contig_vs_transposed_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9766722Z test_contig_vs_transposed_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9766880Z test_contig_vs_transposed_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9767021Z test_contig_vs_transposed_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9767177Z test_contig_vs_transposed_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9767334Z test_contig_vs_transposed_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9767490Z test_contig_vs_transposed_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.9767645Z test_contig_vs_transposed_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9767799Z test_contig_vs_transposed_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9767950Z test_contig_vs_transposed_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9768096Z test_contig_vs_transposed_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9768239Z test_contig_vs_transposed_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9768390Z test_contig_vs_transposed_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9768540Z test_contig_vs_transposed_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9768690Z test_contig_vs_transposed_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9768843Z test_contig_vs_transposed_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9769016Z test_contig_vs_transposed_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9769189Z test_contig_vs_transposed_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9769361Z test_contig_vs_transposed_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9769532Z test_contig_vs_transposed_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9769687Z test_contig_vs_transposed_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9769857Z test_contig_vs_transposed_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9770035Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9770212Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9770389Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9770571Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9770784Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9770962Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9771138Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9771300Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9771469Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9771643Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9771840Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9772013Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9772186Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9772364Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9772541Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9772716Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9772872Z test_contig_vs_transposed_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9773044Z test_contig_vs_transposed_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9773216Z test_contig_vs_transposed_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9773388Z test_contig_vs_transposed_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9773558Z test_contig_vs_transposed_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9773729Z test_contig_vs_transposed_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9773896Z test_contig_vs_transposed_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9774062Z test_contig_vs_transposed_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9774227Z test_contig_vs_transposed_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9774384Z test_contig_vs_transposed_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9774543Z test_contig_vs_transposed_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9774715Z test_contig_vs_transposed_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9774883Z test_contig_vs_transposed_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9775052Z test_contig_vs_transposed_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9775218Z test_contig_vs_transposed_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9775382Z test_contig_vs_transposed_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9775549Z test_contig_vs_transposed_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9775713Z test_contig_vs_transposed_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9775866Z test_contig_vs_transposed_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9776061Z test_contig_vs_transposed_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9776223Z test_contig_vs_transposed_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9776411Z test_contig_vs_transposed_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:56:36.9776601Z test_contig_vs_transposed_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:56:36.9776790Z test_contig_vs_transposed_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:56:36.9776984Z test_contig_vs_transposed_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9777152Z test_contig_vs_transposed_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9777322Z test_contig_vs_transposed_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9777503Z test_contig_vs_transposed_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.9777671Z test_contig_vs_transposed_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9777838Z test_contig_vs_transposed_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9778005Z test_contig_vs_transposed_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9778173Z test_contig_vs_transposed_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9778349Z test_contig_vs_transposed_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9778522Z test_contig_vs_transposed_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9778694Z test_contig_vs_transposed_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9778868Z test_contig_vs_transposed_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9779042Z test_contig_vs_transposed_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9779204Z test_contig_vs_transposed_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9779377Z test_contig_vs_transposed_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9779555Z test_contig_vs_transposed_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.9779725Z test_contig_vs_transposed_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9779901Z test_contig_vs_transposed_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9780072Z test_contig_vs_transposed_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9780239Z test_contig_vs_transposed_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9780406Z test_contig_vs_transposed_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9780575Z test_contig_vs_transposed_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9780736Z test_contig_vs_transposed_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9780904Z test_contig_vs_transposed_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9781101Z test_contig_vs_transposed_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9781279Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9781459Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.9781636Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.9781809Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9782008Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9782180Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9782342Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9782516Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9782687Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9782855Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9783029Z test_contig_vs_transposed_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9783205Z test_contig_vs_transposed_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9783379Z test_contig_vs_transposed_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9783548Z test_contig_vs_transposed_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9783721Z test_contig_vs_transposed_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9783878Z test_contig_vs_transposed_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9784048Z test_contig_vs_transposed_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9784221Z test_contig_vs_transposed_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9784396Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.220s) 2022-12-01T10:56:36.9784570Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9784744Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.9784917Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.9785087Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9785256Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9785410Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9785580Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9785752Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9785928Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9786098Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9786299Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9786475Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9786645Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9786813Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9786979Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9787174Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9787345Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9787523Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-12-01T10:56:36.9787692Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:56:36.9787862Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.125s) 2022-12-01T10:56:36.9788034Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-12-01T10:56:36.9788204Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:56:36.9788370Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:56:36.9788538Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:56:36.9788697Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:56:36.9788864Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:56:36.9789036Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-12-01T10:56:36.9789205Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:56:36.9789376Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-12-01T10:56:36.9789546Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.125s) 2022-12-01T10:56:36.9789717Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:56:36.9789886Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:56:36.9790056Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:56:36.9790214Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:56:36.9790379Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-12-01T10:56:36.9790552Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-12-01T10:56:36.9790723Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:56:36.9790896Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.125s) 2022-12-01T10:56:36.9791068Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-12-01T10:56:36.9791236Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:56:36.9791432Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:56:36.9791598Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:56:36.9791757Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:56:36.9791923Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-12-01T10:56:36.9792083Z test_contig_vs_transposed_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9792270Z test_contig_vs_transposed_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9792434Z test_contig_vs_transposed_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.9792597Z test_contig_vs_transposed_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9792753Z test_contig_vs_transposed_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9792908Z test_contig_vs_transposed_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9793063Z test_contig_vs_transposed_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9793209Z test_contig_vs_transposed_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9793365Z test_contig_vs_transposed_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9793518Z test_contig_vs_transposed_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9793676Z test_contig_vs_transposed_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9793826Z test_contig_vs_transposed_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9793986Z test_contig_vs_transposed_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9794141Z test_contig_vs_transposed_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9794364Z test_contig_vs_transposed_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9794514Z test_contig_vs_transposed_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9794669Z test_contig_vs_transposed_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9794824Z test_contig_vs_transposed_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9794981Z test_contig_vs_transposed_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9795131Z test_contig_vs_transposed_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9795286Z test_contig_vs_transposed_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9795435Z test_contig_vs_transposed_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9795589Z test_contig_vs_transposed_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9795739Z test_contig_vs_transposed_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9795885Z test_contig_vs_transposed_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9796040Z test_contig_vs_transposed_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.9796197Z test_contig_vs_transposed_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9796350Z test_contig_vs_transposed_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9796615Z test_contig_vs_transposed_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9796767Z test_contig_vs_transposed_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9796921Z test_contig_vs_transposed_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9797070Z test_contig_vs_transposed_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9797205Z test_contig_vs_transposed_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9797359Z test_contig_vs_transposed_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9797508Z test_contig_vs_transposed_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9797716Z test_contig_vs_transposed_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9797877Z test_contig_vs_transposed_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9798047Z test_contig_vs_transposed_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9798213Z test_contig_vs_transposed_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9798375Z test_contig_vs_transposed_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9798537Z test_contig_vs_transposed_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9798686Z test_contig_vs_transposed_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9798845Z test_contig_vs_transposed_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9799004Z test_contig_vs_transposed_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9799163Z test_contig_vs_transposed_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9799324Z test_contig_vs_transposed_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9799482Z test_contig_vs_transposed_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9799637Z test_contig_vs_transposed_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9799791Z test_contig_vs_transposed_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9799946Z test_contig_vs_transposed_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9800086Z test_contig_vs_transposed_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9800241Z test_contig_vs_transposed_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9800389Z test_contig_vs_transposed_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9800541Z test_contig_vs_transposed_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9800695Z test_contig_vs_transposed_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9800863Z test_contig_vs_transposed_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9801031Z test_contig_vs_transposed_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9801192Z test_contig_vs_transposed_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9801348Z test_contig_vs_transposed_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9801518Z test_contig_vs_transposed_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9801683Z test_contig_vs_transposed_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9801853Z test_contig_vs_transposed_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9802059Z test_contig_vs_transposed_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9802227Z test_contig_vs_transposed_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9802379Z test_contig_vs_transposed_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9802529Z test_contig_vs_transposed_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9802688Z test_contig_vs_transposed_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.9802859Z test_contig_vs_transposed_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9803012Z test_contig_vs_transposed_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9803167Z test_contig_vs_transposed_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9803319Z test_contig_vs_transposed_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9803464Z test_contig_vs_transposed_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9803611Z test_contig_vs_transposed_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9803764Z test_contig_vs_transposed_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9803913Z test_contig_vs_transposed_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9804064Z test_contig_vs_transposed_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9804203Z test_contig_vs_transposed_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9804358Z test_contig_vs_transposed_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9804515Z test_contig_vs_transposed_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.9804670Z test_contig_vs_transposed_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9804818Z test_contig_vs_transposed_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9804963Z test_contig_vs_transposed_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9805110Z test_contig_vs_transposed_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9805256Z test_contig_vs_transposed_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9805392Z test_contig_vs_transposed_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9805544Z test_contig_vs_transposed_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9805695Z test_contig_vs_transposed_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9805845Z test_contig_vs_transposed_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9805999Z test_contig_vs_transposed_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9806150Z test_contig_vs_transposed_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9806307Z test_contig_vs_transposed_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9806464Z test_contig_vs_transposed_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9806617Z test_contig_vs_transposed_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9806760Z test_contig_vs_transposed_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9806908Z test_contig_vs_transposed_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9807085Z test_contig_vs_transposed_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9807229Z test_contig_vs_transposed_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9807376Z test_contig_vs_transposed_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9807525Z test_contig_vs_transposed_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9807675Z test_contig_vs_transposed_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9807832Z test_contig_vs_transposed_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9807974Z test_contig_vs_transposed_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9808161Z test_contig_vs_transposed_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.9808323Z test_contig_vs_transposed_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9808481Z test_contig_vs_transposed_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9808636Z test_contig_vs_transposed_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9808789Z test_contig_vs_transposed_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9808943Z test_contig_vs_transposed_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9809093Z test_contig_vs_transposed_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9809243Z test_contig_vs_transposed_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9809381Z test_contig_vs_transposed_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9809532Z test_contig_vs_transposed_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9809684Z test_contig_vs_transposed_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9809835Z test_contig_vs_transposed_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9809984Z test_contig_vs_transposed_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9810133Z test_contig_vs_transposed_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9810280Z test_contig_vs_transposed_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9810429Z test_contig_vs_transposed_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9810565Z test_contig_vs_transposed_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9810716Z test_contig_vs_transposed_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9810864Z test_contig_vs_transposed_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9811023Z test_contig_vs_transposed_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9811173Z test_contig_vs_transposed_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9811329Z test_contig_vs_transposed_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9811484Z test_contig_vs_transposed_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9811636Z test_contig_vs_transposed_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9811788Z test_contig_vs_transposed_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9811932Z test_contig_vs_transposed_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9812080Z test_contig_vs_transposed_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9812260Z test_contig_vs_transposed_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9812407Z test_contig_vs_transposed_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9812555Z test_contig_vs_transposed_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9812704Z test_contig_vs_transposed_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9812857Z test_contig_vs_transposed_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:36.9813010Z test_contig_vs_transposed_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.9813148Z test_contig_vs_transposed_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9813321Z test_contig_vs_transposed_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9813473Z test_contig_vs_transposed_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9813624Z test_contig_vs_transposed_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9813773Z test_contig_vs_transposed_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9813923Z test_contig_vs_transposed_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9814076Z test_contig_vs_transposed_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9814229Z test_contig_vs_transposed_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9814379Z test_contig_vs_transposed_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9814526Z test_contig_vs_transposed_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.9814683Z test_contig_vs_transposed_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.9814838Z test_contig_vs_transposed_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9814987Z test_contig_vs_transposed_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9815138Z test_contig_vs_transposed_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9815288Z test_contig_vs_transposed_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9815438Z test_contig_vs_transposed_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9815588Z test_contig_vs_transposed_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9815727Z test_contig_vs_transposed_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9815884Z test_contig_vs_transposed_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9816032Z test_contig_vs_transposed_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9816193Z test_contig_vs_transposed_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.9816355Z test_contig_vs_transposed_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.9816506Z test_contig_vs_transposed_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9816659Z test_contig_vs_transposed_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9816808Z test_contig_vs_transposed_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9816958Z test_contig_vs_transposed_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9817096Z test_contig_vs_transposed_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9817246Z test_contig_vs_transposed_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9817395Z test_contig_vs_transposed_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9817590Z test_contig_vs_transposed_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9817758Z test_contig_vs_transposed_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.9817927Z test_contig_vs_transposed_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:36.9818092Z test_contig_vs_transposed_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.9818254Z test_contig_vs_transposed_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.9818399Z test_contig_vs_transposed_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.9818588Z test_contig_vs_transposed_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:36.9818754Z test_contig_vs_transposed_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.9818921Z test_contig_vs_transposed_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9819089Z test_contig_vs_transposed_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9819258Z test_contig_vs_transposed_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9819424Z test_contig_vs_transposed_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9819589Z test_contig_vs_transposed_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9819751Z test_contig_vs_transposed_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9819904Z test_contig_vs_transposed_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9820068Z test_contig_vs_transposed_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9820230Z test_contig_vs_transposed_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9820397Z test_contig_vs_transposed_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9820562Z test_contig_vs_transposed_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9820723Z test_contig_vs_transposed_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9820881Z test_contig_vs_transposed_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9821037Z test_contig_vs_transposed_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9821197Z test_contig_vs_transposed_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9821347Z test_contig_vs_transposed_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9821508Z test_contig_vs_transposed_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9821672Z test_contig_vs_transposed_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9821835Z test_contig_vs_transposed_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9821991Z test_contig_vs_transposed_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9822149Z test_contig_vs_transposed_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9822307Z test_contig_vs_transposed_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9822469Z test_contig_vs_transposed_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9822654Z test_contig_vs_transposed_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9822803Z test_contig_vs_transposed_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9822969Z test_contig_vs_transposed_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9823133Z test_contig_vs_transposed_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9823294Z test_contig_vs_transposed_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9823456Z test_contig_vs_transposed_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9823654Z test_contig_vs_transposed_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9823819Z test_contig_vs_transposed_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9823981Z test_contig_vs_transposed_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9824142Z test_contig_vs_transposed_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9824290Z test_contig_vs_transposed_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9824449Z test_contig_vs_transposed_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9824608Z test_contig_vs_transposed_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9824767Z test_contig_vs_transposed_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9824927Z test_contig_vs_transposed_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9825085Z test_contig_vs_transposed_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9825245Z test_contig_vs_transposed_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9825404Z test_contig_vs_transposed_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9825553Z test_contig_vs_transposed_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9825715Z test_contig_vs_transposed_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9825875Z test_contig_vs_transposed_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9826037Z test_contig_vs_transposed_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9826197Z test_contig_vs_transposed_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9826357Z test_contig_vs_transposed_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9826518Z test_contig_vs_transposed_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9826675Z test_contig_vs_transposed_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9826837Z test_contig_vs_transposed_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.9826983Z test_contig_vs_transposed_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9827142Z test_contig_vs_transposed_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.9827298Z test_contig_vs_transposed_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.9827454Z test_contig_vs_transposed_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.9827611Z test_contig_vs_transposed_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9827796Z test_contig_vs_transposed_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.9827955Z test_contig_vs_transposed_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.9828111Z test_contig_vs_transposed_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.9828270Z test_contig_vs_transposed_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.9828417Z test_contig_vs_transposed_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9828574Z test_contig_vs_transposed_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.9828753Z test_contig_vs_transposed_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9828908Z test_contig_vs_transposed_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9829064Z test_contig_vs_transposed_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9829217Z test_contig_vs_transposed_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9829371Z test_contig_vs_transposed_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9829526Z test_contig_vs_transposed_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9829684Z test_contig_vs_transposed_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9829831Z test_contig_vs_transposed_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.9829990Z test_contig_vs_transposed_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9830144Z test_contig_vs_transposed_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9830302Z test_contig_vs_transposed_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9830456Z test_contig_vs_transposed_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9830607Z test_contig_vs_transposed_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9830773Z test_contig_vs_transposed_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9830940Z test_contig_vs_transposed_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9831095Z test_contig_vs_transposed_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.9831263Z test_contig_vs_transposed_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.9831428Z test_contig_vs_transposed_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.9831589Z test_contig_vs_transposed_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9831750Z test_contig_vs_transposed_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.9831907Z test_contig_vs_transposed_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.9832084Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9832259Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.9832436Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.9832600Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9832778Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9833009Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.9833182Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9833353Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9833524Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.9833698Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.9833895Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.9834070Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9834247Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9834489Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.9834663Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9834835Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9835007Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9835181Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9835358Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.9835532Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9835708Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.9835878Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9836036Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9836205Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9836377Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.9836639Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9836813Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.9836987Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9837160Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.9837333Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9837505Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9837664Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.9837832Z test_contig_vs_transposed_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9837993Z test_contig_vs_transposed_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9838211Z test_contig_vs_transposed_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9838371Z test_contig_vs_transposed_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9838531Z test_contig_vs_transposed_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9838691Z test_contig_vs_transposed_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9838851Z test_contig_vs_transposed_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9839011Z test_contig_vs_transposed_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9839188Z test_contig_vs_transposed_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9839349Z test_contig_vs_transposed_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9839517Z test_contig_vs_transposed_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9839678Z test_contig_vs_transposed_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9839840Z test_contig_vs_transposed_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9840001Z test_contig_vs_transposed_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9840160Z test_contig_vs_transposed_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9840322Z test_contig_vs_transposed_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9840481Z test_contig_vs_transposed_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9840669Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.206s) 2022-12-01T10:56:36.9840865Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9841060Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.9841250Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.9841437Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9841627Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9841813Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9842001Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9842192Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9842375Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.9842548Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9842732Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9842911Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9843088Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9843258Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9843472Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9843654Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.9843834Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.9844015Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9844187Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9844388Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9844559Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9844729Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9844906Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9845087Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.9845264Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9845443Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9845622Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9845798Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9845965Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9846140Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9846315Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9846489Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9846643Z test_contig_vs_transposed_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9846795Z test_contig_vs_transposed_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:36.9846957Z test_contig_vs_transposed_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.9847112Z test_contig_vs_transposed_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9847256Z test_contig_vs_transposed_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9847407Z test_contig_vs_transposed_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9847558Z test_contig_vs_transposed_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9847706Z test_contig_vs_transposed_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9847856Z test_contig_vs_transposed_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9848003Z test_contig_vs_transposed_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9848154Z test_contig_vs_transposed_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9848312Z test_contig_vs_transposed_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9848492Z test_contig_vs_transposed_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9848639Z test_contig_vs_transposed_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:36.9848793Z test_contig_vs_transposed_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9848947Z test_contig_vs_transposed_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:36.9849101Z test_contig_vs_transposed_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9849255Z test_contig_vs_transposed_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9849432Z test_contig_vs_transposed_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9849586Z test_contig_vs_transposed_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9849736Z test_contig_vs_transposed_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9849876Z test_contig_vs_transposed_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9850027Z test_contig_vs_transposed_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9850175Z test_contig_vs_transposed_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9850325Z test_contig_vs_transposed_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9850481Z test_contig_vs_transposed_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.9850633Z test_contig_vs_transposed_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.9850784Z test_contig_vs_transposed_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9850935Z test_contig_vs_transposed_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9851085Z test_contig_vs_transposed_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9851222Z test_contig_vs_transposed_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9851368Z test_contig_vs_transposed_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9851516Z test_contig_vs_transposed_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9851662Z test_contig_vs_transposed_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9851815Z test_contig_vs_transposed_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9851967Z test_contig_vs_transposed_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9852125Z test_contig_vs_transposed_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:36.9852280Z test_contig_vs_transposed_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:36.9852423Z test_contig_vs_transposed_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9852573Z test_contig_vs_transposed_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9852721Z test_contig_vs_transposed_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9852868Z test_contig_vs_transposed_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9853018Z test_contig_vs_transposed_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9853166Z test_contig_vs_transposed_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9853315Z test_contig_vs_transposed_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9853470Z test_contig_vs_transposed_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9853657Z test_contig_vs_transposed_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9853799Z test_contig_vs_transposed_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9853949Z test_contig_vs_transposed_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9854095Z test_contig_vs_transposed_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:36.9854243Z test_contig_vs_transposed_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9854394Z test_contig_vs_transposed_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9854544Z test_contig_vs_transposed_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9854704Z test_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9854840Z test_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9854975Z test_digamma_special_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.9855118Z test_digamma_special_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9855252Z test_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.9855770Z test_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:2390: RuntimeWarning: invalid value encountered in exp 2022-12-01T10:56:36.9855853Z np_result = np_fn(a) 2022-12-01T10:56:36.9855922Z ok (0.006s) 2022-12-01T10:56:36.9856056Z test_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9856183Z test_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9856300Z test_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9856484Z test_exp_slow_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Insufficient memory on linux.(2|4)xlarge (0.001s) 2022-12-01T10:56:36.9856636Z test_float_domains_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.9856782Z test_float_domains_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.9856924Z test_float_domains_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.9857075Z test_float_domains_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9857220Z test_float_domains_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9857362Z test_float_domains_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9857490Z test_float_domains_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9857638Z test_float_domains_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9857779Z test_float_domains_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9857926Z test_float_domains_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9858071Z test_float_domains_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9858211Z test_float_domains_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9858359Z test_float_domains_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9858503Z test_float_domains_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9858641Z test_float_domains_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9858770Z test_float_domains_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:36.9858913Z test_float_domains_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:36.9859050Z test_float_domains_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9859218Z test_float_domains_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9859363Z test_float_domains_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9859504Z test_float_domains_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9859645Z test_float_domains_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9859787Z test_float_domains_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9859913Z test_float_domains_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9860051Z test_float_domains_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9860233Z test_float_domains_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9860376Z test_float_domains_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9860525Z test_float_domains_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9860672Z test_float_domains_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9860813Z test_float_domains_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9860998Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:36.9861167Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:36.9861346Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:36.9861526Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:36.9861703Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:36.9861880Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:36.9862054Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:36.9862281Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:36.9862493Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:36.9874686Z test_float_domains_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9874906Z test_float_domains_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9875065Z test_float_domains_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9875230Z test_float_domains_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9875396Z test_float_domains_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9875550Z test_float_domains_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9875703Z test_float_domains_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9875850Z test_float_domains_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9875997Z test_frexp_assert_raises_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.414s) 2022-12-01T10:56:36.9876134Z test_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:56:36.9876259Z test_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:36.9876389Z test_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.9876705Z test_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:56:36.9876954Z test_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:36.9877095Z test_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:36.9877251Z test_hardshrink_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.248s) 2022-12-01T10:56:36.9877406Z test_hardshrink_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.246s) 2022-12-01T10:56:36.9877556Z test_hardshrink_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.247s) 2022-12-01T10:56:36.9877700Z test_hardsigmoid_backward_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:36.9877855Z test_hardsigmoid_backward_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9878046Z test_hardsigmoid_backward_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:36.9878489Z test_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_unary_ufuncs.py line 964 2022-12-01T10:56:36.9878563Z due to: 2022-12-01T10:56:36.9878660Z Traceback (most recent call last): 2022-12-01T10:56:36.9878900Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-12-01T10:56:36.9879035Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-12-01T10:56:36.9879214Z NotImplementedError: argument of type: 2022-12-01T10:56:36.9879222Z 2022-12-01T10:56:36.9879296Z from user code: 2022-12-01T10:56:36.9879444Z File "test_unary_ufuncs.py", line 971, in 2022-12-01T10:56:36.9879583Z torch.tensor(expectedOutput, dtype=dtype, device=device), 2022-12-01T10:56:36.9879588Z 2022-12-01T10:56:36.9879730Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:56:36.9879798Z ========== 2022-12-01T10:56:36.9879865Z ok (0.021s) 2022-12-01T10:56:36.9880015Z test_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9880147Z test_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9880286Z test_hardswish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:36.9880420Z test_hardswish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9880556Z test_hardswish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9880693Z test_i0_range1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.241s) 2022-12-01T10:56:36.9880825Z test_i0_range1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.9880960Z test_i0_range1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:36.9881095Z test_i0_range2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.203s) 2022-12-01T10:56:36.9881215Z test_i0_range2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9881349Z test_i0_range2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9881486Z test_i0_range3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.202s) 2022-12-01T10:56:36.9881646Z test_i0_special_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:56:36.9881781Z test_i0_special_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:36.9881920Z test_i0_special_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:36.9882065Z test_igamma_common_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:56:36.9882206Z test_igamma_common_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:56:36.9882335Z test_igamma_common_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:56:36.9882477Z test_igamma_common_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:56:36.9882627Z test_igamma_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.9882804Z test_igamma_edge_cases_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.9882947Z test_igamma_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.9883092Z test_igamma_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.9883237Z test_igammac_common_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.412s) 2022-12-01T10:56:36.9883395Z test_igammac_common_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.412s) 2022-12-01T10:56:36.9883526Z test_igammac_common_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.408s) 2022-12-01T10:56:36.9883670Z test_igammac_common_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.413s) 2022-12-01T10:56:36.9883849Z test_igammac_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.9884000Z test_igammac_edge_cases_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.9884147Z test_igammac_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:36.9884288Z test_igammac_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:36.9884459Z test_isposinf_isneginf_non_boolean_output_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:36.9884637Z test_isposinf_isneginf_non_boolean_output_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9884797Z test_isposinf_isneginf_non_boolean_output_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9884964Z test_isposinf_isneginf_non_boolean_output_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9885131Z test_isposinf_isneginf_non_boolean_output_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9885291Z test_isposinf_isneginf_non_boolean_output_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9885460Z test_isposinf_isneginf_non_boolean_output_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9885626Z test_isposinf_isneginf_non_boolean_output_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9885786Z test_isposinf_isneginf_non_boolean_output_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9885951Z test_isposinf_isneginf_non_boolean_output_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9886111Z test_isposinf_isneginf_non_boolean_output_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:36.9886460Z test_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_unary_ufuncs.py line 1060 2022-12-01T10:56:36.9886528Z due to: 2022-12-01T10:56:36.9886626Z Traceback (most recent call last): 2022-12-01T10:56:36.9886901Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/codegen.py", line 238, in create_load_const 2022-12-01T10:56:36.9887030Z assert is_safe_constant(value), f"unsafe constant {value}" 2022-12-01T10:56:36.9887144Z AssertionError: unsafe constant torch.float32 2022-12-01T10:56:36.9887150Z 2022-12-01T10:56:36.9887223Z from user code: 2022-12-01T10:56:36.9887357Z File "test_unary_ufuncs.py", line 1061, in 2022-12-01T10:56:36.9887440Z torch_to_numpy_dtype_dict[dtype] 2022-12-01T10:56:36.9887444Z 2022-12-01T10:56:36.9887578Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:56:36.9887643Z ========== 2022-12-01T10:56:36.9887784Z test_unary_ufuncs.py:1063: RuntimeWarning: overflow encountered in exp 2022-12-01T10:56:36.9887922Z expected_output_np = input_np * np.tanh(np.log1p(np.exp(input_np))) 2022-12-01T10:56:36.9887992Z ok (0.021s) 2022-12-01T10:56:36.9888124Z test_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9888264Z test_nan_to_num_bfloat16_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.393s) 2022-12-01T10:56:36.9888418Z test_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:56:36.9888555Z test_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:36.9888692Z test_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.9888823Z test_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:36.9888958Z test_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9889092Z test_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9889225Z test_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9889387Z test_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9889509Z test_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9889656Z test_non_contig_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:36.9889803Z test_non_contig_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9889947Z test_non_contig_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9890093Z test_non_contig_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9890235Z test_non_contig_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9890378Z test_non_contig_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9890519Z test_non_contig_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9890648Z test_non_contig_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9890790Z test_non_contig_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9890927Z test_non_contig_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9891067Z test_non_contig_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9891205Z test_non_contig_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9891348Z test_non_contig_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9891484Z test_non_contig_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9891634Z test_non_contig_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9891769Z test_non_contig_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9891914Z test_non_contig_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9892059Z test_non_contig_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9892201Z test_non_contig_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9892345Z test_non_contig_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9892483Z test_non_contig_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9892622Z test_non_contig_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9892759Z test_non_contig_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9892895Z test_non_contig_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9893035Z test_non_contig_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9893183Z test_non_contig_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9893333Z test_non_contig_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9893477Z test_non_contig_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9893620Z test_non_contig_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9893788Z test_non_contig_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9893929Z test_non_contig_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9894108Z test_non_contig_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9894309Z test_non_contig_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9894521Z test_non_contig_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9894674Z test_non_contig_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9894878Z test_non_contig_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9895284Z test_non_contig_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9895611Z test_non_contig_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9895940Z test_non_contig_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9896261Z test_non_contig_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9896574Z test_non_contig_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9896866Z test_non_contig_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9897169Z test_non_contig_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9897475Z test_non_contig_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9897769Z test_non_contig_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9898074Z test_non_contig_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9898440Z test_non_contig_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9898813Z test_non_contig_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9904294Z test_non_contig_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9904623Z test_non_contig_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9904932Z test_non_contig_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9905226Z test_non_contig_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9905523Z test_non_contig_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9905824Z test_non_contig_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9906123Z test_non_contig_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9906410Z test_non_contig_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9906708Z test_non_contig_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9907012Z test_non_contig_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9907305Z test_non_contig_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9907611Z test_non_contig_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9907928Z test_non_contig_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9908242Z test_non_contig_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9908536Z test_non_contig_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9908842Z test_non_contig_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9909140Z test_non_contig_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9909426Z test_non_contig_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9909756Z test_non_contig_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9910056Z test_non_contig_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9910356Z test_non_contig_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9910648Z test_non_contig_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9910954Z test_non_contig_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9911269Z test_non_contig_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9911567Z test_non_contig_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9911902Z test_non_contig_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9912206Z test_non_contig_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9912505Z test_non_contig_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9912790Z test_non_contig_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9913082Z test_non_contig_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9913378Z test_non_contig_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9913668Z test_non_contig_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9913969Z test_non_contig_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9914361Z test_non_contig_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:36.9914684Z test_non_contig_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9914985Z test_non_contig_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9915291Z test_non_contig_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9915598Z test_non_contig_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9915884Z test_non_contig_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9916180Z test_non_contig_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9916480Z test_non_contig_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9916932Z test_non_contig_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9917229Z test_non_contig_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9917531Z test_non_contig_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9917831Z test_non_contig_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9918130Z test_non_contig_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9918435Z test_non_contig_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9918734Z test_non_contig_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9919035Z test_non_contig_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9919331Z test_non_contig_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9919628Z test_non_contig_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9919917Z test_non_contig_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9920201Z test_non_contig_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9920500Z test_non_contig_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9920807Z test_non_contig_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9921177Z test_non_contig_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9921473Z test_non_contig_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9921771Z test_non_contig_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9922063Z test_non_contig_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9922348Z test_non_contig_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9922647Z test_non_contig_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9922978Z test_non_contig_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9943912Z test_non_contig_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9944236Z test_non_contig_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9944566Z test_non_contig_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9944869Z test_non_contig_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9945166Z test_non_contig_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9945451Z test_non_contig_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9945736Z test_non_contig_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9946023Z test_non_contig_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9946310Z test_non_contig_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9946591Z test_non_contig_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9946871Z test_non_contig_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9947159Z test_non_contig_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9947444Z test_non_contig_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9947734Z test_non_contig_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9948028Z test_non_contig_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9948328Z test_non_contig_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9948612Z test_non_contig_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9948904Z test_non_contig_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9949193Z test_non_contig_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9949483Z test_non_contig_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9949772Z test_non_contig_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9950056Z test_non_contig_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9950364Z test_non_contig_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9950667Z test_non_contig_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9950969Z test_non_contig_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9951274Z test_non_contig_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9951584Z test_non_contig_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9951892Z test_non_contig_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9952180Z test_non_contig_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9952464Z test_non_contig_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9952785Z test_non_contig_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9953093Z test_non_contig_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9953395Z test_non_contig_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9953702Z test_non_contig_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9953999Z test_non_contig_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9954385Z test_non_contig_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9954712Z test_non_contig_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9955168Z test_non_contig_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9955472Z test_non_contig_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9955780Z test_non_contig_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9956092Z test_non_contig_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9956395Z test_non_contig_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9957059Z test_non_contig_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9957365Z test_non_contig_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9957701Z test_non_contig_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9957998Z test_non_contig_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9958309Z test_non_contig_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9958622Z test_non_contig_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9958940Z test_non_contig_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9959237Z test_non_contig_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9959547Z test_non_contig_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9959856Z test_non_contig_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9960146Z test_non_contig_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9960446Z test_non_contig_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9960744Z test_non_contig_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9961048Z test_non_contig_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9961332Z test_non_contig_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9961628Z test_non_contig_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9961937Z test_non_contig_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9962231Z test_non_contig_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9962542Z test_non_contig_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9962852Z test_non_contig_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9963156Z test_non_contig_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9963450Z test_non_contig_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9963750Z test_non_contig_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9964053Z test_non_contig_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9964341Z test_non_contig_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9964706Z test_non_contig_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9965005Z test_non_contig_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9965293Z test_non_contig_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9965589Z test_non_contig_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9965902Z test_non_contig_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9966228Z test_non_contig_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9966543Z test_non_contig_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9966915Z test_non_contig_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9967248Z test_non_contig_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9967575Z test_non_contig_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9967881Z test_non_contig_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9968199Z test_non_contig_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9968518Z test_non_contig_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9968822Z test_non_contig_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9969142Z test_non_contig_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9969462Z test_non_contig_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9969786Z test_non_contig_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9970088Z test_non_contig_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9970393Z test_non_contig_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9970698Z test_non_contig_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9970992Z test_non_contig_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9971297Z test_non_contig_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9971599Z test_non_contig_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9971903Z test_non_contig_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9972187Z test_non_contig_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9972480Z test_non_contig_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9972773Z test_non_contig_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9973057Z test_non_contig_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9973356Z test_non_contig_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9973654Z test_non_contig_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9973958Z test_non_contig_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9974256Z test_non_contig_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9974560Z test_non_contig_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9974865Z test_non_contig_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9975155Z test_non_contig_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9975454Z test_non_contig_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9975748Z test_non_contig_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9976079Z test_non_contig_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9976363Z test_non_contig_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9976669Z test_non_contig_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9976977Z test_non_contig_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9977275Z test_non_contig_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9977582Z test_non_contig_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9977885Z test_non_contig_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9978216Z test_non_contig_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9978510Z test_non_contig_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9978818Z test_non_contig_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9979125Z test_non_contig_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9979416Z test_non_contig_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9979722Z test_non_contig_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:36.9980031Z test_non_contig_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9980341Z test_non_contig_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9980636Z test_non_contig_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9980946Z test_non_contig_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9981251Z test_non_contig_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9981546Z test_non_contig_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9981852Z test_non_contig_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9982158Z test_non_contig_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9982460Z test_non_contig_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9982756Z test_non_contig_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9983065Z test_non_contig_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9983380Z test_non_contig_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9983681Z test_non_contig_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9983994Z test_non_contig_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9984304Z test_non_contig_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9984605Z test_non_contig_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9984897Z test_non_contig_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9985199Z test_non_contig_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9985594Z test_non_contig_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9985887Z test_non_contig_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9986191Z test_non_contig_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9986497Z test_non_contig_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9986803Z test_non_contig_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9987140Z test_non_contig_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9987436Z test_non_contig_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9987733Z test_non_contig_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9988014Z test_non_contig_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9988306Z test_non_contig_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9988599Z test_non_contig_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9988895Z test_non_contig_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9989184Z test_non_contig_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9989513Z test_non_contig_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9989812Z test_non_contig_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9990105Z test_non_contig_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9990402Z test_non_contig_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9990699Z test_non_contig_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9990994Z test_non_contig_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9991273Z test_non_contig_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9991566Z test_non_contig_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9991876Z test_non_contig_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9992176Z test_non_contig_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9992485Z test_non_contig_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9992800Z test_non_contig_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9993106Z test_non_contig_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9993393Z test_non_contig_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9993689Z test_non_contig_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9993989Z test_non_contig_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9994352Z test_non_contig_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9994664Z test_non_contig_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9994972Z test_non_contig_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9995275Z test_non_contig_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9995566Z test_non_contig_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9995869Z test_non_contig_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9996170Z test_non_contig_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9996455Z test_non_contig_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9996842Z test_non_contig_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9997143Z test_non_contig_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9997445Z test_non_contig_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9997732Z test_non_contig_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9998038Z test_non_contig_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9998344Z test_non_contig_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9998702Z test_non_contig_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9999010Z test_non_contig_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9999317Z test_non_contig_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9999618Z test_non_contig_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:36.9999903Z test_non_contig_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0000202Z test_non_contig_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0000500Z test_non_contig_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0000837Z test_non_contig_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0001150Z test_non_contig_expand_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.209s) 2022-12-01T10:56:37.0001477Z test_non_contig_expand_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0001806Z test_non_contig_expand_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0002118Z test_non_contig_expand_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0002443Z test_non_contig_expand_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0002766Z test_non_contig_expand_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0003071Z test_non_contig_expand_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0003387Z test_non_contig_expand_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0003699Z test_non_contig_expand_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0004014Z test_non_contig_expand_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0004318Z test_non_contig_expand_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0004631Z test_non_contig_expand_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0004950Z test_non_contig_expand_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0005256Z test_non_contig_expand_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0005581Z test_non_contig_expand_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0005908Z test_non_contig_expand_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0006234Z test_non_contig_expand_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0006546Z test_non_contig_expand_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0006867Z test_non_contig_expand_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0007182Z test_non_contig_expand_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0007477Z test_non_contig_expand_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0007787Z test_non_contig_expand_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0008101Z test_non_contig_expand_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0008417Z test_non_contig_expand_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0008726Z test_non_contig_expand_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0009051Z test_non_contig_expand_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0009382Z test_non_contig_expand_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0009696Z test_non_contig_expand_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0010053Z test_non_contig_expand_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0010371Z test_non_contig_expand_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0010688Z test_non_contig_expand_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0010986Z test_non_contig_expand_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0011301Z test_non_contig_expand_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0011617Z test_non_contig_expand_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0011968Z test_non_contig_expand_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0012278Z test_non_contig_expand_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0012600Z test_non_contig_expand_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0012930Z test_non_contig_expand_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0013392Z test_non_contig_expand_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0013980Z test_non_contig_expand_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0014311Z test_non_contig_expand_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0014632Z test_non_contig_expand_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0014936Z test_non_contig_expand_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0015259Z test_non_contig_expand_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0015572Z test_non_contig_expand_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0015877Z test_non_contig_expand_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0016197Z test_non_contig_expand_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0016513Z test_non_contig_expand_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0016838Z test_non_contig_expand_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0017154Z test_non_contig_expand_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0017476Z test_non_contig_expand_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0017790Z test_non_contig_expand_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0018098Z test_non_contig_expand_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0018407Z test_non_contig_expand_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0018717Z test_non_contig_expand_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0019027Z test_non_contig_expand_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0019324Z test_non_contig_expand_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0019644Z test_non_contig_expand_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0019960Z test_non_contig_expand_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0020270Z test_non_contig_expand_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0020596Z test_non_contig_expand_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0020919Z test_non_contig_expand_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0021238Z test_non_contig_expand_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0021589Z test_non_contig_expand_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0021906Z test_non_contig_expand_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0022218Z test_non_contig_expand_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0022531Z test_non_contig_expand_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0022833Z test_non_contig_expand_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0023154Z test_non_contig_expand_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0023498Z test_non_contig_expand_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0023807Z test_non_contig_expand_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0024133Z test_non_contig_expand_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0024457Z test_non_contig_expand_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0024774Z test_non_contig_expand_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0025076Z test_non_contig_expand_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0025384Z test_non_contig_expand_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0025688Z test_non_contig_expand_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0025981Z test_non_contig_expand_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0026295Z test_non_contig_expand_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0026612Z test_non_contig_expand_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0026933Z test_non_contig_expand_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0027243Z test_non_contig_expand_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0027571Z test_non_contig_expand_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0027896Z test_non_contig_expand_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0028205Z test_non_contig_expand_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0028523Z test_non_contig_expand_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0028840Z test_non_contig_expand_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0029155Z test_non_contig_expand_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0029456Z test_non_contig_expand_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0029772Z test_non_contig_expand_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0030095Z test_non_contig_expand_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0030408Z test_non_contig_expand_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0030733Z test_non_contig_expand_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0031067Z test_non_contig_expand_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0031398Z test_non_contig_expand_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0031715Z test_non_contig_expand_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0032044Z test_non_contig_expand_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0032364Z test_non_contig_expand_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0032713Z test_non_contig_expand_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0033019Z test_non_contig_expand_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0033332Z test_non_contig_expand_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0033651Z test_non_contig_expand_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0033957Z test_non_contig_expand_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0034356Z test_non_contig_expand_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0034724Z test_non_contig_expand_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0035053Z test_non_contig_expand_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0035363Z test_non_contig_expand_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0035697Z test_non_contig_expand_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0036026Z test_non_contig_expand_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0036336Z test_non_contig_expand_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0036754Z test_non_contig_expand_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0037082Z test_non_contig_expand_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0037410Z test_non_contig_expand_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0037725Z test_non_contig_expand_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0038047Z test_non_contig_expand_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0038371Z test_non_contig_expand_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0038696Z test_non_contig_expand_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0039001Z test_non_contig_expand_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0039312Z test_non_contig_expand_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0039616Z test_non_contig_expand_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0039910Z test_non_contig_expand_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0040226Z test_non_contig_expand_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0040543Z test_non_contig_expand_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0040860Z test_non_contig_expand_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0041172Z test_non_contig_expand_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0041498Z test_non_contig_expand_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0041818Z test_non_contig_expand_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0042121Z test_non_contig_expand_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0042433Z test_non_contig_expand_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0042749Z test_non_contig_expand_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0043061Z test_non_contig_expand_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0043352Z test_non_contig_expand_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0043723Z test_non_contig_expand_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0044036Z test_non_contig_expand_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0044343Z test_non_contig_expand_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0044666Z test_non_contig_expand_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0044988Z test_non_contig_expand_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0045307Z test_non_contig_expand_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0045606Z test_non_contig_expand_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0045954Z test_non_contig_expand_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0046266Z test_non_contig_expand_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0046570Z test_non_contig_expand_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0046890Z test_non_contig_expand_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0047212Z test_non_contig_expand_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0047536Z test_non_contig_expand_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0047854Z test_non_contig_expand_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0048184Z test_non_contig_expand_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0048508Z test_non_contig_expand_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0048834Z test_non_contig_expand_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0049142Z test_non_contig_expand_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0049463Z test_non_contig_expand_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0049792Z test_non_contig_expand_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0050094Z test_non_contig_expand_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0050411Z test_non_contig_expand_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0050730Z test_non_contig_expand_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0051048Z test_non_contig_expand_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0051356Z test_non_contig_expand_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0051680Z test_non_contig_expand_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0052006Z test_non_contig_expand_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0052320Z test_non_contig_expand_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0052646Z test_non_contig_expand_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0052968Z test_non_contig_expand_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0053286Z test_non_contig_expand_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0053590Z test_non_contig_expand_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0053899Z test_non_contig_expand_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0054212Z test_non_contig_expand_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0054509Z test_non_contig_expand_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0054821Z test_non_contig_expand_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0055174Z test_non_contig_expand_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0055496Z test_non_contig_expand_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0055805Z test_non_contig_expand_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0056128Z test_non_contig_expand_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0056449Z test_non_contig_expand_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0056763Z test_non_contig_expand_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0057104Z test_non_contig_expand_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0057418Z test_non_contig_expand_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0057735Z test_non_contig_expand_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0058032Z test_non_contig_expand_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0058341Z test_non_contig_expand_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0058648Z test_non_contig_expand_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0058958Z test_non_contig_expand_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0059274Z test_non_contig_expand_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0059616Z test_non_contig_expand_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0059960Z test_non_contig_expand_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0060299Z test_non_contig_expand_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0060645Z test_non_contig_expand_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0060987Z test_non_contig_expand_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0061326Z test_non_contig_expand_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0061655Z test_non_contig_expand_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0061984Z test_non_contig_expand_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0062318Z test_non_contig_expand_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0062640Z test_non_contig_expand_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0062967Z test_non_contig_expand_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0063296Z test_non_contig_expand_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0063623Z test_non_contig_expand_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0063929Z test_non_contig_expand_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0064248Z test_non_contig_expand_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0064574Z test_non_contig_expand_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0064895Z test_non_contig_expand_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0065202Z test_non_contig_expand_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0065519Z test_non_contig_expand_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0065827Z test_non_contig_expand_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0066159Z test_non_contig_expand_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0066468Z test_non_contig_expand_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0066779Z test_non_contig_expand_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0067091Z test_non_contig_expand_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0067392Z test_non_contig_expand_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0067709Z test_non_contig_expand_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0068064Z test_non_contig_expand_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0068378Z test_non_contig_expand_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0068699Z test_non_contig_expand_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0069016Z test_non_contig_expand_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0069327Z test_non_contig_expand_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0069622Z test_non_contig_expand_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0069935Z test_non_contig_expand_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0070244Z test_non_contig_expand_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0070554Z test_non_contig_expand_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0070880Z test_non_contig_expand_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0071206Z test_non_contig_expand_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0071532Z test_non_contig_expand_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0071834Z test_non_contig_expand_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0072156Z test_non_contig_expand_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0072476Z test_non_contig_expand_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0072792Z test_non_contig_expand_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0073100Z test_non_contig_expand_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0073420Z test_non_contig_expand_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0073741Z test_non_contig_expand_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0074055Z test_non_contig_expand_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0074453Z test_non_contig_expand_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0074785Z test_non_contig_expand_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0075106Z test_non_contig_expand_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0075416Z test_non_contig_expand_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0075740Z test_non_contig_expand_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0076061Z test_non_contig_expand_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0076373Z test_non_contig_expand_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0076808Z test_non_contig_expand_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0077136Z test_non_contig_expand_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0077519Z test_non_contig_expand_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0077841Z test_non_contig_expand_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0078170Z test_non_contig_expand_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0078496Z test_non_contig_expand_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0078648Z test_non_contig_expand_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0078803Z test_non_contig_expand_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0078983Z test_non_contig_expand_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0079135Z test_non_contig_expand_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0079289Z test_non_contig_expand_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0079438Z test_non_contig_expand_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0079585Z test_non_contig_expand_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0079729Z test_non_contig_expand_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0079876Z test_non_contig_expand_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0080022Z test_non_contig_expand_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0080159Z test_non_contig_expand_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0080309Z test_non_contig_expand_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0080457Z test_non_contig_expand_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0080605Z test_non_contig_expand_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0080752Z test_non_contig_expand_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0080894Z test_non_contig_expand_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0081048Z test_non_contig_expand_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0081194Z test_non_contig_expand_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0081329Z test_non_contig_expand_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0081480Z test_non_contig_expand_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0081631Z test_non_contig_expand_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0081775Z test_non_contig_expand_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0081920Z test_non_contig_expand_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0082065Z test_non_contig_expand_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0082211Z test_non_contig_expand_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0082363Z test_non_contig_expand_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0082509Z test_non_contig_expand_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0082649Z test_non_contig_expand_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0082800Z test_non_contig_expand_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0082949Z test_non_contig_expand_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0083101Z test_non_contig_expand_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0083276Z test_non_contig_expand_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0083421Z test_non_contig_expand_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0083567Z test_non_contig_expand_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0083717Z test_non_contig_expand_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0083851Z test_non_contig_expand_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0083997Z test_non_contig_expand_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0084172Z test_non_contig_expand_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0084317Z test_non_contig_expand_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0084464Z test_non_contig_expand_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0084637Z test_non_contig_expand_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0084823Z test_non_contig_expand_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0084971Z test_non_contig_expand_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0085099Z test_non_contig_expand_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0085245Z test_non_contig_expand_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0085390Z test_non_contig_expand_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0085547Z test_non_contig_expand_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0085699Z test_non_contig_expand_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0085850Z test_non_contig_expand_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0085993Z test_non_contig_expand_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0086139Z test_non_contig_expand_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0086281Z test_non_contig_expand_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0086409Z test_non_contig_expand_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0086553Z test_non_contig_expand_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0086694Z test_non_contig_expand_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0086847Z test_non_contig_expand_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0086994Z test_non_contig_expand_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0087146Z test_non_contig_expand_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0087295Z test_non_contig_expand_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0087445Z test_non_contig_expand_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0087576Z test_non_contig_expand_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0087721Z test_non_contig_expand_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0087866Z test_non_contig_expand_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0088012Z test_non_contig_expand_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0088162Z test_non_contig_expand_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0088308Z test_non_contig_expand_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0088494Z test_non_contig_expand_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0088645Z test_non_contig_expand_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0088784Z test_non_contig_expand_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0088935Z test_non_contig_expand_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0089081Z test_non_contig_expand_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0089231Z test_non_contig_expand_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0089376Z test_non_contig_expand_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0089545Z test_non_contig_expand_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0089685Z test_non_contig_expand_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0089833Z test_non_contig_expand_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0089983Z test_non_contig_expand_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0090124Z test_non_contig_expand_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0090271Z test_non_contig_expand_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0090430Z test_non_contig_expand_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0090587Z test_non_contig_expand_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0090743Z test_non_contig_expand_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0090893Z test_non_contig_expand_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0091047Z test_non_contig_expand_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0091202Z test_non_contig_expand_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0091338Z test_non_contig_expand_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0091486Z test_non_contig_expand_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0091630Z test_non_contig_expand_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0091781Z test_non_contig_expand_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0091931Z test_non_contig_expand_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0092084Z test_non_contig_expand_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0092234Z test_non_contig_expand_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0092386Z test_non_contig_expand_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0092531Z test_non_contig_expand_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0092666Z test_non_contig_expand_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0092809Z test_non_contig_expand_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0092955Z test_non_contig_expand_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0093102Z test_non_contig_expand_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0093250Z test_non_contig_expand_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0093403Z test_non_contig_expand_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0093549Z test_non_contig_expand_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0093733Z test_non_contig_expand_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0093892Z test_non_contig_expand_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0094064Z test_non_contig_expand_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0094227Z test_non_contig_expand_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0094396Z test_non_contig_expand_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0094547Z test_non_contig_expand_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0094725Z test_non_contig_expand_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0094882Z test_non_contig_expand_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0095039Z test_non_contig_expand_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0095188Z test_non_contig_expand_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0095324Z test_non_contig_expand_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0095470Z test_non_contig_expand_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0095618Z test_non_contig_expand_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0095760Z test_non_contig_expand_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0095905Z test_non_contig_expand_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0096055Z test_non_contig_expand_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0096199Z test_non_contig_expand_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0096349Z test_non_contig_expand_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0096484Z test_non_contig_expand_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0096629Z test_non_contig_expand_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0096771Z test_non_contig_expand_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0096915Z test_non_contig_expand_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0097056Z test_non_contig_expand_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0097196Z test_non_contig_expand_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0097341Z test_non_contig_expand_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0097480Z test_non_contig_expand_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0097624Z test_non_contig_expand_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0097780Z test_non_contig_expand_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0097933Z test_non_contig_expand_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0098081Z test_non_contig_expand_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0098222Z test_non_contig_expand_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0098373Z test_non_contig_expand_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0098527Z test_non_contig_expand_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0098680Z test_non_contig_expand_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0098828Z test_non_contig_expand_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0098992Z test_non_contig_expand_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0099140Z test_non_contig_expand_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0099286Z test_non_contig_expand_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0099426Z test_non_contig_expand_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0099569Z test_non_contig_expand_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0099708Z test_non_contig_expand_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0099865Z test_non_contig_expand_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0100041Z test_non_contig_expand_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0100190Z test_non_contig_expand_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0100350Z test_non_contig_expand_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0100506Z test_non_contig_expand_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0100658Z test_non_contig_expand_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0100812Z test_non_contig_expand_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0100964Z test_non_contig_expand_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0101114Z test_non_contig_expand_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0101267Z test_non_contig_expand_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0101416Z test_non_contig_expand_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0101558Z test_non_contig_expand_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0101709Z test_non_contig_expand_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0101857Z test_non_contig_expand_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0102004Z test_non_contig_expand_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0102157Z test_non_contig_expand_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0102309Z test_non_contig_expand_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0102462Z test_non_contig_expand_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0102611Z test_non_contig_expand_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0102748Z test_non_contig_expand_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0102897Z test_non_contig_expand_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0103043Z test_non_contig_expand_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0103191Z test_non_contig_expand_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0103336Z test_non_contig_expand_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0103482Z test_non_contig_expand_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0103629Z test_non_contig_expand_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0103781Z test_non_contig_expand_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0103916Z test_non_contig_expand_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0104069Z test_non_contig_expand_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0104282Z test_non_contig_expand_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0104431Z test_non_contig_expand_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0104576Z test_non_contig_expand_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0104717Z test_non_contig_expand_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0104862Z test_non_contig_expand_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0105009Z test_non_contig_expand_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0105184Z test_non_contig_expand_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0105319Z test_non_contig_expand_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0105468Z test_non_contig_expand_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0105627Z test_non_contig_expand_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0105779Z test_non_contig_expand_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0105934Z test_non_contig_expand_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0106088Z test_non_contig_expand_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0106243Z test_non_contig_expand_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0106396Z test_non_contig_expand_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0106536Z test_non_contig_expand_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0106686Z test_non_contig_expand_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0106837Z test_non_contig_expand_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0106988Z test_non_contig_expand_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0107145Z test_non_contig_expand_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0107292Z test_non_contig_expand_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0107446Z test_non_contig_expand_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0107595Z test_non_contig_expand_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0107747Z test_non_contig_expand_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0107885Z test_non_contig_expand_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0108035Z test_non_contig_expand_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0108182Z test_non_contig_expand_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0108329Z test_non_contig_expand_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0108479Z test_non_contig_expand_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0108629Z test_non_contig_expand_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0108776Z test_non_contig_expand_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0108930Z test_non_contig_expand_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0109073Z test_non_contig_expand_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0109226Z test_non_contig_expand_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0109400Z test_non_contig_expand_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0109547Z test_non_contig_expand_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0109695Z test_non_contig_expand_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0109844Z test_non_contig_expand_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0109992Z test_non_contig_expand_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0110141Z test_non_contig_expand_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0110313Z test_non_contig_expand_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0110450Z test_non_contig_expand_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0110639Z test_non_contig_expand_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0110828Z test_non_contig_expand_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0111017Z test_non_contig_expand_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0111202Z test_non_contig_expand_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0111384Z test_non_contig_expand_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0111568Z test_non_contig_expand_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0111751Z test_non_contig_expand_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:56:37.0111932Z test_non_contig_expand_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0112100Z test_non_contig_expand_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0112274Z test_non_contig_expand_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0112452Z test_non_contig_expand_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0112626Z test_non_contig_expand_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0112779Z test_non_contig_expand_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0112934Z test_non_contig_expand_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0113084Z test_non_contig_expand_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0113237Z test_non_contig_expand_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0113386Z test_non_contig_expand_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0113518Z test_non_contig_expand_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0113667Z test_non_contig_expand_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0113814Z test_non_contig_expand_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0113960Z test_non_contig_expand_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0114110Z test_non_contig_expand_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0114255Z test_non_contig_expand_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0114486Z test_non_contig_expand_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0114674Z test_non_contig_expand_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0114809Z test_non_contig_expand_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0114959Z test_non_contig_expand_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0115108Z test_non_contig_expand_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0115256Z test_non_contig_expand_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0115403Z test_non_contig_expand_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0115585Z test_non_contig_expand_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0115733Z test_non_contig_expand_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0115888Z test_non_contig_expand_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0116038Z test_non_contig_expand_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0116175Z test_non_contig_expand_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0116325Z test_non_contig_expand_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0116471Z test_non_contig_expand_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0116709Z test_non_contig_expand_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0116856Z test_non_contig_expand_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0117006Z test_non_contig_expand_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0117155Z test_non_contig_expand_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0117305Z test_non_contig_expand_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0117441Z test_non_contig_expand_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0117596Z test_non_contig_expand_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0117746Z test_non_contig_expand_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0117894Z test_non_contig_expand_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0118043Z test_non_contig_expand_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0118188Z test_non_contig_expand_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0118332Z test_non_contig_expand_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0118471Z test_non_contig_expand_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0118620Z test_non_contig_expand_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0118748Z test_non_contig_expand_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0118898Z test_non_contig_expand_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0119046Z test_non_contig_expand_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0119198Z test_non_contig_expand_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0119348Z test_non_contig_expand_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0119492Z test_non_contig_expand_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0119639Z test_non_contig_expand_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0119784Z test_non_contig_expand_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0119962Z test_non_contig_expand_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0120102Z test_non_contig_expand_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0120246Z test_non_contig_expand_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0120387Z test_non_contig_expand_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0120546Z test_non_contig_expand_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0120703Z test_non_contig_expand_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0120900Z test_non_contig_expand_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0121065Z test_non_contig_expand_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0121214Z test_non_contig_expand_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0121373Z test_non_contig_expand_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0121531Z test_non_contig_expand_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0121687Z test_non_contig_expand_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0121841Z test_non_contig_expand_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0121993Z test_non_contig_expand_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0122145Z test_non_contig_expand_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0122303Z test_non_contig_expand_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0122456Z test_non_contig_expand_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0122594Z test_non_contig_expand_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0122745Z test_non_contig_expand_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0122893Z test_non_contig_expand_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0123039Z test_non_contig_expand_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0123183Z test_non_contig_expand_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0123328Z test_non_contig_expand_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0123475Z test_non_contig_expand_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0123621Z test_non_contig_expand_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0123757Z test_non_contig_expand_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0123906Z test_non_contig_expand_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0124059Z test_non_contig_expand_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0124211Z test_non_contig_expand_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0124361Z test_non_contig_expand_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0124509Z test_non_contig_expand_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0124657Z test_non_contig_expand_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0124807Z test_non_contig_expand_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0124953Z test_non_contig_expand_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0125113Z test_non_contig_expand_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0125260Z test_non_contig_expand_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0125404Z test_non_contig_expand_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0125548Z test_non_contig_expand_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0125719Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0125891Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0126081Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0126250Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0126408Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0126575Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0126742Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0126905Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0127073Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0127240Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0127410Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0127574Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0127737Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0127889Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0128054Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0128218Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0128387Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0128553Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0128723Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0128884Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0129047Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0129205Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0129356Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0129520Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0129675Z test_non_contig_expand_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0129827Z test_non_contig_expand_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0129983Z test_non_contig_expand_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0130135Z test_non_contig_expand_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0130317Z test_non_contig_expand_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0130466Z test_non_contig_expand_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0130617Z test_non_contig_expand_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0130757Z test_non_contig_expand_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0130907Z test_non_contig_expand_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0131054Z test_non_contig_expand_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0131227Z test_non_contig_expand_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0131381Z test_non_contig_expand_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0131534Z test_non_contig_expand_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0131684Z test_non_contig_expand_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0131832Z test_non_contig_expand_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0131967Z test_non_contig_expand_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0132114Z test_non_contig_expand_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0132258Z test_non_contig_expand_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0132401Z test_non_contig_expand_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0132541Z test_non_contig_expand_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0132684Z test_non_contig_expand_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0132825Z test_non_contig_expand_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0132991Z test_non_contig_expand_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0133158Z test_non_contig_expand_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0133306Z test_non_contig_expand_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0133462Z test_non_contig_expand_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0133625Z test_non_contig_expand_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0133787Z test_non_contig_expand_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0133964Z test_non_contig_expand_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0134141Z test_non_contig_expand_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0134314Z test_non_contig_expand_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0134491Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0134665Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0134828Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0135002Z test_non_contig_expand_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0135174Z test_non_contig_expand_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0135338Z test_non_contig_expand_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0135533Z test_non_contig_expand_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0135701Z test_non_contig_expand_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0135869Z test_non_contig_expand_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0136038Z test_non_contig_expand_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0136212Z test_non_contig_expand_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0136404Z test_non_contig_expand_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0136581Z test_non_contig_expand_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0136751Z test_non_contig_expand_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0136911Z test_non_contig_expand_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0137080Z test_non_contig_expand_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0137247Z test_non_contig_expand_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0137414Z test_non_contig_expand_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0137585Z test_non_contig_expand_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0137754Z test_non_contig_expand_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0137905Z test_non_contig_expand_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0138073Z test_non_contig_expand_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0138234Z test_non_contig_expand_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0138392Z test_non_contig_expand_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0138556Z test_non_contig_expand_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0138714Z test_non_contig_expand_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0138877Z test_non_contig_expand_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0139044Z test_non_contig_expand_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0139206Z test_non_contig_expand_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0139356Z test_non_contig_expand_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0139514Z test_non_contig_expand_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0139678Z test_non_contig_expand_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0139840Z test_non_contig_expand_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0140000Z test_non_contig_expand_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0140189Z test_non_contig_expand_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:56:37.0140384Z test_non_contig_expand_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:56:37.0140570Z test_non_contig_expand_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:56:37.0140765Z test_non_contig_expand_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0140918Z test_non_contig_expand_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0141078Z test_non_contig_expand_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0141257Z test_non_contig_expand_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0141435Z test_non_contig_expand_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0141629Z test_non_contig_expand_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0141798Z test_non_contig_expand_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0141963Z test_non_contig_expand_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0142138Z test_non_contig_expand_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0142313Z test_non_contig_expand_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0142470Z test_non_contig_expand_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0142646Z test_non_contig_expand_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0142820Z test_non_contig_expand_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0142994Z test_non_contig_expand_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0143164Z test_non_contig_expand_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0143340Z test_non_contig_expand_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0143514Z test_non_contig_expand_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0143683Z test_non_contig_expand_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0143852Z test_non_contig_expand_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0144005Z test_non_contig_expand_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0144176Z test_non_contig_expand_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0144343Z test_non_contig_expand_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0144515Z test_non_contig_expand_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0144681Z test_non_contig_expand_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0144850Z test_non_contig_expand_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0145024Z test_non_contig_expand_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0145201Z test_non_contig_expand_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0145374Z test_non_contig_expand_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0145536Z test_non_contig_expand_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0145710Z test_non_contig_expand_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0145910Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0146076Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0146244Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0146413Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0146581Z test_non_contig_expand_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0146779Z test_non_contig_expand_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0146950Z test_non_contig_expand_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0147111Z test_non_contig_expand_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0147281Z test_non_contig_expand_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0147448Z test_non_contig_expand_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0147616Z test_non_contig_expand_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0147783Z test_non_contig_expand_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0147949Z test_non_contig_expand_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0148123Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0148294Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0148467Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0148625Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0148792Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0148955Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0149119Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0149290Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0149458Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0149630Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0149797Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0149967Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0150124Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0150291Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0150454Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0150617Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0150783Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0150974Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0151144Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0151309Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0151477Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0151634Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0151799Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0152004Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0152172Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0152340Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0152503Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0152674Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0152838Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0153008Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0153168Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0153335Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0153502Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0153667Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0153832Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0154000Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0154171Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0154406Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0154582Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0154740Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0154909Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0155075Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0155241Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0155410Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0155578Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0155735Z test_non_contig_expand_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0155896Z test_non_contig_expand_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0156057Z test_non_contig_expand_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0156238Z test_non_contig_expand_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0156393Z test_non_contig_expand_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0156636Z test_non_contig_expand_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0156790Z test_non_contig_expand_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0156945Z test_non_contig_expand_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0157099Z test_non_contig_expand_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0157290Z test_non_contig_expand_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0157445Z test_non_contig_expand_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0157599Z test_non_contig_expand_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0157741Z test_non_contig_expand_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0157895Z test_non_contig_expand_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0158049Z test_non_contig_expand_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0158203Z test_non_contig_expand_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0158352Z test_non_contig_expand_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0158503Z test_non_contig_expand_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0158657Z test_non_contig_expand_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0158804Z test_non_contig_expand_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0158944Z test_non_contig_expand_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0159096Z test_non_contig_expand_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0159245Z test_non_contig_expand_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0159392Z test_non_contig_expand_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0159546Z test_non_contig_expand_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0159703Z test_non_contig_expand_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0159855Z test_non_contig_expand_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0160004Z test_non_contig_expand_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0160140Z test_non_contig_expand_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0160286Z test_non_contig_expand_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0160434Z test_non_contig_expand_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0160576Z test_non_contig_expand_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0160715Z test_non_contig_expand_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0160862Z test_non_contig_expand_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0161004Z test_non_contig_expand_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0161166Z test_non_contig_expand_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0161320Z test_non_contig_expand_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0161506Z test_non_contig_expand_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0161667Z test_non_contig_expand_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0161824Z test_non_contig_expand_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0161982Z test_non_contig_expand_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0162138Z test_non_contig_expand_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0162290Z test_non_contig_expand_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0162471Z test_non_contig_expand_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0162622Z test_non_contig_expand_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0162762Z test_non_contig_expand_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0162920Z test_non_contig_expand_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0163070Z test_non_contig_expand_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0163221Z test_non_contig_expand_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0163371Z test_non_contig_expand_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0163516Z test_non_contig_expand_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0163664Z test_non_contig_expand_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0163812Z test_non_contig_expand_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0163958Z test_non_contig_expand_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0164096Z test_non_contig_expand_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0164262Z test_non_contig_expand_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0164424Z test_non_contig_expand_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0164580Z test_non_contig_expand_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0164740Z test_non_contig_expand_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0164897Z test_non_contig_expand_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0165061Z test_non_contig_expand_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0165230Z test_non_contig_expand_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0165399Z test_non_contig_expand_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0165554Z test_non_contig_expand_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0165706Z test_non_contig_expand_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0165854Z test_non_contig_expand_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0166005Z test_non_contig_expand_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0166157Z test_non_contig_expand_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0166304Z test_non_contig_expand_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0166450Z test_non_contig_expand_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0166597Z test_non_contig_expand_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0166758Z test_non_contig_expand_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0166904Z test_non_contig_expand_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0167050Z test_non_contig_expand_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0167194Z test_non_contig_expand_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0167342Z test_non_contig_expand_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0167489Z test_non_contig_expand_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0167668Z test_non_contig_expand_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0167821Z test_non_contig_expand_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0167969Z test_non_contig_expand_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0168106Z test_non_contig_expand_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0168252Z test_non_contig_expand_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0168398Z test_non_contig_expand_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0168545Z test_non_contig_expand_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0168691Z test_non_contig_expand_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0168832Z test_non_contig_expand_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0168974Z test_non_contig_expand_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0169114Z test_non_contig_expand_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0169255Z test_non_contig_expand_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0169402Z test_non_contig_expand_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0169557Z test_non_contig_expand_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0169713Z test_non_contig_expand_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0169864Z test_non_contig_expand_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0170012Z test_non_contig_expand_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0170162Z test_non_contig_expand_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0170308Z test_non_contig_expand_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0170442Z test_non_contig_expand_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0170590Z test_non_contig_expand_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0170734Z test_non_contig_expand_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0170881Z test_non_contig_expand_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0171033Z test_non_contig_expand_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0171183Z test_non_contig_expand_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0171341Z test_non_contig_expand_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0171498Z test_non_contig_expand_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0171650Z test_non_contig_expand_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0171790Z test_non_contig_expand_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0171968Z test_non_contig_expand_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0172116Z test_non_contig_expand_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0172265Z test_non_contig_expand_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0172414Z test_non_contig_expand_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0172563Z test_non_contig_expand_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0172709Z test_non_contig_expand_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0172886Z test_non_contig_expand_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0173024Z test_non_contig_expand_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0173173Z test_non_contig_expand_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0173317Z test_non_contig_expand_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0173465Z test_non_contig_expand_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0173608Z test_non_contig_expand_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0173748Z test_non_contig_expand_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0173895Z test_non_contig_expand_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0174037Z test_non_contig_expand_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0174179Z test_non_contig_expand_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0174326Z test_non_contig_expand_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0174481Z test_non_contig_expand_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0174630Z test_non_contig_expand_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0174778Z test_non_contig_expand_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0174924Z test_non_contig_expand_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0175074Z test_non_contig_expand_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0175222Z test_non_contig_expand_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0175370Z test_non_contig_expand_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0175508Z test_non_contig_expand_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0175653Z test_non_contig_expand_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0175802Z test_non_contig_expand_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0175954Z test_non_contig_expand_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0176102Z test_non_contig_expand_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0176249Z test_non_contig_expand_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0176392Z test_non_contig_expand_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0176536Z test_non_contig_expand_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0176665Z test_non_contig_expand_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0176806Z test_non_contig_expand_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0176950Z test_non_contig_expand_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0177118Z test_non_contig_expand_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0177266Z test_non_contig_expand_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0177406Z test_non_contig_expand_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0177560Z test_non_contig_expand_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0177711Z test_non_contig_expand_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0177847Z test_non_contig_expand_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0178025Z test_non_contig_expand_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0178172Z test_non_contig_expand_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0178315Z test_non_contig_expand_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0178462Z test_non_contig_expand_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0178604Z test_non_contig_expand_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0178750Z test_non_contig_expand_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0178897Z test_non_contig_expand_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0179041Z test_non_contig_expand_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0179181Z test_non_contig_expand_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0179334Z test_non_contig_expand_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0179481Z test_non_contig_expand_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0179630Z test_non_contig_expand_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0179776Z test_non_contig_expand_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0179921Z test_non_contig_expand_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0180063Z test_non_contig_expand_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0180211Z test_non_contig_expand_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0180342Z test_non_contig_expand_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0180505Z test_non_contig_expand_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0180672Z test_non_contig_expand_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0180831Z test_non_contig_expand_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0180993Z test_non_contig_expand_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0181154Z test_non_contig_expand_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0181312Z test_non_contig_expand_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0181468Z test_non_contig_expand_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0181626Z test_non_contig_expand_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0181774Z test_non_contig_expand_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0181944Z test_non_contig_expand_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0182105Z test_non_contig_expand_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0182294Z test_non_contig_expand_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0182451Z test_non_contig_expand_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0182614Z test_non_contig_expand_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0182775Z test_non_contig_expand_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0182938Z test_non_contig_expand_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0183098Z test_non_contig_expand_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0183311Z test_non_contig_expand_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0183474Z test_non_contig_expand_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0183637Z test_non_contig_expand_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0183793Z test_non_contig_expand_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0183947Z test_non_contig_expand_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0184104Z test_non_contig_expand_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0184264Z test_non_contig_expand_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0184423Z test_non_contig_expand_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0184579Z test_non_contig_expand_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0184740Z test_non_contig_expand_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0184898Z test_non_contig_expand_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0185054Z test_non_contig_expand_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0185208Z test_non_contig_expand_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0185367Z test_non_contig_expand_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0185528Z test_non_contig_expand_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0185688Z test_non_contig_expand_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0185852Z test_non_contig_expand_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0185998Z test_non_contig_expand_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0186160Z test_non_contig_expand_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0186316Z test_non_contig_expand_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0186473Z test_non_contig_expand_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0186631Z test_non_contig_expand_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0186792Z test_non_contig_expand_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0186953Z test_non_contig_expand_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0187112Z test_non_contig_expand_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0187273Z test_non_contig_expand_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0187451Z test_non_contig_expand_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0187610Z test_non_contig_expand_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0187768Z test_non_contig_expand_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0187920Z test_non_contig_expand_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0188078Z test_non_contig_expand_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0188232Z test_non_contig_expand_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0188423Z test_non_contig_expand_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0188584Z test_non_contig_expand_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0188747Z test_non_contig_expand_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0188894Z test_non_contig_expand_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0189053Z test_non_contig_expand_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0189210Z test_non_contig_expand_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0189365Z test_non_contig_expand_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0189520Z test_non_contig_expand_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0189677Z test_non_contig_expand_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0189835Z test_non_contig_expand_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0189990Z test_non_contig_expand_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0190136Z test_non_contig_expand_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0190296Z test_non_contig_expand_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0190449Z test_non_contig_expand_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0190601Z test_non_contig_expand_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0190755Z test_non_contig_expand_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0190906Z test_non_contig_expand_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0191062Z test_non_contig_expand_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0191217Z test_non_contig_expand_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0191372Z test_non_contig_expand_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0191511Z test_non_contig_expand_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0191663Z test_non_contig_expand_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0191814Z test_non_contig_expand_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0191965Z test_non_contig_expand_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0192114Z test_non_contig_expand_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0192268Z test_non_contig_expand_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0192428Z test_non_contig_expand_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0192610Z test_non_contig_expand_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0192750Z test_non_contig_expand_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0192900Z test_non_contig_expand_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0193049Z test_non_contig_expand_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0193200Z test_non_contig_expand_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0193349Z test_non_contig_expand_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0193511Z test_non_contig_expand_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0193705Z test_non_contig_expand_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0193865Z test_non_contig_expand_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0194028Z test_non_contig_expand_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0194176Z test_non_contig_expand_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0194414Z test_non_contig_expand_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0194580Z test_non_contig_expand_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0194739Z test_non_contig_expand_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0194916Z test_non_contig_expand_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0195095Z test_non_contig_expand_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0195270Z test_non_contig_expand_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0195444Z test_non_contig_expand_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0195616Z test_non_contig_expand_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0195771Z test_non_contig_expand_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0195944Z test_non_contig_expand_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0196117Z test_non_contig_expand_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0196294Z test_non_contig_expand_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0196468Z test_non_contig_expand_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0196739Z test_non_contig_expand_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0196914Z test_non_contig_expand_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0197083Z test_non_contig_expand_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0197252Z test_non_contig_expand_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0197409Z test_non_contig_expand_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0197581Z test_non_contig_expand_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0197755Z test_non_contig_expand_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0197928Z test_non_contig_expand_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0198147Z test_non_contig_expand_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0198314Z test_non_contig_expand_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0198480Z test_non_contig_expand_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0198647Z test_non_contig_expand_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0198816Z test_non_contig_expand_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0199001Z test_non_contig_expand_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0199172Z test_non_contig_expand_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0199347Z test_non_contig_expand_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0199518Z test_non_contig_expand_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0199685Z test_non_contig_expand_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0199854Z test_non_contig_expand_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0200023Z test_non_contig_expand_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0200197Z test_non_contig_expand_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0200365Z test_non_contig_expand_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0200517Z test_non_contig_expand_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0200674Z test_non_contig_expand_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0200831Z test_non_contig_expand_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0200987Z test_non_contig_expand_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0201143Z test_non_contig_expand_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0201296Z test_non_contig_expand_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0201447Z test_non_contig_expand_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0201604Z test_non_contig_expand_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0201755Z test_non_contig_expand_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0201904Z test_non_contig_expand_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0202061Z test_non_contig_expand_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0202221Z test_non_contig_expand_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0202378Z test_non_contig_expand_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0202534Z test_non_contig_expand_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0202688Z test_non_contig_expand_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0202842Z test_non_contig_expand_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0202999Z test_non_contig_expand_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0203220Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0203400Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0203590Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0203777Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0203964Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0204177Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0204360Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0204548Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0204728Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0204908Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0205079Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0205257Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0205437Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0205608Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0205790Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0205968Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0206149Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0206325Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0206502Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0206675Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0206837Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0207011Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0207186Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0207360Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0207534Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0207711Z test_non_contig_expand_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0207887Z test_non_contig_expand_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0208060Z test_non_contig_expand_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0208261Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0208422Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0208594Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0208764Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0208932Z test_non_contig_expand_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0209083Z test_non_contig_expand_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0209257Z test_non_contig_expand_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0209412Z test_non_contig_expand_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0209567Z test_non_contig_expand_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0209717Z test_non_contig_expand_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0209855Z test_non_contig_expand_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0210002Z test_non_contig_expand_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0210148Z test_non_contig_expand_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0210289Z test_non_contig_expand_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0210434Z test_non_contig_expand_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0210578Z test_non_contig_expand_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0210730Z test_non_contig_expand_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0210880Z test_non_contig_expand_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0211027Z test_non_contig_expand_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0211182Z test_non_contig_expand_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0211333Z test_non_contig_expand_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0211481Z test_non_contig_expand_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0211626Z test_non_contig_expand_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0211775Z test_non_contig_expand_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0211923Z test_non_contig_expand_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0212074Z test_non_contig_expand_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0212220Z test_non_contig_expand_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0212355Z test_non_contig_expand_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0212499Z test_non_contig_expand_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0212646Z test_non_contig_expand_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0212797Z test_non_contig_expand_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0212949Z test_non_contig_expand_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0213100Z test_non_contig_expand_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0213243Z test_non_contig_expand_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0213419Z test_non_contig_expand_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0213548Z test_non_contig_expand_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0213685Z test_non_contig_expand_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0213826Z test_non_contig_expand_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0213971Z test_non_contig_expand_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0214121Z test_non_contig_expand_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0214263Z test_non_contig_expand_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0214441Z test_non_contig_expand_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0214592Z test_non_contig_expand_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0214729Z test_non_contig_expand_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0214879Z test_non_contig_expand_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0215027Z test_non_contig_expand_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0215168Z test_non_contig_expand_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0215312Z test_non_contig_expand_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0215456Z test_non_contig_expand_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0215599Z test_non_contig_expand_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0215752Z test_non_contig_expand_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0215902Z test_non_contig_expand_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0216038Z test_non_contig_expand_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0216184Z test_non_contig_expand_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0216331Z test_non_contig_expand_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0216476Z test_non_contig_expand_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0216619Z test_non_contig_expand_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0216762Z test_non_contig_expand_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0216907Z test_non_contig_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0217048Z test_non_contig_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0217177Z test_non_contig_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0217321Z test_non_contig_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0217460Z test_non_contig_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0217597Z test_non_contig_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0217732Z test_non_contig_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0217867Z test_non_contig_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0218006Z test_non_contig_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0218146Z test_non_contig_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0218275Z test_non_contig_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0218419Z test_non_contig_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0218589Z test_non_contig_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0218726Z test_non_contig_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0218871Z test_non_contig_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0219011Z test_non_contig_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0219149Z test_non_contig_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0219288Z test_non_contig_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0219413Z test_non_contig_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0219578Z test_non_contig_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0219722Z test_non_contig_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0219893Z test_non_contig_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0220063Z test_non_contig_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0220203Z test_non_contig_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0220348Z test_non_contig_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0220492Z test_non_contig_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0220631Z test_non_contig_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0220765Z test_non_contig_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0220913Z test_non_contig_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0221071Z test_non_contig_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0221231Z test_non_contig_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0221372Z test_non_contig_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0221514Z test_non_contig_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0221654Z test_non_contig_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0221791Z test_non_contig_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0221934Z test_non_contig_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0222062Z test_non_contig_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0222200Z test_non_contig_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0222338Z test_non_contig_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0222474Z test_non_contig_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0222614Z test_non_contig_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0222752Z test_non_contig_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0222886Z test_non_contig_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0223026Z test_non_contig_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0223155Z test_non_contig_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0223294Z test_non_contig_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0223434Z test_non_contig_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0223579Z test_non_contig_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0223720Z test_non_contig_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0223890Z test_non_contig_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0224035Z test_non_contig_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0224175Z test_non_contig_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0224303Z test_non_contig_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0224448Z test_non_contig_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0224591Z test_non_contig_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0224731Z test_non_contig_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0224909Z test_non_contig_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0225049Z test_non_contig_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0225187Z test_non_contig_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0225324Z test_non_contig_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0225460Z test_non_contig_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0225587Z test_non_contig_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0225723Z test_non_contig_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0225860Z test_non_contig_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0225996Z test_non_contig_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0226132Z test_non_contig_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0226270Z test_non_contig_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0226405Z test_non_contig_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0226543Z test_non_contig_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0226666Z test_non_contig_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0226802Z test_non_contig_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0226938Z test_non_contig_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0227087Z test_non_contig_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0227233Z test_non_contig_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0227375Z test_non_contig_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0227526Z test_non_contig_index_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.225s) 2022-12-01T10:56:37.0227680Z test_non_contig_index_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0227821Z test_non_contig_index_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0227970Z test_non_contig_index_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0228114Z test_non_contig_index_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0228261Z test_non_contig_index_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0228404Z test_non_contig_index_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0228549Z test_non_contig_index_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0228689Z test_non_contig_index_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0228828Z test_non_contig_index_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0228958Z test_non_contig_index_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0229135Z test_non_contig_index_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0229281Z test_non_contig_index_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0229420Z test_non_contig_index_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0229572Z test_non_contig_index_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0229724Z test_non_contig_index_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0229874Z test_non_contig_index_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0230022Z test_non_contig_index_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0230183Z test_non_contig_index_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0230329Z test_non_contig_index_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0230472Z test_non_contig_index_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0230616Z test_non_contig_index_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0230763Z test_non_contig_index_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0230914Z test_non_contig_index_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0231062Z test_non_contig_index_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0231217Z test_non_contig_index_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0231370Z test_non_contig_index_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0231508Z test_non_contig_index_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0231657Z test_non_contig_index_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0231806Z test_non_contig_index_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0231950Z test_non_contig_index_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0232095Z test_non_contig_index_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0232242Z test_non_contig_index_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0232386Z test_non_contig_index_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0232537Z test_non_contig_index_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0232671Z test_non_contig_index_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0232827Z test_non_contig_index_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0232979Z test_non_contig_index_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0233130Z test_non_contig_index_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0233277Z test_non_contig_index_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0233424Z test_non_contig_index_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0233570Z test_non_contig_index_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0233715Z test_non_contig_index_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0233842Z test_non_contig_index_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0233988Z test_non_contig_index_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0234131Z test_non_contig_index_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0234342Z test_non_contig_index_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0234530Z test_non_contig_index_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0234682Z test_non_contig_index_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0234834Z test_non_contig_index_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0234982Z test_non_contig_index_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0235130Z test_non_contig_index_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0235261Z test_non_contig_index_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0235441Z test_non_contig_index_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0235613Z test_non_contig_index_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0235819Z test_non_contig_index_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0236022Z test_non_contig_index_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0236229Z test_non_contig_index_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0236376Z test_non_contig_index_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0236615Z test_non_contig_index_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0236758Z test_non_contig_index_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0236909Z test_non_contig_index_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0237063Z test_non_contig_index_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0237209Z test_non_contig_index_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0237358Z test_non_contig_index_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0237502Z test_non_contig_index_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0237646Z test_non_contig_index_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0237786Z test_non_contig_index_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0237935Z test_non_contig_index_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0238068Z test_non_contig_index_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0238221Z test_non_contig_index_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0238373Z test_non_contig_index_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0238523Z test_non_contig_index_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0238672Z test_non_contig_index_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0238815Z test_non_contig_index_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0238958Z test_non_contig_index_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0239098Z test_non_contig_index_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0239229Z test_non_contig_index_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0239367Z test_non_contig_index_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0239516Z test_non_contig_index_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0239661Z test_non_contig_index_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0239814Z test_non_contig_index_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0240024Z test_non_contig_index_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0240172Z test_non_contig_index_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0240319Z test_non_contig_index_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0240452Z test_non_contig_index_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0240599Z test_non_contig_index_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0240742Z test_non_contig_index_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0240888Z test_non_contig_index_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0241067Z test_non_contig_index_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0241223Z test_non_contig_index_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0241373Z test_non_contig_index_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0241531Z test_non_contig_index_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0241688Z test_non_contig_index_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0241831Z test_non_contig_index_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0241981Z test_non_contig_index_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0242130Z test_non_contig_index_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0242281Z test_non_contig_index_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0242429Z test_non_contig_index_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0242579Z test_non_contig_index_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0242726Z test_non_contig_index_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0242870Z test_non_contig_index_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0243007Z test_non_contig_index_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0243156Z test_non_contig_index_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0243307Z test_non_contig_index_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0243457Z test_non_contig_index_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0243609Z test_non_contig_index_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0243758Z test_non_contig_index_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0243908Z test_non_contig_index_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0244056Z test_non_contig_index_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0244201Z test_non_contig_index_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0244340Z test_non_contig_index_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0244489Z test_non_contig_index_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0244635Z test_non_contig_index_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0244784Z test_non_contig_index_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0244930Z test_non_contig_index_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0245072Z test_non_contig_index_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0245247Z test_non_contig_index_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0245388Z test_non_contig_index_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0245516Z test_non_contig_index_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0245662Z test_non_contig_index_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0245804Z test_non_contig_index_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0245952Z test_non_contig_index_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0246092Z test_non_contig_index_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0246269Z test_non_contig_index_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0246418Z test_non_contig_index_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0246566Z test_non_contig_index_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0246697Z test_non_contig_index_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0246841Z test_non_contig_index_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0246982Z test_non_contig_index_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0247121Z test_non_contig_index_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0247259Z test_non_contig_index_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0247403Z test_non_contig_index_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0247547Z test_non_contig_index_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0247693Z test_non_contig_index_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0247830Z test_non_contig_index_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0247975Z test_non_contig_index_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0248119Z test_non_contig_index_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0248257Z test_non_contig_index_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0248393Z test_non_contig_index_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0248536Z test_non_contig_index_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0248678Z test_non_contig_index_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0248828Z test_non_contig_index_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0248972Z test_non_contig_index_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0249113Z test_non_contig_index_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0249265Z test_non_contig_index_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0249414Z test_non_contig_index_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0249560Z test_non_contig_index_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0249708Z test_non_contig_index_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0249856Z test_non_contig_index_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0250003Z test_non_contig_index_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0250144Z test_non_contig_index_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0250303Z test_non_contig_index_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0250446Z test_non_contig_index_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0250591Z test_non_contig_index_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0250738Z test_non_contig_index_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0250883Z test_non_contig_index_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0251035Z test_non_contig_index_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0251186Z test_non_contig_index_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0251359Z test_non_contig_index_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0251509Z test_non_contig_index_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0251645Z test_non_contig_index_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0251791Z test_non_contig_index_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0251936Z test_non_contig_index_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0252076Z test_non_contig_index_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0252214Z test_non_contig_index_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0252356Z test_non_contig_index_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0252493Z test_non_contig_index_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0252641Z test_non_contig_index_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0252772Z test_non_contig_index_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0252927Z test_non_contig_index_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0253076Z test_non_contig_index_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0253223Z test_non_contig_index_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0253370Z test_non_contig_index_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0253511Z test_non_contig_index_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0253655Z test_non_contig_index_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0253799Z test_non_contig_index_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0253929Z test_non_contig_index_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0254066Z test_non_contig_index_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0254211Z test_non_contig_index_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0254353Z test_non_contig_index_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0254511Z test_non_contig_index_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0254667Z test_non_contig_index_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0254829Z test_non_contig_index_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0254989Z test_non_contig_index_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0255157Z test_non_contig_index_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0255304Z test_non_contig_index_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0255493Z test_non_contig_index_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0255648Z test_non_contig_index_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0255802Z test_non_contig_index_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0255955Z test_non_contig_index_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0256109Z test_non_contig_index_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0256263Z test_non_contig_index_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0256442Z test_non_contig_index_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0256578Z test_non_contig_index_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0256723Z test_non_contig_index_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0256875Z test_non_contig_index_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0257024Z test_non_contig_index_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0257170Z test_non_contig_index_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0257312Z test_non_contig_index_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0257453Z test_non_contig_index_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0257592Z test_non_contig_index_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0257732Z test_non_contig_index_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0257862Z test_non_contig_index_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0258001Z test_non_contig_index_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0258148Z test_non_contig_index_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0258287Z test_non_contig_index_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0258437Z test_non_contig_index_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0258589Z test_non_contig_index_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0258735Z test_non_contig_index_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0258875Z test_non_contig_index_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0259010Z test_non_contig_index_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0259149Z test_non_contig_index_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0259289Z test_non_contig_index_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0259434Z test_non_contig_index_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0259574Z test_non_contig_index_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0259728Z test_non_contig_index_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0259876Z test_non_contig_index_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0260029Z test_non_contig_index_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0260170Z test_non_contig_index_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0260323Z test_non_contig_index_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0260471Z test_non_contig_index_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0260651Z test_non_contig_index_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0260801Z test_non_contig_index_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0260946Z test_non_contig_index_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0261090Z test_non_contig_index_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0261242Z test_non_contig_index_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0261391Z test_non_contig_index_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0261529Z test_non_contig_index_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0261716Z test_non_contig_index_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0261863Z test_non_contig_index_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0262008Z test_non_contig_index_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0262153Z test_non_contig_index_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0262301Z test_non_contig_index_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0262448Z test_non_contig_index_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0262597Z test_non_contig_index_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0262731Z test_non_contig_index_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0262887Z test_non_contig_index_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0263040Z test_non_contig_index_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0263192Z test_non_contig_index_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0263343Z test_non_contig_index_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0263489Z test_non_contig_index_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0263637Z test_non_contig_index_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0263784Z test_non_contig_index_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0263917Z test_non_contig_index_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0264066Z test_non_contig_index_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0264216Z test_non_contig_index_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0264361Z test_non_contig_index_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0264511Z test_non_contig_index_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0264657Z test_non_contig_index_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0264806Z test_non_contig_index_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0264953Z test_non_contig_index_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0265095Z test_non_contig_index_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0265223Z test_non_contig_index_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0265358Z test_non_contig_index_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0265501Z test_non_contig_index_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0265638Z test_non_contig_index_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0265845Z test_non_contig_index_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0265989Z test_non_contig_index_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0266137Z test_non_contig_index_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0266283Z test_non_contig_index_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0266417Z test_non_contig_index_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0266563Z test_non_contig_index_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0266703Z test_non_contig_index_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0266873Z test_non_contig_index_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0267017Z test_non_contig_index_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0267170Z test_non_contig_index_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0267319Z test_non_contig_index_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0267469Z test_non_contig_index_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0267607Z test_non_contig_index_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0267753Z test_non_contig_index_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0267898Z test_non_contig_index_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0268045Z test_non_contig_index_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0268194Z test_non_contig_index_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0268337Z test_non_contig_index_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0268489Z test_non_contig_index_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0268635Z test_non_contig_index_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0268780Z test_non_contig_index_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0268912Z test_non_contig_index_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0269058Z test_non_contig_index_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0269200Z test_non_contig_index_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0269339Z test_non_contig_index_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0269479Z test_non_contig_index_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0269624Z test_non_contig_index_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0269771Z test_non_contig_index_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0269918Z test_non_contig_index_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0270053Z test_non_contig_index_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0270204Z test_non_contig_index_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0270354Z test_non_contig_index_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0270503Z test_non_contig_index_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0270649Z test_non_contig_index_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0270797Z test_non_contig_index_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0270942Z test_non_contig_index_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0271114Z test_non_contig_index_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0271248Z test_non_contig_index_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0271395Z test_non_contig_index_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0271545Z test_non_contig_index_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0271693Z test_non_contig_index_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0271841Z test_non_contig_index_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0271986Z test_non_contig_index_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0272158Z test_non_contig_index_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0272301Z test_non_contig_index_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0272442Z test_non_contig_index_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0272576Z test_non_contig_index_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0272716Z test_non_contig_index_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0272861Z test_non_contig_index_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0273008Z test_non_contig_index_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0273160Z test_non_contig_index_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0273314Z test_non_contig_index_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0273463Z test_non_contig_index_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0273609Z test_non_contig_index_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0273746Z test_non_contig_index_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0273892Z test_non_contig_index_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0274039Z test_non_contig_index_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0274181Z test_non_contig_index_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0274402Z test_non_contig_index_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0274554Z test_non_contig_index_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0274702Z test_non_contig_index_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0274858Z test_non_contig_index_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0274993Z test_non_contig_index_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0275152Z test_non_contig_index_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0275305Z test_non_contig_index_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0275461Z test_non_contig_index_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0275610Z test_non_contig_index_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0275757Z test_non_contig_index_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0275902Z test_non_contig_index_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0276053Z test_non_contig_index_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0276194Z test_non_contig_index_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0276355Z test_non_contig_index_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0276502Z test_non_contig_index_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0276725Z test_non_contig_index_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0276877Z test_non_contig_index_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0277025Z test_non_contig_index_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0277174Z test_non_contig_index_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0277321Z test_non_contig_index_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0277510Z test_non_contig_index_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0277644Z test_non_contig_index_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0277794Z test_non_contig_index_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0277938Z test_non_contig_index_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0278087Z test_non_contig_index_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0278235Z test_non_contig_index_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0278380Z test_non_contig_index_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0278529Z test_non_contig_index_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0278682Z test_non_contig_index_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0278818Z test_non_contig_index_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0278966Z test_non_contig_index_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0279116Z test_non_contig_index_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0279261Z test_non_contig_index_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0279408Z test_non_contig_index_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0279562Z test_non_contig_index_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0279714Z test_non_contig_index_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0279860Z test_non_contig_index_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0280005Z test_non_contig_index_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0280139Z test_non_contig_index_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0280282Z test_non_contig_index_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0280424Z test_non_contig_index_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0280568Z test_non_contig_index_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0280712Z test_non_contig_index_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0280854Z test_non_contig_index_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0280996Z test_non_contig_index_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0281137Z test_non_contig_index_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0281269Z test_non_contig_index_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0281413Z test_non_contig_index_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0281554Z test_non_contig_index_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0281729Z test_non_contig_index_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0281866Z test_non_contig_index_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0282007Z test_non_contig_index_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0282150Z test_non_contig_index_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0282300Z test_non_contig_index_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0282440Z test_non_contig_index_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0282588Z test_non_contig_index_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0282761Z test_non_contig_index_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0282904Z test_non_contig_index_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0283055Z test_non_contig_index_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0283202Z test_non_contig_index_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0283345Z test_non_contig_index_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0283485Z test_non_contig_index_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0283625Z test_non_contig_index_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0283757Z test_non_contig_index_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0283902Z test_non_contig_index_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0284040Z test_non_contig_index_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0284183Z test_non_contig_index_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0284328Z test_non_contig_index_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0284484Z test_non_contig_index_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0284632Z test_non_contig_index_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0284789Z test_non_contig_index_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0284934Z test_non_contig_index_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0285088Z test_non_contig_index_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0285240Z test_non_contig_index_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0285390Z test_non_contig_index_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0285542Z test_non_contig_index_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0285689Z test_non_contig_index_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0285837Z test_non_contig_index_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0285982Z test_non_contig_index_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0286118Z test_non_contig_index_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0286267Z test_non_contig_index_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0286413Z test_non_contig_index_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0286560Z test_non_contig_index_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0286712Z test_non_contig_index_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0286896Z test_non_contig_index_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0287047Z test_non_contig_index_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0287195Z test_non_contig_index_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0287342Z test_non_contig_index_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0287474Z test_non_contig_index_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0287616Z test_non_contig_index_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0287755Z test_non_contig_index_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0287917Z test_non_contig_index_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0288061Z test_non_contig_index_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0288203Z test_non_contig_index_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0288347Z test_non_contig_index_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0288489Z test_non_contig_index_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0288628Z test_non_contig_index_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0288775Z test_non_contig_index_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0288925Z test_non_contig_index_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0289072Z test_non_contig_index_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0289213Z test_non_contig_index_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0289362Z test_non_contig_index_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0289504Z test_non_contig_index_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0289643Z test_non_contig_index_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0289788Z test_non_contig_index_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0289917Z test_non_contig_index_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0290068Z test_non_contig_index_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0321031Z test_non_contig_index_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0321292Z test_non_contig_index_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0321442Z test_non_contig_index_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0321600Z test_non_contig_index_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0321753Z test_non_contig_index_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0321905Z test_non_contig_index_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0322057Z test_non_contig_index_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0322209Z test_non_contig_index_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0322359Z test_non_contig_index_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0322515Z test_non_contig_index_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0322654Z test_non_contig_index_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0322806Z test_non_contig_index_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0323092Z test_non_contig_index_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0323245Z test_non_contig_index_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0323394Z test_non_contig_index_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0323546Z test_non_contig_index_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0323697Z test_non_contig_index_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0323848Z test_non_contig_index_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0324040Z test_non_contig_index_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0324180Z test_non_contig_index_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0324331Z test_non_contig_index_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0324488Z test_non_contig_index_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0324639Z test_non_contig_index_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0324791Z test_non_contig_index_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0324939Z test_non_contig_index_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0325088Z test_non_contig_index_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0325236Z test_non_contig_index_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0325372Z test_non_contig_index_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0325522Z test_non_contig_index_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0325672Z test_non_contig_index_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0325819Z test_non_contig_index_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0325967Z test_non_contig_index_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0326156Z test_non_contig_index_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0326341Z test_non_contig_index_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0326531Z test_non_contig_index_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0326721Z test_non_contig_index_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0326892Z test_non_contig_index_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0327076Z test_non_contig_index_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0327257Z test_non_contig_index_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0327434Z test_non_contig_index_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0327609Z test_non_contig_index_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0327780Z test_non_contig_index_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0327957Z test_non_contig_index_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0328129Z test_non_contig_index_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0328312Z test_non_contig_index_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0328451Z test_non_contig_index_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0328602Z test_non_contig_index_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0328752Z test_non_contig_index_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0328902Z test_non_contig_index_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0329050Z test_non_contig_index_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0329245Z test_non_contig_index_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0329395Z test_non_contig_index_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0329544Z test_non_contig_index_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0329694Z test_non_contig_index_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0329827Z test_non_contig_index_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0329978Z test_non_contig_index_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0330128Z test_non_contig_index_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0330277Z test_non_contig_index_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0330424Z test_non_contig_index_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0330570Z test_non_contig_index_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0330710Z test_non_contig_index_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0330851Z test_non_contig_index_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0330982Z test_non_contig_index_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0331122Z test_non_contig_index_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0331272Z test_non_contig_index_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0331421Z test_non_contig_index_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0331570Z test_non_contig_index_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0331718Z test_non_contig_index_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0331866Z test_non_contig_index_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0332007Z test_non_contig_index_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0332149Z test_non_contig_index_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0332280Z test_non_contig_index_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0332420Z test_non_contig_index_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0332567Z test_non_contig_index_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0332716Z test_non_contig_index_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0332870Z test_non_contig_index_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0333021Z test_non_contig_index_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0333172Z test_non_contig_index_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0333317Z test_non_contig_index_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0333479Z test_non_contig_index_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0333619Z test_non_contig_index_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0333758Z test_non_contig_index_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0333899Z test_non_contig_index_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0334039Z test_non_contig_index_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0334188Z test_non_contig_index_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0334333Z test_non_contig_index_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0334518Z test_non_contig_index_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0334657Z test_non_contig_index_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0334803Z test_non_contig_index_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0334944Z test_non_contig_index_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0335087Z test_non_contig_index_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0335227Z test_non_contig_index_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0335364Z test_non_contig_index_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0335507Z test_non_contig_index_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0335647Z test_non_contig_index_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0335793Z test_non_contig_index_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0335947Z test_non_contig_index_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0336111Z test_non_contig_index_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0336272Z test_non_contig_index_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0336427Z test_non_contig_index_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0336576Z test_non_contig_index_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0336729Z test_non_contig_index_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0336882Z test_non_contig_index_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0337037Z test_non_contig_index_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0337172Z test_non_contig_index_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0337324Z test_non_contig_index_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0337471Z test_non_contig_index_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0337622Z test_non_contig_index_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0337770Z test_non_contig_index_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0337917Z test_non_contig_index_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0338065Z test_non_contig_index_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0338211Z test_non_contig_index_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0338342Z test_non_contig_index_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0338482Z test_non_contig_index_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0338656Z test_non_contig_index_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0338796Z test_non_contig_index_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0338944Z test_non_contig_index_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0339092Z test_non_contig_index_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0339245Z test_non_contig_index_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0339396Z test_non_contig_index_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0339573Z test_non_contig_index_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0339711Z test_non_contig_index_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0339860Z test_non_contig_index_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0340009Z test_non_contig_index_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0340156Z test_non_contig_index_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0340298Z test_non_contig_index_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0340440Z test_non_contig_index_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0340583Z test_non_contig_index_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0340724Z test_non_contig_index_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0340884Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0341055Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0341225Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0341392Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0341552Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0341709Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0341873Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0342032Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0342203Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0342357Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0342524Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0342688Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0342846Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0343002Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0343164Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0343321Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0343491Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0343658Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0343845Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0344011Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0344169Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0344326Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0344488Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0344643Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0344828Z test_non_contig_index_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0344979Z test_non_contig_index_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0345135Z test_non_contig_index_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0345277Z test_non_contig_index_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0345425Z test_non_contig_index_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0345575Z test_non_contig_index_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0345723Z test_non_contig_index_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0345868Z test_non_contig_index_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0346018Z test_non_contig_index_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0346169Z test_non_contig_index_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0346318Z test_non_contig_index_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0346457Z test_non_contig_index_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0346607Z test_non_contig_index_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0346757Z test_non_contig_index_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0346903Z test_non_contig_index_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0347044Z test_non_contig_index_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0347183Z test_non_contig_index_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0347328Z test_non_contig_index_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0347469Z test_non_contig_index_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0347608Z test_non_contig_index_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0347738Z test_non_contig_index_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0347876Z test_non_contig_index_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0348042Z test_non_contig_index_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0348208Z test_non_contig_index_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0348366Z test_non_contig_index_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0348526Z test_non_contig_index_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0348687Z test_non_contig_index_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0348876Z test_non_contig_index_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0349037Z test_non_contig_index_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0349211Z test_non_contig_index_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0349381Z test_non_contig_index_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0349557Z test_non_contig_index_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0349728Z test_non_contig_index_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0349925Z test_non_contig_index_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0350097Z test_non_contig_index_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0350270Z test_non_contig_index_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0350440Z test_non_contig_index_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0350596Z test_non_contig_index_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0350763Z test_non_contig_index_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0350929Z test_non_contig_index_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0351096Z test_non_contig_index_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0351271Z test_non_contig_index_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0351442Z test_non_contig_index_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0351615Z test_non_contig_index_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0351778Z test_non_contig_index_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0351937Z test_non_contig_index_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0352091Z test_non_contig_index_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0352258Z test_non_contig_index_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0352421Z test_non_contig_index_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0352586Z test_non_contig_index_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0352750Z test_non_contig_index_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0352907Z test_non_contig_index_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0353068Z test_non_contig_index_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0353223Z test_non_contig_index_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0353376Z test_non_contig_index_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0353523Z test_non_contig_index_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0353679Z test_non_contig_index_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0353839Z test_non_contig_index_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0354032Z test_non_contig_index_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0354191Z test_non_contig_index_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0354431Z test_non_contig_index_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0354592Z test_non_contig_index_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0354745Z test_non_contig_index_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0354906Z test_non_contig_index_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0355087Z test_non_contig_index_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0355254Z test_non_contig_index_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0355416Z test_non_contig_index_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0355570Z test_non_contig_index_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0355725Z test_non_contig_index_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0355884Z test_non_contig_index_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0356039Z test_non_contig_index_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0356210Z test_non_contig_index_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0356382Z test_non_contig_index_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0356672Z test_non_contig_index_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0356837Z test_non_contig_index_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0356991Z test_non_contig_index_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0357157Z test_non_contig_index_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0357325Z test_non_contig_index_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0357493Z test_non_contig_index_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0357662Z test_non_contig_index_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0357829Z test_non_contig_index_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0357992Z test_non_contig_index_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0358151Z test_non_contig_index_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0358317Z test_non_contig_index_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0358480Z test_non_contig_index_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0358642Z test_non_contig_index_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0358805Z test_non_contig_index_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0358966Z test_non_contig_index_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0359125Z test_non_contig_index_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0359336Z test_non_contig_index_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0359495Z test_non_contig_index_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0359646Z test_non_contig_index_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0359805Z test_non_contig_index_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0359972Z test_non_contig_index_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0360140Z test_non_contig_index_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0360342Z test_non_contig_index_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0360507Z test_non_contig_index_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0360671Z test_non_contig_index_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0360831Z test_non_contig_index_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0360990Z test_non_contig_index_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0361144Z test_non_contig_index_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0361305Z test_non_contig_index_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0361466Z test_non_contig_index_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0361630Z test_non_contig_index_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0361794Z test_non_contig_index_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0361956Z test_non_contig_index_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0362117Z test_non_contig_index_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0362277Z test_non_contig_index_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0362434Z test_non_contig_index_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0362588Z test_non_contig_index_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0362749Z test_non_contig_index_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0362912Z test_non_contig_index_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0363073Z test_non_contig_index_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0363235Z test_non_contig_index_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0363395Z test_non_contig_index_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0363555Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0363716Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0363874Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0364029Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0364187Z test_non_contig_index_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0364382Z test_non_contig_index_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0364537Z test_non_contig_index_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0364699Z test_non_contig_index_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0364860Z test_non_contig_index_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0365017Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0365214Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0365370Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0365528Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0365684Z test_non_contig_index_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0365846Z test_non_contig_index_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0366000Z test_non_contig_index_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0366159Z test_non_contig_index_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0366318Z test_non_contig_index_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0366476Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0366633Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0366791Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0366943Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0367100Z test_non_contig_index_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0367262Z test_non_contig_index_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0367417Z test_non_contig_index_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0367578Z test_non_contig_index_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0367740Z test_non_contig_index_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0367897Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0368056Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0368209Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0368360Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0368515Z test_non_contig_index_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0368676Z test_non_contig_index_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0368833Z test_non_contig_index_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0368993Z test_non_contig_index_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0369181Z test_non_contig_index_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0369335Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0369493Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0369651Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0369804Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0369959Z test_non_contig_index_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0370130Z test_non_contig_index_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0370282Z test_non_contig_index_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0370435Z test_non_contig_index_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0370583Z test_non_contig_index_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0370725Z test_non_contig_index_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0370869Z test_non_contig_index_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0371009Z test_non_contig_index_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0371151Z test_non_contig_index_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0371293Z test_non_contig_index_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0371438Z test_non_contig_index_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0371581Z test_non_contig_index_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0371722Z test_non_contig_index_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0371864Z test_non_contig_index_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0372005Z test_non_contig_index_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0372149Z test_non_contig_index_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0372291Z test_non_contig_index_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0372434Z test_non_contig_index_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0372576Z test_non_contig_index_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0372718Z test_non_contig_index_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0372859Z test_non_contig_index_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0373001Z test_non_contig_index_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0373135Z test_non_contig_index_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0373273Z test_non_contig_index_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0373410Z test_non_contig_index_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0373551Z test_non_contig_index_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0373692Z test_non_contig_index_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0373835Z test_non_contig_index_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0373976Z test_non_contig_index_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0374143Z test_non_contig_index_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0374277Z test_non_contig_index_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0374414Z test_non_contig_index_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0374546Z test_non_contig_index_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0374676Z test_non_contig_index_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0374811Z test_non_contig_index_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0374942Z test_non_contig_index_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0375150Z test_non_contig_index_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0375298Z test_non_contig_index_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0375449Z test_non_contig_index_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0375602Z test_non_contig_index_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0375752Z test_non_contig_index_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0375900Z test_non_contig_index_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0376044Z test_non_contig_index_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0376191Z test_non_contig_index_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0376337Z test_non_contig_index_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0376477Z test_non_contig_index_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0376625Z test_non_contig_index_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0376765Z test_non_contig_index_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0376906Z test_non_contig_index_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0377046Z test_non_contig_index_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0377186Z test_non_contig_index_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0377326Z test_non_contig_index_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0377460Z test_non_contig_index_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0377594Z test_non_contig_index_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0377731Z test_non_contig_index_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0377861Z test_non_contig_index_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0378015Z test_non_contig_index_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0378169Z test_non_contig_index_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0378317Z test_non_contig_index_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0378467Z test_non_contig_index_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0378613Z test_non_contig_index_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0378760Z test_non_contig_index_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0378919Z test_non_contig_index_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0379111Z test_non_contig_index_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0379263Z test_non_contig_index_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0379405Z test_non_contig_index_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0379545Z test_non_contig_index_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0379688Z test_non_contig_index_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0379832Z test_non_contig_index_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0379971Z test_non_contig_index_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0380136Z test_non_contig_index_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0380276Z test_non_contig_index_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0380407Z test_non_contig_index_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0380539Z test_non_contig_index_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0380676Z test_non_contig_index_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0380806Z test_non_contig_index_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0380945Z test_non_contig_index_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0381084Z test_non_contig_index_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0381230Z test_non_contig_index_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0381370Z test_non_contig_index_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0381510Z test_non_contig_index_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0381642Z test_non_contig_index_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0381774Z test_non_contig_index_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0381905Z test_non_contig_index_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0382042Z test_non_contig_index_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0382174Z test_non_contig_index_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0382303Z test_non_contig_index_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0382440Z test_non_contig_index_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0382571Z test_non_contig_index_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0382709Z test_non_contig_index_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0382852Z test_non_contig_index_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0382996Z test_non_contig_index_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0383140Z test_non_contig_index_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0383279Z test_non_contig_index_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0383420Z test_non_contig_index_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0383558Z test_non_contig_index_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0383698Z test_non_contig_index_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0383828Z test_non_contig_index_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0383993Z test_non_contig_index_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0384130Z test_non_contig_index_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0384262Z test_non_contig_index_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0384406Z test_non_contig_index_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0384548Z test_non_contig_index_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0384697Z test_non_contig_index_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0384845Z test_non_contig_index_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0385011Z test_non_contig_index_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0385151Z test_non_contig_index_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0385294Z test_non_contig_index_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0385435Z test_non_contig_index_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0385573Z test_non_contig_index_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0385714Z test_non_contig_index_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0385850Z test_non_contig_index_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0385989Z test_non_contig_index_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0386127Z test_non_contig_index_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0386263Z test_non_contig_index_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0386400Z test_non_contig_index_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0386540Z test_non_contig_index_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0386677Z test_non_contig_index_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0386809Z test_non_contig_index_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0386940Z test_non_contig_index_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0387074Z test_non_contig_index_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0387207Z test_non_contig_index_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0387346Z test_non_contig_index_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0387485Z test_non_contig_index_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0387627Z test_non_contig_index_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0387770Z test_non_contig_index_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0387911Z test_non_contig_index_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0388051Z test_non_contig_index_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0388189Z test_non_contig_index_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0388329Z test_non_contig_index_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0388467Z test_non_contig_index_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0388602Z test_non_contig_index_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0388740Z test_non_contig_index_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0388908Z test_non_contig_index_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0389051Z test_non_contig_index_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0389191Z test_non_contig_index_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0389328Z test_non_contig_index_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0389463Z test_non_contig_index_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0389599Z test_non_contig_index_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0389725Z test_non_contig_index_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0389880Z test_non_contig_index_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0390018Z test_non_contig_index_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0390150Z test_non_contig_index_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0390288Z test_non_contig_index_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0390425Z test_non_contig_index_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0390568Z test_non_contig_index_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0390710Z test_non_contig_index_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0390847Z test_non_contig_index_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0390982Z test_non_contig_index_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0391122Z test_non_contig_index_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0391256Z test_non_contig_index_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0391389Z test_non_contig_index_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0391522Z test_non_contig_index_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0391654Z test_non_contig_index_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0391792Z test_non_contig_index_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0391928Z test_non_contig_index_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0392068Z test_non_contig_index_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0392210Z test_non_contig_index_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0392349Z test_non_contig_index_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0392486Z test_non_contig_index_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0392624Z test_non_contig_index_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0392756Z test_non_contig_index_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0392885Z test_non_contig_index_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0393018Z test_non_contig_index_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0393147Z test_non_contig_index_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0393299Z test_non_contig_index_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0393453Z test_non_contig_index_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0393606Z test_non_contig_index_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0393756Z test_non_contig_index_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0393935Z test_non_contig_index_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0394082Z test_non_contig_index_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0394231Z test_non_contig_index_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0394457Z test_non_contig_index_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0394608Z test_non_contig_index_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0394763Z test_non_contig_index_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0394944Z test_non_contig_index_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0395098Z test_non_contig_index_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0395250Z test_non_contig_index_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0395402Z test_non_contig_index_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0395551Z test_non_contig_index_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0395698Z test_non_contig_index_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0395849Z test_non_contig_index_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0395999Z test_non_contig_index_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0396149Z test_non_contig_index_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0396297Z test_non_contig_index_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0396451Z test_non_contig_index_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0396690Z test_non_contig_index_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0396841Z test_non_contig_index_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0396988Z test_non_contig_index_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0397136Z test_non_contig_index_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0397283Z test_non_contig_index_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0397432Z test_non_contig_index_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0397579Z test_non_contig_index_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0397730Z test_non_contig_index_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0397877Z test_non_contig_index_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0398025Z test_non_contig_index_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0398171Z test_non_contig_index_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0398321Z test_non_contig_index_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0398473Z test_non_contig_index_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0398618Z test_non_contig_index_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0398764Z test_non_contig_index_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0398959Z test_non_contig_index_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0399104Z test_non_contig_index_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0399252Z test_non_contig_index_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0399398Z test_non_contig_index_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0399551Z test_non_contig_index_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0399698Z test_non_contig_index_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0399889Z test_non_contig_index_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0400036Z test_non_contig_index_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0400184Z test_non_contig_index_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0400330Z test_non_contig_index_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0400472Z test_non_contig_index_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0400617Z test_non_contig_index_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0400759Z test_non_contig_index_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0400905Z test_non_contig_index_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0401057Z test_non_contig_index_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0401202Z test_non_contig_index_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0401350Z test_non_contig_index_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0401498Z test_non_contig_index_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0401640Z test_non_contig_index_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0401783Z test_non_contig_index_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0401925Z test_non_contig_index_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0402074Z test_non_contig_index_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0402220Z test_non_contig_index_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0402370Z test_non_contig_index_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0402511Z test_non_contig_index_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0402661Z test_non_contig_index_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0402805Z test_non_contig_index_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0402945Z test_non_contig_index_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0403087Z test_non_contig_index_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0403226Z test_non_contig_index_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0403369Z test_non_contig_index_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0403514Z test_non_contig_index_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0403654Z test_non_contig_index_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0403827Z test_non_contig_index_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0403969Z test_non_contig_index_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0404109Z test_non_contig_index_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0404249Z test_non_contig_index_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0404390Z test_non_contig_index_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0404533Z test_non_contig_index_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0404680Z test_non_contig_index_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0404861Z test_non_contig_index_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0405001Z test_non_contig_index_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0405147Z test_non_contig_index_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0405288Z test_non_contig_index_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0405435Z test_non_contig_index_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0405575Z test_non_contig_index_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0405728Z test_non_contig_index_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0405884Z test_non_contig_index_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0406038Z test_non_contig_index_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0406190Z test_non_contig_index_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0406340Z test_non_contig_index_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0406495Z test_non_contig_index_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0406646Z test_non_contig_index_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0406798Z test_non_contig_index_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0406963Z test_non_contig_index_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0407128Z test_non_contig_index_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0407295Z test_non_contig_index_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0407457Z test_non_contig_index_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0407617Z test_non_contig_index_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0407776Z test_non_contig_index_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0407937Z test_non_contig_index_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0408100Z test_non_contig_index_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0408263Z test_non_contig_index_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0408425Z test_non_contig_index_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0408589Z test_non_contig_index_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0408750Z test_non_contig_index_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0408938Z test_non_contig_index_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0409094Z test_non_contig_index_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0409250Z test_non_contig_index_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0409413Z test_non_contig_index_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0409575Z test_non_contig_index_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0409761Z test_non_contig_index_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0409925Z test_non_contig_index_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0410086Z test_non_contig_index_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0410245Z test_non_contig_index_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0410403Z test_non_contig_index_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0410562Z test_non_contig_index_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0410727Z test_non_contig_index_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0410889Z test_non_contig_index_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0411048Z test_non_contig_index_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0411211Z test_non_contig_index_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0411371Z test_non_contig_index_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0411527Z test_non_contig_index_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0411684Z test_non_contig_index_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0411844Z test_non_contig_index_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0412005Z test_non_contig_index_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0412159Z test_non_contig_index_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0412307Z test_non_contig_index_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0412452Z test_non_contig_index_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0412602Z test_non_contig_index_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0412748Z test_non_contig_index_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0412895Z test_non_contig_index_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0413038Z test_non_contig_index_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0413186Z test_non_contig_index_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0413330Z test_non_contig_index_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0413477Z test_non_contig_index_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0413622Z test_non_contig_index_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0413803Z test_non_contig_index_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0413949Z test_non_contig_index_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0414096Z test_non_contig_index_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0414238Z test_non_contig_index_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0414381Z test_non_contig_index_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0414523Z test_non_contig_index_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0414734Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0414917Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0415097Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0415278Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0415459Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0415636Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0415817Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0415996Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0416174Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0416349Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0416523Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0416690Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0416853Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0417024Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0417201Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0417375Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0417549Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0417727Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0417907Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0418079Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0418255Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0418420Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0418592Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0418796Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0418968Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0419139Z test_non_contig_index_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0419312Z test_non_contig_index_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0419481Z test_non_contig_index_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0419681Z test_non_contig_index_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0419854Z test_non_contig_index_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0420022Z test_non_contig_index_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0420180Z test_non_contig_index_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0420344Z test_non_contig_index_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0420494Z test_non_contig_index_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0420642Z test_non_contig_index_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0420794Z test_non_contig_index_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0420946Z test_non_contig_index_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0421094Z test_non_contig_index_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0421243Z test_non_contig_index_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0421377Z test_non_contig_index_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0421519Z test_non_contig_index_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0421659Z test_non_contig_index_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0421803Z test_non_contig_index_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0421940Z test_non_contig_index_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0422091Z test_non_contig_index_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0422240Z test_non_contig_index_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0422396Z test_non_contig_index_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0422550Z test_non_contig_index_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0422688Z test_non_contig_index_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0422835Z test_non_contig_index_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0422982Z test_non_contig_index_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0423128Z test_non_contig_index_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0423274Z test_non_contig_index_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0423418Z test_non_contig_index_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0423566Z test_non_contig_index_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0423711Z test_non_contig_index_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0423874Z test_non_contig_index_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0424019Z test_non_contig_index_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0424166Z test_non_contig_index_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0424316Z test_non_contig_index_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0424460Z test_non_contig_index_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0424599Z test_non_contig_index_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0424742Z test_non_contig_index_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0424908Z test_non_contig_index_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0425034Z test_non_contig_index_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0425178Z test_non_contig_index_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0425316Z test_non_contig_index_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0425464Z test_non_contig_index_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0425609Z test_non_contig_index_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0425759Z test_non_contig_index_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0425907Z test_non_contig_index_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0426055Z test_non_contig_index_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0426202Z test_non_contig_index_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0426335Z test_non_contig_index_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0426474Z test_non_contig_index_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0426612Z test_non_contig_index_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0426755Z test_non_contig_index_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0426895Z test_non_contig_index_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0427043Z test_non_contig_index_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0427191Z test_non_contig_index_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0427341Z test_non_contig_index_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0427475Z test_non_contig_index_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0427615Z test_non_contig_index_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0427756Z test_non_contig_index_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0427899Z test_non_contig_index_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0428037Z test_non_contig_index_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0428178Z test_non_contig_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0428314Z test_non_contig_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0428458Z test_non_contig_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0428591Z test_non_contig_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0428730Z test_non_contig_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0428870Z test_non_contig_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0429037Z test_non_contig_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0429173Z test_non_contig_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0429309Z test_non_contig_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0429442Z test_non_contig_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0429577Z test_non_contig_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0429698Z test_non_contig_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0429846Z test_non_contig_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0430015Z test_non_contig_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0430169Z test_non_contig_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0430317Z test_non_contig_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0430467Z test_non_contig_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0430614Z test_non_contig_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0430755Z test_non_contig_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0430883Z test_non_contig_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0431028Z test_non_contig_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0431167Z test_non_contig_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0431305Z test_non_contig_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0431446Z test_non_contig_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0431590Z test_non_contig_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0431729Z test_non_contig_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0431869Z test_non_contig_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0432015Z test_non_contig_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0432149Z test_non_contig_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0432291Z test_non_contig_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0432432Z test_non_contig_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0432574Z test_non_contig_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0432713Z test_non_contig_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0432854Z test_non_contig_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0432993Z test_non_contig_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0433130Z test_non_contig_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0433256Z test_non_contig_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0433390Z test_non_contig_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0433534Z test_non_contig_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0433672Z test_non_contig_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0433819Z test_non_contig_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0433964Z test_non_contig_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0434105Z test_non_contig_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0434345Z test_non_contig_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0434478Z test_non_contig_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0434618Z test_non_contig_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0434757Z test_non_contig_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0434896Z test_non_contig_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0435036Z test_non_contig_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0435175Z test_non_contig_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0435368Z test_non_contig_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0435512Z test_non_contig_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0435650Z test_non_contig_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0435792Z test_non_contig_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0435934Z test_non_contig_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0436077Z test_non_contig_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0436220Z test_non_contig_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0436357Z test_non_contig_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0436497Z test_non_contig_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0436736Z test_non_contig_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0436871Z test_non_contig_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0437014Z test_non_contig_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0437161Z test_non_contig_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0437297Z test_non_contig_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0437437Z test_non_contig_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0437578Z test_non_contig_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0437721Z test_non_contig_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0437856Z test_non_contig_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0437994Z test_non_contig_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0438125Z test_non_contig_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0438266Z test_non_contig_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0438400Z test_non_contig_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0438552Z test_non_contig_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0438696Z test_non_contig_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0438838Z test_non_contig_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0438982Z test_non_contig_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0439122Z test_non_contig_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0439248Z test_non_contig_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0439393Z test_non_contig_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0439584Z test_non_contig_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0439725Z test_non_contig_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0439865Z test_non_contig_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0440006Z test_non_contig_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0440189Z test_non_contig_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0440366Z test_non_contig_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0440569Z test_non_contig_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0440751Z test_non_contig_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0440931Z test_non_contig_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0441104Z test_non_contig_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0441282Z test_non_contig_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0441454Z test_non_contig_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0441624Z test_non_contig_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0441792Z test_non_contig_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0441963Z test_non_contig_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0442133Z test_non_contig_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0442268Z test_non_contig_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0442410Z test_non_contig_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0442553Z test_non_contig_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0442692Z test_non_contig_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0442834Z test_non_contig_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0442973Z test_non_contig_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0443115Z test_non_contig_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0443255Z test_non_contig_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0443382Z test_non_contig_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0443527Z test_non_contig_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0443665Z test_non_contig_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0443812Z test_non_contig_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0443957Z test_non_contig_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0444098Z test_non_contig_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0444237Z test_non_contig_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0444374Z test_non_contig_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0444501Z test_non_contig_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0444639Z test_non_contig_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0444806Z test_non_contig_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0444943Z test_non_contig_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0445087Z test_non_contig_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0445225Z test_non_contig_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0445367Z test_non_contig_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0445508Z test_non_contig_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0445632Z test_non_contig_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0445797Z test_non_contig_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0445938Z test_non_contig_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0446080Z test_non_contig_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0446215Z test_non_contig_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0446357Z test_non_contig_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0446497Z test_non_contig_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0446643Z test_non_contig_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0446775Z test_non_contig_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0446915Z test_non_contig_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0447056Z test_non_contig_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0447194Z test_non_contig_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0447329Z test_non_contig_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0447469Z test_non_contig_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0447607Z test_non_contig_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0447743Z test_non_contig_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0447871Z test_non_contig_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0448009Z test_non_contig_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0448151Z test_non_contig_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0448293Z test_non_contig_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0448431Z test_non_contig_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0448569Z test_non_contig_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0448710Z test_non_contig_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0448847Z test_non_contig_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0448980Z test_non_contig_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0449104Z test_non_contig_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0449236Z test_non_contig_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0449386Z test_non_contig_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0449534Z test_non_contig_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0449689Z test_non_contig_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0449840Z test_non_contig_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0450018Z test_non_contig_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0450166Z test_non_contig_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0450302Z test_non_contig_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0450448Z test_non_contig_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0450589Z test_non_contig_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0450728Z test_non_contig_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0450872Z test_non_contig_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0451037Z test_non_contig_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0451183Z test_non_contig_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0451326Z test_non_contig_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0451457Z test_non_contig_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0451598Z test_non_contig_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0451737Z test_non_contig_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0451876Z test_non_contig_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0452016Z test_non_contig_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0452155Z test_non_contig_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0452296Z test_non_contig_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0452438Z test_non_contig_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0452568Z test_non_contig_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0452713Z test_non_contig_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0452858Z test_non_contig_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0452998Z test_non_contig_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0453140Z test_non_contig_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0453280Z test_non_contig_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0453419Z test_non_contig_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0453560Z test_non_contig_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0453687Z test_non_contig_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0453827Z test_non_contig_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0453966Z test_non_contig_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0454104Z test_non_contig_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0454267Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0454427Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0454586Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0454742Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0454903Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0455049Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0455275Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0455428Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0455591Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0455752Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0455908Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0456064Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0456266Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0456425Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0456573Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0456730Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0456894Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0457053Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0457213Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0457365Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0457519Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0457674Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0457818Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0457977Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0458124Z test_non_contig_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0458267Z test_non_contig_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0458413Z test_non_contig_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0458561Z test_non_contig_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0458706Z test_non_contig_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0458854Z test_non_contig_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0458994Z test_non_contig_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0459122Z test_non_contig_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0459264Z test_non_contig_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0459406Z test_non_contig_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0459547Z test_non_contig_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0459691Z test_non_contig_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0459834Z test_non_contig_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0459976Z test_non_contig_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0460120Z test_non_contig_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0460248Z test_non_contig_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0460422Z test_non_contig_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0460559Z test_non_contig_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0460695Z test_non_contig_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0460830Z test_non_contig_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0460966Z test_non_contig_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0461100Z test_non_contig_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0461258Z test_non_contig_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0461429Z test_non_contig_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0461587Z test_non_contig_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0461744Z test_non_contig_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0461902Z test_non_contig_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0462058Z test_non_contig_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0462225Z test_non_contig_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0462391Z test_non_contig_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0462553Z test_non_contig_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0462725Z test_non_contig_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0462881Z test_non_contig_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0463042Z test_non_contig_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0463207Z test_non_contig_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0463368Z test_non_contig_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0463526Z test_non_contig_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0463687Z test_non_contig_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0463848Z test_non_contig_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0464010Z test_non_contig_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0464171Z test_non_contig_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0464326Z test_non_contig_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0464493Z test_non_contig_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0464652Z test_non_contig_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0464809Z test_non_contig_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0464966Z test_non_contig_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0465126Z test_non_contig_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0465283Z test_non_contig_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0465442Z test_non_contig_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0465589Z test_non_contig_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0465775Z test_non_contig_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0465929Z test_non_contig_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0466083Z test_non_contig_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0466235Z test_non_contig_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0466385Z test_non_contig_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0466539Z test_non_contig_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0466719Z test_non_contig_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0466879Z test_non_contig_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0467024Z test_non_contig_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0467178Z test_non_contig_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0467333Z test_non_contig_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0467486Z test_non_contig_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0467637Z test_non_contig_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0467793Z test_non_contig_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0467946Z test_non_contig_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0468104Z test_non_contig_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0468263Z test_non_contig_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0468409Z test_non_contig_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0468564Z test_non_contig_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0468718Z test_non_contig_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0468871Z test_non_contig_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0469041Z test_non_contig_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0469214Z test_non_contig_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0469371Z test_non_contig_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0469525Z test_non_contig_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0469669Z test_non_contig_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0469832Z test_non_contig_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0469996Z test_non_contig_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0470151Z test_non_contig_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0470317Z test_non_contig_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0470483Z test_non_contig_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0470641Z test_non_contig_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0470828Z test_non_contig_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0470991Z test_non_contig_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0471140Z test_non_contig_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0471299Z test_non_contig_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0471454Z test_non_contig_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0471607Z test_non_contig_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0471801Z test_non_contig_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0471963Z test_non_contig_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0472125Z test_non_contig_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0472284Z test_non_contig_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0472440Z test_non_contig_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0472596Z test_non_contig_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0472765Z test_non_contig_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0472932Z test_non_contig_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0473100Z test_non_contig_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0473260Z test_non_contig_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0473424Z test_non_contig_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0473581Z test_non_contig_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0473735Z test_non_contig_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0473896Z test_non_contig_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0474043Z test_non_contig_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0474206Z test_non_contig_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0474437Z test_non_contig_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0474600Z test_non_contig_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0474763Z test_non_contig_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0474924Z test_non_contig_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0475084Z test_non_contig_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0475244Z test_non_contig_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0475388Z test_non_contig_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0475557Z test_non_contig_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0475722Z test_non_contig_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0475887Z test_non_contig_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0476080Z test_non_contig_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0476238Z test_non_contig_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0476398Z test_non_contig_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0476663Z test_non_contig_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0476826Z test_non_contig_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0476970Z test_non_contig_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0477181Z test_non_contig_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0477344Z test_non_contig_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0477510Z test_non_contig_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0477669Z test_non_contig_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0477828Z test_non_contig_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0477992Z test_non_contig_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0478148Z test_non_contig_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0478306Z test_non_contig_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0478452Z test_non_contig_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0478619Z test_non_contig_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0478781Z test_non_contig_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0478945Z test_non_contig_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0479105Z test_non_contig_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0479262Z test_non_contig_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0479421Z test_non_contig_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0479577Z test_non_contig_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0479737Z test_non_contig_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0479881Z test_non_contig_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0480050Z test_non_contig_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0480210Z test_non_contig_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0480371Z test_non_contig_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0480531Z test_non_contig_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0480688Z test_non_contig_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0480848Z test_non_contig_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0481005Z test_non_contig_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0481162Z test_non_contig_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0481340Z test_non_contig_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0481503Z test_non_contig_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0481660Z test_non_contig_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0481821Z test_non_contig_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0481979Z test_non_contig_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0482133Z test_non_contig_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0482320Z test_non_contig_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0482475Z test_non_contig_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0482621Z test_non_contig_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0482776Z test_non_contig_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0482925Z test_non_contig_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0483076Z test_non_contig_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0483228Z test_non_contig_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0483378Z test_non_contig_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0483526Z test_non_contig_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0483671Z test_non_contig_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0483811Z test_non_contig_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0483946Z test_non_contig_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0484086Z test_non_contig_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0484224Z test_non_contig_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0484367Z test_non_contig_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0484512Z test_non_contig_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0484659Z test_non_contig_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0484805Z test_non_contig_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0484957Z test_non_contig_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0485085Z test_non_contig_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0485224Z test_non_contig_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0485366Z test_non_contig_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0485510Z test_non_contig_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0485651Z test_non_contig_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0485793Z test_non_contig_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0485931Z test_non_contig_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0486072Z test_non_contig_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0486201Z test_non_contig_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0486344Z test_non_contig_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0486518Z test_non_contig_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0486658Z test_non_contig_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0486801Z test_non_contig_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0486943Z test_non_contig_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0487084Z test_non_contig_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0487223Z test_non_contig_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0487349Z test_non_contig_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0487515Z test_non_contig_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0487657Z test_non_contig_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0487793Z test_non_contig_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0487951Z test_non_contig_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0488099Z test_non_contig_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0488253Z test_non_contig_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0488407Z test_non_contig_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0488557Z test_non_contig_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0488695Z test_non_contig_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0488844Z test_non_contig_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0488993Z test_non_contig_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0489135Z test_non_contig_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0489278Z test_non_contig_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0489424Z test_non_contig_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0489567Z test_non_contig_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0489712Z test_non_contig_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0489842Z test_non_contig_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0489984Z test_non_contig_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0490124Z test_non_contig_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0490267Z test_non_contig_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0490407Z test_non_contig_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0490552Z test_non_contig_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0490690Z test_non_contig_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0490846Z test_non_contig_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0490988Z test_non_contig_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0491142Z test_non_contig_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0491296Z test_non_contig_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0491447Z test_non_contig_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0491596Z test_non_contig_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0491782Z test_non_contig_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0491941Z test_non_contig_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0492100Z test_non_contig_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0492244Z test_non_contig_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0492373Z test_non_contig_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0492519Z test_non_contig_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0492664Z test_non_contig_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0492832Z test_non_contig_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0492976Z test_non_contig_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0493120Z test_non_contig_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0493257Z test_non_contig_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0493396Z test_non_contig_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0493524Z test_non_contig_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0493661Z test_non_contig_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0493803Z test_non_contig_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0493942Z test_non_contig_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0494091Z test_non_contig_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0494233Z test_non_contig_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0494377Z test_non_contig_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0494518Z test_non_contig_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0494643Z test_non_contig_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0494778Z test_non_contig_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0494916Z test_non_contig_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0495052Z test_non_contig_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0495186Z test_non_contig_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0495324Z test_non_contig_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0495459Z test_non_contig_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0495602Z test_non_contig_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0495732Z test_non_contig_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0495880Z test_non_contig_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0496025Z test_non_contig_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0496167Z test_non_contig_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0496308Z test_non_contig_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0496449Z test_non_contig_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0496587Z test_non_contig_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0496729Z test_non_contig_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0496855Z test_non_contig_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0497021Z test_non_contig_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0497159Z test_non_contig_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0497307Z test_non_contig_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0497449Z test_non_contig_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0497601Z test_non_contig_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0497748Z test_non_contig_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0497891Z test_non_contig_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0498044Z test_non_contig_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0498184Z test_non_contig_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0498327Z test_non_contig_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0498466Z test_non_contig_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0498610Z test_non_contig_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0498748Z test_non_contig_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0498887Z test_non_contig_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0499027Z test_non_contig_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0499166Z test_non_contig_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0499295Z test_non_contig_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0499436Z test_non_contig_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0499576Z test_non_contig_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0499716Z test_non_contig_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0499856Z test_non_contig_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0499994Z test_non_contig_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0500130Z test_non_contig_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0500279Z test_non_contig_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0500407Z test_non_contig_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0500552Z test_non_contig_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0500695Z test_non_contig_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0500834Z test_non_contig_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0500978Z test_non_contig_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0501125Z test_non_contig_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0501265Z test_non_contig_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0501404Z test_non_contig_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0501530Z test_non_contig_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0501670Z test_non_contig_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0501807Z test_non_contig_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0501953Z test_non_contig_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0502093Z test_non_contig_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0502261Z test_non_contig_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0502399Z test_non_contig_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0502536Z test_non_contig_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0502659Z test_non_contig_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0502793Z test_non_contig_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0502929Z test_non_contig_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0503061Z test_non_contig_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0503206Z test_non_contig_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0503371Z test_non_contig_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0503519Z test_non_contig_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0503666Z test_non_contig_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0503796Z test_non_contig_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0503936Z test_non_contig_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0504075Z test_non_contig_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0504213Z test_non_contig_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0504351Z test_non_contig_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0504489Z test_non_contig_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0504627Z test_non_contig_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0504768Z test_non_contig_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0504894Z test_non_contig_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0505042Z test_non_contig_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0505186Z test_non_contig_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0505327Z test_non_contig_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0505467Z test_non_contig_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0505605Z test_non_contig_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0505742Z test_non_contig_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0505882Z test_non_contig_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0506007Z test_non_contig_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0506140Z test_non_contig_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0506295Z test_non_contig_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0506450Z test_non_contig_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0506603Z test_non_contig_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0506756Z test_non_contig_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0506907Z test_non_contig_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0507057Z test_non_contig_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0507206Z test_non_contig_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0507341Z test_non_contig_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0507525Z test_non_contig_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0507681Z test_non_contig_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0507835Z test_non_contig_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0507989Z test_non_contig_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0508141Z test_non_contig_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0508288Z test_non_contig_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0508438Z test_non_contig_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0508611Z test_non_contig_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0508758Z test_non_contig_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0508914Z test_non_contig_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0509068Z test_non_contig_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0509217Z test_non_contig_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0509368Z test_non_contig_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0509516Z test_non_contig_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0509666Z test_non_contig_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0509817Z test_non_contig_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0509952Z test_non_contig_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0510105Z test_non_contig_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0510258Z test_non_contig_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0510406Z test_non_contig_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0510558Z test_non_contig_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0510704Z test_non_contig_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0510853Z test_non_contig_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0511002Z test_non_contig_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0511136Z test_non_contig_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0511289Z test_non_contig_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0511443Z test_non_contig_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0511589Z test_non_contig_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0511738Z test_non_contig_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0511885Z test_non_contig_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0512033Z test_non_contig_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0512182Z test_non_contig_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0512336Z test_non_contig_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0512473Z test_non_contig_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0512652Z test_non_contig_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0512799Z test_non_contig_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0512949Z test_non_contig_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0513097Z test_non_contig_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0513245Z test_non_contig_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0513393Z test_non_contig_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0513539Z test_non_contig_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0513700Z test_non_contig_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0513854Z test_non_contig_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0514007Z test_non_contig_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0514158Z test_non_contig_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0514381Z test_non_contig_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0514535Z test_non_contig_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0514684Z test_non_contig_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0514831Z test_non_contig_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0514985Z test_non_contig_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0515122Z test_non_contig_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0515270Z test_non_contig_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0515423Z test_non_contig_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0515572Z test_non_contig_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0515715Z test_non_contig_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0515857Z test_non_contig_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0516004Z test_non_contig_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0516147Z test_non_contig_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0516282Z test_non_contig_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0516430Z test_non_contig_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0516681Z test_non_contig_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0516831Z test_non_contig_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0516974Z test_non_contig_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0517113Z test_non_contig_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0517258Z test_non_contig_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0517400Z test_non_contig_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0517527Z test_non_contig_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0517677Z test_non_contig_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0517825Z test_non_contig_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0518021Z test_non_contig_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0518164Z test_non_contig_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0518304Z test_non_contig_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0518450Z test_non_contig_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0518592Z test_non_contig_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0518744Z test_non_contig_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0518889Z test_non_contig_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0519087Z test_non_contig_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0519245Z test_non_contig_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0519399Z test_non_contig_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0519547Z test_non_contig_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0519696Z test_non_contig_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0519848Z test_non_contig_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0520013Z test_non_contig_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0520168Z test_non_contig_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0520336Z test_non_contig_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0520500Z test_non_contig_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0520664Z test_non_contig_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0520821Z test_non_contig_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0520982Z test_non_contig_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0521141Z test_non_contig_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0521299Z test_non_contig_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0521464Z test_non_contig_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0521619Z test_non_contig_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0521785Z test_non_contig_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0521947Z test_non_contig_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0522108Z test_non_contig_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0522269Z test_non_contig_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0522430Z test_non_contig_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0522591Z test_non_contig_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0522755Z test_non_contig_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0522919Z test_non_contig_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0523067Z test_non_contig_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0523254Z test_non_contig_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0523411Z test_non_contig_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0523569Z test_non_contig_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0523728Z test_non_contig_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0523886Z test_non_contig_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0524050Z test_non_contig_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0524244Z test_non_contig_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0524408Z test_non_contig_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0524555Z test_non_contig_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0524711Z test_non_contig_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0524870Z test_non_contig_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0525027Z test_non_contig_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0525179Z test_non_contig_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0525328Z test_non_contig_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0525480Z test_non_contig_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0525631Z test_non_contig_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0525770Z test_non_contig_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0525919Z test_non_contig_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0526065Z test_non_contig_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0526213Z test_non_contig_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0526362Z test_non_contig_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0526509Z test_non_contig_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0526660Z test_non_contig_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0526814Z test_non_contig_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0526964Z test_non_contig_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0527104Z test_non_contig_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0527255Z test_non_contig_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0527402Z test_non_contig_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0527549Z test_non_contig_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0527737Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:37.0527916Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0528104Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0528284Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0528492Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0528660Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0528841Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0529019Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0529195Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0529394Z test_non_contig_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0529570Z test_non_contig_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0529746Z test_non_contig_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0529916Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0530085Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0530238Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0530404Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0530568Z test_non_contig_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0530734Z test_non_contig_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0530903Z test_non_contig_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0531078Z test_non_contig_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0531241Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0531409Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0531571Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0531725Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0531890Z test_non_contig_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0532055Z test_non_contig_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0532224Z test_non_contig_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0532392Z test_non_contig_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0532556Z test_non_contig_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0532716Z test_non_contig_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0532875Z test_non_contig_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0533038Z test_non_contig_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0533187Z test_non_contig_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0533329Z test_non_contig_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0533494Z test_non_contig_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0533641Z test_non_contig_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0533787Z test_non_contig_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0533928Z test_non_contig_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0534068Z test_non_contig_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0534208Z test_non_contig_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0534334Z test_non_contig_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0534533Z test_non_contig_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0534673Z test_non_contig_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0534813Z test_non_contig_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0534960Z test_non_contig_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0535103Z test_non_contig_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0535253Z test_non_contig_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0535404Z test_non_contig_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0535536Z test_non_contig_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0535678Z test_non_contig_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0535821Z test_non_contig_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0535963Z test_non_contig_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0536108Z test_non_contig_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0536253Z test_non_contig_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0536394Z test_non_contig_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0536534Z test_non_contig_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0536673Z test_non_contig_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0536800Z test_non_contig_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0536942Z test_non_contig_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0537086Z test_non_contig_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0537229Z test_non_contig_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0537373Z test_non_contig_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0537518Z test_non_contig_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0537657Z test_non_contig_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0537794Z test_non_contig_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0537918Z test_non_contig_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0538053Z test_non_contig_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0538196Z test_non_contig_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0538334Z test_non_contig_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0538482Z test_non_contig_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0538626Z test_non_contig_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0538797Z test_non_contig_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0538936Z test_non_contig_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0539063Z test_non_contig_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0539201Z test_non_contig_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0539339Z test_non_contig_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0539475Z test_non_contig_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0539611Z test_non_contig_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0539791Z test_non_contig_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0539934Z test_non_contig_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0540076Z test_non_contig_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0540205Z test_non_contig_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0540342Z test_non_contig_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0540480Z test_non_contig_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0540619Z test_non_contig_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0540756Z test_non_contig_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0540888Z test_nonzero_empty_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.157s) 2022-12-01T10:56:37.0541016Z test_op_invert_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:37.0541152Z test_polygamma_neg_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:37.0541641Z test_reference_numerics_extremal_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _helper_reference_numerics test_unary_ufuncs.py line 184 2022-12-01T10:56:37.0541711Z due to: 2022-12-01T10:56:37.0541806Z Traceback (most recent call last): 2022-12-01T10:56:37.0542099Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-12-01T10:56:37.0542227Z raise NotImplementedError(f"{self} is not a constant") 2022-12-01T10:56:37.0542414Z NotImplementedError: GetAttrVariable(GetAttrVariable(NumpyVariable(), dtype), type) is not a constant 2022-12-01T10:56:37.0542423Z 2022-12-01T10:56:37.0542496Z from user code: 2022-12-01T10:56:37.0542628Z File "test_unary_ufuncs.py", line 188, in _helper_reference_numerics 2022-12-01T10:56:37.0542744Z numpy_to_torch_dtype_dict[expected.dtype.type], dtype 2022-12-01T10:56:37.0542764Z 2022-12-01T10:56:37.0542888Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:56:37.0542950Z ========== 2022-12-01T10:56:37.0543019Z ok (1.439s) 2022-12-01T10:56:37.0543205Z test_reference_numerics_extremal_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0543387Z test_reference_numerics_extremal_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0543554Z test_reference_numerics_extremal_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:37.0543717Z test_reference_numerics_extremal_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0543867Z test_reference_numerics_extremal_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0544033Z test_reference_numerics_extremal_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0544217Z test_reference_numerics_extremal_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0544399Z test_reference_numerics_extremal_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0544592Z test_reference_numerics_extremal_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0544754Z test_reference_numerics_extremal_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0544919Z test_reference_numerics_extremal_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0545101Z test_reference_numerics_extremal_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0545284Z test_reference_numerics_extremal_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0545449Z test_reference_numerics_extremal_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0545634Z test_reference_numerics_extremal_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0545803Z test_reference_numerics_extremal_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0545973Z test_reference_numerics_extremal_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0546140Z test_reference_numerics_extremal_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0546299Z test_reference_numerics_extremal_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0546455Z test_reference_numerics_extremal_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0546610Z test_reference_numerics_extremal_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0546765Z test_reference_numerics_extremal_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0546935Z test_reference_numerics_extremal_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0547117Z test_reference_numerics_extremal_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0547282Z test_reference_numerics_extremal_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0547443Z test_reference_numerics_extremal_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0547605Z test_reference_numerics_extremal_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0547788Z test_reference_numerics_extremal_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0547969Z test_reference_numerics_extremal_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0548134Z test_reference_numerics_extremal_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0548294Z test_reference_numerics_extremal_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0548440Z test_reference_numerics_extremal_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0548620Z test_reference_numerics_extremal_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0548801Z test_reference_numerics_extremal_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0548961Z test_reference_numerics_extremal_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0549122Z test_reference_numerics_extremal_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0549286Z test_reference_numerics_extremal_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0549469Z test_reference_numerics_extremal_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0549649Z test_reference_numerics_extremal_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0549843Z test_reference_numerics_extremal_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0549988Z test_reference_numerics_extremal_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0550143Z test_reference_numerics_extremal_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0550300Z test_reference_numerics_extremal_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0550458Z test_reference_numerics_extremal_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0550619Z test_reference_numerics_extremal_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0550810Z test_reference_numerics_extremal_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0550974Z test_reference_numerics_extremal_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0551136Z test_reference_numerics_extremal_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0551297Z test_reference_numerics_extremal_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0551442Z test_reference_numerics_extremal_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0551621Z test_reference_numerics_extremal_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0551800Z test_reference_numerics_extremal_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0551980Z test_reference_numerics_extremal_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0552155Z test_reference_numerics_extremal_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0552329Z test_reference_numerics_extremal_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0552496Z test_reference_numerics_extremal_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0552658Z test_reference_numerics_extremal_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0552822Z test_reference_numerics_extremal_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0552973Z test_reference_numerics_extremal_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0553134Z test_reference_numerics_extremal_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0553297Z test_reference_numerics_extremal_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0553461Z test_reference_numerics_extremal_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0553630Z test_reference_numerics_extremal_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:37.0553793Z test_reference_numerics_extremal_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0553952Z test_reference_numerics_extremal_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0554115Z test_reference_numerics_extremal_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0554350Z test_reference_numerics_extremal_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0554508Z test_reference_numerics_extremal_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0554675Z test_reference_numerics_extremal_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0554835Z test_reference_numerics_extremal_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0555038Z test_reference_numerics_extremal_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:56:37.0555199Z test_reference_numerics_extremal_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:37.0555360Z test_reference_numerics_extremal_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:37.0555522Z test_reference_numerics_extremal_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0555681Z test_reference_numerics_extremal_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0555842Z test_reference_numerics_extremal_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0556020Z test_reference_numerics_extremal_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0556182Z test_reference_numerics_extremal_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0556344Z test_reference_numerics_extremal_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0556513Z test_reference_numerics_extremal_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0556787Z test_reference_numerics_extremal_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0556953Z test_reference_numerics_extremal_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0557118Z test_reference_numerics_extremal_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0557280Z test_reference_numerics_extremal_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0557443Z test_reference_numerics_extremal_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0557587Z test_reference_numerics_extremal_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0557770Z test_reference_numerics_extremal_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0557954Z test_reference_numerics_extremal_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0558137Z test_reference_numerics_extremal_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0558300Z test_reference_numerics_extremal_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0558460Z test_reference_numerics_extremal_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0558638Z test_reference_numerics_extremal_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0558804Z test_reference_numerics_extremal_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0558966Z test_reference_numerics_extremal_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0559112Z test_reference_numerics_extremal_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0559283Z test_reference_numerics_extremal_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0559448Z test_reference_numerics_extremal_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0559608Z test_reference_numerics_extremal_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0559768Z test_reference_numerics_extremal_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0559929Z test_reference_numerics_extremal_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0560093Z test_reference_numerics_extremal_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0560253Z test_reference_numerics_extremal_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0560446Z test_reference_numerics_extremal_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0560624Z test_reference_numerics_extremal_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0560802Z test_reference_numerics_extremal_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0560977Z test_reference_numerics_extremal_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0561148Z test_reference_numerics_extremal_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0561348Z test_reference_numerics_extremal_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0561514Z test_reference_numerics_extremal_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0561674Z test_reference_numerics_extremal_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0561834Z test_reference_numerics_extremal_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0561981Z test_reference_numerics_extremal_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0562146Z test_reference_numerics_extremal_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0562306Z test_reference_numerics_extremal_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0562475Z test_reference_numerics_extremal_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0562645Z test_reference_numerics_extremal_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0562812Z test_reference_numerics_extremal_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0562985Z test_reference_numerics_extremal_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0563158Z test_reference_numerics_extremal_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0563328Z test_reference_numerics_extremal_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0563479Z test_reference_numerics_extremal_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0563640Z test_reference_numerics_extremal_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0563801Z test_reference_numerics_extremal_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0563965Z test_reference_numerics_extremal_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0564136Z test_reference_numerics_extremal_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0564299Z test_reference_numerics_extremal_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0564457Z test_reference_numerics_extremal_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0564612Z test_reference_numerics_extremal_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0564773Z test_reference_numerics_extremal_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0564925Z test_reference_numerics_extremal_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0565089Z test_reference_numerics_extremal_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0565249Z test_reference_numerics_extremal_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0565406Z test_reference_numerics_extremal_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0565589Z test_reference_numerics_extremal_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0565757Z test_reference_numerics_extremal_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0565923Z test_reference_numerics_extremal_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0566085Z test_reference_numerics_extremal_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0566245Z test_reference_numerics_extremal_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0566399Z test_reference_numerics_extremal_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0566596Z test_reference_numerics_extremal_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0566762Z test_reference_numerics_extremal_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0566924Z test_reference_numerics_extremal_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0567091Z test_reference_numerics_extremal_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0567258Z test_reference_numerics_extremal_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0567425Z test_reference_numerics_extremal_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0567588Z test_reference_numerics_extremal_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0567747Z test_reference_numerics_extremal_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0567893Z test_reference_numerics_extremal_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0568093Z test_reference_numerics_extremal_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0568296Z test_reference_numerics_extremal_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0568492Z test_reference_numerics_extremal_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0568683Z test_reference_numerics_extremal_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0568879Z test_reference_numerics_extremal_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0569074Z test_reference_numerics_extremal_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0569259Z test_reference_numerics_extremal_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0569423Z test_reference_numerics_extremal_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0569580Z test_reference_numerics_extremal_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0569726Z test_reference_numerics_extremal_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0569890Z test_reference_numerics_extremal_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0570054Z test_reference_numerics_extremal_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0570214Z test_reference_numerics_extremal_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0570374Z test_reference_numerics_extremal_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0570536Z test_reference_numerics_extremal_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0570727Z test_reference_numerics_extremal_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0570882Z test_reference_numerics_extremal_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0571025Z test_reference_numerics_extremal_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0571204Z test_reference_numerics_extremal_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0571383Z test_reference_numerics_extremal_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0571544Z test_reference_numerics_extremal_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0571733Z test_reference_numerics_extremal_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0571894Z test_reference_numerics_extremal_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0572063Z test_reference_numerics_extremal_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0572226Z test_reference_numerics_extremal_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0572387Z test_reference_numerics_extremal_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0572536Z test_reference_numerics_extremal_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0572710Z test_reference_numerics_extremal_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0572884Z test_reference_numerics_extremal_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0573058Z test_reference_numerics_extremal_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0573229Z test_reference_numerics_extremal_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0573401Z test_reference_numerics_extremal_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0573570Z test_reference_numerics_extremal_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0573734Z test_reference_numerics_extremal_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0573898Z test_reference_numerics_extremal_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0574044Z test_reference_numerics_extremal_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0574248Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.524s) 2022-12-01T10:56:37.0574445Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:56:37.0574643Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:56:37.0574840Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:56:37.0575035Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:56:37.0575226Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:56:37.0575422Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:56:37.0575618Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:56:37.0575814Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:56:37.0576000Z test_reference_numerics_extremal_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0576169Z test_reference_numerics_extremal_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0576336Z test_reference_numerics_extremal_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0576504Z test_reference_numerics_extremal_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0576664Z test_reference_numerics_extremal_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0576859Z test_reference_numerics_extremal_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0577024Z test_reference_numerics_extremal_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0577186Z test_reference_numerics_extremal_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0577348Z test_reference_numerics_extremal_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0577496Z test_reference_numerics_extremal_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0577675Z test_reference_numerics_extremal_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:37.0577854Z test_reference_numerics_extremal_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0578031Z test_reference_numerics_extremal_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0578211Z test_reference_numerics_extremal_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0578387Z test_reference_numerics_extremal_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0578566Z test_reference_numerics_extremal_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0578759Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0578946Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0579121Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0579309Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0579497Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0579676Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0579854Z test_reference_numerics_extremal_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0580029Z test_reference_numerics_extremal_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0580210Z test_reference_numerics_extremal_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0580390Z test_reference_numerics_extremal_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0580568Z test_reference_numerics_extremal_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0580747Z test_reference_numerics_extremal_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0580910Z test_reference_numerics_extremal_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0581114Z test_reference_numerics_extremal_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0581288Z test_reference_numerics_extremal_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0581463Z test_reference_numerics_extremal_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0581636Z test_reference_numerics_extremal_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0581827Z test_reference_numerics_extremal_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:37.0582072Z test_reference_numerics_extremal_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0582253Z test_reference_numerics_extremal_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0582430Z test_reference_numerics_extremal_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0582590Z test_reference_numerics_extremal_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0582774Z test_reference_numerics_extremal_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0582955Z test_reference_numerics_extremal_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0583132Z test_reference_numerics_extremal_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0583313Z test_reference_numerics_extremal_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0583497Z test_reference_numerics_extremal_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0583684Z test_reference_numerics_extremal_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0583864Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0584040Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0584214Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0584388Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0584580Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:37.0584769Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0584954Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0585131Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0585310Z test_reference_numerics_extremal_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0585489Z test_reference_numerics_extremal_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0585664Z test_reference_numerics_extremal_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0585843Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:56:37.0586008Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:37.0586212Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:37.0586411Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0586609Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0586803Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0587000Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0587223Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0587421Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0587619Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0587814Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0587993Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0588191Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0588388Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0588579Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0588754Z test_reference_numerics_extremal_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0588926Z test_reference_numerics_extremal_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0589098Z test_reference_numerics_extremal_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0589263Z test_reference_numerics_extremal_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0589428Z test_reference_numerics_extremal_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0589587Z test_reference_numerics_extremal_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0589759Z test_reference_numerics_extremal_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0589927Z test_reference_numerics_extremal_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0590091Z test_reference_numerics_extremal_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0590250Z test_reference_numerics_extremal_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0590413Z test_reference_numerics_extremal_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0590577Z test_reference_numerics_extremal_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0590740Z test_reference_numerics_extremal_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0590898Z test_reference_numerics_extremal_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0591046Z test_reference_numerics_extremal_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0591205Z test_reference_numerics_extremal_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0591419Z test_reference_numerics_extremal_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0591611Z test_reference_numerics_extremal_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0591798Z test_reference_numerics_extremal_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0591968Z test_reference_numerics_extremal_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0592140Z test_reference_numerics_extremal_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0592336Z test_reference_numerics_extremal_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0592503Z test_reference_numerics_extremal_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0592657Z test_reference_numerics_extremal_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0592815Z test_reference_numerics_extremal_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0592994Z test_reference_numerics_extremal_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0593165Z test_reference_numerics_extremal_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0593339Z test_reference_numerics_extremal_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0593513Z test_reference_numerics_extremal_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0593689Z test_reference_numerics_extremal_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0593863Z test_reference_numerics_extremal_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0594045Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0594223Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0594452Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0594621Z test_reference_numerics_extremal_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0594801Z test_reference_numerics_extremal_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0594986Z test_reference_numerics_extremal_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0595151Z test_reference_numerics_extremal_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0595314Z test_reference_numerics_extremal_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0595491Z test_reference_numerics_extremal_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0595671Z test_reference_numerics_extremal_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0595850Z test_reference_numerics_extremal_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0596016Z test_reference_numerics_extremal_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0596194Z test_reference_numerics_extremal_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0596367Z test_reference_numerics_extremal_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0596625Z test_reference_numerics_extremal_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0596866Z test_reference_numerics_extremal_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0597050Z test_reference_numerics_extremal_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0597216Z test_reference_numerics_extremal_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0597380Z test_reference_numerics_extremal_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0597559Z test_reference_numerics_extremal_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0597755Z test_reference_numerics_extremal_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0597937Z test_reference_numerics_extremal_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0598109Z test_reference_numerics_extremal_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0598279Z test_reference_numerics_extremal_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0598448Z test_reference_numerics_extremal_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0598609Z test_reference_numerics_extremal_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0598767Z test_reference_numerics_extremal_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0598930Z test_reference_numerics_extremal_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0599099Z test_reference_numerics_extremal_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0599251Z test_reference_numerics_extremal_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0599414Z test_reference_numerics_extremal_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0599574Z test_reference_numerics_extremal_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0599736Z test_reference_numerics_extremal_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0599903Z test_reference_numerics_extremal_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:37.0600067Z test_reference_numerics_extremal_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:37.0600227Z test_reference_numerics_extremal_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0600386Z test_reference_numerics_extremal_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0600548Z test_reference_numerics_extremal_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0600703Z test_reference_numerics_extremal_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:37.0600865Z test_reference_numerics_extremal_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0601025Z test_reference_numerics_extremal_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0601187Z test_reference_numerics_extremal_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0601365Z test_reference_numerics_extremal_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:37.0601538Z test_reference_numerics_extremal_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:56:37.0601718Z test_reference_numerics_extremal_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0601894Z test_reference_numerics_extremal_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0602101Z test_reference_numerics_extremal_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0602265Z test_reference_numerics_extremal_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0602438Z test_reference_numerics_extremal_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0602610Z test_reference_numerics_extremal_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0602781Z test_reference_numerics_extremal_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0602983Z test_reference_numerics_extremal_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0603159Z test_reference_numerics_extremal_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0603334Z test_reference_numerics_extremal_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0603505Z test_reference_numerics_extremal_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0603675Z test_reference_numerics_extremal_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0603834Z test_reference_numerics_extremal_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0604005Z test_reference_numerics_extremal_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0604174Z test_reference_numerics_extremal_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0604345Z test_reference_numerics_extremal_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0604513Z test_reference_numerics_extremal_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0604684Z test_reference_numerics_extremal_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:37.0604852Z test_reference_numerics_extremal_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0605019Z test_reference_numerics_extremal_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0605196Z test_reference_numerics_extremal_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0605356Z test_reference_numerics_extremal_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0605545Z test_reference_numerics_extremal_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:37.0605732Z test_reference_numerics_extremal_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:37.0605920Z test_reference_numerics_extremal_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:37.0606105Z test_reference_numerics_extremal_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:37.0606286Z test_reference_numerics_extremal_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0606470Z test_reference_numerics_extremal_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0606651Z test_reference_numerics_extremal_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0606834Z test_reference_numerics_extremal_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:37.0607009Z test_reference_numerics_extremal_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0607195Z test_reference_numerics_extremal_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0607367Z test_reference_numerics_extremal_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0607538Z test_reference_numerics_extremal_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0607709Z test_reference_numerics_extremal_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0607915Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:56:37.0608143Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:37.0608340Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:37.0608536Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:37.0608730Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0608909Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0609103Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0609290Z test_reference_numerics_extremal_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0609477Z test_reference_numerics_extremal_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0609640Z test_reference_numerics_extremal_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0609811Z test_reference_numerics_extremal_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0609974Z test_reference_numerics_extremal_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0610135Z test_reference_numerics_extremal_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0610296Z test_reference_numerics_extremal_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0610449Z test_reference_numerics_extremal_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0610615Z test_reference_numerics_extremal_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0610786Z test_reference_numerics_extremal_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0610949Z test_reference_numerics_extremal_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0611114Z test_reference_numerics_extremal_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0611269Z test_reference_numerics_extremal_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0611447Z test_reference_numerics_extremal_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0611612Z test_reference_numerics_extremal_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0611777Z test_reference_numerics_extremal_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0611926Z test_reference_numerics_extremal_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0612087Z test_reference_numerics_extremal_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0612249Z test_reference_numerics_extremal_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0612450Z test_reference_numerics_extremal_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0612611Z test_reference_numerics_extremal_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0612771Z test_reference_numerics_extremal_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0612932Z test_reference_numerics_extremal_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0613094Z test_reference_numerics_extremal_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0613281Z test_reference_numerics_extremal_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0613427Z test_reference_numerics_extremal_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0613586Z test_reference_numerics_large_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:37.0613750Z test_reference_numerics_large_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:37.0613910Z test_reference_numerics_large_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:37.0614089Z test_reference_numerics_large_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0614246Z test_reference_numerics_large_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:37.0614403Z test_reference_numerics_large_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:37.0614557Z test_reference_numerics_large_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:37.0614713Z test_reference_numerics_large_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:37.0614856Z test_reference_numerics_large_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:37.0615010Z test_reference_numerics_large_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0615222Z test_reference_numerics_large_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0615433Z test_reference_numerics_large_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0615595Z test_reference_numerics_large_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0615807Z test_reference_numerics_large_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0615984Z test_reference_numerics_large_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0616161Z test_reference_numerics_large_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0616322Z test_reference_numerics_large_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0616469Z test_reference_numerics_large_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0616626Z test_reference_numerics_large_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0616780Z test_reference_numerics_large_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0616931Z test_reference_numerics_large_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0617141Z test_reference_numerics_large_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0617351Z test_reference_numerics_large_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0617577Z test_reference_numerics_large_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0617787Z test_reference_numerics_large_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0617968Z test_reference_numerics_large_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0618134Z test_reference_numerics_large_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0618296Z test_reference_numerics_large_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0618457Z test_reference_numerics_large_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0618653Z test_reference_numerics_large_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0618813Z test_reference_numerics_large_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0618968Z test_reference_numerics_large_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0619177Z test_reference_numerics_large_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0619388Z test_reference_numerics_large_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0619551Z test_reference_numerics_large_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0619762Z test_reference_numerics_large_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0619920Z test_reference_numerics_large_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0620083Z test_reference_numerics_large_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0620247Z test_reference_numerics_large_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0620404Z test_reference_numerics_large_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0620564Z test_reference_numerics_large_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0620722Z test_reference_numerics_large_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0620876Z test_reference_numerics_large_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0621027Z test_reference_numerics_large_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0621237Z test_reference_numerics_large_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0621438Z test_reference_numerics_large_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0621595Z test_reference_numerics_large_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0621806Z test_reference_numerics_large_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0621987Z test_reference_numerics_large_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0622166Z test_reference_numerics_large_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0622326Z test_reference_numerics_large_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0622485Z test_reference_numerics_large_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0622643Z test_reference_numerics_large_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0622829Z test_reference_numerics_large_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0622968Z test_reference_numerics_large_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0623177Z test_reference_numerics_large_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0623383Z test_reference_numerics_large_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0623545Z test_reference_numerics_large_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0623784Z test_reference_numerics_large_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0623968Z test_reference_numerics_large_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0624148Z test_reference_numerics_large_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0624308Z test_reference_numerics_large_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0624469Z test_reference_numerics_large_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0624614Z test_reference_numerics_large_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0624769Z test_reference_numerics_large_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0624920Z test_reference_numerics_large_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0625129Z test_reference_numerics_large_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0625342Z test_reference_numerics_large_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0625506Z test_reference_numerics_large_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0625713Z test_reference_numerics_large_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0625894Z test_reference_numerics_large_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0626074Z test_reference_numerics_large_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0626233Z test_reference_numerics_large_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0626380Z test_reference_numerics_large_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0626536Z test_reference_numerics_large_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0626693Z test_reference_numerics_large_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0626849Z test_reference_numerics_large_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0627058Z test_reference_numerics_large_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0627265Z test_reference_numerics_large_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0627428Z test_reference_numerics_large_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0627636Z test_reference_numerics_large_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0627818Z test_reference_numerics_large_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0628012Z test_reference_numerics_large_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0628171Z test_reference_numerics_large_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0628330Z test_reference_numerics_large_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0628486Z test_reference_numerics_large_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0628642Z test_reference_numerics_large_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0628817Z test_reference_numerics_large_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0629024Z test_reference_numerics_large_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0629235Z test_reference_numerics_large_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0629448Z test_reference_numerics_large_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0629600Z test_reference_numerics_large_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0629758Z test_reference_numerics_large_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0629914Z test_reference_numerics_large_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0630128Z test_reference_numerics_large_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0630343Z test_reference_numerics_large_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0630504Z test_reference_numerics_large_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0630664Z test_reference_numerics_large_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0630822Z test_reference_numerics_large_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0630977Z test_reference_numerics_large_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0631131Z test_reference_numerics_large_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0631270Z test_reference_numerics_large_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0631481Z test_reference_numerics_large_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0631692Z test_reference_numerics_large_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0631852Z test_reference_numerics_large_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0632061Z test_reference_numerics_large_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0632229Z test_reference_numerics_large_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0632392Z test_reference_numerics_large_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0632555Z test_reference_numerics_large_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0632714Z test_reference_numerics_large_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0632859Z test_reference_numerics_large_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0633047Z test_reference_numerics_large_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0633202Z test_reference_numerics_large_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0633355Z test_reference_numerics_large_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0633503Z test_reference_numerics_large_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0633712Z test_reference_numerics_large_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0633944Z test_reference_numerics_large_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0634117Z test_reference_numerics_large_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0634401Z test_reference_numerics_large_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0634570Z test_reference_numerics_large_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0634745Z test_reference_numerics_large_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0634917Z test_reference_numerics_large_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0635091Z test_reference_numerics_large_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0635264Z test_reference_numerics_large_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0635434Z test_reference_numerics_large_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0635604Z test_reference_numerics_large_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0635767Z test_reference_numerics_large_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0635926Z test_reference_numerics_large_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0636126Z test_reference_numerics_large_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0636347Z test_reference_numerics_large_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0636509Z test_reference_numerics_large_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0637018Z test_reference_numerics_large_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0637187Z test_reference_numerics_large_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0637349Z test_reference_numerics_large_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0637509Z test_reference_numerics_large_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0637668Z test_reference_numerics_large_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0637826Z test_reference_numerics_large_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0637968Z test_reference_numerics_large_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0638122Z test_reference_numerics_large_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0638331Z test_reference_numerics_large_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0638595Z test_reference_numerics_large_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0638756Z test_reference_numerics_large_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0638964Z test_reference_numerics_large_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0639146Z test_reference_numerics_large_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0639309Z test_reference_numerics_large_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0639504Z test_reference_numerics_large_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0639667Z test_reference_numerics_large_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0639811Z test_reference_numerics_large_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0639969Z test_reference_numerics_large_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0640122Z test_reference_numerics_large_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0640294Z test_reference_numerics_large_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0640506Z test_reference_numerics_large_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0640690Z test_reference_numerics_large_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0640908Z test_reference_numerics_large_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0641076Z test_reference_numerics_large_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0641242Z test_reference_numerics_large_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0641392Z test_reference_numerics_large_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0641555Z test_reference_numerics_large_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0641716Z test_reference_numerics_large_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0641875Z test_reference_numerics_large_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0642089Z test_reference_numerics_large_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0642302Z test_reference_numerics_large_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0642472Z test_reference_numerics_large_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0642682Z test_reference_numerics_large_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0642845Z test_reference_numerics_large_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0642994Z test_reference_numerics_large_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0643155Z test_reference_numerics_large_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0643314Z test_reference_numerics_large_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0643474Z test_reference_numerics_large_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0643688Z test_reference_numerics_large_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0643931Z test_reference_numerics_large_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0644090Z test_reference_numerics_large_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0644296Z test_reference_numerics_large_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0644453Z test_reference_numerics_large_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0644606Z test_reference_numerics_large_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0644775Z test_reference_numerics_large_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0644931Z test_reference_numerics_large_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0645083Z test_reference_numerics_large_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0645291Z test_reference_numerics_large_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0645496Z test_reference_numerics_large_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0645655Z test_reference_numerics_large_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0645862Z test_reference_numerics_large_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0646021Z test_reference_numerics_large_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0646180Z test_reference_numerics_large_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0646325Z test_reference_numerics_large_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0646480Z test_reference_numerics_large_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0646629Z test_reference_numerics_large_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0646837Z test_reference_numerics_large_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0647045Z test_reference_numerics_large_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0647209Z test_reference_numerics_large_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0647418Z test_reference_numerics_large_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0647582Z test_reference_numerics_large_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0647743Z test_reference_numerics_large_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0647887Z test_reference_numerics_large_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0648046Z test_reference_numerics_large_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0648202Z test_reference_numerics_large_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0648411Z test_reference_numerics_large_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0648622Z test_reference_numerics_large_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0648808Z test_reference_numerics_large_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0649015Z test_reference_numerics_large_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0649171Z test_reference_numerics_large_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0649327Z test_reference_numerics_large_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0649470Z test_reference_numerics_large_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0649624Z test_reference_numerics_large_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0649804Z test_reference_numerics_large_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0649957Z test_reference_numerics_large_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0650166Z test_reference_numerics_large_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0650375Z test_reference_numerics_large_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0650551Z test_reference_numerics_large_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0650756Z test_reference_numerics_large_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:56:37.0650935Z test_reference_numerics_large_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0651114Z test_reference_numerics_large_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0651259Z test_reference_numerics_large_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0651419Z test_reference_numerics_large_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0651573Z test_reference_numerics_large_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0651725Z test_reference_numerics_large_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0651874Z test_reference_numerics_large_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0652081Z test_reference_numerics_large_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0652290Z test_reference_numerics_large_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0652466Z test_reference_numerics_large_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0652672Z test_reference_numerics_large_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0652820Z test_reference_numerics_large_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0652980Z test_reference_numerics_large_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0653136Z test_reference_numerics_large_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0653291Z test_reference_numerics_large_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0653442Z test_reference_numerics_large_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0653651Z test_reference_numerics_large_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0653860Z test_reference_numerics_large_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0654046Z test_reference_numerics_large_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0654253Z test_reference_numerics_large_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0654403Z test_reference_numerics_large_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0654565Z test_reference_numerics_large_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0654726Z test_reference_numerics_large_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0654927Z test_reference_numerics_large_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0655091Z test_reference_numerics_large_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0655250Z test_reference_numerics_large_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0655406Z test_reference_numerics_large_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0655560Z test_reference_numerics_large_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0655712Z test_reference_numerics_large_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0655908Z test_reference_numerics_large_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0656115Z test_reference_numerics_large_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0656279Z test_reference_numerics_large_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0656438Z test_reference_numerics_large_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0656600Z test_reference_numerics_large_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0656757Z test_reference_numerics_large_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0656910Z test_reference_numerics_large_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0657061Z test_reference_numerics_large_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0657265Z test_reference_numerics_large_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0657464Z test_reference_numerics_large_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0657622Z test_reference_numerics_large_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0657783Z test_reference_numerics_large_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0657942Z test_reference_numerics_large_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0658102Z test_reference_numerics_large_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0658265Z test_reference_numerics_large_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0658426Z test_reference_numerics_large_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0658590Z test_reference_numerics_large_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0658748Z test_reference_numerics_large_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0658892Z test_reference_numerics_large_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0659130Z test_reference_numerics_large_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0659284Z test_reference_numerics_large_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0659439Z test_reference_numerics_large_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0659590Z test_reference_numerics_large_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0659741Z test_reference_numerics_large_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0659888Z test_reference_numerics_large_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0660086Z test_reference_numerics_large_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0660295Z test_reference_numerics_large_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0660448Z test_reference_numerics_large_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0660611Z test_reference_numerics_large_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0660772Z test_reference_numerics_large_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0660939Z test_reference_numerics_large_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0661152Z test_reference_numerics_large_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0661323Z test_reference_numerics_large_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0661491Z test_reference_numerics_large_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0661654Z test_reference_numerics_large_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0661816Z test_reference_numerics_large_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0661963Z test_reference_numerics_large_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0662118Z test_reference_numerics_large_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0662277Z test_reference_numerics_large_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0662437Z test_reference_numerics_large_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0662599Z test_reference_numerics_large_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0662812Z test_reference_numerics_large_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0663024Z test_reference_numerics_large_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0663188Z test_reference_numerics_large_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0663392Z test_reference_numerics_large_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0663557Z test_reference_numerics_large_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0663707Z test_reference_numerics_large_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0663872Z test_reference_numerics_large_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0664030Z test_reference_numerics_large_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0664223Z test_reference_numerics_large_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0664383Z test_reference_numerics_large_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0664538Z test_reference_numerics_large_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0664692Z test_reference_numerics_large_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0664842Z test_reference_numerics_large_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0665035Z test_reference_numerics_large_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0665273Z test_reference_numerics_large_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0665438Z test_reference_numerics_large_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0665644Z test_reference_numerics_large_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0665809Z test_reference_numerics_large_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0665971Z test_reference_numerics_large_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0666130Z test_reference_numerics_large_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0666287Z test_reference_numerics_large_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0666448Z test_reference_numerics_large_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0666605Z test_reference_numerics_large_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0666749Z test_reference_numerics_large_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0666902Z test_reference_numerics_large_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0667111Z test_reference_numerics_large_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0667318Z test_reference_numerics_large_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0667483Z test_reference_numerics_large_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0667696Z test_reference_numerics_large_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0667860Z test_reference_numerics_large_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0668016Z test_reference_numerics_large_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0668173Z test_reference_numerics_large_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0668320Z test_reference_numerics_large_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0668481Z test_reference_numerics_large_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0668645Z test_reference_numerics_large_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0668856Z test_reference_numerics_large_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0669068Z test_reference_numerics_large_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0669234Z test_reference_numerics_large_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0669474Z test_reference_numerics_large_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0669637Z test_reference_numerics_large_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0669797Z test_reference_numerics_large_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0669941Z test_reference_numerics_large_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0670101Z test_reference_numerics_large_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0670286Z test_reference_numerics_large_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0670447Z test_reference_numerics_large_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0670661Z test_reference_numerics_large_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0670872Z test_reference_numerics_large_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0671032Z test_reference_numerics_large_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0671241Z test_reference_numerics_large_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0671409Z test_reference_numerics_large_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0671571Z test_reference_numerics_large_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0671718Z test_reference_numerics_large_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0671880Z test_reference_numerics_large_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0672039Z test_reference_numerics_large_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0672196Z test_reference_numerics_large_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0672352Z test_reference_numerics_large_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0672509Z test_reference_numerics_large_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0672665Z test_reference_numerics_large_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0672879Z test_reference_numerics_large_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0673090Z test_reference_numerics_large_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0673273Z test_reference_numerics_large_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0673463Z test_reference_numerics_large_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0673659Z test_reference_numerics_large_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0673852Z test_reference_numerics_large_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0674044Z test_reference_numerics_large_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0674234Z test_reference_numerics_large_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0674525Z test_reference_numerics_large_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0674717Z test_reference_numerics_large_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0674906Z test_reference_numerics_large_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0675091Z test_reference_numerics_large_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0675266Z test_reference_numerics_large_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0675484Z test_reference_numerics_large_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0675667Z test_reference_numerics_large_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0675881Z test_reference_numerics_large_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0676047Z test_reference_numerics_large_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0676211Z test_reference_numerics_large_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0676371Z test_reference_numerics_large_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0676636Z test_reference_numerics_large_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0676798Z test_reference_numerics_large_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0676999Z test_reference_numerics_large_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0677213Z test_reference_numerics_large_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0677374Z test_reference_numerics_large_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0677584Z test_reference_numerics_large_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0677752Z test_reference_numerics_large_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0677915Z test_reference_numerics_large_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0678081Z test_reference_numerics_large_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0678243Z test_reference_numerics_large_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0678402Z test_reference_numerics_large_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0678545Z test_reference_numerics_large_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0678697Z test_reference_numerics_large_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0678906Z test_reference_numerics_large_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0679116Z test_reference_numerics_large_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0679280Z test_reference_numerics_large_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0679491Z test_reference_numerics_large_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0679654Z test_reference_numerics_large_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0679861Z test_reference_numerics_large_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0680018Z test_reference_numerics_large_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0680173Z test_reference_numerics_large_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0680313Z test_reference_numerics_large_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0680519Z test_reference_numerics_large_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0680763Z test_reference_numerics_large_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0680924Z test_reference_numerics_large_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0681137Z test_reference_numerics_large_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0681303Z test_reference_numerics_large_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0681468Z test_reference_numerics_large_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0681627Z test_reference_numerics_large_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0681786Z test_reference_numerics_large_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0681929Z test_reference_numerics_large_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0682086Z test_reference_numerics_large_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0682238Z test_reference_numerics_large_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0682450Z test_reference_numerics_large_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0682658Z test_reference_numerics_large_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0682814Z test_reference_numerics_large_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0683020Z test_reference_numerics_large_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0683181Z test_reference_numerics_large_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0683345Z test_reference_numerics_large_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0683489Z test_reference_numerics_large_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0683647Z test_reference_numerics_large_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0683805Z test_reference_numerics_large_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0683959Z test_reference_numerics_large_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0684109Z test_reference_numerics_large_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0684313Z test_reference_numerics_large_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0684522Z test_reference_numerics_large_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0684694Z test_reference_numerics_large_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0684910Z test_reference_numerics_large_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0685100Z test_reference_numerics_large_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0685273Z test_reference_numerics_large_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0685440Z test_reference_numerics_large_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0685604Z test_reference_numerics_large_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0685764Z test_reference_numerics_large_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0685954Z test_reference_numerics_large_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0686115Z test_reference_numerics_large_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0686275Z test_reference_numerics_large_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0686493Z test_reference_numerics_large_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0686710Z test_reference_numerics_large_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0686861Z test_reference_numerics_large_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0687067Z test_reference_numerics_large_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0687228Z test_reference_numerics_large_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0687388Z test_reference_numerics_large_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0687547Z test_reference_numerics_large_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0687702Z test_reference_numerics_large_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0687853Z test_reference_numerics_large_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0688060Z test_reference_numerics_large_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0688269Z test_reference_numerics_large_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0688439Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0688619Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0688798Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0688974Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0689147Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0689317Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0689505Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0689728Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0689907Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0690112Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0690276Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0690446Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0690616Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0690784Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0691011Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0691236Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0691416Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0691593Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0691768Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0691926Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0692095Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0692262Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0692445Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0692669Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0692835Z test_reference_numerics_large_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0693045Z test_reference_numerics_large_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0693210Z test_reference_numerics_large_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0693373Z test_reference_numerics_large_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0693534Z test_reference_numerics_large_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0693685Z test_reference_numerics_large_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0693848Z test_reference_numerics_large_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0694006Z test_reference_numerics_large_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0694220Z test_reference_numerics_large_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0694436Z test_reference_numerics_large_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0694597Z test_reference_numerics_large_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0694763Z test_reference_numerics_large_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0694925Z test_reference_numerics_large_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0695114Z test_reference_numerics_large_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0695260Z test_reference_numerics_large_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0695416Z test_reference_numerics_large_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0695568Z test_reference_numerics_large_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0695722Z test_reference_numerics_large_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0695877Z test_reference_numerics_large_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0696084Z test_reference_numerics_large_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0696294Z test_reference_numerics_large_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0696504Z test_reference_numerics_large_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0696682Z test_reference_numerics_large_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0696846Z test_reference_numerics_large_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0697022Z test_reference_numerics_large_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0697193Z test_reference_numerics_large_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0697372Z test_reference_numerics_large_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0697546Z test_reference_numerics_large_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0697736Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0697920Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0698101Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0698279Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0698448Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0698627Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0698801Z test_reference_numerics_large_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0698976Z test_reference_numerics_large_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0699155Z test_reference_numerics_large_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0699335Z test_reference_numerics_large_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0699512Z test_reference_numerics_large_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0699682Z test_reference_numerics_large_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0699856Z test_reference_numerics_large_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0700031Z test_reference_numerics_large_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0700191Z test_reference_numerics_large_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0700392Z test_reference_numerics_large_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0700558Z test_reference_numerics_large_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0700779Z test_reference_numerics_large_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0701000Z test_reference_numerics_large_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0701174Z test_reference_numerics_large_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0701370Z test_reference_numerics_large_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0701544Z test_reference_numerics_large_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0701747Z test_reference_numerics_large_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0701934Z test_reference_numerics_large_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0702108Z test_reference_numerics_large_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0702275Z test_reference_numerics_large_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0702446Z test_reference_numerics_large_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0702627Z test_reference_numerics_large_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0702807Z test_reference_numerics_large_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0702988Z test_reference_numerics_large_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0703170Z test_reference_numerics_large_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0703354Z test_reference_numerics_large_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0703552Z test_reference_numerics_large_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.004s) 2022-12-01T10:56:37.0703719Z test_reference_numerics_large_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0703898Z test_reference_numerics_large_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0704077Z test_reference_numerics_large_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0704255Z test_reference_numerics_large_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0704432Z test_reference_numerics_large_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0704607Z test_reference_numerics_large_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0704836Z test_reference_numerics_large_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0705065Z test_reference_numerics_large_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0705251Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0705460Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0705630Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0705809Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0705983Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0706162Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0706366Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0706548Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0706776Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0707001Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0707182Z test_reference_numerics_large_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0707349Z test_reference_numerics_large_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0707529Z test_reference_numerics_large_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0707712Z test_reference_numerics_large_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0707892Z test_reference_numerics_large_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0708072Z test_reference_numerics_large_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0708299Z test_reference_numerics_large_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0708526Z test_reference_numerics_large_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0708705Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0708929Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0709109Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0709278Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0709456Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0709633Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0709809Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0710034Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0710261Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0710494Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0710685Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0710878Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0711071Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0711260Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0711463Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0711651Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0711840Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0712026Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0712206Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0712435Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0712617Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0712801Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0712980Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0713149Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0713330Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0713557Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0713783Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0713966Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0714187Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0714448Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0714634Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0714813Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0714992Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0715155Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0715382Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0715607Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0715824Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0716044Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0716222Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0716402Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0716732Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0716912Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0717093Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0717318Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0717529Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0717695Z test_reference_numerics_large_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0717866Z test_reference_numerics_large_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0718039Z test_reference_numerics_large_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0718201Z test_reference_numerics_large_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0718369Z test_reference_numerics_large_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0718530Z test_reference_numerics_large_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0718689Z test_reference_numerics_large_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0718851Z test_reference_numerics_large_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0719000Z test_reference_numerics_large_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0719163Z test_reference_numerics_large_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0719378Z test_reference_numerics_large_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0719590Z test_reference_numerics_large_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0719775Z test_reference_numerics_large_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0719989Z test_reference_numerics_large_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0720154Z test_reference_numerics_large_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0720318Z test_reference_numerics_large_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0720481Z test_reference_numerics_large_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0720631Z test_reference_numerics_large_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0720790Z test_reference_numerics_large_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0720986Z test_reference_numerics_large_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0721197Z test_reference_numerics_large_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0721407Z test_reference_numerics_large_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0721567Z test_reference_numerics_large_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0721774Z test_reference_numerics_large_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0721964Z test_reference_numerics_large_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0722128Z test_reference_numerics_large_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0722291Z test_reference_numerics_large_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0722438Z test_reference_numerics_large_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0722595Z test_reference_numerics_large_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0722752Z test_reference_numerics_large_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0722906Z test_reference_numerics_large_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0723062Z test_reference_numerics_large_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0723215Z test_reference_numerics_large_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0723429Z test_reference_numerics_large_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0723640Z test_reference_numerics_large_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0723826Z test_reference_numerics_large_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0724030Z test_reference_numerics_large_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0724204Z test_reference_numerics_large_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0724377Z test_reference_numerics_large_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0724546Z test_reference_numerics_large_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0724710Z test_reference_numerics_large_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0724872Z test_reference_numerics_large_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0725035Z test_reference_numerics_large_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0725195Z test_reference_numerics_large_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0725351Z test_reference_numerics_large_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0725553Z test_reference_numerics_large_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0725772Z test_reference_numerics_large_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0725935Z test_reference_numerics_large_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0726127Z test_reference_numerics_large_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0726287Z test_reference_numerics_large_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0726446Z test_reference_numerics_large_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0726602Z test_reference_numerics_large_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0726753Z test_reference_numerics_large_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0726963Z test_reference_numerics_large_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0727199Z test_reference_numerics_large_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0727375Z test_reference_numerics_large_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0727549Z test_reference_numerics_large_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0727721Z test_reference_numerics_large_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0727892Z test_reference_numerics_large_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0728058Z test_reference_numerics_large_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0728225Z test_reference_numerics_large_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0728404Z test_reference_numerics_large_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0728582Z test_reference_numerics_large_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0728746Z test_reference_numerics_large_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0728908Z test_reference_numerics_large_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0729116Z test_reference_numerics_large_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0729283Z test_reference_numerics_large_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0729448Z test_reference_numerics_large_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0729609Z test_reference_numerics_large_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0729768Z test_reference_numerics_large_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0729925Z test_reference_numerics_large_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0730080Z test_reference_numerics_large_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0730218Z test_reference_numerics_large_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0730425Z test_reference_numerics_large_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0730632Z test_reference_numerics_large_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0730792Z test_reference_numerics_large_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0730999Z test_reference_numerics_large_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0731191Z test_reference_numerics_large_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0731351Z test_reference_numerics_large_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0731529Z test_reference_numerics_large_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0731687Z test_reference_numerics_large_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0731844Z test_reference_numerics_large_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0731983Z test_reference_numerics_large_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0732163Z test_reference_numerics_large_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0732319Z test_reference_numerics_large_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0732469Z test_reference_numerics_large_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0732678Z test_reference_numerics_large_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0732885Z test_reference_numerics_large_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0733051Z test_reference_numerics_large_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0733260Z test_reference_numerics_large_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0733444Z test_reference_numerics_large_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0733614Z test_reference_numerics_large_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0733780Z test_reference_numerics_large_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0733940Z test_reference_numerics_large_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0734101Z test_reference_numerics_large_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0734260Z test_reference_numerics_large_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0734421Z test_reference_numerics_large_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0734631Z test_reference_numerics_large_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0734843Z test_reference_numerics_large_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0735002Z test_reference_numerics_large_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0735200Z test_reference_numerics_large_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0735359Z test_reference_numerics_large_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0735518Z test_reference_numerics_large_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0735677Z test_reference_numerics_large_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0735832Z test_reference_numerics_large_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0735989Z test_reference_numerics_large_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0736140Z test_reference_numerics_large_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0736351Z test_reference_numerics_large_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0736581Z test_reference_numerics_large_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0736734Z test_reference_numerics_large_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0736944Z test_reference_numerics_large_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0737106Z test_reference_numerics_large_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0737301Z test_reference_numerics_large_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0737465Z test_reference_numerics_large_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0737627Z test_reference_numerics_large_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0737787Z test_reference_numerics_large_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0737944Z test_reference_numerics_large_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0738155Z test_reference_numerics_large_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0738367Z test_reference_numerics_large_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0738515Z test_reference_numerics_large_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0738724Z test_reference_numerics_large_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0738890Z test_reference_numerics_large_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:56:37.0739048Z test_reference_numerics_large_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0739205Z test_reference_numerics_large_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0739360Z test_reference_numerics_large_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0739513Z test_reference_numerics_large_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0739667Z test_reference_numerics_large_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0739817Z test_reference_numerics_large_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0740014Z test_reference_numerics_large_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0740225Z test_reference_numerics_large_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0740382Z test_reference_numerics_large_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0740589Z test_reference_numerics_large_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0740749Z test_reference_numerics_large_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:56:37.0747108Z test_reference_numerics_large_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0747322Z test_reference_numerics_large_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0747494Z test_reference_numerics_large_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0747655Z test_reference_numerics_large_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0747894Z test_reference_numerics_large_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0748036Z test_reference_numerics_large_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0748253Z test_reference_numerics_large_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0748463Z test_reference_numerics_large_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0748625Z test_reference_numerics_large_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0748865Z test_reference_numerics_large_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0749046Z test_reference_numerics_large_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0749212Z test_reference_numerics_large_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0749371Z test_reference_numerics_large_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0749526Z test_reference_numerics_large_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0749668Z test_reference_numerics_large_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0749822Z test_reference_numerics_large_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0749971Z test_reference_numerics_large_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0750146Z test_reference_numerics_large_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0750356Z test_reference_numerics_large_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0750543Z test_reference_numerics_large_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0750728Z test_reference_numerics_large_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0750908Z test_reference_numerics_large_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0751091Z test_reference_numerics_large_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0751267Z test_reference_numerics_large_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0751429Z test_reference_numerics_large_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0751606Z test_reference_numerics_large_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0751779Z test_reference_numerics_large_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0752002Z test_reference_numerics_large_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0752177Z test_reference_numerics_large_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0752349Z test_reference_numerics_large_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0752520Z test_reference_numerics_large_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0752691Z test_reference_numerics_large_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0752856Z test_reference_numerics_large_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0753098Z test_reference_numerics_large_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0753320Z test_reference_numerics_large_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0753539Z test_reference_numerics_large_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0753708Z test_reference_numerics_large_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0753908Z test_reference_numerics_large_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0754076Z test_reference_numerics_large_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0754246Z test_reference_numerics_large_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0754497Z test_reference_numerics_large_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0754717Z test_reference_numerics_large_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0754936Z test_reference_numerics_large_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0755142Z test_reference_numerics_large_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0755317Z test_reference_numerics_large_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0755487Z test_reference_numerics_large_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0755657Z test_reference_numerics_large_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0755826Z test_reference_numerics_large_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0755993Z test_reference_numerics_large_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0756208Z test_reference_numerics_large_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0756429Z test_reference_numerics_large_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0756792Z test_reference_numerics_large_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0756966Z test_reference_numerics_large_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0757122Z test_reference_numerics_large_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0757289Z test_reference_numerics_large_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0757458Z test_reference_numerics_large_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0757624Z test_reference_numerics_large_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0757844Z test_reference_numerics_large_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0758061Z test_reference_numerics_large_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0758303Z test_reference_numerics_large_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0758520Z test_reference_numerics_large_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0758691Z test_reference_numerics_large_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0758859Z test_reference_numerics_large_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0759014Z test_reference_numerics_large_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0759210Z test_reference_numerics_large_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0759371Z test_reference_numerics_large_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0759590Z test_reference_numerics_large_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0759803Z test_reference_numerics_large_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0760018Z test_reference_numerics_large_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0760187Z test_reference_numerics_large_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0760359Z test_reference_numerics_large_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0760527Z test_reference_numerics_large_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0760690Z test_reference_numerics_large_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0760841Z test_reference_numerics_large_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0761051Z test_reference_numerics_large_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0761268Z test_reference_numerics_large_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0761435Z test_reference_numerics_large_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0761650Z test_reference_numerics_large_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0761816Z test_reference_numerics_large_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0761980Z test_reference_numerics_large_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0762144Z test_reference_numerics_large_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0762301Z test_reference_numerics_large_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0762443Z test_reference_numerics_large_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0762655Z test_reference_numerics_large_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0762872Z test_reference_numerics_large_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0763085Z test_reference_numerics_large_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0763279Z test_reference_numerics_large_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0763440Z test_reference_numerics_large_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0763601Z test_reference_numerics_large_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0763758Z test_reference_numerics_large_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0763910Z test_reference_numerics_large_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0764096Z test_reference_numerics_large_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Incorrect result! (0.001s) 2022-12-01T10:56:37.0764329Z test_reference_numerics_large_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0764544Z test_reference_numerics_large_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0764710Z test_reference_numerics_large_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0764871Z test_reference_numerics_large_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0765035Z test_reference_numerics_large_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0765195Z test_reference_numerics_large_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0765350Z test_reference_numerics_large_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0765563Z test_reference_numerics_large_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0765779Z test_reference_numerics_large_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0765995Z test_reference_numerics_large_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0766157Z test_reference_numerics_large_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0766328Z test_reference_numerics_large_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0766499Z test_reference_numerics_large_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0766671Z test_reference_numerics_large_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0766841Z test_reference_numerics_large_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0767060Z test_reference_numerics_large_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0767275Z test_reference_numerics_large_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0767502Z test_reference_numerics_large_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0767687Z test_reference_numerics_large_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0767869Z test_reference_numerics_large_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0768039Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0768242Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0768413Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0768639Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0768868Z test_reference_numerics_large_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0769095Z test_reference_numerics_large_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0769310Z test_reference_numerics_large_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0769492Z test_reference_numerics_large_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0769669Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0769841Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0769998Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0770221Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0770451Z test_reference_numerics_large_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0770677Z test_reference_numerics_large_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0770861Z test_reference_numerics_large_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0771036Z test_reference_numerics_large_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0771213Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0771384Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0771553Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0771780Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0771999Z test_reference_numerics_large_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0772225Z test_reference_numerics_large_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0772408Z test_reference_numerics_large_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0772581Z test_reference_numerics_large_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0772757Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0772933Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0773102Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0773355Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0773582Z test_reference_numerics_large_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0773751Z test_reference_numerics_large_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0773965Z test_reference_numerics_large_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0774148Z test_reference_numerics_large_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0774316Z test_reference_numerics_large_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0774484Z test_reference_numerics_large_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0774648Z test_reference_numerics_large_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0774804Z test_reference_numerics_large_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0775019Z test_reference_numerics_large_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0775235Z test_reference_numerics_large_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0775452Z test_reference_numerics_large_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0775620Z test_reference_numerics_large_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0775781Z test_reference_numerics_large_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0775948Z test_reference_numerics_large_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0776109Z test_reference_numerics_large_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0776266Z test_reference_numerics_large_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0776477Z test_reference_numerics_large_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0776694Z test_reference_numerics_large_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0776897Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0777137Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0777332Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0777528Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0777727Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0777915Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0778108Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0778381Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0778623Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0778857Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0779072Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0779262Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0779452Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0779641Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0779825Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0780048Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0780286Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0780519Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0780706Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0780894Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0781076Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0781262Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0781448Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0781684Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0781923Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0782154Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0782327Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0782505Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0782685Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0782863Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0783035Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0783328Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0783561Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0783736Z test_reference_numerics_large_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0783943Z test_reference_numerics_large_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0784136Z test_reference_numerics_large_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0784288Z test_reference_numerics_large_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0784450Z test_reference_numerics_large_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0784608Z test_reference_numerics_large_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0784763Z test_reference_numerics_large_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0784918Z test_reference_numerics_large_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0785069Z test_reference_numerics_large_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0785276Z test_reference_numerics_large_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0785484Z test_reference_numerics_large_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0785662Z test_reference_numerics_large_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0785875Z test_reference_numerics_large_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0786043Z test_reference_numerics_large_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0786222Z test_reference_numerics_large_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0786383Z test_reference_numerics_large_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0786542Z test_reference_numerics_large_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0786703Z test_reference_numerics_large_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0786860Z test_reference_numerics_large_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0787017Z test_reference_numerics_large_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0787173Z test_reference_numerics_large_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0787381Z test_reference_numerics_large_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0787577Z test_reference_numerics_large_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0787751Z test_reference_numerics_large_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0787960Z test_reference_numerics_large_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0788122Z test_reference_numerics_large_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:56:37.0788311Z test_reference_numerics_large_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0788466Z test_reference_numerics_large_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0788620Z test_reference_numerics_large_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0788776Z test_reference_numerics_large_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0788924Z test_reference_numerics_large_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0789062Z test_reference_numerics_large_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0789297Z test_reference_numerics_large_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0789507Z test_reference_numerics_large_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0789667Z test_reference_numerics_large_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0789876Z test_reference_numerics_large_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0790037Z test_reference_numerics_large_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0790198Z test_reference_numerics_large_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:56:37.0790352Z test_reference_numerics_large_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0790508Z test_reference_numerics_large_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0790651Z test_reference_numerics_large_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0790803Z test_reference_numerics_large_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0790954Z test_reference_numerics_large_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0791160Z test_reference_numerics_large_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0791367Z test_reference_numerics_large_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0791527Z test_reference_numerics_large_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0791686Z test_reference_numerics_large_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0791843Z test_reference_numerics_large_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0791996Z test_reference_numerics_large_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0792143Z test_reference_numerics_large_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0792292Z test_reference_numerics_large_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0792499Z test_reference_numerics_large_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0792709Z test_reference_numerics_large_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:56:37.0792865Z test_reference_numerics_normal_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.293s) 2022-12-01T10:56:37.0793030Z test_reference_numerics_normal_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:56:37.0793188Z test_reference_numerics_normal_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:56:37.0793377Z test_reference_numerics_normal_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:37.0793532Z test_reference_numerics_normal_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:37.0793676Z test_reference_numerics_normal_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0793830Z test_reference_numerics_normal_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:37.0793984Z test_reference_numerics_normal_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:37.0794136Z test_reference_numerics_normal_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0794387Z test_reference_numerics_normal_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:37.0794545Z test_reference_numerics_normal_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0794696Z test_reference_numerics_normal_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0794858Z test_reference_numerics_normal_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:37.0795011Z test_reference_numerics_normal_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:56:37.0795162Z test_reference_numerics_normal_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.154s) 2022-12-01T10:56:37.0795321Z test_reference_numerics_normal_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-12-01T10:56:37.0795479Z test_reference_numerics_normal_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:37.0795635Z test_reference_numerics_normal_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:56:37.0795791Z test_reference_numerics_normal_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:37.0795943Z test_reference_numerics_normal_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:56:37.0796096Z test_reference_numerics_normal_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:37.0796247Z test_reference_numerics_normal_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:56:37.0796385Z test_reference_numerics_normal_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:37.0796654Z test_reference_numerics_normal_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:37.0796811Z test_reference_numerics_normal_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:56:37.0796976Z test_reference_numerics_normal_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.159s) 2022-12-01T10:56:37.0797141Z test_reference_numerics_normal_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-12-01T10:56:37.0797301Z test_reference_numerics_normal_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:37.0797462Z test_reference_numerics_normal_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:56:37.0797618Z test_reference_numerics_normal_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:37.0797774Z test_reference_numerics_normal_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:56:37.0797917Z test_reference_numerics_normal_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:56:37.0798071Z test_reference_numerics_normal_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:56:37.0798222Z test_reference_numerics_normal_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:56:37.0798384Z test_reference_numerics_normal_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:37.0798538Z test_reference_numerics_normal_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:56:37.0798756Z test_reference_numerics_normal_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:56:37.0798919Z test_reference_numerics_normal_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:56:37.0799079Z test_reference_numerics_normal_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:56:37.0799237Z test_reference_numerics_normal_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:37.0799384Z test_reference_numerics_normal_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:37.0799538Z test_reference_numerics_normal_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:37.0799724Z test_reference_numerics_normal_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:37.0799882Z test_reference_numerics_normal_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:37.0800037Z test_reference_numerics_normal_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:56:37.0800191Z test_reference_numerics_normal_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:56:37.0800347Z test_reference_numerics_normal_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:37.0800502Z test_reference_numerics_normal_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:56:37.0800653Z test_reference_numerics_normal_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.173s) 2022-12-01T10:56:37.0800812Z test_reference_numerics_normal_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-12-01T10:56:37.0800971Z test_reference_numerics_normal_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:37.0801127Z test_reference_numerics_normal_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:56:37.0801284Z test_reference_numerics_normal_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:37.0801437Z test_reference_numerics_normal_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:37.0801586Z test_reference_numerics_normal_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:56:37.0801740Z test_reference_numerics_normal_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:56:37.0801889Z test_reference_numerics_normal_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:37.0802038Z test_reference_numerics_normal_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:56:37.0802193Z test_reference_numerics_normal_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:56:37.0802375Z test_reference_numerics_normal_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:56:37.0802553Z test_reference_numerics_normal_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0802712Z test_reference_numerics_normal_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:37.0802870Z test_reference_numerics_normal_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:56:37.0803019Z test_reference_numerics_normal_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:56:37.0803174Z test_reference_numerics_normal_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:56:37.0803329Z test_reference_numerics_normal_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:56:37.0803484Z test_reference_numerics_normal_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:56:37.0803637Z test_reference_numerics_normal_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:56:37.0803796Z test_reference_numerics_normal_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:37.0803983Z test_reference_numerics_normal_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:56:37.0804142Z test_reference_numerics_normal_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.138s) 2022-12-01T10:56:37.0804300Z test_reference_numerics_normal_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:56:37.0804446Z test_reference_numerics_normal_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:37.0804601Z test_reference_numerics_normal_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:56:37.0804755Z test_reference_numerics_normal_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:37.0804946Z test_reference_numerics_normal_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:56:37.0805100Z test_reference_numerics_normal_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:56:37.0805257Z test_reference_numerics_normal_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:56:37.0805407Z test_reference_numerics_normal_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:56:37.0805567Z test_reference_numerics_normal_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:56:37.0805710Z test_reference_numerics_normal_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:56:37.0805873Z test_reference_numerics_normal_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-12-01T10:56:37.0806032Z test_reference_numerics_normal_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:56:37.0806192Z test_reference_numerics_normal_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:56:37.0806350Z test_reference_numerics_normal_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:56:37.0806507Z test_reference_numerics_normal_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:37.0806664Z test_reference_numerics_normal_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:37.0806818Z test_reference_numerics_normal_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:37.0806970Z test_reference_numerics_normal_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:56:37.0807111Z test_reference_numerics_normal_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:37.0807272Z test_reference_numerics_normal_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:37.0807439Z test_reference_numerics_normal_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:37.0807599Z test_reference_numerics_normal_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0807759Z test_reference_numerics_normal_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:37.0807917Z test_reference_numerics_normal_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0808075Z test_reference_numerics_normal_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0808232Z test_reference_numerics_normal_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0808390Z test_reference_numerics_normal_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0808536Z test_reference_numerics_normal_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:37.0808692Z test_reference_numerics_normal_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0808846Z test_reference_numerics_normal_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0809025Z test_reference_numerics_normal_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:37.0809179Z test_reference_numerics_normal_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:56:37.0809328Z test_reference_numerics_normal_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:37.0809487Z test_reference_numerics_normal_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0809640Z test_reference_numerics_normal_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:56:37.0809791Z test_reference_numerics_normal_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:56:37.0809974Z test_reference_numerics_normal_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:56:37.0810134Z test_reference_numerics_normal_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:56:37.0810294Z test_reference_numerics_normal_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:56:37.0810453Z test_reference_numerics_normal_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0810610Z test_reference_numerics_normal_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0810762Z test_reference_numerics_normal_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:37.0810914Z test_reference_numerics_normal_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0811061Z test_reference_numerics_normal_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:37.0811205Z test_reference_numerics_normal_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0811353Z test_reference_numerics_normal_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0811527Z test_reference_numerics_normal_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0811696Z test_reference_numerics_normal_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:56:37.0811872Z test_reference_numerics_normal_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:56:37.0812045Z test_reference_numerics_normal_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:56:37.0812216Z test_reference_numerics_normal_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:37.0812380Z test_reference_numerics_normal_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:56:37.0812549Z test_reference_numerics_normal_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0812706Z test_reference_numerics_normal_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:37.0812878Z test_reference_numerics_normal_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0813043Z test_reference_numerics_normal_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0813207Z test_reference_numerics_normal_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:37.0813372Z test_reference_numerics_normal_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0813536Z test_reference_numerics_normal_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0813692Z test_reference_numerics_normal_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0813847Z test_reference_numerics_normal_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:56:37.0814006Z test_reference_numerics_normal_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-12-01T10:56:37.0814184Z test_reference_numerics_normal_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-12-01T10:56:37.0814342Z test_reference_numerics_normal_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:37.0814500Z test_reference_numerics_normal_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:56:37.0814654Z test_reference_numerics_normal_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:37.0814808Z test_reference_numerics_normal_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:56:37.0814956Z test_reference_numerics_normal_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:56:37.0815137Z test_reference_numerics_normal_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:56:37.0815287Z test_reference_numerics_normal_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:56:37.0815435Z test_reference_numerics_normal_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:37.0815591Z test_reference_numerics_normal_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:56:37.0815754Z test_reference_numerics_normal_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-12-01T10:56:37.0815915Z test_reference_numerics_normal_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:56:37.0816071Z test_reference_numerics_normal_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:37.0816225Z test_reference_numerics_normal_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:56:37.0816378Z test_reference_numerics_normal_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:37.0816533Z test_reference_numerics_normal_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:37.0816682Z test_reference_numerics_normal_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:37.0816825Z test_reference_numerics_normal_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:37.0816975Z test_reference_numerics_normal_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:37.0817138Z test_reference_numerics_normal_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0817298Z test_reference_numerics_normal_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:56:37.0817461Z test_reference_numerics_normal_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:56:37.0817618Z test_reference_numerics_normal_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:37.0817775Z test_reference_numerics_normal_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:37.0817932Z test_reference_numerics_normal_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:37.0818093Z test_reference_numerics_normal_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:37.0818242Z test_reference_numerics_normal_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0818399Z test_reference_numerics_normal_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:37.0818557Z test_reference_numerics_normal_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:37.0818721Z test_reference_numerics_normal_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (1.939s) 2022-12-01T10:56:37.0818877Z test_reference_numerics_normal_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:56:37.0819039Z test_reference_numerics_normal_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.486s) 2022-12-01T10:56:37.0819197Z test_reference_numerics_normal_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.492s) 2022-12-01T10:56:37.0819384Z test_reference_numerics_normal_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:56:37.0819533Z test_reference_numerics_normal_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:56:37.0819691Z test_reference_numerics_normal_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:56:37.0819849Z test_reference_numerics_normal_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:56:37.0820004Z test_reference_numerics_normal_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:56:37.0820160Z test_reference_numerics_normal_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:56:37.0820340Z test_reference_numerics_normal_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:56:37.0820498Z test_reference_numerics_normal_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:56:37.0820655Z test_reference_numerics_normal_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:56:37.0820808Z test_reference_numerics_normal_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:56:37.0820950Z test_reference_numerics_normal_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:56:37.0821102Z test_reference_numerics_normal_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:56:37.0821255Z test_reference_numerics_normal_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:56:37.0821406Z test_reference_numerics_normal_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:56:37.0821562Z test_reference_numerics_normal_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:56:37.0821717Z test_reference_numerics_normal_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:56:37.0821874Z test_reference_numerics_normal_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:56:37.0822030Z test_reference_numerics_normal_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:56:37.0822186Z test_reference_numerics_normal_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:56:37.0822327Z test_reference_numerics_normal_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:56:37.0822476Z test_reference_numerics_normal_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:56:37.0822631Z test_reference_numerics_normal_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:56:37.0822780Z test_reference_numerics_normal_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:56:37.0822941Z test_reference_numerics_normal_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:56:37.0823095Z test_reference_numerics_normal_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:56:37.0823255Z test_reference_numerics_normal_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:56:37.0823413Z test_reference_numerics_normal_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:56:37.0823559Z test_reference_numerics_normal_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:56:37.0823715Z test_reference_numerics_normal_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:56:37.0823868Z test_reference_numerics_normal_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:37.0824024Z test_reference_numerics_normal_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:56:37.0824182Z test_reference_numerics_normal_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:37.0824346Z test_reference_numerics_normal_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:37.0824531Z test_reference_numerics_normal_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:56:37.0824686Z test_reference_numerics_normal_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:56:37.0824841Z test_reference_numerics_normal_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:37.0824984Z test_reference_numerics_normal_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:56:37.0825136Z test_reference_numerics_normal_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:37.0825288Z test_reference_numerics_normal_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:37.0825471Z test_reference_numerics_normal_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:37.0825625Z test_reference_numerics_normal_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:37.0825775Z test_reference_numerics_normal_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:37.0825929Z test_reference_numerics_normal_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0826083Z test_reference_numerics_normal_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:56:37.0826244Z test_reference_numerics_normal_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:56:37.0826395Z test_reference_numerics_normal_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:56:37.0826550Z test_reference_numerics_normal_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:37.0826706Z test_reference_numerics_normal_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:37.0826861Z test_reference_numerics_normal_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:37.0827013Z test_reference_numerics_normal_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:37.0827164Z test_reference_numerics_normal_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0827315Z test_reference_numerics_normal_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:37.0827464Z test_reference_numerics_normal_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:37.0827614Z test_reference_numerics_normal_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:56:37.0827769Z test_reference_numerics_normal_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:56:37.0827927Z test_reference_numerics_normal_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:37.0828089Z test_reference_numerics_normal_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:56:37.0828245Z test_reference_numerics_normal_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:56:37.0828402Z test_reference_numerics_normal_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:56:37.0828558Z test_reference_numerics_normal_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:37.0828716Z test_reference_numerics_normal_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:56:37.0828869Z test_reference_numerics_normal_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:56:37.0829015Z test_reference_numerics_normal_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0829168Z test_reference_numerics_normal_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:37.0829332Z test_reference_numerics_normal_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:56:37.0829491Z test_reference_numerics_normal_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:56:37.0829681Z test_reference_numerics_normal_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:56:37.0829838Z test_reference_numerics_normal_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:56:37.0829995Z test_reference_numerics_normal_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:37.0830152Z test_reference_numerics_normal_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:37.0830307Z test_reference_numerics_normal_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0830448Z test_reference_numerics_normal_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:37.0830626Z test_reference_numerics_normal_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:37.0830781Z test_reference_numerics_normal_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0830931Z test_reference_numerics_normal_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0831091Z test_reference_numerics_normal_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0831250Z test_reference_numerics_normal_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:37.0831408Z test_reference_numerics_normal_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0831568Z test_reference_numerics_normal_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0831711Z test_reference_numerics_normal_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:37.0831869Z test_reference_numerics_normal_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:37.0832019Z test_reference_numerics_normal_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:37.0832173Z test_reference_numerics_normal_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:37.0832332Z test_reference_numerics_normal_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:37.0832487Z test_reference_numerics_normal_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:56:37.0832645Z test_reference_numerics_normal_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0832801Z test_reference_numerics_normal_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:37.0832962Z test_reference_numerics_normal_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:37.0833111Z test_reference_numerics_normal_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:56:37.0833270Z test_reference_numerics_normal_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:37.0833429Z test_reference_numerics_normal_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:37.0833587Z test_reference_numerics_normal_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:56:37.0833738Z test_reference_numerics_normal_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.208s) 2022-12-01T10:56:37.0833889Z test_reference_numerics_normal_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:56:37.0834041Z test_reference_numerics_normal_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:56:37.0834192Z test_reference_numerics_normal_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:56:37.0834409Z test_reference_numerics_normal_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:56:37.0834562Z test_reference_numerics_normal_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:56:37.0834710Z test_reference_numerics_normal_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:56:37.0834890Z test_reference_numerics_normal_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:56:37.0835054Z test_reference_numerics_normal_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:37.0835214Z test_reference_numerics_normal_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:56:37.0835376Z test_reference_numerics_normal_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:37.0835542Z test_reference_numerics_normal_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:37.0835702Z test_reference_numerics_normal_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:37.0835886Z test_reference_numerics_normal_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:37.0836058Z test_reference_numerics_normal_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:56:37.0836224Z test_reference_numerics_normal_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0836386Z test_reference_numerics_normal_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:37.0836642Z test_reference_numerics_normal_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:37.0836796Z test_reference_numerics_normal_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0836957Z test_reference_numerics_normal_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:37.0837118Z test_reference_numerics_normal_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0837280Z test_reference_numerics_normal_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:37.0837427Z test_reference_numerics_normal_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0837586Z test_reference_numerics_normal_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0837743Z test_reference_numerics_normal_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0837896Z test_reference_numerics_normal_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:37.0838055Z test_reference_numerics_normal_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:37.0838218Z test_reference_numerics_normal_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:56:37.0838377Z test_reference_numerics_normal_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0838539Z test_reference_numerics_normal_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:37.0838698Z test_reference_numerics_normal_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:37.0838846Z test_reference_numerics_normal_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:37.0839002Z test_reference_numerics_normal_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:37.0839160Z test_reference_numerics_normal_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0839315Z test_reference_numerics_normal_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:37.0839469Z test_reference_numerics_normal_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0839622Z test_reference_numerics_normal_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0839782Z test_reference_numerics_normal_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0839936Z test_reference_numerics_normal_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:37.0840136Z test_reference_numerics_normal_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:37.0840294Z test_reference_numerics_normal_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:37.0840453Z test_reference_numerics_normal_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:37.0840613Z test_reference_numerics_normal_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:37.0840768Z test_reference_numerics_normal_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:37.0840921Z test_reference_numerics_normal_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:37.0841122Z test_reference_numerics_normal_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0841281Z test_reference_numerics_normal_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:37.0841438Z test_reference_numerics_normal_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0841580Z test_reference_numerics_normal_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0841746Z test_reference_numerics_normal_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:37.0841904Z test_reference_numerics_normal_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:56:37.0842067Z test_reference_numerics_normal_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:56:37.0842226Z test_reference_numerics_normal_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:37.0842384Z test_reference_numerics_normal_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0842544Z test_reference_numerics_normal_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0842708Z test_reference_numerics_normal_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:37.0842867Z test_reference_numerics_normal_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:37.0843013Z test_reference_numerics_normal_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:37.0843168Z test_reference_numerics_normal_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:37.0843337Z test_reference_numerics_normal_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:37.0843495Z test_reference_numerics_normal_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:56:37.0843658Z test_reference_numerics_normal_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:37.0843817Z test_reference_numerics_normal_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:37.0843973Z test_reference_numerics_normal_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0844133Z test_reference_numerics_normal_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0844293Z test_reference_numerics_normal_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0844439Z test_reference_numerics_normal_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:37.0844597Z test_reference_numerics_normal_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:37.0844752Z test_reference_numerics_normal_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:37.0844916Z test_reference_numerics_normal_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0845071Z test_reference_numerics_normal_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:56:37.0845239Z test_reference_numerics_normal_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:37.0845432Z test_reference_numerics_normal_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:56:37.0845590Z test_reference_numerics_normal_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:37.0845736Z test_reference_numerics_normal_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:56:37.0845895Z test_reference_numerics_normal_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:37.0846051Z test_reference_numerics_normal_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0846208Z test_reference_numerics_normal_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:37.0846388Z test_reference_numerics_normal_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0846543Z test_reference_numerics_normal_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:37.0846707Z test_reference_numerics_normal_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0846862Z test_reference_numerics_normal_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0847060Z test_reference_numerics_normal_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0847247Z test_reference_numerics_normal_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0847443Z test_reference_numerics_normal_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0847638Z test_reference_numerics_normal_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0847821Z test_reference_numerics_normal_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0848016Z test_reference_numerics_normal_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0848207Z test_reference_numerics_normal_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0848392Z test_reference_numerics_normal_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0848577Z test_reference_numerics_normal_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0848761Z test_reference_numerics_normal_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0848948Z test_reference_numerics_normal_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0849131Z test_reference_numerics_normal_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.0849294Z test_reference_numerics_normal_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:56:37.0849443Z test_reference_numerics_normal_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:56:37.0849602Z test_reference_numerics_normal_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:56:37.0849762Z test_reference_numerics_normal_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:56:37.0849920Z test_reference_numerics_normal_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:56:37.0850077Z test_reference_numerics_normal_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:56:37.0850234Z test_reference_numerics_normal_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:56:37.0850421Z test_reference_numerics_normal_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:56:37.0850576Z test_reference_numerics_normal_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:56:37.0850735Z test_reference_numerics_normal_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:37.0850878Z test_reference_numerics_normal_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:56:37.0851039Z test_reference_numerics_normal_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-12-01T10:56:37.0851201Z test_reference_numerics_normal_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:56:37.0851389Z test_reference_numerics_normal_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:37.0851549Z test_reference_numerics_normal_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:56:37.0851707Z test_reference_numerics_normal_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:37.0851862Z test_reference_numerics_normal_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:56:37.0852017Z test_reference_numerics_normal_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:56:37.0852169Z test_reference_numerics_normal_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:56:37.0852311Z test_reference_numerics_normal_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:56:37.0852472Z test_reference_numerics_normal_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:56:37.0852629Z test_reference_numerics_normal_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:56:37.0852788Z test_reference_numerics_normal_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:37.0852946Z test_reference_numerics_normal_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:37.0853103Z test_reference_numerics_normal_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:56:37.0853259Z test_reference_numerics_normal_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:56:37.0853413Z test_reference_numerics_normal_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:37.0853557Z test_reference_numerics_normal_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:56:37.0853709Z test_reference_numerics_normal_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:56:37.0853866Z test_reference_numerics_normal_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:37.0854022Z test_reference_numerics_normal_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:56:37.0854185Z test_reference_numerics_normal_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-12-01T10:56:37.0854346Z test_reference_numerics_normal_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:56:37.0854505Z test_reference_numerics_normal_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:37.0854663Z test_reference_numerics_normal_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:37.0854817Z test_reference_numerics_normal_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:37.0854959Z test_reference_numerics_normal_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:37.0855109Z test_reference_numerics_normal_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:37.0855265Z test_reference_numerics_normal_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:56:37.0855414Z test_reference_numerics_normal_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:56:37.0855598Z test_reference_numerics_normal_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:37.0855752Z test_reference_numerics_normal_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:56:37.0855910Z test_reference_numerics_normal_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-12-01T10:56:37.0856069Z test_reference_numerics_normal_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:56:37.0856225Z test_reference_numerics_normal_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:37.0856371Z test_reference_numerics_normal_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:56:37.0856551Z test_reference_numerics_normal_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:37.0856704Z test_reference_numerics_normal_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:56:37.0856856Z test_reference_numerics_normal_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:56:37.0857008Z test_reference_numerics_normal_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:56:37.0857157Z test_reference_numerics_normal_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:56:37.0857325Z test_reference_numerics_normal_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:37.0857491Z test_reference_numerics_normal_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:37.0857651Z test_reference_numerics_normal_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:37.0857824Z test_reference_numerics_normal_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:37.0857992Z test_reference_numerics_normal_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:37.0858160Z test_reference_numerics_normal_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:37.0858323Z test_reference_numerics_normal_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:37.0858484Z test_reference_numerics_normal_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:37.0858642Z test_reference_numerics_normal_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0858799Z test_reference_numerics_normal_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:37.0858961Z test_reference_numerics_normal_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0859110Z test_reference_numerics_normal_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0859271Z test_reference_numerics_normal_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:37.0859430Z test_reference_numerics_normal_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-12-01T10:56:37.0859588Z test_reference_numerics_normal_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:37.0859746Z test_reference_numerics_normal_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:56:37.0859901Z test_reference_numerics_normal_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:56:37.0860056Z test_reference_numerics_normal_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:56:37.0860212Z test_reference_numerics_normal_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:56:37.0860370Z test_reference_numerics_normal_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:56:37.0860511Z test_reference_numerics_normal_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:56:37.0860722Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:56:37.0860901Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:56:37.0861077Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:56:37.0861252Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:56:37.0861425Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:56:37.0861598Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:56:37.0861830Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:56:37.0862002Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:56:37.0862171Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.141s) 2022-12-01T10:56:37.0862347Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-12-01T10:56:37.0862524Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-12-01T10:56:37.0862698Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-12-01T10:56:37.0862870Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.148s) 2022-12-01T10:56:37.0863046Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-12-01T10:56:37.0863221Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-12-01T10:56:37.0863393Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-12-01T10:56:37.0863573Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.220s) 2022-12-01T10:56:37.0863749Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.219s) 2022-12-01T10:56:37.0863915Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.257s) 2022-12-01T10:56:37.0864085Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.215s) 2022-12-01T10:56:37.0864259Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.215s) 2022-12-01T10:56:37.0864434Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.212s) 2022-12-01T10:56:37.0864613Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.214s) 2022-12-01T10:56:37.0864785Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.215s) 2022-12-01T10:56:37.0864949Z test_reference_numerics_normal_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:37.0865112Z test_reference_numerics_normal_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:37.0865277Z test_reference_numerics_normal_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:56:37.0865426Z test_reference_numerics_normal_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0865583Z test_reference_numerics_normal_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:37.0865743Z test_reference_numerics_normal_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:37.0865928Z test_reference_numerics_normal_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0866084Z test_reference_numerics_normal_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:37.0866245Z test_reference_numerics_normal_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0866399Z test_reference_numerics_normal_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0866556Z test_reference_numerics_normal_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:37.0866718Z test_reference_numerics_normal_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:56:37.0866898Z test_reference_numerics_normal_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:56:37.0867060Z test_reference_numerics_normal_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:56:37.0867222Z test_reference_numerics_normal_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:56:37.0867380Z test_reference_numerics_normal_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0867538Z test_reference_numerics_normal_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0867692Z test_reference_numerics_normal_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:37.0867847Z test_reference_numerics_normal_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0867996Z test_reference_numerics_normal_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:37.0868141Z test_reference_numerics_normal_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0868292Z test_reference_numerics_normal_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0868468Z test_reference_numerics_normal_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:56:37.0868642Z test_reference_numerics_normal_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:37.0868816Z test_reference_numerics_normal_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:56:37.0868986Z test_reference_numerics_normal_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:37.0869159Z test_reference_numerics_normal_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:37.0869331Z test_reference_numerics_normal_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:56:37.0869518Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:37.0869690Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:37.0869868Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:56:37.0870043Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:56:37.0870226Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:56:37.0870401Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:56:37.0870574Z test_reference_numerics_normal_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:56:37.0870745Z test_reference_numerics_normal_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:56:37.0870921Z test_reference_numerics_normal_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:37.0871123Z test_reference_numerics_normal_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:37.0871300Z test_reference_numerics_normal_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:37.0871463Z test_reference_numerics_normal_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:37.0871633Z test_reference_numerics_normal_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0871806Z test_reference_numerics_normal_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:37.0872001Z test_reference_numerics_normal_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0872174Z test_reference_numerics_normal_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:37.0872344Z test_reference_numerics_normal_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0872517Z test_reference_numerics_normal_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:37.0872686Z test_reference_numerics_normal_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:37.0872861Z test_reference_numerics_normal_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:37.0873019Z test_reference_numerics_normal_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:37.0873188Z test_reference_numerics_normal_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:56:37.0873377Z test_reference_numerics_normal_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:56:37.0873580Z test_reference_numerics_normal_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0873750Z test_reference_numerics_normal_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:37.0873919Z test_reference_numerics_normal_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0874087Z test_reference_numerics_normal_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:56:37.0874330Z test_reference_numerics_normal_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:56:37.0874515Z test_reference_numerics_normal_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:37.0874685Z test_reference_numerics_normal_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:56:37.0874865Z test_reference_numerics_normal_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:37.0875050Z test_reference_numerics_normal_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:56:37.0875232Z test_reference_numerics_normal_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:56:37.0875408Z test_reference_numerics_normal_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:56:37.0875588Z test_reference_numerics_normal_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0875764Z test_reference_numerics_normal_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:37.0875943Z test_reference_numerics_normal_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:37.0876121Z test_reference_numerics_normal_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:37.0876331Z test_reference_numerics_normal_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:37.0876496Z test_reference_numerics_normal_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:56:37.0876769Z test_reference_numerics_normal_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:37.0876951Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:56:37.0877150Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0877410Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0877594Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:56:37.0877775Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:56:37.0877951Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:56:37.0878131Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:56:37.0878296Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:56:37.0878474Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:56:37.0878653Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:56:37.0878835Z test_reference_numerics_normal_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:37.0879017Z test_reference_numerics_normal_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:37.0879192Z test_reference_numerics_normal_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:37.0879368Z test_reference_numerics_normal_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:37.0879548Z test_reference_numerics_normal_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:37.0879725Z test_reference_numerics_normal_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0879905Z test_reference_numerics_normal_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:37.0880069Z test_reference_numerics_normal_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:37.0880257Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (1.936s) 2022-12-01T10:56:37.0880437Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:56:37.0880616Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.492s) 2022-12-01T10:56:37.0880792Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.499s) 2022-12-01T10:56:37.0880967Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:56:37.0881143Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:56:37.0881319Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:56:37.0881529Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:56:37.0881694Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:56:37.0881874Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.568s) 2022-12-01T10:56:37.0882050Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.615s) 2022-12-01T10:56:37.0882230Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.569s) 2022-12-01T10:56:37.0882433Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.580s) 2022-12-01T10:56:37.0882611Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.557s) 2022-12-01T10:56:37.0882789Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.555s) 2022-12-01T10:56:37.0882963Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.551s) 2022-12-01T10:56:37.0883138Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.554s) 2022-12-01T10:56:37.0883300Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.560s) 2022-12-01T10:56:37.0883482Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.727s) 2022-12-01T10:56:37.0883655Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.757s) 2022-12-01T10:56:37.0883835Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.717s) 2022-12-01T10:56:37.0884011Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.719s) 2022-12-01T10:56:37.0884186Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.704s) 2022-12-01T10:56:37.0884359Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.705s) 2022-12-01T10:56:37.0884531Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.700s) 2022-12-01T10:56:37.0884704Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.705s) 2022-12-01T10:56:37.0884876Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.712s) 2022-12-01T10:56:37.0885047Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.718s) 2022-12-01T10:56:37.0885222Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.758s) 2022-12-01T10:56:37.0885401Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.717s) 2022-12-01T10:56:37.0885575Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.720s) 2022-12-01T10:56:37.0885749Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.712s) 2022-12-01T10:56:37.0885919Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.706s) 2022-12-01T10:56:37.0886093Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.704s) 2022-12-01T10:56:37.0886271Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.704s) 2022-12-01T10:56:37.0886443Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.713s) 2022-12-01T10:56:37.0886647Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.719s) 2022-12-01T10:56:37.0886823Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.757s) 2022-12-01T10:56:37.0887002Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.719s) 2022-12-01T10:56:37.0887173Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.721s) 2022-12-01T10:56:37.0887348Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.704s) 2022-12-01T10:56:37.0887550Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.717s) 2022-12-01T10:56:37.0887726Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.702s) 2022-12-01T10:56:37.0887904Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.704s) 2022-12-01T10:56:37.0888077Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.724s) 2022-12-01T10:56:37.0888231Z test_reference_numerics_normal_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0888401Z test_reference_numerics_normal_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:56:37.0888566Z test_reference_numerics_normal_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:56:37.0888729Z test_reference_numerics_normal_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:56:37.0888893Z test_reference_numerics_normal_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:56:37.0889055Z test_reference_numerics_normal_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0889214Z test_reference_numerics_normal_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0889375Z test_reference_numerics_normal_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:37.0889536Z test_reference_numerics_normal_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0889685Z test_reference_numerics_normal_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:37.0889848Z test_reference_numerics_normal_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0890010Z test_reference_numerics_normal_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0890180Z test_reference_numerics_normal_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0890342Z test_reference_numerics_normal_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:56:37.0890508Z test_reference_numerics_normal_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:56:37.0890667Z test_reference_numerics_normal_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:37.0890820Z test_reference_numerics_normal_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:37.0890980Z test_reference_numerics_normal_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:37.0891128Z test_reference_numerics_normal_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:37.0891289Z test_reference_numerics_normal_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:37.0891451Z test_reference_numerics_normal_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:56:37.0891612Z test_reference_numerics_normal_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:37.0891798Z test_reference_numerics_normal_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:37.0891955Z test_reference_numerics_normal_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:37.0892115Z test_reference_numerics_normal_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:56:37.0892272Z test_reference_numerics_normal_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:56:37.0892428Z test_reference_numerics_normal_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0892577Z test_reference_numerics_normal_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:37.0892758Z test_reference_numerics_normal_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:37.0892919Z test_reference_numerics_normal_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:37.0893078Z test_reference_numerics_normal_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:37.0893234Z test_reference_numerics_normal_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:37.0893386Z test_reference_numerics_normal_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:37.0893539Z test_reference_numerics_normal_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0893688Z test_reference_numerics_normal_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0893845Z test_reference_numerics_normal_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:37.0894010Z test_reference_numerics_normal_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:56:37.0894182Z test_reference_numerics_normal_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:56:37.0894358Z test_reference_numerics_normal_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:56:37.0894525Z test_reference_numerics_normal_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:56:37.0894687Z test_reference_numerics_normal_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0894846Z test_reference_numerics_normal_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0895010Z test_reference_numerics_normal_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:37.0895167Z test_reference_numerics_normal_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:37.0895314Z test_reference_numerics_normal_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0895478Z test_reference_numerics_normal_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:37.0895637Z test_reference_numerics_normal_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:37.0895796Z test_reference_numerics_normal_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0895956Z test_reference_numerics_normal_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0896115Z test_reference_numerics_normal_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0896271Z test_reference_numerics_normal_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0896426Z test_reference_numerics_normal_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:37.0896584Z test_reference_numerics_normal_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:37.0896729Z test_reference_numerics_normal_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0896909Z test_reference_numerics_normal_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0897085Z test_reference_numerics_normal_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0897259Z test_reference_numerics_normal_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0897432Z test_reference_numerics_normal_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0897604Z test_reference_numerics_normal_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:37.0897768Z test_reference_numerics_normal_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0897957Z test_reference_numerics_normal_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:37.0898136Z test_reference_numerics_normal_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:37.0898302Z test_reference_numerics_normal_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0898480Z test_reference_numerics_normal_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:37.0898644Z test_reference_numerics_normal_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:37.0898801Z test_reference_numerics_normal_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:56:37.0898965Z test_reference_numerics_normal_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:56:37.0899129Z test_reference_numerics_normal_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:56:37.0899286Z test_reference_numerics_normal_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:37.0899446Z test_reference_numerics_normal_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:37.0899603Z test_reference_numerics_normal_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:37.0899748Z test_reference_numerics_normal_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:37.0899902Z test_reference_numerics_normal_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:37.0900059Z test_reference_numerics_normal_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:56:37.0900213Z test_reference_numerics_normal_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:56:37.0900371Z test_reference_numerics_normal_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:37.0900527Z test_reference_numerics_normal_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:37.0900688Z test_reference_numerics_normal_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:56:37.0900850Z test_reference_numerics_normal_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:56:37.0900999Z test_reference_numerics_normal_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:56:37.0901154Z test_reference_numerics_normal_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:37.0901309Z test_reference_numerics_normal_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0901464Z test_reference_numerics_normal_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:37.0901620Z test_reference_numerics_normal_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:37.0901775Z test_reference_numerics_normal_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:37.0901925Z test_reference_numerics_normal_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:37.0902109Z test_reference_numerics_normal_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0902261Z test_reference_numerics_normal_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0902414Z test_reference_numerics_normal_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:37.0902575Z test_reference_numerics_normal_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:56:37.0902744Z test_reference_numerics_normal_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:56:37.0902911Z test_reference_numerics_normal_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:56:37.0903100Z test_reference_numerics_normal_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:37.0903261Z test_reference_numerics_normal_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:56:37.0903422Z test_reference_numerics_normal_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:37.0903581Z test_reference_numerics_normal_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:56:37.0903739Z test_reference_numerics_normal_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:56:37.0903886Z test_reference_numerics_normal_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:37.0904044Z test_reference_numerics_normal_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:37.0904200Z test_reference_numerics_normal_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:37.0904357Z test_reference_numerics_normal_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:37.0904515Z test_reference_numerics_normal_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:37.0904674Z test_reference_numerics_normal_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0904829Z test_reference_numerics_normal_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:37.0904985Z test_reference_numerics_normal_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:37.0905128Z test_reference_numerics_normal_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0905280Z test_reference_numerics_normal_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:37.0905435Z test_reference_numerics_normal_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0905585Z test_reference_numerics_normal_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0905747Z test_reference_numerics_normal_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0905906Z test_reference_numerics_normal_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:56:37.0906068Z test_reference_numerics_normal_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:56:37.0906226Z test_reference_numerics_normal_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:37.0906382Z test_reference_numerics_normal_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:37.0906528Z test_reference_numerics_normal_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:37.0906687Z test_reference_numerics_normal_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0906843Z test_reference_numerics_normal_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:37.0906999Z test_reference_numerics_normal_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:37.0907154Z test_reference_numerics_normal_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:37.0907339Z test_reference_numerics_normal_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:37.0907491Z test_reference_numerics_normal_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:56:37.0907651Z test_reference_numerics_normal_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.144s) 2022-12-01T10:56:37.0907810Z test_reference_numerics_normal_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:56:37.0907954Z test_reference_numerics_normal_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0908110Z test_reference_numerics_normal_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:56:37.0908288Z test_reference_numerics_normal_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:37.0908440Z test_reference_numerics_normal_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:56:37.0908590Z test_reference_numerics_normal_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:56:37.0908739Z test_reference_numerics_normal_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:56:37.0908887Z test_reference_numerics_normal_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:56:37.0909047Z test_reference_numerics_normal_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:56:37.0909191Z test_reference_numerics_normal_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.215s) 2022-12-01T10:56:37.0909355Z test_reference_numerics_normal_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.160s) 2022-12-01T10:56:37.0909519Z test_reference_numerics_normal_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-12-01T10:56:37.0909676Z test_reference_numerics_normal_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:37.0909833Z test_reference_numerics_normal_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:56:37.0909986Z test_reference_numerics_normal_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.170s) 2022-12-01T10:56:37.0910139Z test_reference_numerics_normal_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.172s) 2022-12-01T10:56:37.0910291Z test_reference_numerics_normal_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.168s) 2022-12-01T10:56:37.0910444Z test_reference_numerics_normal_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.172s) 2022-12-01T10:56:37.0910581Z test_reference_numerics_normal_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.160s) 2022-12-01T10:56:37.0910742Z test_reference_numerics_normal_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:56:37.0910895Z test_reference_numerics_normal_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:56:37.0911060Z test_reference_numerics_normal_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.152s) 2022-12-01T10:56:37.0911223Z test_reference_numerics_normal_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:56:37.0911379Z test_reference_numerics_normal_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:56:37.0911536Z test_reference_numerics_normal_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:56:37.0911690Z test_reference_numerics_normal_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:56:37.0911843Z test_reference_numerics_normal_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:56:37.0911986Z test_reference_numerics_normal_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:56:37.0912138Z test_reference_numerics_normal_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:56:37.0912286Z test_reference_numerics_normal_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:56:37.0912483Z test_reference_numerics_normal_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.189s) 2022-12-01T10:56:37.0912656Z test_reference_numerics_normal_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.257s) 2022-12-01T10:56:37.0912828Z test_reference_numerics_normal_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.273s) 2022-12-01T10:56:37.0912996Z test_reference_numerics_normal_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.246s) 2022-12-01T10:56:37.0913167Z test_reference_numerics_normal_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.250s) 2022-12-01T10:56:37.0913359Z test_reference_numerics_normal_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.257s) 2022-12-01T10:56:37.0913530Z test_reference_numerics_normal_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.251s) 2022-12-01T10:56:37.0913697Z test_reference_numerics_normal_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.332s) 2022-12-01T10:56:37.0913867Z test_reference_numerics_normal_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:56:37.0914040Z test_reference_numerics_normal_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:56:37.0914211Z test_reference_numerics_normal_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:56:37.0914463Z test_reference_numerics_normal_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:56:37.0914636Z test_reference_numerics_normal_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:56:37.0914805Z test_reference_numerics_normal_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:56:37.0914962Z test_reference_numerics_normal_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:56:37.0915136Z test_reference_numerics_normal_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:56:37.0915306Z test_reference_numerics_normal_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:56:37.0915479Z test_reference_numerics_normal_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:56:37.0915647Z test_reference_numerics_normal_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:56:37.0915815Z test_reference_numerics_normal_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:56:37.0915983Z test_reference_numerics_normal_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:56:37.0916148Z test_reference_numerics_normal_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:56:37.0916317Z test_reference_numerics_normal_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:56:37.0916487Z test_reference_numerics_normal_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:56:37.0916747Z test_reference_numerics_normal_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:56:37.0916919Z test_reference_numerics_normal_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:56:37.0917090Z test_reference_numerics_normal_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:56:37.0917256Z test_reference_numerics_normal_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:56:37.0917424Z test_reference_numerics_normal_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:56:37.0917591Z test_reference_numerics_normal_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:56:37.0917817Z test_reference_numerics_normal_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:56:37.0917990Z test_reference_numerics_normal_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:56:37.0918159Z test_reference_numerics_normal_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:56:37.0918319Z test_reference_numerics_normal_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:56:37.0918488Z test_reference_numerics_normal_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:56:37.0918687Z test_reference_numerics_normal_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:56:37.0918854Z test_reference_numerics_normal_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:56:37.0919018Z test_reference_numerics_normal_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:56:37.0919185Z test_reference_numerics_normal_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:56:37.0919354Z test_reference_numerics_normal_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:56:37.0919525Z test_reference_numerics_normal_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:56:37.0919691Z test_reference_numerics_normal_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:56:37.0919848Z test_reference_numerics_normal_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:56:37.0920019Z test_reference_numerics_normal_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:56:37.0920184Z test_reference_numerics_normal_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:56:37.0920348Z test_reference_numerics_normal_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:56:37.0920504Z test_reference_numerics_normal_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:56:37.0920669Z test_reference_numerics_normal_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:56:37.0920828Z test_reference_numerics_normal_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:56:37.0920987Z test_reference_numerics_normal_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:56:37.0921159Z test_reference_numerics_normal_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:56:37.0921318Z test_reference_numerics_normal_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:56:37.0921486Z test_reference_numerics_normal_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:56:37.0921656Z test_reference_numerics_normal_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:56:37.0921821Z test_reference_numerics_normal_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:56:37.0921985Z test_reference_numerics_normal_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:56:37.0922150Z test_reference_numerics_normal_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:56:37.0922320Z test_reference_numerics_normal_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:56:37.0922483Z test_reference_numerics_normal_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.167s) 2022-12-01T10:56:37.0922649Z test_reference_numerics_normal_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:56:37.0922802Z test_reference_numerics_normal_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:56:37.0922997Z test_reference_numerics_normal_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:56:37.0923157Z test_reference_numerics_normal_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:56:37.0923313Z test_reference_numerics_normal_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:56:37.0923473Z test_reference_numerics_normal_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:56:37.0923630Z test_reference_numerics_normal_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:56:37.0923823Z test_reference_numerics_normal_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.190s) 2022-12-01T10:56:37.0923990Z test_reference_numerics_normal_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:56:37.0924139Z test_reference_numerics_normal_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:56:37.0924300Z test_reference_numerics_normal_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:56:37.0924460Z test_reference_numerics_normal_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:56:37.0924614Z test_reference_numerics_normal_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:56:37.0924775Z test_reference_numerics_normal_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:56:37.0924935Z test_reference_numerics_normal_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:56:37.0925093Z test_reference_numerics_normal_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.155s) 2022-12-01T10:56:37.0925259Z test_reference_numerics_normal_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:56:37.0925425Z test_reference_numerics_normal_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:56:37.0925579Z test_reference_numerics_normal_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:56:37.0925738Z test_reference_numerics_normal_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:56:37.0925897Z test_reference_numerics_normal_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:56:37.0926059Z test_reference_numerics_normal_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:56:37.0926214Z test_reference_numerics_normal_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:56:37.0926387Z test_reference_numerics_normal_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-12-01T10:56:37.0926561Z test_reference_numerics_normal_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:56:37.0926736Z test_reference_numerics_normal_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:56:37.0926905Z test_reference_numerics_normal_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:56:37.0927062Z test_reference_numerics_normal_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:56:37.0927230Z test_reference_numerics_normal_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:56:37.0927398Z test_reference_numerics_normal_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:56:37.0927564Z test_reference_numerics_normal_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:56:37.0927749Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.206s) 2022-12-01T10:56:37.0927933Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:56:37.0928137Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:56:37.0928317Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:56:37.0928492Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:56:37.0928669Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:56:37.0928836Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-12-01T10:56:37.0929036Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:56:37.0929213Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.203s) 2022-12-01T10:56:37.0929397Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:56:37.0929574Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:56:37.0929749Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:56:37.0929919Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-12-01T10:56:37.0930090Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:56:37.0930264Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-12-01T10:56:37.0930422Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:56:37.0930597Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-12-01T10:56:37.0930774Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:56:37.0930947Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:56:37.0931118Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:56:37.0931286Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:56:37.0931454Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:56:37.0931627Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:56:37.0931798Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:56:37.0931972Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.188s) 2022-12-01T10:56:37.0932136Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:56:37.0932311Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:56:37.0932480Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:56:37.0932651Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:56:37.0932818Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:56:37.0933025Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:56:37.0933203Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:56:37.0933371Z test_reference_numerics_normal_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:56:37.0933537Z test_reference_numerics_normal_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:56:37.0933694Z test_reference_numerics_normal_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:56:37.0933889Z test_reference_numerics_normal_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:56:37.0934059Z test_reference_numerics_normal_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:56:37.0934226Z test_reference_numerics_normal_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:56:37.0934385Z test_reference_numerics_normal_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:56:37.0934548Z test_reference_numerics_normal_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:56:37.0934709Z test_reference_numerics_normal_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:56:37.0934869Z test_reference_numerics_normal_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:56:37.0935037Z test_reference_numerics_normal_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:56:37.0935195Z test_reference_numerics_normal_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:56:37.0935362Z test_reference_numerics_normal_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:37.0935529Z test_reference_numerics_normal_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:37.0935695Z test_reference_numerics_normal_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:37.0935859Z test_reference_numerics_normal_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:37.0936024Z test_reference_numerics_normal_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:37.0936225Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:56:37.0936423Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:56:37.0936622Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:56:37.0936804Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:56:37.0936999Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:56:37.0937195Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:56:37.0937393Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:56:37.0937584Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:56:37.0937778Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:56:37.0937967Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.201s) 2022-12-01T10:56:37.0938188Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:56:37.0938377Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:56:37.0938563Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:56:37.0938736Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:56:37.0938919Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:56:37.0939126Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:56:37.0939316Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:56:37.0939506Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.208s) 2022-12-01T10:56:37.0939690Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:56:37.0939876Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:56:37.0940059Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:56:37.0940242Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:56:37.0940418Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:56:37.0940595Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:56:37.0940785Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:56:37.0940971Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:56:37.0941156Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:56:37.0941339Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:56:37.0941522Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:56:37.0941699Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:56:37.0941874Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:56:37.0942052Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:56:37.0942227Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:56:37.0942375Z test_reference_numerics_normal_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0942531Z test_reference_numerics_normal_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:56:37.0942692Z test_reference_numerics_normal_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:56:37.0942855Z test_reference_numerics_normal_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:56:37.0943012Z test_reference_numerics_normal_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0943235Z test_reference_numerics_normal_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0943392Z test_reference_numerics_normal_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:37.0943547Z test_reference_numerics_normal_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:56:37.0943687Z test_reference_numerics_normal_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0943843Z test_reference_numerics_normal_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:37.0943998Z test_reference_numerics_normal_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:56:37.0944186Z test_reference_numerics_normal_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:37.0944348Z test_reference_numerics_normal_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:56:37.0944518Z test_reference_numerics_normal_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:56:37.0944684Z test_reference_numerics_normal_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:56:37.0944845Z test_reference_numerics_normal_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:56:37.0945010Z test_reference_numerics_normal_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:37.0945158Z test_reference_numerics_normal_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0945319Z test_reference_numerics_normal_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0945480Z test_reference_numerics_normal_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0945637Z test_reference_numerics_normal_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:37.0945799Z test_reference_numerics_normal_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:37.0945957Z test_reference_numerics_normal_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0946112Z test_reference_numerics_normal_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:56:37.0946268Z test_reference_numerics_normal_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:56:37.0946430Z test_reference_numerics_normal_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.255s) 2022-12-01T10:56:37.0946580Z test_reference_numerics_normal_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:56:37.0946741Z test_reference_numerics_normal_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:56:37.0946894Z test_reference_numerics_normal_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (8.130s) 2022-12-01T10:56:37.0947049Z test_reference_numerics_normal_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:56:37.0947202Z test_reference_numerics_normal_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:56:37.0947351Z test_reference_numerics_normal_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:56:37.0947503Z test_reference_numerics_normal_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:56:37.0947654Z test_reference_numerics_normal_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:56:37.0947801Z test_reference_numerics_normal_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:56:37.0947953Z test_reference_numerics_normal_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:56:37.0948118Z test_reference_numerics_normal_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.132s) 2022-12-01T10:56:37.0948277Z test_reference_numerics_normal_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:56:37.0948463Z test_reference_numerics_normal_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:56:37.0948624Z test_reference_numerics_normal_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:56:37.0948778Z test_reference_numerics_normal_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:56:37.0948931Z test_reference_numerics_normal_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:56:37.0949081Z test_reference_numerics_normal_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:56:37.0949223Z test_reference_numerics_normal_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:56:37.0949406Z test_reference_numerics_normal_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:56:37.0949569Z test_reference_numerics_normal_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0949729Z test_reference_numerics_normal_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0949888Z test_reference_numerics_normal_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0950046Z test_reference_numerics_normal_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0950203Z test_reference_numerics_normal_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:37.0950359Z test_reference_numerics_normal_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:37.0950516Z test_reference_numerics_normal_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:56:37.0950661Z test_reference_numerics_normal_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:56:37.0950812Z test_reference_numerics_small_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.0950975Z test_reference_numerics_small_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:37.0951132Z test_reference_numerics_small_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:37.0951293Z test_reference_numerics_small_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:37.0951446Z test_reference_numerics_small_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:37.0951599Z test_reference_numerics_small_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:37.0951748Z test_reference_numerics_small_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:56:37.0951891Z test_reference_numerics_small_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:37.0952045Z test_reference_numerics_small_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0952194Z test_reference_numerics_small_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0952346Z test_reference_numerics_small_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0952493Z test_reference_numerics_small_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0952651Z test_reference_numerics_small_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0952837Z test_reference_numerics_small_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.0952998Z test_reference_numerics_small_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:56:37.0953161Z test_reference_numerics_small_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0953304Z test_reference_numerics_small_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0953491Z test_reference_numerics_small_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0953641Z test_reference_numerics_small_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0953794Z test_reference_numerics_small_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0953943Z test_reference_numerics_small_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0954094Z test_reference_numerics_small_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0954248Z test_reference_numerics_small_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0954474Z test_reference_numerics_small_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0954681Z test_reference_numerics_small_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.0954848Z test_reference_numerics_small_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:37.0955010Z test_reference_numerics_small_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:37.0955170Z test_reference_numerics_small_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0955331Z test_reference_numerics_small_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0955489Z test_reference_numerics_small_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0955642Z test_reference_numerics_small_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0955797Z test_reference_numerics_small_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0955954Z test_reference_numerics_small_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0956093Z test_reference_numerics_small_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0956276Z test_reference_numerics_small_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:56:37.0956463Z test_reference_numerics_small_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.0956732Z test_reference_numerics_small_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:37.0956898Z test_reference_numerics_small_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:37.0957078Z test_reference_numerics_small_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:56:37.0957258Z test_reference_numerics_small_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:56:37.0957431Z test_reference_numerics_small_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:56:37.0957588Z test_reference_numerics_small_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0957730Z test_reference_numerics_small_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0957879Z test_reference_numerics_small_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0958035Z test_reference_numerics_small_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0958186Z test_reference_numerics_small_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0958345Z test_reference_numerics_small_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0958535Z test_reference_numerics_small_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.0958701Z test_reference_numerics_small_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:56:37.0958915Z test_reference_numerics_small_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:37.0959072Z test_reference_numerics_small_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0959216Z test_reference_numerics_small_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0959371Z test_reference_numerics_small_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0959525Z test_reference_numerics_small_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0959676Z test_reference_numerics_small_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0959830Z test_reference_numerics_small_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0960016Z test_reference_numerics_small_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0960179Z test_reference_numerics_small_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0960369Z test_reference_numerics_small_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.0960551Z test_reference_numerics_small_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0960716Z test_reference_numerics_small_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0960873Z test_reference_numerics_small_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0961032Z test_reference_numerics_small_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0961190Z test_reference_numerics_small_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0961344Z test_reference_numerics_small_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0961493Z test_reference_numerics_small_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0961649Z test_reference_numerics_small_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0961796Z test_reference_numerics_small_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0961940Z test_reference_numerics_small_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0962122Z test_reference_numerics_small_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.0962298Z test_reference_numerics_small_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0962476Z test_reference_numerics_small_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0962633Z test_reference_numerics_small_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0962795Z test_reference_numerics_small_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0962948Z test_reference_numerics_small_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0963100Z test_reference_numerics_small_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0963253Z test_reference_numerics_small_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0963394Z test_reference_numerics_small_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0963546Z test_reference_numerics_small_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0963702Z test_reference_numerics_small_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0963887Z test_reference_numerics_small_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.0964095Z test_reference_numerics_small_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0964271Z test_reference_numerics_small_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0964428Z test_reference_numerics_small_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0964585Z test_reference_numerics_small_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0964738Z test_reference_numerics_small_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0964881Z test_reference_numerics_small_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0965056Z test_reference_numerics_small_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0965211Z test_reference_numerics_small_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0965361Z test_reference_numerics_small_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0965554Z test_reference_numerics_small_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.0965720Z test_reference_numerics_small_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0965877Z test_reference_numerics_small_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0966035Z test_reference_numerics_small_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0966196Z test_reference_numerics_small_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0966342Z test_reference_numerics_small_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0966499Z test_reference_numerics_small_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0966660Z test_reference_numerics_small_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0966816Z test_reference_numerics_small_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0966970Z test_reference_numerics_small_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0967123Z test_reference_numerics_small_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0967275Z test_reference_numerics_small_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0967428Z test_reference_numerics_small_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0967579Z test_reference_numerics_small_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0967727Z test_reference_numerics_small_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0967911Z test_reference_numerics_small_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.0968075Z test_reference_numerics_small_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:37.0968235Z test_reference_numerics_small_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:37.0968395Z test_reference_numerics_small_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:37.0968551Z test_reference_numerics_small_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0968705Z test_reference_numerics_small_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0968859Z test_reference_numerics_small_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0968999Z test_reference_numerics_small_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0969151Z test_reference_numerics_small_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0969337Z test_reference_numerics_small_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0969489Z test_reference_numerics_small_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0969639Z test_reference_numerics_small_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0969809Z test_reference_numerics_small_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0970006Z test_reference_numerics_small_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.0970204Z test_reference_numerics_small_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:37.0970379Z test_reference_numerics_small_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:37.0970544Z test_reference_numerics_small_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:37.0970712Z test_reference_numerics_small_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0970881Z test_reference_numerics_small_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0971049Z test_reference_numerics_small_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0971213Z test_reference_numerics_small_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0971376Z test_reference_numerics_small_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0971534Z test_reference_numerics_small_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0971699Z test_reference_numerics_small_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0971860Z test_reference_numerics_small_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0972005Z test_reference_numerics_small_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0972188Z test_reference_numerics_small_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.0972348Z test_reference_numerics_small_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:37.0972508Z test_reference_numerics_small_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.0972664Z test_reference_numerics_small_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0972820Z test_reference_numerics_small_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0972971Z test_reference_numerics_small_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0973125Z test_reference_numerics_small_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0973274Z test_reference_numerics_small_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0973415Z test_reference_numerics_small_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0973563Z test_reference_numerics_small_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0973721Z test_reference_numerics_small_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0973905Z test_reference_numerics_small_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.0974067Z test_reference_numerics_small_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:37.0974227Z test_reference_numerics_small_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:37.0974412Z test_reference_numerics_small_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0974569Z test_reference_numerics_small_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0974723Z test_reference_numerics_small_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0974866Z test_reference_numerics_small_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0975014Z test_reference_numerics_small_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0975165Z test_reference_numerics_small_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0975314Z test_reference_numerics_small_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0975507Z test_reference_numerics_small_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0975697Z test_reference_numerics_small_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.0975862Z test_reference_numerics_small_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0976025Z test_reference_numerics_small_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0976173Z test_reference_numerics_small_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0976333Z test_reference_numerics_small_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0976490Z test_reference_numerics_small_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0976650Z test_reference_numerics_small_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0976806Z test_reference_numerics_small_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0976964Z test_reference_numerics_small_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0977129Z test_reference_numerics_small_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0977317Z test_reference_numerics_small_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.0977478Z test_reference_numerics_small_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0977627Z test_reference_numerics_small_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.0977786Z test_reference_numerics_small_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0977946Z test_reference_numerics_small_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0978103Z test_reference_numerics_small_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0978261Z test_reference_numerics_small_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0978420Z test_reference_numerics_small_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0978576Z test_reference_numerics_small_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0978757Z test_reference_numerics_small_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.0978912Z test_reference_numerics_small_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0979055Z test_reference_numerics_small_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0979209Z test_reference_numerics_small_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0979365Z test_reference_numerics_small_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0979516Z test_reference_numerics_small_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0979699Z test_reference_numerics_small_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0979851Z test_reference_numerics_small_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0980011Z test_reference_numerics_small_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0980197Z test_reference_numerics_small_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.0980353Z test_reference_numerics_small_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0980498Z test_reference_numerics_small_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0980678Z test_reference_numerics_small_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0980833Z test_reference_numerics_small_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0980986Z test_reference_numerics_small_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0981139Z test_reference_numerics_small_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0981289Z test_reference_numerics_small_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0981448Z test_reference_numerics_small_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0981634Z test_reference_numerics_small_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.0981783Z test_reference_numerics_small_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0981947Z test_reference_numerics_small_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0982103Z test_reference_numerics_small_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0982260Z test_reference_numerics_small_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0982414Z test_reference_numerics_small_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0982568Z test_reference_numerics_small_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0982722Z test_reference_numerics_small_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0982879Z test_reference_numerics_small_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0983063Z test_reference_numerics_small_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.0983209Z test_reference_numerics_small_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0983366Z test_reference_numerics_small_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0983521Z test_reference_numerics_small_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0983674Z test_reference_numerics_small_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0983827Z test_reference_numerics_small_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0983976Z test_reference_numerics_small_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0984128Z test_reference_numerics_small_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0984278Z test_reference_numerics_small_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0984453Z test_reference_numerics_small_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0984626Z test_reference_numerics_small_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.0984815Z test_reference_numerics_small_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:56:37.0984973Z test_reference_numerics_small_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:37.0985129Z test_reference_numerics_small_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0985284Z test_reference_numerics_small_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0985437Z test_reference_numerics_small_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0985590Z test_reference_numerics_small_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0985777Z test_reference_numerics_small_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0985920Z test_reference_numerics_small_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0986071Z test_reference_numerics_small_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0986247Z test_reference_numerics_small_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.0986432Z test_reference_numerics_small_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.0986587Z test_reference_numerics_small_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0986747Z test_reference_numerics_small_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0986902Z test_reference_numerics_small_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0987060Z test_reference_numerics_small_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0987208Z test_reference_numerics_small_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0987353Z test_reference_numerics_small_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0987500Z test_reference_numerics_small_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0987656Z test_reference_numerics_small_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0987840Z test_reference_numerics_small_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.0988002Z test_reference_numerics_small_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:37.0988163Z test_reference_numerics_small_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:37.0988328Z test_reference_numerics_small_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:37.0988485Z test_reference_numerics_small_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0988640Z test_reference_numerics_small_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0988784Z test_reference_numerics_small_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0988936Z test_reference_numerics_small_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0989087Z test_reference_numerics_small_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0989240Z test_reference_numerics_small_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0989390Z test_reference_numerics_small_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0989541Z test_reference_numerics_small_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0989702Z test_reference_numerics_small_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0989861Z test_reference_numerics_small_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0990036Z test_reference_numerics_small_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0990192Z test_reference_numerics_small_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0990343Z test_reference_numerics_small_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0990492Z test_reference_numerics_small_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0990643Z test_reference_numerics_small_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0990792Z test_reference_numerics_small_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0990976Z test_reference_numerics_small_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0991133Z test_reference_numerics_small_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0991290Z test_reference_numerics_small_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0991434Z test_reference_numerics_small_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0991595Z test_reference_numerics_small_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0991751Z test_reference_numerics_small_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0991906Z test_reference_numerics_small_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0992065Z test_reference_numerics_small_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0992219Z test_reference_numerics_small_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0992400Z test_reference_numerics_small_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.0992554Z test_reference_numerics_small_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0992705Z test_reference_numerics_small_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0992843Z test_reference_numerics_small_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0992992Z test_reference_numerics_small_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0993138Z test_reference_numerics_small_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0993286Z test_reference_numerics_small_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0993438Z test_reference_numerics_small_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0993600Z test_reference_numerics_small_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:37.0993765Z test_reference_numerics_small_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:37.0993925Z test_reference_numerics_small_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:37.0994079Z test_reference_numerics_small_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0994335Z test_reference_numerics_small_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.0994510Z test_reference_numerics_small_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:37.0994675Z test_reference_numerics_small_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:37.0994839Z test_reference_numerics_small_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:37.0995005Z test_reference_numerics_small_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0995201Z test_reference_numerics_small_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0995359Z test_reference_numerics_small_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0995519Z test_reference_numerics_small_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0995665Z test_reference_numerics_small_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0995824Z test_reference_numerics_small_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0995982Z test_reference_numerics_small_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0996176Z test_reference_numerics_small_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0996336Z test_reference_numerics_small_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0996525Z test_reference_numerics_small_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.0996791Z test_reference_numerics_small_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:37.0996954Z test_reference_numerics_small_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:37.0997117Z test_reference_numerics_small_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:37.0997263Z test_reference_numerics_small_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0997425Z test_reference_numerics_small_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0997584Z test_reference_numerics_small_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0997743Z test_reference_numerics_small_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0997900Z test_reference_numerics_small_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0998052Z test_reference_numerics_small_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0998210Z test_reference_numerics_small_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0998365Z test_reference_numerics_small_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0998524Z test_reference_numerics_small_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0998699Z test_reference_numerics_small_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.0998864Z test_reference_numerics_small_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:37.0999025Z test_reference_numerics_small_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:37.0999183Z test_reference_numerics_small_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0999342Z test_reference_numerics_small_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0999499Z test_reference_numerics_small_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0999656Z test_reference_numerics_small_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0999811Z test_reference_numerics_small_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.0999961Z test_reference_numerics_small_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1000106Z test_reference_numerics_small_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1000255Z test_reference_numerics_small_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1000420Z test_reference_numerics_small_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1000655Z test_reference_numerics_small_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1000818Z test_reference_numerics_small_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1000978Z test_reference_numerics_small_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1001135Z test_reference_numerics_small_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1001296Z test_reference_numerics_small_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1001476Z test_reference_numerics_small_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1001639Z test_reference_numerics_small_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1001798Z test_reference_numerics_small_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1001956Z test_reference_numerics_small_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1002121Z test_reference_numerics_small_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1002311Z test_reference_numerics_small_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1002473Z test_reference_numerics_small_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1002632Z test_reference_numerics_small_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1002790Z test_reference_numerics_small_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1002938Z test_reference_numerics_small_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1003098Z test_reference_numerics_small_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1003255Z test_reference_numerics_small_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1003409Z test_reference_numerics_small_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1003564Z test_reference_numerics_small_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1003725Z test_reference_numerics_small_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1003914Z test_reference_numerics_small_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1004081Z test_reference_numerics_small_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:37.1004244Z test_reference_numerics_small_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:37.1004391Z test_reference_numerics_small_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:37.1004550Z test_reference_numerics_small_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1004708Z test_reference_numerics_small_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1004864Z test_reference_numerics_small_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1005022Z test_reference_numerics_small_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1005179Z test_reference_numerics_small_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1005338Z test_reference_numerics_small_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1005494Z test_reference_numerics_small_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1005678Z test_reference_numerics_small_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1005861Z test_reference_numerics_small_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.1006049Z test_reference_numerics_small_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.1006242Z test_reference_numerics_small_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.1006435Z test_reference_numerics_small_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.1006650Z test_reference_numerics_small_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.1006844Z test_reference_numerics_small_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.1007034Z test_reference_numerics_small_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.1007222Z test_reference_numerics_small_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.1007411Z test_reference_numerics_small_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.1007591Z test_reference_numerics_small_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.1007764Z test_reference_numerics_small_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.1007945Z test_reference_numerics_small_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:56:37.1008119Z test_reference_numerics_small_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.1008307Z test_reference_numerics_small_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1008469Z test_reference_numerics_small_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1008629Z test_reference_numerics_small_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1008787Z test_reference_numerics_small_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1008945Z test_reference_numerics_small_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1009101Z test_reference_numerics_small_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1009248Z test_reference_numerics_small_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1009401Z test_reference_numerics_small_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1009561Z test_reference_numerics_small_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1009746Z test_reference_numerics_small_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1009909Z test_reference_numerics_small_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:37.1010068Z test_reference_numerics_small_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.1010225Z test_reference_numerics_small_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1010383Z test_reference_numerics_small_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1010526Z test_reference_numerics_small_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1010679Z test_reference_numerics_small_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1010856Z test_reference_numerics_small_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1011007Z test_reference_numerics_small_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1011160Z test_reference_numerics_small_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1011319Z test_reference_numerics_small_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1011505Z test_reference_numerics_small_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1011662Z test_reference_numerics_small_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1011845Z test_reference_numerics_small_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1011987Z test_reference_numerics_small_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1012141Z test_reference_numerics_small_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1012292Z test_reference_numerics_small_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1012445Z test_reference_numerics_small_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1012593Z test_reference_numerics_small_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1012749Z test_reference_numerics_small_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1012931Z test_reference_numerics_small_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1013094Z test_reference_numerics_small_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.1013256Z test_reference_numerics_small_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:37.1013402Z test_reference_numerics_small_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1013558Z test_reference_numerics_small_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1013708Z test_reference_numerics_small_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1013859Z test_reference_numerics_small_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1014010Z test_reference_numerics_small_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1014163Z test_reference_numerics_small_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1014312Z test_reference_numerics_small_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1014469Z test_reference_numerics_small_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1014656Z test_reference_numerics_small_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1014805Z test_reference_numerics_small_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.1014964Z test_reference_numerics_small_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:37.1015116Z test_reference_numerics_small_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1015266Z test_reference_numerics_small_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1015417Z test_reference_numerics_small_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1015573Z test_reference_numerics_small_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1015723Z test_reference_numerics_small_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1015903Z test_reference_numerics_small_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1016038Z test_reference_numerics_small_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1016207Z test_reference_numerics_small_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1016396Z test_reference_numerics_small_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1016567Z test_reference_numerics_small_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:37.1016735Z test_reference_numerics_small_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:37.1016925Z test_reference_numerics_small_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1017090Z test_reference_numerics_small_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1017249Z test_reference_numerics_small_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1017410Z test_reference_numerics_small_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1017556Z test_reference_numerics_small_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1017709Z test_reference_numerics_small_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1017867Z test_reference_numerics_small_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1018021Z test_reference_numerics_small_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1018183Z test_reference_numerics_small_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1018367Z test_reference_numerics_small_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1018527Z test_reference_numerics_small_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1018687Z test_reference_numerics_small_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1018842Z test_reference_numerics_small_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1018985Z test_reference_numerics_small_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1019136Z test_reference_numerics_small_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1019289Z test_reference_numerics_small_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1019439Z test_reference_numerics_small_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1019617Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1019799Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1019975Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1020151Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1020326Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1020483Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1020671Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.1020843Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1021052Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1021229Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1021405Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1021577Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1021746Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1021981Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1022157Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.1022330Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1022506Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1022682Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1022857Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1023023Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1023192Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1023360Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1023549Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.1023722Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1023876Z test_reference_numerics_small_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1024066Z test_reference_numerics_small_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1024227Z test_reference_numerics_small_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1024388Z test_reference_numerics_small_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1024548Z test_reference_numerics_small_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1024709Z test_reference_numerics_small_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1024872Z test_reference_numerics_small_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1025030Z test_reference_numerics_small_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1025189Z test_reference_numerics_small_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1025340Z test_reference_numerics_small_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1025499Z test_reference_numerics_small_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1025662Z test_reference_numerics_small_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:37.1025827Z test_reference_numerics_small_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:37.1025987Z test_reference_numerics_small_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:37.1026169Z test_reference_numerics_small_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1026325Z test_reference_numerics_small_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1026477Z test_reference_numerics_small_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1026618Z test_reference_numerics_small_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1026771Z test_reference_numerics_small_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1026920Z test_reference_numerics_small_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1027073Z test_reference_numerics_small_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1027247Z test_reference_numerics_small_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1027426Z test_reference_numerics_small_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1027603Z test_reference_numerics_small_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1027777Z test_reference_numerics_small_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1027947Z test_reference_numerics_small_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1028106Z test_reference_numerics_small_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1028278Z test_reference_numerics_small_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1028464Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1028647Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1028824Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1029002Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1029178Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1029352Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1029526Z test_reference_numerics_small_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1029689Z test_reference_numerics_small_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1029864Z test_reference_numerics_small_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1030039Z test_reference_numerics_small_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1030212Z test_reference_numerics_small_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1030383Z test_reference_numerics_small_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1030553Z test_reference_numerics_small_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1030721Z test_reference_numerics_small_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1030891Z test_reference_numerics_small_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1031062Z test_reference_numerics_small_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1031229Z test_reference_numerics_small_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1031417Z test_reference_numerics_small_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1031587Z test_reference_numerics_small_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1031760Z test_reference_numerics_small_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1031931Z test_reference_numerics_small_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1032103Z test_reference_numerics_small_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1032313Z test_reference_numerics_small_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:37.1032515Z test_reference_numerics_small_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.1032687Z test_reference_numerics_small_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1032859Z test_reference_numerics_small_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1033018Z test_reference_numerics_small_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1033199Z test_reference_numerics_small_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1033376Z test_reference_numerics_small_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1033556Z test_reference_numerics_small_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1033733Z test_reference_numerics_small_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1033916Z test_reference_numerics_small_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:37.1034096Z test_reference_numerics_small_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:37.1034334Z test_reference_numerics_small_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1034516Z test_reference_numerics_small_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1034681Z test_reference_numerics_small_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1034859Z test_reference_numerics_small_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1035050Z test_reference_numerics_small_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.1035231Z test_reference_numerics_small_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1035419Z test_reference_numerics_small_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.1035597Z test_reference_numerics_small_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1035781Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1035966Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:37.1036151Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:37.1036332Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1036627Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1036806Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1036985Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1037162Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1037339Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1037515Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1037743Z test_reference_numerics_small_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1037923Z test_reference_numerics_small_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1038107Z test_reference_numerics_small_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1038270Z test_reference_numerics_small_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1038448Z test_reference_numerics_small_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1038625Z test_reference_numerics_small_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1038804Z test_reference_numerics_small_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1038979Z test_reference_numerics_small_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1039164Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.1039371Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1039552Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.1039733Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.1039909Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1040071Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1040251Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1040427Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1040603Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1040783Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1040985Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1041162Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1041340Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1041516Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1041679Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1041891Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1042067Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1042240Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1042421Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.1042623Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1042824Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.1043004Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.1043181Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1043353Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1043515Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1043690Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1043864Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1044044Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.1044243Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1044422Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.1044601Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.1044774Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1044948Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1045109Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1045289Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1045460Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1045644Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.1045844Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1046021Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.1046195Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.1046369Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1046544Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1046707Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1046919Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1047090Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1047255Z test_reference_numerics_small_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1047422Z test_reference_numerics_small_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:37.1047587Z test_reference_numerics_small_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:37.1047749Z test_reference_numerics_small_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:37.1047938Z test_reference_numerics_small_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1048101Z test_reference_numerics_small_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1048247Z test_reference_numerics_small_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1048407Z test_reference_numerics_small_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1048569Z test_reference_numerics_small_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1048727Z test_reference_numerics_small_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1048884Z test_reference_numerics_small_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1049043Z test_reference_numerics_small_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1049224Z test_reference_numerics_small_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.1049411Z test_reference_numerics_small_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1049574Z test_reference_numerics_small_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1049726Z test_reference_numerics_small_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1049888Z test_reference_numerics_small_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1050044Z test_reference_numerics_small_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1050201Z test_reference_numerics_small_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1050358Z test_reference_numerics_small_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1050516Z test_reference_numerics_small_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1050673Z test_reference_numerics_small_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1050831Z test_reference_numerics_small_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1051017Z test_reference_numerics_small_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1051167Z test_reference_numerics_small_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:37.1051328Z test_reference_numerics_small_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:37.1051488Z test_reference_numerics_small_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:37.1051646Z test_reference_numerics_small_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1051804Z test_reference_numerics_small_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1051957Z test_reference_numerics_small_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1052144Z test_reference_numerics_small_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1052299Z test_reference_numerics_small_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1052448Z test_reference_numerics_small_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1052590Z test_reference_numerics_small_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1052742Z test_reference_numerics_small_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1052927Z test_reference_numerics_small_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.1053150Z test_reference_numerics_small_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1053326Z test_reference_numerics_small_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:37.1053502Z test_reference_numerics_small_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:37.1053667Z test_reference_numerics_small_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1053829Z test_reference_numerics_small_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1053988Z test_reference_numerics_small_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1054141Z test_reference_numerics_small_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1054301Z test_reference_numerics_small_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1054466Z test_reference_numerics_small_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1054628Z test_reference_numerics_small_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1054793Z test_reference_numerics_small_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1054953Z test_reference_numerics_small_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1055114Z test_reference_numerics_small_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1055275Z test_reference_numerics_small_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1055421Z test_reference_numerics_small_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1055576Z test_reference_numerics_small_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1055731Z test_reference_numerics_small_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1055886Z test_reference_numerics_small_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1056037Z test_reference_numerics_small_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1056210Z test_reference_numerics_small_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1056384Z test_reference_numerics_small_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1056553Z test_reference_numerics_small_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1056722Z test_reference_numerics_small_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1056877Z test_reference_numerics_small_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1057047Z test_reference_numerics_small_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1057223Z test_reference_numerics_small_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1057430Z test_reference_numerics_small_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1057603Z test_reference_numerics_small_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1057762Z test_reference_numerics_small_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1057946Z test_reference_numerics_small_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1058110Z test_reference_numerics_small_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:37.1058305Z test_reference_numerics_small_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:37.1058455Z test_reference_numerics_small_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1058615Z test_reference_numerics_small_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1058769Z test_reference_numerics_small_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1058924Z test_reference_numerics_small_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1059073Z test_reference_numerics_small_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1059228Z test_reference_numerics_small_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1059378Z test_reference_numerics_small_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1059536Z test_reference_numerics_small_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1059718Z test_reference_numerics_small_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1059871Z test_reference_numerics_small_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:37.1060029Z test_reference_numerics_small_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:37.1060188Z test_reference_numerics_small_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:37.1060344Z test_reference_numerics_small_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1060498Z test_reference_numerics_small_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1060647Z test_reference_numerics_small_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1060799Z test_reference_numerics_small_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1060950Z test_reference_numerics_small_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1061099Z test_reference_numerics_small_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1061242Z test_reference_numerics_small_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1061392Z test_reference_numerics_small_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1061554Z test_reference_numerics_small_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1061743Z test_reference_numerics_small_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1061911Z test_reference_numerics_small_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.1062076Z test_reference_numerics_small_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:37.1062238Z test_reference_numerics_small_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1062424Z test_reference_numerics_small_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1062570Z test_reference_numerics_small_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1062728Z test_reference_numerics_small_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1062885Z test_reference_numerics_small_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1063043Z test_reference_numerics_small_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1063199Z test_reference_numerics_small_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1063357Z test_reference_numerics_small_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1063567Z test_reference_numerics_small_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1063729Z test_reference_numerics_small_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1063884Z test_reference_numerics_small_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1064026Z test_reference_numerics_small_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1064180Z test_reference_numerics_small_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1064335Z test_reference_numerics_small_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1064484Z test_reference_numerics_small_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1064636Z test_reference_numerics_small_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1064786Z test_reference_numerics_small_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1064947Z test_reference_numerics_small_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1065137Z test_reference_numerics_small_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1065297Z test_reference_numerics_small_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1065447Z test_reference_numerics_small_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1065603Z test_reference_numerics_small_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1065762Z test_reference_numerics_small_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1065918Z test_reference_numerics_small_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1066078Z test_reference_numerics_small_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1066234Z test_reference_numerics_small_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1066391Z test_reference_numerics_small_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1066546Z test_reference_numerics_small_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1066729Z test_reference_numerics_small_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1066877Z test_reference_numerics_small_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:56:37.1067032Z test_reference_numerics_small_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.1067185Z test_reference_numerics_small_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1067343Z test_reference_numerics_small_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1067496Z test_reference_numerics_small_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1067678Z test_reference_numerics_small_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1067825Z test_reference_numerics_small_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1067978Z test_reference_numerics_small_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1068113Z test_reference_numerics_small_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1068268Z test_reference_numerics_small_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1068452Z test_reference_numerics_small_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1068643Z test_reference_numerics_small_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:56:37.1068823Z test_reference_numerics_small_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.1068982Z test_reference_numerics_small_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1069138Z test_reference_numerics_small_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1069294Z test_reference_numerics_small_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1069449Z test_reference_numerics_small_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1069588Z test_reference_numerics_small_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1069740Z test_reference_numerics_small_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1069891Z test_reference_numerics_small_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1070049Z test_reference_numerics_small_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1070235Z test_reference_numerics_small_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1070397Z test_reference_numerics_small_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:37.1070558Z test_reference_numerics_small_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:56:37.1070715Z test_reference_numerics_small_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1070868Z test_reference_numerics_small_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1071009Z test_reference_numerics_small_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1071161Z test_reference_numerics_small_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1071311Z test_reference_numerics_small_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1071467Z test_reference_numerics_small_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1071616Z test_reference_numerics_small_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1071813Z test_reference_numerics_small_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1071982Z test_reference_numerics_small_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1072151Z test_reference_numerics_small_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1072318Z test_reference_numerics_small_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1072478Z test_reference_numerics_small_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1072644Z test_reference_numerics_small_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1072839Z test_reference_numerics_small_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1073003Z test_reference_numerics_small_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1073202Z test_reference_numerics_small_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1073378Z test_reference_numerics_small_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1073551Z test_reference_numerics_small_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1073743Z test_reference_numerics_small_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1073909Z test_reference_numerics_small_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1074068Z test_reference_numerics_small_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1074235Z test_reference_numerics_small_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1074483Z test_reference_numerics_small_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1074682Z test_reference_numerics_small_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1074857Z test_reference_numerics_small_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1075030Z test_reference_numerics_small_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1075203Z test_reference_numerics_small_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1075370Z test_reference_numerics_small_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1075542Z test_reference_numerics_small_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1075698Z test_reference_numerics_small_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1075866Z test_reference_numerics_small_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1076067Z test_reference_numerics_small_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1076238Z test_reference_numerics_small_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1076410Z test_reference_numerics_small_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1076681Z test_reference_numerics_small_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1076853Z test_reference_numerics_small_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1077021Z test_reference_numerics_small_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1077190Z test_reference_numerics_small_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1077346Z test_reference_numerics_small_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1077546Z test_reference_numerics_small_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1077719Z test_reference_numerics_small_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1077891Z test_reference_numerics_small_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1078108Z test_reference_numerics_small_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1078275Z test_reference_numerics_small_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1078441Z test_reference_numerics_small_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1078612Z test_reference_numerics_small_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1078777Z test_reference_numerics_small_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1078934Z test_reference_numerics_small_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1079165Z test_reference_numerics_small_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1079336Z test_reference_numerics_small_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1079503Z test_reference_numerics_small_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1079670Z test_reference_numerics_small_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1079833Z test_reference_numerics_small_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1079994Z test_reference_numerics_small_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1080160Z test_reference_numerics_small_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1080318Z test_reference_numerics_small_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1080505Z test_reference_numerics_small_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1080677Z test_reference_numerics_small_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1080843Z test_reference_numerics_small_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1081008Z test_reference_numerics_small_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1081166Z test_reference_numerics_small_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1081323Z test_reference_numerics_small_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1081486Z test_reference_numerics_small_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1081648Z test_reference_numerics_small_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1081816Z test_reference_numerics_small_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1081999Z test_reference_numerics_small_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1082162Z test_reference_numerics_small_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1082320Z test_reference_numerics_small_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1082484Z test_reference_numerics_small_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1082644Z test_reference_numerics_small_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1082801Z test_reference_numerics_small_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1082965Z test_reference_numerics_small_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1083120Z test_reference_numerics_small_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1083341Z test_reference_numerics_small_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1083493Z test_reference_numerics_small_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1083653Z test_reference_numerics_small_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1083813Z test_reference_numerics_small_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1083969Z test_reference_numerics_small_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1084119Z test_reference_numerics_small_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1084303Z test_reference_numerics_small_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1084469Z test_reference_numerics_small_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1084660Z test_reference_numerics_small_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1084824Z test_reference_numerics_small_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1084973Z test_reference_numerics_small_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1085132Z test_reference_numerics_small_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1085289Z test_reference_numerics_small_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1085444Z test_reference_numerics_small_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1085604Z test_reference_numerics_small_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1085762Z test_reference_numerics_small_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1085959Z test_reference_numerics_small_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1086133Z test_reference_numerics_small_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1086305Z test_reference_numerics_small_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1086464Z test_reference_numerics_small_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1086633Z test_reference_numerics_small_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1086804Z test_reference_numerics_small_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1086971Z test_reference_numerics_small_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1087140Z test_reference_numerics_small_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1087347Z test_reference_numerics_small_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1087529Z test_reference_numerics_small_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1087705Z test_reference_numerics_small_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1087884Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1088059Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1088216Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1088419Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1088597Z test_reference_numerics_small_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1088803Z test_reference_numerics_small_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1088984Z test_reference_numerics_small_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1089161Z test_reference_numerics_small_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1089360Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1089533Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1089705Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1089868Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1090045Z test_reference_numerics_small_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1090248Z test_reference_numerics_small_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1090424Z test_reference_numerics_small_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1090601Z test_reference_numerics_small_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1090776Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1090952Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1091125Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1091300Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1091473Z test_reference_numerics_small_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1091667Z test_reference_numerics_small_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1091850Z test_reference_numerics_small_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1092026Z test_reference_numerics_small_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1092205Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1092374Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1092544Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1092720Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1092896Z test_reference_numerics_small_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1093068Z test_reference_numerics_small_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1093249Z test_reference_numerics_small_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1093446Z test_reference_numerics_small_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1093612Z test_reference_numerics_small_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1093776Z test_reference_numerics_small_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1093937Z test_reference_numerics_small_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1094097Z test_reference_numerics_small_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1094295Z test_reference_numerics_small_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1094456Z test_reference_numerics_small_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1094653Z test_reference_numerics_small_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1094823Z test_reference_numerics_small_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1094980Z test_reference_numerics_small_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1095147Z test_reference_numerics_small_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1095308Z test_reference_numerics_small_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1095465Z test_reference_numerics_small_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1095630Z test_reference_numerics_small_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1095793Z test_reference_numerics_small_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1095996Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1096216Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1096414Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1096600Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1096794Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1096988Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1097183Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1097377Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1097567Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1097785Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1097972Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1098160Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1098344Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1098548Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1098732Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1098917Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1099098Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1099313Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1099525Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1099716Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1099902Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1100085Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1100267Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1100440Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1100624Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1100831Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1101013Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1101191Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1101369Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1101546Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1101716Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1101894Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1102064Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1102211Z test_reference_numerics_small_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1102393Z test_reference_numerics_small_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1102554Z test_reference_numerics_small_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:37.1102715Z test_reference_numerics_small_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:56:37.1102875Z test_reference_numerics_small_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1103030Z test_reference_numerics_small_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1103186Z test_reference_numerics_small_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1103340Z test_reference_numerics_small_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1103537Z test_reference_numerics_small_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1103691Z test_reference_numerics_small_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1103839Z test_reference_numerics_small_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1104000Z test_reference_numerics_small_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1104189Z test_reference_numerics_small_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1104356Z test_reference_numerics_small_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:37.1104551Z test_reference_numerics_small_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:56:37.1104715Z test_reference_numerics_small_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1104880Z test_reference_numerics_small_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1105027Z test_reference_numerics_small_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1105185Z test_reference_numerics_small_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1105341Z test_reference_numerics_small_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1105497Z test_reference_numerics_small_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1105655Z test_reference_numerics_small_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1105813Z test_reference_numerics_small_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1105985Z test_reference_numerics_small_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:56:37.1106169Z test_reference_numerics_small_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1106330Z test_reference_numerics_small_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:56:37.1106478Z test_reference_numerics_small_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:56:37.1106634Z test_reference_numerics_small_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1106785Z test_reference_numerics_small_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:56:37.1106937Z test_reference_numerics_small_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1107093Z test_reference_numerics_small_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1107242Z test_reference_numerics_small_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1107396Z test_reference_numerics_small_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1107544Z test_reference_numerics_small_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1107691Z test_reference_numerics_small_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1107876Z test_reference_numerics_small_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:56:37.1108038Z test_reference_numerics_small_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:56:37.1108197Z test_reference_numerics_small_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:56:37.1108353Z test_reference_numerics_small_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1108508Z test_reference_numerics_small_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1108691Z test_reference_numerics_small_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1108843Z test_reference_numerics_small_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1108993Z test_reference_numerics_small_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1109131Z test_reference_numerics_small_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1109279Z test_reference_numerics_small_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1109438Z test_reference_numerics_small_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1109595Z test_reference_numerics_small_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1109776Z test_reference_numerics_small_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1109934Z test_reference_numerics_small_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1110091Z test_reference_numerics_small_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1110243Z test_reference_numerics_small_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1110397Z test_reference_numerics_small_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1110536Z test_reference_numerics_small_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1110990Z test_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_unary_ufuncs.py line 1001 2022-12-01T10:56:37.1111057Z due to: 2022-12-01T10:56:37.1111151Z Traceback (most recent call last): 2022-12-01T10:56:37.1111432Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/codegen.py", line 238, in create_load_const 2022-12-01T10:56:37.1111557Z assert is_safe_constant(value), f"unsafe constant {value}" 2022-12-01T10:56:37.1111673Z AssertionError: unsafe constant torch.float32 2022-12-01T10:56:37.1111685Z 2022-12-01T10:56:37.1111757Z from user code: 2022-12-01T10:56:37.1111877Z File "test_unary_ufuncs.py", line 1002, in 2022-12-01T10:56:37.1111972Z torch_to_numpy_dtype_dict[dtype] 2022-12-01T10:56:37.1111977Z 2022-12-01T10:56:37.1112110Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:56:37.1112176Z ========== 2022-12-01T10:56:37.1112241Z ok (0.019s) 2022-12-01T10:56:37.1112374Z test_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.1112503Z test_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:56:37.1112644Z test_special_i0_i1_vs_scipy_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.179s) 2022-12-01T10:56:37.1112796Z test_special_i0_i1_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-12-01T10:56:37.1112947Z test_special_i0_i1_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:56:37.1113098Z test_special_log_ndtr_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:56:37.1113249Z test_special_log_ndtr_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:56:37.1113397Z test_special_ndtr_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:56:37.1113545Z test_special_ndtr_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:56:37.1113685Z test_threshold_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:56:37.1113822Z test_threshold_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1113949Z test_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1114083Z test_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1114246Z test_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1114464Z test_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1114602Z test_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1114735Z test_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1114867Z test_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:56:37.1115022Z test_unary_out_op_mem_overlap_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (1.174s) 2022-12-01T10:56:37.1115027Z 2022-12-01T10:56:37.1115217Z ---------------------------------------------------------------------- 2022-12-01T10:56:37.1115299Z Ran 12394 tests in 191.345s 2022-12-01T10:56:37.1115304Z 2022-12-01T10:56:37.1115436Z OK (skipped=640, expected failures=14) 2022-12-01T10:56:37.1115442Z 2022-12-01T10:56:37.1115527Z Generating XML reports... 2022-12-01T10:56:37.1115831Z Generated XML report: test-reports/python-unittest/test_unary_ufuncs/TEST-TestUnaryUfuncsCPU-20221201105323.xml 2022-12-01T10:56:37.1115838Z 2022-12-01T10:56:37.1116205Z ##[endgroup] 2022-12-01T10:56:37.1116495Z FINISHED PRINTING LOG FILE of test_unary_ufuncs (/var/lib/jenkins/workspace/test/test-reports/test_unary_ufuncs_ft_34ijl) 2022-12-01T10:56:37.1116499Z 2022-12-01T10:56:37.1116767Z Running test_type_hints ... [2022-12-01 10:56:36.866584] 2022-12-01T10:56:37.1117088Z Executing ['/opt/conda/bin/python', '-bb', 'test_type_hints.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:56:36.866915] 2022-12-01T10:57:36.9691852Z 2022-12-01T10:57:36.9692205Z Expand the folded group to see the log file of test_type_hints 2022-12-01T10:57:36.9692887Z ##[group]PRINTING LOG FILE of test_type_hints (/var/lib/jenkins/workspace/test/test-reports/test_type_hints_31jt19zx) 2022-12-01T10:57:36.9695267Z Test results will be stored in test-reports/python-unittest/test_type_hints 2022-12-01T10:57:36.9695567Z 2022-12-01T10:57:36.9695718Z Running tests... 2022-12-01T10:57:36.9696180Z ---------------------------------------------------------------------- 2022-12-01T10:57:36.9696547Z test_doc_examples (__main__.TestTypeHints) 2022-12-01T10:57:36.9697052Z Run documentation examples through mypy. ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT get_all_examples test_type_hints.py line 28 2022-12-01T10:57:36.9697410Z due to: 2022-12-01T10:57:36.9697593Z Traceback (most recent call last): 2022-12-01T10:57:36.9698020Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T10:57:36.9698310Z raise Unsupported(msg) 2022-12-01T10:57:36.9698594Z torchdynamo.exc.Unsupported: missing: BUILD_SET 2022-12-01T10:57:36.9698762Z 2022-12-01T10:57:36.9700121Z from user code: 2022-12-01T10:57:36.9700497Z File "test_type_hints.py", line 35, in get_all_examples 2022-12-01T10:57:36.9700895Z "_np", 2022-12-01T10:57:36.9701045Z 2022-12-01T10:57:36.9701233Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:57:36.9701454Z ========== 2022-12-01T10:57:36.9701613Z ok (56.755s) 2022-12-01T10:57:36.9701725Z 2022-12-01T10:57:36.9701986Z ---------------------------------------------------------------------- 2022-12-01T10:57:36.9702218Z Ran 1 test in 56.815s 2022-12-01T10:57:36.9702330Z 2022-12-01T10:57:36.9702390Z OK 2022-12-01T10:57:36.9702480Z 2022-12-01T10:57:36.9702565Z Generating XML reports... 2022-12-01T10:57:36.9702980Z Generated XML report: test-reports/python-unittest/test_type_hints/TEST-TestTypeHints-20221201105638.xml 2022-12-01T10:57:36.9703195Z 2022-12-01T10:57:36.9703527Z ##[endgroup] 2022-12-01T10:57:36.9703907Z FINISHED PRINTING LOG FILE of test_type_hints (/var/lib/jenkins/workspace/test/test-reports/test_type_hints_31jt19zx) 2022-12-01T10:57:36.9704117Z 2022-12-01T10:57:36.9704298Z Running test_tensor_creation_ops ... [2022-12-01 10:57:36.969433] 2022-12-01T10:57:36.9723640Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensor_creation_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:57:36.969805] 2022-12-01T10:58:50.4672176Z 2022-12-01T10:58:50.4672756Z Expand the folded group to see the log file of test_tensor_creation_ops 2022-12-01T10:58:50.4673781Z ##[group]PRINTING LOG FILE of test_tensor_creation_ops (/var/lib/jenkins/workspace/test/test-reports/test_tensor_creation_ops_72exf1m5) 2022-12-01T10:58:50.4676061Z Test results will be stored in test-reports/python-unittest/test_tensor_creation_ops 2022-12-01T10:58:50.4676404Z 2022-12-01T10:58:50.4676519Z Running tests... 2022-12-01T10:58:50.4677159Z ---------------------------------------------------------------------- 2022-12-01T10:58:50.4678277Z test_alias_from_buffer_cpu_bool (__main__.TestAsArrayCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 3676 2022-12-01T10:58:50.4678786Z due to: 2022-12-01T10:58:50.4679061Z Traceback (most recent call last): 2022-12-01T10:58:50.4679678Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:58:50.4680404Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:58:50.4681874Z AssertionError: torch.* op returned non-Tensor int call_method data_ptr 2022-12-01T10:58:50.4682177Z 2022-12-01T10:58:50.4682352Z from user code: 2022-12-01T10:58:50.4682758Z File "test_tensor_creation_ops.py", line 3680, in 2022-12-01T10:58:50.4683217Z self.assertEqual(result.data_ptr(), original.data_ptr()) 2022-12-01T10:58:50.4683487Z 2022-12-01T10:58:50.4683690Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4684034Z ========== 2022-12-01T10:58:50.4717551Z ok (0.195s) 2022-12-01T10:58:50.4718217Z test_alias_from_buffer_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.050s) 2022-12-01T10:58:50.4718920Z test_alias_from_buffer_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-12-01T10:58:50.4719632Z test_alias_from_buffer_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-12-01T10:58:50.4720298Z test_alias_from_buffer_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T10:58:50.4720963Z test_alias_from_buffer_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-12-01T10:58:50.4721625Z test_alias_from_buffer_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T10:58:50.4722259Z test_alias_from_buffer_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T10:58:50.4722920Z test_alias_from_buffer_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:58:50.4723568Z test_alias_from_buffer_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:58:50.4734831Z test_alias_from_buffer_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:58:50.4735332Z test_alias_from_dlpack_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:58:50.4736084Z test_alias_from_dlpack_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-12-01T10:58:50.4736714Z test_alias_from_dlpack_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-12-01T10:58:50.4737309Z test_alias_from_dlpack_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-12-01T10:58:50.4737673Z test_alias_from_dlpack_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-12-01T10:58:50.4737966Z test_alias_from_dlpack_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-12-01T10:58:50.4738264Z test_alias_from_dlpack_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T10:58:50.4738546Z test_alias_from_dlpack_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T10:58:50.4738841Z test_alias_from_dlpack_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:58:50.4739136Z test_alias_from_dlpack_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:58:50.4739430Z test_alias_from_dlpack_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:58:50.4739849Z test_alias_from_numpy_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T10:58:50.4740150Z test_alias_from_numpy_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:58:50.4740456Z test_alias_from_numpy_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:58:50.4740746Z test_alias_from_numpy_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:58:50.4741044Z test_alias_from_numpy_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:58:50.4741338Z test_alias_from_numpy_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:58:50.4741629Z test_alias_from_numpy_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:58:50.4741905Z test_alias_from_numpy_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:58:50.4742253Z test_alias_from_numpy_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:58:50.4742544Z test_alias_from_numpy_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:58:50.4742824Z test_alias_from_numpy_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:58:50.4743119Z test_alias_from_tensor_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T10:58:50.4743415Z test_alias_from_tensor_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:58:50.4743703Z test_alias_from_tensor_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:58:50.4744010Z test_alias_from_tensor_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:58:50.4744314Z test_alias_from_tensor_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:58:50.4744611Z test_alias_from_tensor_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:58:50.4744901Z test_alias_from_tensor_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:58:50.4745195Z test_alias_from_tensor_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:58:50.4745491Z test_alias_from_tensor_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:58:50.4745770Z test_alias_from_tensor_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:58:50.4746057Z test_alias_from_tensor_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:58:50.4746348Z test_alias_from_tensor_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:58:50.4746641Z test_astensor_consistency_cpu (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:58:50.4747259Z test_copy_from_buffer_cpu_bool (__main__.TestAsArrayCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 3764 2022-12-01T10:58:50.4747596Z due to: 2022-12-01T10:58:50.4747785Z Traceback (most recent call last): 2022-12-01T10:58:50.4748175Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:58:50.4748638Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:58:50.4749105Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-12-01T10:58:50.4749308Z 2022-12-01T10:58:50.4749381Z from user code: 2022-12-01T10:58:50.4749624Z File "test_tensor_creation_ops.py", line 3767, in 2022-12-01T10:58:50.4749891Z if torch.cuda.is_available(): 2022-12-01T10:58:50.4750019Z 2022-12-01T10:58:50.4751670Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4752104Z ========== 2022-12-01T10:58:50.4752419Z ok (0.120s) 2022-12-01T10:58:50.4752875Z test_copy_from_buffer_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.030s) 2022-12-01T10:58:50.4753442Z test_copy_from_buffer_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.028s) 2022-12-01T10:58:50.4754018Z test_copy_from_buffer_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.023s) 2022-12-01T10:58:50.4754465Z test_copy_from_buffer_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.023s) 2022-12-01T10:58:50.4754840Z test_copy_from_buffer_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.023s) 2022-12-01T10:58:50.4755135Z test_copy_from_buffer_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.023s) 2022-12-01T10:58:50.4755429Z test_copy_from_buffer_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.023s) 2022-12-01T10:58:50.4755717Z test_copy_from_buffer_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:58:50.4755996Z test_copy_from_buffer_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:58:50.4758702Z test_copy_from_buffer_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:58:50.4759199Z test_copy_from_dlpack_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.012s) 2022-12-01T10:58:50.4760236Z 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:58:50.4761138Z result = torch.asarray(cvt(original), **kwargs) 2022-12-01T10:58:50.4761538Z ok (0.013s) 2022-12-01T10:58:50.4761899Z test_copy_from_dlpack_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.012s) 2022-12-01T10:58:50.4762398Z test_copy_from_dlpack_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-12-01T10:58:50.4762897Z test_copy_from_dlpack_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.012s) 2022-12-01T10:58:50.4763467Z test_copy_from_dlpack_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.012s) 2022-12-01T10:58:50.4763857Z test_copy_from_dlpack_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.012s) 2022-12-01T10:58:50.4764154Z test_copy_from_dlpack_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-12-01T10:58:50.4764448Z test_copy_from_dlpack_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:58:50.4764726Z test_copy_from_dlpack_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:58:50.4765131Z test_copy_from_dlpack_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:58:50.4765772Z test_copy_from_dlpack_mult_devices_cpu_bfloat16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:58:50.4766394Z test_copy_from_dlpack_mult_devices_cpu_complex128 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:58:50.4767014Z test_copy_from_dlpack_mult_devices_cpu_complex64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:58:50.4767700Z test_copy_from_dlpack_mult_devices_cpu_float16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:58:50.4768387Z test_copy_from_dlpack_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:58:50.4768999Z test_copy_from_dlpack_mult_devices_cpu_float64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:58:50.4769569Z test_copy_from_dlpack_mult_devices_cpu_int16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:58:50.4770195Z test_copy_from_dlpack_mult_devices_cpu_int32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:58:50.4770966Z test_copy_from_dlpack_mult_devices_cpu_int64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:58:50.4771636Z test_copy_from_dlpack_mult_devices_cpu_int8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:58:50.4772175Z test_copy_from_dlpack_mult_devices_cpu_uint8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:58:50.4772735Z test_copy_from_numpy_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-12-01T10:58:50.4773281Z test_copy_from_numpy_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:58:50.4773737Z test_copy_from_numpy_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:58:50.4774209Z test_copy_from_numpy_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:58:50.4774836Z test_copy_from_numpy_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:58:50.4775327Z test_copy_from_numpy_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:58:50.4775804Z test_copy_from_numpy_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:58:50.4776246Z test_copy_from_numpy_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:58:50.4776780Z test_copy_from_numpy_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:58:50.4777328Z test_copy_from_numpy_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:58:50.4777878Z test_copy_from_numpy_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:58:50.4778543Z test_copy_from_tensor_mult_devices_cpu_bfloat16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:58:50.4779261Z test_copy_from_tensor_mult_devices_cpu_complex128 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:58:50.4779663Z test_copy_from_tensor_mult_devices_cpu_complex64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:58:50.4780019Z test_copy_from_tensor_mult_devices_cpu_float16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:58:50.4780421Z test_copy_from_tensor_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:58:50.4780986Z test_copy_from_tensor_mult_devices_cpu_float64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:58:50.4781540Z test_copy_from_tensor_mult_devices_cpu_int16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:58:50.4782138Z test_copy_from_tensor_mult_devices_cpu_int32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:58:50.4782737Z test_copy_from_tensor_mult_devices_cpu_int64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:58:50.4783284Z test_copy_from_tensor_mult_devices_cpu_int8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:58:50.4783879Z test_copy_from_tensor_mult_devices_cpu_uint8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:58:50.4784400Z test_copy_list_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.014s) 2022-12-01T10:58:50.4784877Z test_copy_list_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-12-01T10:58:50.4785358Z test_copy_list_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:58:50.4785845Z test_copy_list_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:58:50.4786330Z test_copy_list_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:58:50.4786797Z test_copy_list_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:58:50.4787272Z test_copy_list_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:58:50.4787743Z test_copy_list_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:58:50.4788221Z test_copy_list_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:58:50.4788691Z test_copy_list_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:58:50.4789129Z test_copy_list_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:58:50.4789603Z test_copy_list_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:58:50.4790103Z test_copy_tensor_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-12-01T10:58:50.4790590Z test_copy_tensor_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:58:50.4791076Z test_copy_tensor_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:58:50.4791588Z test_copy_tensor_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:58:50.4792088Z test_copy_tensor_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:58:50.4792542Z test_copy_tensor_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:58:50.4793131Z test_copy_tensor_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:58:50.4793648Z test_copy_tensor_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:58:50.4794187Z test_copy_tensor_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:58:50.4794769Z test_copy_tensor_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:58:50.4795302Z test_copy_tensor_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:58:50.4795837Z test_copy_tensor_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:58:50.4796404Z test_retain_autograd_history_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.045s) 2022-12-01T10:58:50.4797268Z test_retain_autograd_history_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.018s) 2022-12-01T10:58:50.4798081Z test_unsupported_alias_cpu_float32 (__main__.TestAsArrayCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 3838 2022-12-01T10:58:50.4798440Z due to: 2022-12-01T10:58:50.4798616Z Traceback (most recent call last): 2022-12-01T10:58:50.4799020Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:58:50.4799480Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:58:50.4799929Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-12-01T10:58:50.4800134Z 2022-12-01T10:58:50.4800206Z from user code: 2022-12-01T10:58:50.4800465Z File "test_tensor_creation_ops.py", line 3840, in 2022-12-01T10:58:50.4800737Z if torch.cuda.is_available(): 2022-12-01T10:58:50.4800867Z 2022-12-01T10:58:50.4800990Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4801213Z ========== 2022-12-01T10:58:50.4801379Z ok (0.013s) 2022-12-01T10:58:50.4801641Z test_unsupported_alias_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:58:50.4801974Z test_byte_to_int_cpu (__main__.TestBufferProtocolCPU) ... ok (0.017s) 2022-12-01T10:58:50.4802545Z test_invalid_positional_args_cpu_bool (__main__.TestBufferProtocolCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_invalid_positional_args test_tensor_creation_ops.py line 3561 2022-12-01T10:58:50.4802893Z due to: 2022-12-01T10:58:50.4803066Z Traceback (most recent call last): 2022-12-01T10:58:50.4803462Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:58:50.4803917Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:58:50.4804308Z AssertionError: torch.* op returned non-Tensor int call_method element_size 2022-12-01T10:58:50.4804484Z 2022-12-01T10:58:50.4804559Z from user code: 2022-12-01T10:58:50.4804806Z File "test_tensor_creation_ops.py", line 3563, in test_invalid_positional_args 2022-12-01T10:58:50.4805062Z bytes = get_dtype_size(dtype) 2022-12-01T10:58:50.4805174Z 2022-12-01T10:58:50.4805312Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4805538Z ========== 2022-12-01T10:58:50.4805895Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT get_dtype_size test_tensor_creation_ops.py line 3488 2022-12-01T10:58:50.4806145Z due to: 2022-12-01T10:58:50.4806332Z Traceback (most recent call last): 2022-12-01T10:58:50.4806727Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:58:50.4807166Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:58:50.4807570Z AssertionError: torch.* op returned non-Tensor int call_method element_size 2022-12-01T10:58:50.4807746Z 2022-12-01T10:58:50.4807819Z from user code: 2022-12-01T10:58:50.4808116Z File "test_tensor_creation_ops.py", line 3489, in get_dtype_size 2022-12-01T10:58:50.4808383Z return int(torch.empty((), dtype=dtype).element_size()) 2022-12-01T10:58:50.4808535Z 2022-12-01T10:58:50.4808670Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4808895Z ========== 2022-12-01T10:58:50.4809226Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _run_test test_tensor_creation_ops.py line 3492 2022-12-01T10:58:50.4809483Z due to: 2022-12-01T10:58:50.4809672Z Traceback (most recent call last): 2022-12-01T10:58:50.4810055Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:58:50.4810539Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:58:50.4810941Z AssertionError: torch.* op returned non-Tensor int call_method element_size 2022-12-01T10:58:50.4811120Z 2022-12-01T10:58:50.4811193Z from user code: 2022-12-01T10:58:50.4811408Z File "test_tensor_creation_ops.py", line 3496, in _run_test 2022-12-01T10:58:50.4811652Z offset = first * get_dtype_size(dtype) 2022-12-01T10:58:50.4811784Z 2022-12-01T10:58:50.4811918Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4812129Z ========== 2022-12-01T10:58:50.4812289Z ok (0.022s) 2022-12-01T10:58:50.4812552Z test_invalid_positional_args_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.015s) 2022-12-01T10:58:50.4812907Z test_invalid_positional_args_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.015s) 2022-12-01T10:58:50.4813241Z test_invalid_positional_args_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.015s) 2022-12-01T10:58:50.4813586Z test_invalid_positional_args_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.015s) 2022-12-01T10:58:50.4813925Z test_invalid_positional_args_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.014s) 2022-12-01T10:58:50.4814242Z test_invalid_positional_args_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.014s) 2022-12-01T10:58:50.4814577Z test_invalid_positional_args_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.013s) 2022-12-01T10:58:50.4814904Z test_invalid_positional_args_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.013s) 2022-12-01T10:58:50.4815244Z test_invalid_positional_args_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-12-01T10:58:50.4815562Z test_invalid_positional_args_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-12-01T10:58:50.4815889Z test_non_writable_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.561s) 2022-12-01T10:58:50.4816229Z test_non_writable_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.008s) 2022-12-01T10:58:50.4816555Z test_non_writable_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-12-01T10:58:50.4816885Z test_non_writable_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-12-01T10:58:50.4817221Z test_non_writable_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:58:50.4817546Z test_non_writable_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:58:50.4817861Z test_non_writable_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:58:50.4818184Z test_non_writable_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:58:50.4818502Z test_non_writable_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:58:50.4818820Z test_non_writable_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:58:50.4819130Z test_non_writable_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:58:50.4819452Z test_not_a_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-12-01T10:58:50.4820382Z test_not_a_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4820734Z test_not_a_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4821055Z test_not_a_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4821370Z test_not_a_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4821682Z test_not_a_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4821981Z test_not_a_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4822293Z test_not_a_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4822600Z test_not_a_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4822930Z test_not_a_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4823246Z test_not_a_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4823557Z test_requires_grad_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.009s) 2022-12-01T10:58:50.4823881Z test_requires_grad_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:58:50.4824210Z test_requires_grad_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:58:50.4824519Z test_requires_grad_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:58:50.4824834Z test_requires_grad_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:58:50.4825150Z test_requires_grad_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:58:50.4825453Z test_requires_grad_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4825765Z test_requires_grad_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4826073Z test_requires_grad_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4826386Z test_requires_grad_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4826689Z test_requires_grad_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4826997Z test_same_type_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:58:50.4827309Z test_same_type_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4827609Z test_same_type_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4827920Z test_same_type_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4828226Z test_same_type_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4828531Z test_same_type_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4828821Z test_same_type_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:58:50.4829124Z test_same_type_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:58:50.4829431Z test_same_type_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:58:50.4829714Z test_same_type_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:58:50.4830013Z test_same_type_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:58:50.4830321Z test_shared_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.009s) 2022-12-01T10:58:50.4830628Z test_shared_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-12-01T10:58:50.4830959Z test_shared_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-12-01T10:58:50.4831279Z test_shared_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-12-01T10:58:50.4831588Z test_shared_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-12-01T10:58:50.4831897Z test_shared_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-12-01T10:58:50.4832210Z test_shared_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:58:50.4832554Z test_shared_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:58:50.4832848Z test_shared_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:58:50.4833155Z test_shared_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:58:50.4833461Z test_shared_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:58:50.4833782Z test_with_count_and_offset_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.008s) 2022-12-01T10:58:50.4834104Z test_with_count_and_offset_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.008s) 2022-12-01T10:58:50.4834564Z test_with_count_and_offset_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.008s) 2022-12-01T10:58:50.4834965Z test_with_count_and_offset_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-12-01T10:58:50.4835302Z test_with_count_and_offset_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-12-01T10:58:50.4835621Z test_with_count_and_offset_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-12-01T10:58:50.4835949Z test_with_count_and_offset_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:58:50.4836278Z test_with_count_and_offset_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:58:50.4839163Z test_with_count_and_offset_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:58:50.4839504Z test_with_count_and_offset_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:58:50.4839833Z test_with_count_and_offset_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:58:50.4840155Z test_with_count_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-12-01T10:58:50.4840457Z test_with_count_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:58:50.4840773Z test_with_count_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4841089Z test_with_count_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4841381Z test_with_count_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4841681Z test_with_count_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4841985Z test_with_count_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4842288Z test_with_count_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4842575Z test_with_count_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4842873Z test_with_count_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4843177Z test_with_count_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4843467Z test_with_offset_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-12-01T10:58:50.4843783Z test_with_offset_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4844102Z test_with_offset_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4844416Z test_with_offset_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4844713Z test_with_offset_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4845020Z test_with_offset_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4845327Z test_with_offset_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4845618Z test_with_offset_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4845924Z test_with_offset_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4846227Z test_with_offset_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4846516Z test_with_offset_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:58:50.4846907Z test_empty_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.012s) 2022-12-01T10:58:50.4847233Z test_full_like_inference_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.015s) 2022-12-01T10:58:50.4847554Z test_ones_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.015s) 2022-12-01T10:58:50.4847906Z test_ones_like_multiple_device_cpu (__main__.TestLikeTensorCreationCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T10:58:50.4848270Z test_zeros_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.007s) 2022-12-01T10:58:50.4848638Z test_zeros_like_multiple_device_cpu (__main__.TestLikeTensorCreationCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T10:58:50.4849057Z test_normal_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (3.434s) 2022-12-01T10:58:50.4849373Z test_normal_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (1.037s) 2022-12-01T10:58:50.4849703Z test_normal_std_error_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.030s) 2022-12-01T10:58:50.4850036Z test_rand_cpu_complex128 (__main__.TestRandomTensorCreationCPU) ... ok (0.012s) 2022-12-01T10:58:50.4850793Z test_rand_cpu_complex32 (__main__.TestRandomTensorCreationCPU) ... test_tensor_creation_ops.py:3323: 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:58:50.4851298Z res1 = torch.rand(size, size, dtype=dtype, device=device) 2022-12-01T10:58:50.4851508Z ok (0.003s) 2022-12-01T10:58:50.4851754Z test_rand_cpu_complex64 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:58:50.4852071Z test_rand_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:58:50.4852393Z test_rand_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:58:50.4852933Z test_randint_cpu (__main__.TestRandomTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_randint test_tensor_creation_ops.py line 3275 2022-12-01T10:58:50.4853257Z due to: 2022-12-01T10:58:50.4853432Z Traceback (most recent call last): 2022-12-01T10:58:50.4853829Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:58:50.4854286Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:58:50.4854720Z AssertionError: torch.* op returned non-Tensor Generator call_function 2022-12-01T10:58:50.4854918Z 2022-12-01T10:58:50.4854990Z from user code: 2022-12-01T10:58:50.4855214Z File "test_tensor_creation_ops.py", line 3279, in test_randint 2022-12-01T10:58:50.4855431Z def seed(generator): 2022-12-01T10:58:50.4855550Z 2022-12-01T10:58:50.4855683Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4855901Z ========== 2022-12-01T10:58:50.4856061Z ok (0.012s) 2022-12-01T10:58:50.4856303Z test_randint_inference_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:58:50.4856635Z test_randn_cpu_bfloat16 (__main__.TestRandomTensorCreationCPU) ... ok (0.009s) 2022-12-01T10:58:50.4856963Z test_randn_cpu_complex128 (__main__.TestRandomTensorCreationCPU) ... ok (0.004s) 2022-12-01T10:58:50.4857282Z test_randn_cpu_complex32 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:58:50.4857608Z test_randn_cpu_complex64 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:58:50.4857933Z test_randn_cpu_float16 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:58:50.4858252Z test_randn_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:58:50.4858563Z test_randn_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:58:50.4858890Z test_random_neg_values_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:58:50.4859475Z test_randperm_cpu (__main__.TestRandomTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_randperm test_tensor_creation_ops.py line 3329 2022-12-01T10:58:50.4859792Z due to: 2022-12-01T10:58:50.4859978Z Traceback (most recent call last): 2022-12-01T10:58:50.4860374Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:58:50.4860825Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:58:50.4861307Z AssertionError: torch.* op returned non-Tensor _GeneratorContextManager call_function 2022-12-01T10:58:50.4861531Z 2022-12-01T10:58:50.4861603Z from user code: 2022-12-01T10:58:50.4861867Z File "test_tensor_creation_ops.py", line 3349, in test_randperm 2022-12-01T10:58:50.4862122Z with torch.random.fork_rng(devices=rng_device): 2022-12-01T10:58:50.4862269Z 2022-12-01T10:58:50.4862406Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4862624Z ========== 2022-12-01T10:58:50.4862952Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 3375 2022-12-01T10:58:50.4863211Z due to: 2022-12-01T10:58:50.4863397Z Traceback (most recent call last): 2022-12-01T10:58:50.4863777Z File "/opt/conda/lib/python3.7/site-packages/torch/_meta_registrations.py", line 78, in meta_randperm 2022-12-01T10:58:50.4864058Z assert out.ndim == 1 and out.size(0) == n 2022-12-01T10:58:50.4864259Z AssertionError 2022-12-01T10:58:50.4864368Z 2022-12-01T10:58:50.4864440Z from user code: 2022-12-01T10:58:50.4864645Z File "test_tensor_creation_ops.py", line 3375, in 2022-12-01T10:58:50.4864957Z self.assertRaises(RuntimeError, lambda: torch.randperm(large_n, out=res, device=device)) 2022-12-01T10:58:50.4865149Z 2022-12-01T10:58:50.4865282Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4865490Z ========== 2022-12-01T10:58:50.4865647Z ok (2.742s) 2022-12-01T10:58:50.4865944Z test_randperm_device_compatibility_cpu (__main__.TestRandomTensorCreationCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:58:50.4866538Z test_uniform_from_to_cpu_float16 (__main__.TestRandomTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 3224 2022-12-01T10:58:50.4866857Z due to: 2022-12-01T10:58:50.4867040Z Traceback (most recent call last): 2022-12-01T10:58:50.4867382Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:58:50.4867641Z return self._op(*args, **kwargs or {}) 2022-12-01T10:58:50.4867989Z RuntimeError: uniform_ expects to return a [from, to) range, but found from=0 > to=-42 2022-12-01T10:58:50.4868168Z 2022-12-01T10:58:50.4868309Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.4868476Z 2022-12-01T10:58:50.4868568Z Traceback (most recent call last): 2022-12-01T10:58:50.4868949Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.4869249Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.4869488Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.4869630Z 2022-12-01T10:58:50.4869688Z from user code: 2022-12-01T10:58:50.4869908Z File "test_tensor_creation_ops.py", line 3224, in 2022-12-01T10:58:50.4870140Z lambda: t.uniform_(from_, to_) 2022-12-01T10:58:50.4870264Z 2022-12-01T10:58:50.4870398Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4870605Z ========== 2022-12-01T10:58:50.4870764Z ok (0.119s) 2022-12-01T10:58:50.4871238Z test_uniform_from_to_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 3230 2022-12-01T10:58:50.4871558Z due to: 2022-12-01T10:58:50.4871743Z Traceback (most recent call last): 2022-12-01T10:58:50.4872126Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:58:50.4872382Z return self._op(*args, **kwargs or {}) 2022-12-01T10:58:50.4872933Z RuntimeError: uniform_ expects to-from <= std::numeric_limits::max(), but found to=3.40282e+38 and from=-3.40282e+38 which result in to-from to exceed the limit 2022-12-01T10:58:50.4873172Z 2022-12-01T10:58:50.4873311Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.4873479Z 2022-12-01T10:58:50.4873571Z Traceback (most recent call last): 2022-12-01T10:58:50.4873952Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.4874340Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.4874630Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.4874778Z 2022-12-01T10:58:50.4874837Z from user code: 2022-12-01T10:58:50.4875062Z File "test_tensor_creation_ops.py", line 3230, in 2022-12-01T10:58:50.4875303Z lambda: t.uniform_(from_, to_) 2022-12-01T10:58:50.4875426Z 2022-12-01T10:58:50.4875558Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4875769Z ========== 2022-12-01T10:58:50.4875927Z ok (0.155s) 2022-12-01T10:58:50.4876185Z test_uniform_from_to_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.211s) 2022-12-01T10:58:50.4876501Z test_arange_bfloat16_cpu (__main__.TestTensorCreationCPU) ... ok (0.018s) 2022-12-01T10:58:50.4877179Z test_arange_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_arange test_tensor_creation_ops.py line 2259 2022-12-01T10:58:50.4877495Z due to: 2022-12-01T10:58:50.4877669Z Traceback (most recent call last): 2022-12-01T10:58:50.4878072Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/lists.py", line 41, in as_proxy 2022-12-01T10:58:50.4878383Z return self.python_type()(self._as_proxy()) 2022-12-01T10:58:50.4878705Z TypeError: 'list' object cannot be interpreted as an integer 2022-12-01T10:58:50.4878848Z 2022-12-01T10:58:50.4878922Z from user code: 2022-12-01T10:58:50.4879146Z File "test_tensor_creation_ops.py", line 2260, in test_arange 2022-12-01T10:58:50.4879405Z res = torch.tensor(range(10000), device=device) 2022-12-01T10:58:50.4879543Z 2022-12-01T10:58:50.4879664Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4879887Z ========== 2022-12-01T10:58:50.4880230Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2375 2022-12-01T10:58:50.4880471Z due to: 2022-12-01T10:58:50.4880654Z Traceback (most recent call last): 2022-12-01T10:58:50.4881025Z File "/opt/conda/lib/python3.7/site-packages/torch/_meta_registrations.py", line 1190, in arange 2022-12-01T10:58:50.4881295Z end = math.ceil(end) 2022-12-01T10:58:50.4881502Z ValueError: cannot convert float NaN to integer 2022-12-01T10:58:50.4881642Z 2022-12-01T10:58:50.4881713Z from user code: 2022-12-01T10:58:50.4881934Z File "test_tensor_creation_ops.py", line 2375, in 2022-12-01T10:58:50.4882318Z self.assertRaisesRegex(RuntimeError, msg, lambda: torch.arange(-5, float('nan'), device=device)) 2022-12-01T10:58:50.4882519Z 2022-12-01T10:58:50.4882656Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4882876Z ========== 2022-12-01T10:58:50.4883204Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2377 2022-12-01T10:58:50.4883465Z due to: 2022-12-01T10:58:50.4883648Z Traceback (most recent call last): 2022-12-01T10:58:50.4883977Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:58:50.4884248Z return self._op(*args, **kwargs or {}) 2022-12-01T10:58:50.4884530Z RuntimeError: unsupported range: 0 -> -inf 2022-12-01T10:58:50.4884668Z 2022-12-01T10:58:50.4884808Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.4885050Z 2022-12-01T10:58:50.4885131Z Traceback (most recent call last): 2022-12-01T10:58:50.4885530Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.4885835Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.4886061Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.4886205Z 2022-12-01T10:58:50.4886277Z from user code: 2022-12-01T10:58:50.4886501Z File "test_tensor_creation_ops.py", line 2377, in 2022-12-01T10:58:50.4886911Z self.assertRaisesRegex(RuntimeError, msg, lambda: torch.arange(0, float('-inf'), -1, device=device)) 2022-12-01T10:58:50.4887102Z 2022-12-01T10:58:50.4887237Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4887459Z ========== 2022-12-01T10:58:50.4887840Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2378 2022-12-01T10:58:50.4888085Z due to: 2022-12-01T10:58:50.4888268Z Traceback (most recent call last): 2022-12-01T10:58:50.4888644Z File "/opt/conda/lib/python3.7/site-packages/torch/_meta_registrations.py", line 1190, in arange 2022-12-01T10:58:50.4888897Z end = math.ceil(end) 2022-12-01T10:58:50.4889126Z OverflowError: cannot convert float infinity to integer 2022-12-01T10:58:50.4889278Z 2022-12-01T10:58:50.4889351Z from user code: 2022-12-01T10:58:50.4889573Z File "test_tensor_creation_ops.py", line 2378, in 2022-12-01T10:58:50.4889957Z self.assertRaisesRegex(RuntimeError, msg, lambda: torch.arange(0, float('inf'), device=device)) 2022-12-01T10:58:50.4890157Z 2022-12-01T10:58:50.4890291Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4890510Z ========== 2022-12-01T10:58:50.4890838Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2379 2022-12-01T10:58:50.4891095Z due to: 2022-12-01T10:58:50.4891279Z Traceback (most recent call last): 2022-12-01T10:58:50.4891635Z File "/opt/conda/lib/python3.7/site-packages/torch/_meta_registrations.py", line 1190, in arange 2022-12-01T10:58:50.4891907Z end = math.ceil(end) 2022-12-01T10:58:50.4892135Z OverflowError: cannot convert float infinity to integer 2022-12-01T10:58:50.4892286Z 2022-12-01T10:58:50.4892359Z from user code: 2022-12-01T10:58:50.4892568Z File "test_tensor_creation_ops.py", line 2379, in 2022-12-01T10:58:50.4892967Z self.assertRaisesRegex(RuntimeError, msg, lambda: torch.arange(float('-inf'), 10, device=device)) 2022-12-01T10:58:50.4893169Z 2022-12-01T10:58:50.4893304Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4893511Z ========== 2022-12-01T10:58:50.4893850Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2380 2022-12-01T10:58:50.4894108Z due to: 2022-12-01T10:58:50.4894284Z Traceback (most recent call last): 2022-12-01T10:58:50.4894653Z File "/opt/conda/lib/python3.7/site-packages/torch/_meta_registrations.py", line 1190, in arange 2022-12-01T10:58:50.4894924Z end = math.ceil(end) 2022-12-01T10:58:50.4895143Z ValueError: cannot convert float NaN to integer 2022-12-01T10:58:50.4895272Z 2022-12-01T10:58:50.4895344Z from user code: 2022-12-01T10:58:50.4895565Z File "test_tensor_creation_ops.py", line 2380, in 2022-12-01T10:58:50.4895963Z self.assertRaisesRegex(RuntimeError, msg, lambda: torch.arange(float('nan'), 10, device=device)) 2022-12-01T10:58:50.4896162Z 2022-12-01T10:58:50.4896281Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4896500Z ========== 2022-12-01T10:58:50.4896839Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2381 2022-12-01T10:58:50.4897082Z due to: 2022-12-01T10:58:50.4897265Z Traceback (most recent call last): 2022-12-01T10:58:50.4897640Z File "/opt/conda/lib/python3.7/site-packages/torch/_meta_registrations.py", line 1190, in arange 2022-12-01T10:58:50.4897907Z end = math.ceil(end) 2022-12-01T10:58:50.4898122Z OverflowError: cannot convert float infinity to integer 2022-12-01T10:58:50.4898314Z 2022-12-01T10:58:50.4898387Z from user code: 2022-12-01T10:58:50.4898607Z File "test_tensor_creation_ops.py", line 2381, in 2022-12-01T10:58:50.4898984Z self.assertRaisesRegex(RuntimeError, msg, lambda: torch.arange(float('inf'), device=device)) 2022-12-01T10:58:50.4899178Z 2022-12-01T10:58:50.4899309Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4899526Z ========== 2022-12-01T10:58:50.4899852Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2382 2022-12-01T10:58:50.4900106Z due to: 2022-12-01T10:58:50.4900294Z Traceback (most recent call last): 2022-12-01T10:58:50.4900667Z File "/opt/conda/lib/python3.7/site-packages/torch/_meta_registrations.py", line 1190, in arange 2022-12-01T10:58:50.4900954Z end = math.ceil(end) 2022-12-01T10:58:50.4901177Z ValueError: cannot convert float NaN to integer 2022-12-01T10:58:50.4901318Z 2022-12-01T10:58:50.4901395Z from user code: 2022-12-01T10:58:50.4901602Z File "test_tensor_creation_ops.py", line 2382, in 2022-12-01T10:58:50.4901990Z self.assertRaisesRegex(RuntimeError, msg, lambda: torch.arange(float('nan'), device=device)) 2022-12-01T10:58:50.4902184Z 2022-12-01T10:58:50.4902316Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4902523Z ========== 2022-12-01T10:58:50.4902859Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2386 2022-12-01T10:58:50.4903112Z due to: 2022-12-01T10:58:50.4903296Z Traceback (most recent call last): 2022-12-01T10:58:50.4903625Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 442, in __call__ 2022-12-01T10:58:50.4903897Z return self._op(*args, **kwargs or {}) 2022-12-01T10:58:50.4904187Z RuntimeError: Overloaded torch operator invoked from Python failed to many any schema: 2022-12-01T10:58:50.4904612Z aten::empty() Expected a value of type 'List[int]' for argument 'size' but instead found type 'list'. 2022-12-01T10:58:50.4904876Z Position: 0 2022-12-01T10:58:50.4905063Z Value: [340282346600000016151267322115014000640] 2022-12-01T10:58:50.4905558Z Declaration: aten::empty.memory_format(SymInt[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-12-01T10:58:50.4906042Z Cast error details: Unable to cast Python instance to C++ type (#define PYBIND11_DETAILED_ERROR_MESSAGES or compile in debug mode for details) 2022-12-01T10:58:50.4906275Z 2022-12-01T10:58:50.4906654Z aten::empty() expected at most 3 argument(s) but received 4 argument(s). Declaration: aten::empty.out(SymInt[] size, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:58:50.4906919Z 2022-12-01T10:58:50.4907170Z aten::empty() Expected a value of type 'List[int]' for argument 'size' but instead found type 'list'. 2022-12-01T10:58:50.4907426Z Position: 0 2022-12-01T10:58:50.4907603Z Value: [340282346600000016151267322115014000640] 2022-12-01T10:58:50.4908112Z Declaration: aten::empty.names(int[] size, *, str[]? names, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-12-01T10:58:50.4908594Z Cast error details: Unable to cast Python instance to C++ type (#define PYBIND11_DETAILED_ERROR_MESSAGES or compile in debug mode for details) 2022-12-01T10:58:50.4908828Z 2022-12-01T10:58:50.4909074Z aten::empty() Expected a value of type 'List[int]' for argument 'size' but instead found type 'list'. 2022-12-01T10:58:50.4909317Z Position: 0 2022-12-01T10:58:50.4909505Z Value: [340282346600000016151267322115014000640] 2022-12-01T10:58:50.4909906Z Declaration: aten::empty.names_out(int[] size, *, str[]? names, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:58:50.4910310Z Cast error details: Unable to cast Python instance to C++ type (#define PYBIND11_DETAILED_ERROR_MESSAGES or compile in debug mode for details) 2022-12-01T10:58:50.4910578Z 2022-12-01T10:58:50.4910582Z 2022-12-01T10:58:50.4910587Z 2022-12-01T10:58:50.4910726Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.4910891Z 2022-12-01T10:58:50.4910983Z Traceback (most recent call last): 2022-12-01T10:58:50.4911379Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.4911667Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.4911904Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.4912049Z 2022-12-01T10:58:50.4912122Z from user code: 2022-12-01T10:58:50.4912328Z File "test_tensor_creation_ops.py", line 2386, in 2022-12-01T10:58:50.4912663Z lambda: torch.arange(1.175494351e-38, 3.402823466e+38, device=device)) 2022-12-01T10:58:50.4912847Z 2022-12-01T10:58:50.4912983Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4913205Z ========== 2022-12-01T10:58:50.4913355Z ok (0.143s) 2022-12-01T10:58:50.4913641Z test_arange_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-12-01T10:58:50.4914036Z test_arange_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-12-01T10:58:50.4914507Z test_arange_device_vs_cpu_cpu_int32 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-12-01T10:58:50.4914895Z test_arange_device_vs_cpu_cpu_int64 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-12-01T10:58:50.4915482Z test_arange_inference_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_arange_inference test_tensor_creation_ops.py line 2393 2022-12-01T10:58:50.4915815Z due to: 2022-12-01T10:58:50.4915996Z Traceback (most recent call last): 2022-12-01T10:58:50.4916401Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:58:50.4917015Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:58:50.4917477Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-12-01T10:58:50.4917669Z 2022-12-01T10:58:50.4917743Z from user code: 2022-12-01T10:58:50.4917982Z File "test_tensor_creation_ops.py", line 2395, in test_arange_inference 2022-12-01T10:58:50.4918247Z saved_dtype = torch.get_default_dtype() 2022-12-01T10:58:50.4918383Z 2022-12-01T10:58:50.4918503Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4918727Z ========== 2022-12-01T10:58:50.4918889Z ok (0.005s) 2022-12-01T10:58:50.4919117Z test_as_strided_neg_cpu (__main__.TestTensorCreationCPU) ... ok (0.021s) 2022-12-01T10:58:50.4919424Z test_as_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.062s) 2022-12-01T10:58:50.4919962Z test_block_diag_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 304 2022-12-01T10:58:50.4920296Z due to: 2022-12-01T10:58:50.4920465Z Traceback (most recent call last): 2022-12-01T10:58:50.4920858Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 586, in _find_common_device 2022-12-01T10:58:50.4921206Z assert common_device is not None, f"Could not find common device for {func}" 2022-12-01T10:58:50.4921504Z AssertionError: Could not find common device for aten.block_diag.default 2022-12-01T10:58:50.4921675Z 2022-12-01T10:58:50.4921746Z from user code: 2022-12-01T10:58:50.4921995Z File "test_tensor_creation_ops.py", line 306, in 2022-12-01T10:58:50.4922251Z result = torch.block_diag() 2022-12-01T10:58:50.4922364Z 2022-12-01T10:58:50.4922495Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4922712Z ========== 2022-12-01T10:58:50.4922871Z ok (0.458s) 2022-12-01T10:58:50.4923169Z test_block_diag_scipy_cpu (__main__.TestTensorCreationCPU) ... ok (0.088s) 2022-12-01T10:58:50.4923742Z test_cartesian_prod_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1375 2022-12-01T10:58:50.4924087Z due to: 2022-12-01T10:58:50.4924263Z Traceback (most recent call last): 2022-12-01T10:58:50.4924663Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:58:50.4924976Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:58:50.4925587Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-12-01T10:58:50.4925883Z 2022-12-01T10:58:50.4926009Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.4926178Z 2022-12-01T10:58:50.4926271Z Traceback (most recent call last): 2022-12-01T10:58:50.4926662Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.4926959Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.4927182Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.4927326Z 2022-12-01T10:58:50.4927399Z from user code: 2022-12-01T10:58:50.4927653Z File "test_tensor_creation_ops.py", line 1375, in 2022-12-01T10:58:50.4927945Z expected = torch.tensor(list(product([a], b, c)), device=device) 2022-12-01T10:58:50.4928104Z 2022-12-01T10:58:50.4928237Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4928461Z ========== 2022-12-01T10:58:50.4928609Z ok (0.036s) 2022-12-01T10:58:50.4928847Z test_cat2_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.020s) 2022-12-01T10:58:50.4929150Z test_cat2_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:58:50.4929451Z test_cat2_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-12-01T10:58:50.4929753Z test_cat_all_dtypes_and_devices_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:58:50.4930134Z test_cat_big_cpu (__main__.TestTensorCreationCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:58:50.4930505Z test_cat_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:58:50.4930801Z test_cat_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.017s) 2022-12-01T10:58:50.4931104Z test_cat_empty_legacy_cpu (__main__.TestTensorCreationCPU) ... ok (0.017s) 2022-12-01T10:58:50.4931660Z test_cat_in_channels_last_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_cat_in_channels_last test_tensor_creation_ops.py line 551 2022-12-01T10:58:50.4931993Z due to: 2022-12-01T10:58:50.4932167Z Traceback (most recent call last): 2022-12-01T10:58:50.4932573Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 429, in call_method 2022-12-01T10:58:50.4932901Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-12-01T10:58:50.4933155Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-12-01T10:58:50.4933308Z 2022-12-01T10:58:50.4933381Z from user code: 2022-12-01T10:58:50.4933623Z File "test_tensor_creation_ops.py", line 560, in test_cat_in_channels_last 2022-12-01T10:58:50.4933929Z self.assertTrue(res2.is_contiguous(memory_format=torch.channels_last)) 2022-12-01T10:58:50.4934089Z 2022-12-01T10:58:50.4934224Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4934446Z ========== 2022-12-01T10:58:50.4934606Z ok (0.867s) 2022-12-01T10:58:50.4934834Z test_cat_mem_overlap_cpu (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-12-01T10:58:50.4935150Z test_cat_out_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-12-01T10:58:50.4935701Z test_cat_out_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_cat_out test_tensor_creation_ops.py line 507 2022-12-01T10:58:50.4935999Z due to: 2022-12-01T10:58:50.4936183Z Traceback (most recent call last): 2022-12-01T10:58:50.4936584Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/torch.py", line 261, in call_function 2022-12-01T10:58:50.4936886Z assert name in tx.symbolic_locals 2022-12-01T10:58:50.4937071Z AssertionError 2022-12-01T10:58:50.4937180Z 2022-12-01T10:58:50.4937250Z from user code: 2022-12-01T10:58:50.4937473Z File "test_tensor_creation_ops.py", line 513, in test_cat_out 2022-12-01T10:58:50.4937703Z b = torch.cat([w[:2], w[4:6]], out=w[6:10]) 2022-12-01T10:58:50.4937830Z 2022-12-01T10:58:50.4937997Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4938221Z ========== 2022-12-01T10:58:50.4938369Z ok (0.012s) 2022-12-01T10:58:50.4938646Z test_cat_out_memory_format_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:58:50.4939267Z test_cat_preserve_channels_last_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 579 2022-12-01T10:58:50.4939630Z due to: 2022-12-01T10:58:50.4939799Z Traceback (most recent call last): 2022-12-01T10:58:50.4940202Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 429, in call_method 2022-12-01T10:58:50.4940526Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-12-01T10:58:50.4940779Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-12-01T10:58:50.4940931Z 2022-12-01T10:58:50.4941004Z from user code: 2022-12-01T10:58:50.4941274Z File "test_tensor_creation_ops.py", line 580, in 2022-12-01T10:58:50.4941605Z self.assertTrue(res2.is_contiguous(memory_format=torch.channels_last)) 2022-12-01T10:58:50.4941767Z 2022-12-01T10:58:50.4941902Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4942123Z ========== 2022-12-01T10:58:50.4942281Z ok (0.017s) 2022-12-01T10:58:50.4942541Z test_cat_stack_cross_devices_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:58:50.4943122Z test_combinations_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1396 2022-12-01T10:58:50.4943461Z due to: 2022-12-01T10:58:50.4943632Z Traceback (most recent call last): 2022-12-01T10:58:50.4944029Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:58:50.4944344Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:58:50.4944899Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-12-01T10:58:50.4945194Z 2022-12-01T10:58:50.4945322Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.4945488Z 2022-12-01T10:58:50.4945582Z Traceback (most recent call last): 2022-12-01T10:58:50.4945973Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.4946271Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.4946494Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.4946636Z 2022-12-01T10:58:50.4946707Z from user code: 2022-12-01T10:58:50.4946959Z File "test_tensor_creation_ops.py", line 1396, in 2022-12-01T10:58:50.4947255Z expected = torch.tensor(list(combinations(a, r=1)), device=device) 2022-12-01T10:58:50.4947417Z 2022-12-01T10:58:50.4947549Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4947802Z ========== 2022-12-01T10:58:50.4947963Z ok (0.064s) 2022-12-01T10:58:50.4948251Z test_complex_type_conversions_cpu (__main__.TestTensorCreationCPU) ... skip: real and imag not implemented for complex (0.001s) 2022-12-01T10:58:50.4948844Z test_constructor_device_legacy_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1944 2022-12-01T10:58:50.4949171Z due to: 2022-12-01T10:58:50.4949341Z Traceback (most recent call last): 2022-12-01T10:58:50.4949735Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:58:50.4950046Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:58:50.4950366Z RuntimeError: legacy constructor expects device type: cpu but device type: cuda was passed 2022-12-01T10:58:50.4950556Z 2022-12-01T10:58:50.4950695Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.4950862Z 2022-12-01T10:58:50.4950954Z Traceback (most recent call last): 2022-12-01T10:58:50.4951350Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.4951636Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.4951872Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.4952013Z 2022-12-01T10:58:50.4952086Z from user code: 2022-12-01T10:58:50.4952295Z File "test_tensor_creation_ops.py", line 1944, in 2022-12-01T10:58:50.4952656Z self.assertRaises(RuntimeError, lambda: torch.FloatTensor(device='cuda')) 2022-12-01T10:58:50.4952838Z 2022-12-01T10:58:50.4952974Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4953195Z ========== 2022-12-01T10:58:50.4953530Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1945 2022-12-01T10:58:50.4953791Z due to: 2022-12-01T10:58:50.4953975Z Traceback (most recent call last): 2022-12-01T10:58:50.4954452Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:58:50.4954773Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:58:50.4955072Z RuntimeError: legacy constructor expects device type: cpu but device type: cuda was passed 2022-12-01T10:58:50.4955260Z 2022-12-01T10:58:50.4955400Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.4955552Z 2022-12-01T10:58:50.4955648Z Traceback (most recent call last): 2022-12-01T10:58:50.4956045Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.4956347Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.4956702Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.4956858Z 2022-12-01T10:58:50.4956935Z from user code: 2022-12-01T10:58:50.4957162Z File "test_tensor_creation_ops.py", line 1945, in 2022-12-01T10:58:50.4957569Z self.assertRaises(RuntimeError, lambda: torch.FloatTensor(torch.Size([2, 3, 4]), device='cuda')) 2022-12-01T10:58:50.4957752Z 2022-12-01T10:58:50.4957887Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4958110Z ========== 2022-12-01T10:58:50.4958454Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1946 2022-12-01T10:58:50.4958697Z due to: 2022-12-01T10:58:50.4958883Z Traceback (most recent call last): 2022-12-01T10:58:50.4959284Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:58:50.4959585Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:58:50.4959879Z RuntimeError: legacy constructor expects device type: cpu but device type: cuda was passed 2022-12-01T10:58:50.4960073Z 2022-12-01T10:58:50.4960210Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.4960375Z 2022-12-01T10:58:50.4960540Z Traceback (most recent call last): 2022-12-01T10:58:50.4960923Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.4961222Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.4961459Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.4961604Z 2022-12-01T10:58:50.4961663Z from user code: 2022-12-01T10:58:50.4961888Z File "test_tensor_creation_ops.py", line 1946, in 2022-12-01T10:58:50.4962264Z self.assertRaises(RuntimeError, lambda: torch.FloatTensor((2.0, 3.0), device='cuda')) 2022-12-01T10:58:50.4962447Z 2022-12-01T10:58:50.4962585Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4962794Z ========== 2022-12-01T10:58:50.4963184Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1948 2022-12-01T10:58:50.4963442Z due to: 2022-12-01T10:58:50.4963616Z Traceback (most recent call last): 2022-12-01T10:58:50.4964019Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:58:50.4964336Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:58:50.4964622Z RuntimeError: legacy constructor expects device type: cpu but device type: cuda was passed 2022-12-01T10:58:50.4964814Z 2022-12-01T10:58:50.4964952Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.4965120Z 2022-12-01T10:58:50.4965214Z Traceback (most recent call last): 2022-12-01T10:58:50.4965609Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.4965895Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.4966129Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.4966273Z 2022-12-01T10:58:50.4966349Z from user code: 2022-12-01T10:58:50.4966559Z File "test_tensor_creation_ops.py", line 1948, in 2022-12-01T10:58:50.4966910Z self.assertRaises(RuntimeError, lambda: torch.Tensor(device='cuda')) 2022-12-01T10:58:50.4967084Z 2022-12-01T10:58:50.4967215Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4967434Z ========== 2022-12-01T10:58:50.4967759Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1949 2022-12-01T10:58:50.4968016Z due to: 2022-12-01T10:58:50.4968200Z Traceback (most recent call last): 2022-12-01T10:58:50.4968584Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:58:50.4968894Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:58:50.4969191Z RuntimeError: legacy constructor expects device type: cpu but device type: cuda was passed 2022-12-01T10:58:50.4969380Z 2022-12-01T10:58:50.4969508Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.4969674Z 2022-12-01T10:58:50.4969767Z Traceback (most recent call last): 2022-12-01T10:58:50.4970157Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.4970456Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.4970679Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.4970821Z 2022-12-01T10:58:50.4970892Z from user code: 2022-12-01T10:58:50.4971113Z File "test_tensor_creation_ops.py", line 1949, in 2022-12-01T10:58:50.4971481Z self.assertRaises(RuntimeError, lambda: torch.Tensor(torch.Size([2, 3, 4]), device='cuda')) 2022-12-01T10:58:50.4971669Z 2022-12-01T10:58:50.4971802Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4972022Z ========== 2022-12-01T10:58:50.4972360Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1950 2022-12-01T10:58:50.4972601Z due to: 2022-12-01T10:58:50.4972785Z Traceback (most recent call last): 2022-12-01T10:58:50.4973178Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:58:50.4973512Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:58:50.4973805Z RuntimeError: legacy constructor expects device type: cpu but device type: cuda was passed 2022-12-01T10:58:50.4973993Z 2022-12-01T10:58:50.4974132Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.4974296Z 2022-12-01T10:58:50.4974391Z Traceback (most recent call last): 2022-12-01T10:58:50.4974770Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.4975065Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.4975300Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.4975444Z 2022-12-01T10:58:50.4975503Z from user code: 2022-12-01T10:58:50.4975753Z File "test_tensor_creation_ops.py", line 1950, in 2022-12-01T10:58:50.4976119Z self.assertRaises(RuntimeError, lambda: torch.Tensor((2.0, 3.0), device='cuda')) 2022-12-01T10:58:50.4976297Z 2022-12-01T10:58:50.4976419Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4976640Z ========== 2022-12-01T10:58:50.4976980Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1954 2022-12-01T10:58:50.4977246Z due to: 2022-12-01T10:58:50.4977419Z Traceback (most recent call last): 2022-12-01T10:58:50.4977814Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:58:50.4978126Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:58:50.4978478Z RuntimeError: Legacy tensor constructor of the form torch.Tensor(tensor, device=device) is not supported. Use torch.tensor(...) or torch.as_tensor(...) instead. 2022-12-01T10:58:50.4978724Z 2022-12-01T10:58:50.4978867Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.4979032Z 2022-12-01T10:58:50.4979124Z Traceback (most recent call last): 2022-12-01T10:58:50.4979517Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.4979804Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.4980038Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.4980181Z 2022-12-01T10:58:50.4980253Z from user code: 2022-12-01T10:58:50.4980460Z File "test_tensor_creation_ops.py", line 1954, in 2022-12-01T10:58:50.4980813Z self.assertRaises(RuntimeError, lambda: torch.Tensor(i, device='cpu')) 2022-12-01T10:58:50.4980988Z 2022-12-01T10:58:50.4981120Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4981342Z ========== 2022-12-01T10:58:50.4981673Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1955 2022-12-01T10:58:50.4981928Z due to: 2022-12-01T10:58:50.4982114Z Traceback (most recent call last): 2022-12-01T10:58:50.4982500Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-12-01T10:58:50.4982833Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-12-01T10:58:50.4983186Z RuntimeError: Legacy tensor new of the form tensor.new(tensor, device=device) is not supported. Use torch.as_tensor(...) instead. 2022-12-01T10:58:50.4983405Z 2022-12-01T10:58:50.4983542Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.4983693Z 2022-12-01T10:58:50.4983787Z Traceback (most recent call last): 2022-12-01T10:58:50.4984174Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.4984471Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.4984696Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.4984839Z 2022-12-01T10:58:50.4984911Z from user code: 2022-12-01T10:58:50.4985134Z File "test_tensor_creation_ops.py", line 1955, in 2022-12-01T10:58:50.4985461Z self.assertRaises(RuntimeError, lambda: i.new(i, device='cpu')) 2022-12-01T10:58:50.4985661Z 2022-12-01T10:58:50.4985797Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4986018Z ========== 2022-12-01T10:58:50.4986357Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1956 2022-12-01T10:58:50.4986600Z due to: 2022-12-01T10:58:50.4986788Z Traceback (most recent call last): 2022-12-01T10:58:50.4987188Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:58:50.4987484Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:58:50.4987851Z RuntimeError: Legacy tensor constructor of the form torch.Tensor(tensor, device=device) is not supported. Use torch.tensor(...) or torch.as_tensor(...) instead. 2022-12-01T10:58:50.4988096Z 2022-12-01T10:58:50.4988268Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.4988436Z 2022-12-01T10:58:50.4988528Z Traceback (most recent call last): 2022-12-01T10:58:50.4988917Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.4989212Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.4989448Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.4989589Z 2022-12-01T10:58:50.4989646Z from user code: 2022-12-01T10:58:50.4989869Z File "test_tensor_creation_ops.py", line 1956, in 2022-12-01T10:58:50.4990223Z self.assertRaises(RuntimeError, lambda: torch.Tensor(i, device='cuda')) 2022-12-01T10:58:50.4990400Z 2022-12-01T10:58:50.4990536Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4990743Z ========== 2022-12-01T10:58:50.4991084Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1957 2022-12-01T10:58:50.4991337Z due to: 2022-12-01T10:58:50.4991511Z Traceback (most recent call last): 2022-12-01T10:58:50.4991908Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-12-01T10:58:50.4992244Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-12-01T10:58:50.4992584Z RuntimeError: Legacy tensor new of the form tensor.new(tensor, device=device) is not supported. Use torch.as_tensor(...) instead. 2022-12-01T10:58:50.4992803Z 2022-12-01T10:58:50.4992940Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.4993105Z 2022-12-01T10:58:50.4993197Z Traceback (most recent call last): 2022-12-01T10:58:50.4993589Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.4993873Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.4994107Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.4994337Z 2022-12-01T10:58:50.4994421Z from user code: 2022-12-01T10:58:50.4994631Z File "test_tensor_creation_ops.py", line 1957, in 2022-12-01T10:58:50.4994982Z self.assertRaises(RuntimeError, lambda: i.new(i, device='cuda')) 2022-12-01T10:58:50.4995151Z 2022-12-01T10:58:50.4995284Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.4995508Z ========== 2022-12-01T10:58:50.4995837Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1960 2022-12-01T10:58:50.4996096Z due to: 2022-12-01T10:58:50.4996281Z Traceback (most recent call last): 2022-12-01T10:58:50.4996826Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-12-01T10:58:50.4997172Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-12-01T10:58:50.4997496Z RuntimeError: legacy constructor expects device type: cpu but device type: cuda was passed 2022-12-01T10:58:50.4997687Z 2022-12-01T10:58:50.4997836Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.4997988Z 2022-12-01T10:58:50.4998082Z Traceback (most recent call last): 2022-12-01T10:58:50.4998554Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.4998856Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.4999079Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.4999222Z 2022-12-01T10:58:50.4999295Z from user code: 2022-12-01T10:58:50.4999521Z File "test_tensor_creation_ops.py", line 1960, in 2022-12-01T10:58:50.4999842Z self.assertRaises(RuntimeError, lambda: x.new(device='cuda')) 2022-12-01T10:58:50.5000008Z 2022-12-01T10:58:50.5000144Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5000368Z ========== 2022-12-01T10:58:50.5000710Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1961 2022-12-01T10:58:50.5000953Z due to: 2022-12-01T10:58:50.5001178Z Traceback (most recent call last): 2022-12-01T10:58:50.5001541Z File "/opt/conda/lib/python3.7/site-packages/torch/cuda/__init__.py", line 221, in _lazy_init 2022-12-01T10:58:50.5001845Z raise AssertionError("Torch not compiled with CUDA enabled") 2022-12-01T10:58:50.5002117Z AssertionError: Torch not compiled with CUDA enabled 2022-12-01T10:58:50.5002265Z 2022-12-01T10:58:50.5002337Z from user code: 2022-12-01T10:58:50.5002547Z File "test_tensor_creation_ops.py", line 1961, in 2022-12-01T10:58:50.5002913Z self.assertRaises(RuntimeError, lambda: x.new(torch.Size([2, 3, 4]), device='cuda')) 2022-12-01T10:58:50.5003092Z 2022-12-01T10:58:50.5003226Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5003450Z ========== 2022-12-01T10:58:50.5003778Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1962 2022-12-01T10:58:50.5004036Z due to: 2022-12-01T10:58:50.5004221Z Traceback (most recent call last): 2022-12-01T10:58:50.5004608Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-12-01T10:58:50.5004940Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-12-01T10:58:50.5005262Z RuntimeError: legacy constructor expects device type: cpu but device type: cuda was passed 2022-12-01T10:58:50.5005454Z 2022-12-01T10:58:50.5005591Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.5005744Z 2022-12-01T10:58:50.5005838Z Traceback (most recent call last): 2022-12-01T10:58:50.5006225Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.5006522Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.5006748Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.5006893Z 2022-12-01T10:58:50.5006965Z from user code: 2022-12-01T10:58:50.5007184Z File "test_tensor_creation_ops.py", line 1962, in 2022-12-01T10:58:50.5007521Z self.assertRaises(RuntimeError, lambda: x.new((2.0, 3.0), device='cuda')) 2022-12-01T10:58:50.5007688Z 2022-12-01T10:58:50.5007821Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5008043Z ========== 2022-12-01T10:58:50.5008448Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1962 2022-12-01T10:58:50.5008733Z due to: 2022-12-01T10:58:50.5008917Z Traceback (most recent call last): 2022-12-01T10:58:50.5009314Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:58:50.5009756Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:58:50.5010217Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-12-01T10:58:50.5010419Z 2022-12-01T10:58:50.5010491Z from user code: 2022-12-01T10:58:50.5010758Z File "test_tensor_creation_ops.py", line 1962, in 2022-12-01T10:58:50.5011136Z self.assertRaises(RuntimeError, lambda: x.new((2.0, 3.0), device='cuda')) 2022-12-01T10:58:50.5011343Z 2022-12-01T10:58:50.5011475Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5011693Z ========== 2022-12-01T10:58:50.5011839Z ok (0.235s) 2022-12-01T10:58:50.5012319Z test_constructor_dtypes_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_constructor_dtypes test_tensor_creation_ops.py line 1890 2022-12-01T10:58:50.5012653Z due to: 2022-12-01T10:58:50.5012836Z Traceback (most recent call last): 2022-12-01T10:58:50.5013215Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:58:50.5013668Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:58:50.5014103Z AssertionError: torch.* op returned non-Tensor str call_method type 2022-12-01T10:58:50.5014273Z 2022-12-01T10:58:50.5014332Z from user code: 2022-12-01T10:58:50.5014576Z File "test_tensor_creation_ops.py", line 1892, in test_constructor_dtypes 2022-12-01T10:58:50.5014842Z default_type = torch.tensor([]).type() 2022-12-01T10:58:50.5014975Z 2022-12-01T10:58:50.5015109Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5015315Z ========== 2022-12-01T10:58:50.5015655Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1904 2022-12-01T10:58:50.5015916Z due to: 2022-12-01T10:58:50.5016088Z Traceback (most recent call last): 2022-12-01T10:58:50.5016465Z File "/opt/conda/lib/python3.7/site-packages/torch/__init__.py", line 322, in set_default_tensor_type 2022-12-01T10:58:50.5016744Z _C._set_default_tensor_type(t) 2022-12-01T10:58:50.5017052Z TypeError: only floating-point types are supported as the default type 2022-12-01T10:58:50.5017228Z 2022-12-01T10:58:50.5017301Z from user code: 2022-12-01T10:58:50.5017526Z File "test_tensor_creation_ops.py", line 1904, in 2022-12-01T10:58:50.5017908Z self.assertRaises(TypeError, lambda: torch.set_default_tensor_type('torch.IntTensor')) 2022-12-01T10:58:50.5018090Z 2022-12-01T10:58:50.5018225Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5018445Z ========== 2022-12-01T10:58:50.5018783Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1925 2022-12-01T10:58:50.5019025Z due to: 2022-12-01T10:58:50.5019210Z Traceback (most recent call last): 2022-12-01T10:58:50.5019581Z File "/opt/conda/lib/python3.7/site-packages/torch/__init__.py", line 322, in set_default_tensor_type 2022-12-01T10:58:50.5019842Z _C._set_default_tensor_type(t) 2022-12-01T10:58:50.5020198Z TypeError: invalid type object: only floating-point types are supported as the default type 2022-12-01T10:58:50.5020392Z 2022-12-01T10:58:50.5020469Z from user code: 2022-12-01T10:58:50.5020690Z File "test_tensor_creation_ops.py", line 1925, in 2022-12-01T10:58:50.5020981Z self.assertRaises(TypeError, lambda: torch.set_default_tensor_type(torch.float32)) 2022-12-01T10:58:50.5021170Z 2022-12-01T10:58:50.5021302Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5021520Z ========== 2022-12-01T10:58:50.5021846Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1937 2022-12-01T10:58:50.5022104Z due to: 2022-12-01T10:58:50.5022288Z Traceback (most recent call last): 2022-12-01T10:58:50.5022636Z File "/opt/conda/lib/python3.7/site-packages/torch/__init__.py", line 369, in set_default_dtype 2022-12-01T10:58:50.5022900Z _C._set_default_dtype(d) 2022-12-01T10:58:50.5023217Z TypeError: only floating-point types are supported as the default type 2022-12-01T10:58:50.5023390Z 2022-12-01T10:58:50.5023462Z from user code: 2022-12-01T10:58:50.5023670Z File "test_tensor_creation_ops.py", line 1937, in 2022-12-01T10:58:50.5023952Z self.assertRaises(TypeError, lambda: torch.set_default_dtype(t)) 2022-12-01T10:58:50.5024120Z 2022-12-01T10:58:50.5024295Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5024503Z ========== 2022-12-01T10:58:50.5024662Z ok (0.022s) 2022-12-01T10:58:50.5024911Z test_ctor_with_numpy_array_cpu (__main__.TestTensorCreationCPU) ... ok (0.032s) 2022-12-01T10:58:50.5025248Z test_device_rounding_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:58:50.5025615Z test_device_rounding_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:58:50.5025951Z test_diag_embed_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.032s) 2022-12-01T10:58:50.5026255Z test_diagflat_cpu (__main__.TestTensorCreationCPU) ... ok (0.070s) 2022-12-01T10:58:50.5026794Z test_dsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 748 2022-12-01T10:58:50.5027117Z due to: 2022-12-01T10:58:50.5027306Z Traceback (most recent call last): 2022-12-01T10:58:50.5027698Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:58:50.5028013Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:58:50.5028326Z RuntimeError: torch.dsplit requires a tensor with at least 3 dimension, but got a tensor with 1 dimensions! 2022-12-01T10:58:50.5028526Z 2022-12-01T10:58:50.5028662Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.5028826Z 2022-12-01T10:58:50.5028907Z Traceback (most recent call last): 2022-12-01T10:58:50.5029296Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.5029593Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.5029817Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.5029962Z 2022-12-01T10:58:50.5030034Z from user code: 2022-12-01T10:58:50.5030255Z File "test_tensor_creation_ops.py", line 748, in 2022-12-01T10:58:50.5030532Z self.assertRaises(RuntimeError, lambda: torch_fn(t, arg)) 2022-12-01T10:58:50.5030676Z 2022-12-01T10:58:50.5030810Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5031027Z ========== 2022-12-01T10:58:50.5031367Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 751 2022-12-01T10:58:50.5031609Z due to: 2022-12-01T10:58:50.5031791Z Traceback (most recent call last): 2022-12-01T10:58:50.5032184Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:58:50.5032482Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:58:50.5032797Z RuntimeError: torch.dsplit requires a tensor with at least 3 dimension, but got a tensor with 1 dimensions! 2022-12-01T10:58:50.5033001Z 2022-12-01T10:58:50.5033140Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.5033305Z 2022-12-01T10:58:50.5033399Z Traceback (most recent call last): 2022-12-01T10:58:50.5033779Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.5034076Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.5034398Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.5034548Z 2022-12-01T10:58:50.5034607Z from user code: 2022-12-01T10:58:50.5034829Z File "test_tensor_creation_ops.py", line 751, in 2022-12-01T10:58:50.5035145Z self.assertRaisesRegex(RuntimeError, expected_error_message, lambda: torch_fn(t, arg)) 2022-12-01T10:58:50.5035343Z 2022-12-01T10:58:50.5035478Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5035685Z ========== 2022-12-01T10:58:50.5035844Z ok (0.055s) 2022-12-01T10:58:50.5036083Z test_dsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.037s) 2022-12-01T10:58:50.5036375Z test_dsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.029s) 2022-12-01T10:58:50.5036878Z test_dstack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.227s) 2022-12-01T10:58:50.5037266Z test_dstack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.038s) 2022-12-01T10:58:50.5037561Z test_dstack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.038s) 2022-12-01T10:58:50.5037866Z test_dstack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.038s) 2022-12-01T10:58:50.5038172Z test_dstack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.037s) 2022-12-01T10:58:50.5038473Z test_dstack_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.025s) 2022-12-01T10:58:50.5038759Z test_dstack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.025s) 2022-12-01T10:58:50.5039057Z test_dstack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.025s) 2022-12-01T10:58:50.5039441Z test_dstack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.018s) 2022-12-01T10:58:50.5039730Z test_dstack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.018s) 2022-12-01T10:58:50.5040031Z test_empty_full_cpu (__main__.TestTensorCreationCPU) ... ok (0.023s) 2022-12-01T10:58:50.5040335Z test_empty_overflow_cpu (__main__.TestTensorCreationCPU) ... ok (0.020s) 2022-12-01T10:58:50.5040886Z test_empty_strided_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_empty_strided test_tensor_creation_ops.py line 2428 2022-12-01T10:58:50.5041200Z due to: 2022-12-01T10:58:50.5041386Z Traceback (most recent call last): 2022-12-01T10:58:50.5041783Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:58:50.5042229Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:58:50.5042645Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-12-01T10:58:50.5042825Z 2022-12-01T10:58:50.5042898Z from user code: 2022-12-01T10:58:50.5043130Z File "test_tensor_creation_ops.py", line 2438, in test_empty_strided 2022-12-01T10:58:50.5043401Z as_strided = torch.empty(empty_strided.storage().size(), 2022-12-01T10:58:50.5043556Z 2022-12-01T10:58:50.5043687Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5043907Z ========== 2022-12-01T10:58:50.5044057Z ok (0.005s) 2022-12-01T10:58:50.5044301Z test_empty_tensor_props_cpu (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-12-01T10:58:50.5044595Z test_eye_cpu (__main__.TestTensorCreationCPU) ... ok (0.181s) 2022-12-01T10:58:50.5044888Z test_fill_all_dtypes_and_devices_cpu (__main__.TestTensorCreationCPU) ... ok (0.194s) 2022-12-01T10:58:50.5045506Z test_float_to_int_conversion_finite_cpu_bool (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 943 2022-12-01T10:58:50.5045867Z due to: 2022-12-01T10:58:50.5046052Z Traceback (most recent call last): 2022-12-01T10:58:50.5046436Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/codegen.py", line 238, in create_load_const 2022-12-01T10:58:50.5046768Z assert is_safe_constant(value), f"unsafe constant {value}" 2022-12-01T10:58:50.5047019Z AssertionError: unsafe constant torch.bool 2022-12-01T10:58:50.5047161Z 2022-12-01T10:58:50.5047219Z from user code: 2022-12-01T10:58:50.5047485Z File "test_tensor_creation_ops.py", line 943, in 2022-12-01T10:58:50.5047812Z a = np.array(vals, dtype=np.float32).astype(torch_to_numpy_dtype_dict[dtype]) 2022-12-01T10:58:50.5047982Z 2022-12-01T10:58:50.5048114Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5048320Z ========== 2022-12-01T10:58:50.5048478Z ok (0.015s) 2022-12-01T10:58:50.5048738Z test_float_to_int_conversion_finite_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-12-01T10:58:50.5049068Z test_float_to_int_conversion_finite_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-12-01T10:58:50.5049442Z test_float_to_int_conversion_finite_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-12-01T10:58:50.5049782Z test_float_to_int_conversion_finite_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-12-01T10:58:50.5050127Z test_float_to_int_conversion_finite_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-12-01T10:58:50.5050464Z test_float_to_int_conversion_nonfinite_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-12-01T10:58:50.5050814Z test_float_to_int_conversion_nonfinite_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:58:50.5051160Z test_float_to_int_conversion_nonfinite_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:58:50.5051526Z test_float_to_int_conversion_nonfinite_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:58:50.5051874Z test_float_to_int_conversion_nonfinite_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:58:50.5052225Z test_float_to_int_conversion_nonfinite_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:58:50.5052793Z test_full_inference_cpu_float16 (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_full_inference test_tensor_creation_ops.py line 2979 2022-12-01T10:58:50.5053111Z due to: 2022-12-01T10:58:50.5053295Z Traceback (most recent call last): 2022-12-01T10:58:50.5053687Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:58:50.5054139Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:58:50.5054581Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-12-01T10:58:50.5054788Z 2022-12-01T10:58:50.5054861Z from user code: 2022-12-01T10:58:50.5055093Z File "test_tensor_creation_ops.py", line 2984, in test_full_inference 2022-12-01T10:58:50.5055343Z prev_default = torch.get_default_dtype() 2022-12-01T10:58:50.5055482Z 2022-12-01T10:58:50.5055614Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5055833Z ========== 2022-12-01T10:58:50.5055981Z ok (0.003s) 2022-12-01T10:58:50.5056225Z test_full_inference_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:58:50.5056545Z test_full_inference_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:58:50.5056850Z test_full_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.012s) 2022-12-01T10:58:50.5057140Z test_hsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.038s) 2022-12-01T10:58:50.5057444Z test_hsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.035s) 2022-12-01T10:58:50.5057746Z test_hsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.034s) 2022-12-01T10:58:50.5058055Z test_hstack_column_stack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.072s) 2022-12-01T10:58:50.5058394Z test_hstack_column_stack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.064s) 2022-12-01T10:58:50.5058725Z test_hstack_column_stack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.063s) 2022-12-01T10:58:50.5059052Z test_hstack_column_stack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.063s) 2022-12-01T10:58:50.5059362Z test_hstack_column_stack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.063s) 2022-12-01T10:58:50.5059683Z test_hstack_column_stack_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.049s) 2022-12-01T10:58:50.5060001Z test_hstack_column_stack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.049s) 2022-12-01T10:58:50.5060304Z test_hstack_column_stack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.049s) 2022-12-01T10:58:50.5060622Z test_hstack_column_stack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.049s) 2022-12-01T10:58:50.5060947Z test_hstack_column_stack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.049s) 2022-12-01T10:58:50.5061305Z test_kaiser_window_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.675s) 2022-12-01T10:58:50.5061609Z test_kaiser_window_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.438s) 2022-12-01T10:58:50.5061922Z test_kaiser_window_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.193s) 2022-12-01T10:58:50.5062236Z test_large_linspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-12-01T10:58:50.5062535Z test_large_linspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:58:50.5062948Z test_like_fn_stride_proparation_vs_tensoriterator_unary_op_cpu (__main__.TestTensorCreationCPU) ... skip: TorchDynamo fails on this test for unknown reasons (0.003s) 2022-12-01T10:58:50.5063384Z test_linlogspace_mem_overlap_cpu (__main__.TestTensorCreationCPU) ... ok (0.019s) 2022-12-01T10:58:50.5063920Z test_linspace_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2788 2022-12-01T10:58:50.5063989Z due to: 2022-12-01T10:58:50.5064071Z Traceback (most recent call last): 2022-12-01T10:58:50.5064291Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:58:50.5064391Z return self._op(*args, **kwargs or {}) 2022-12-01T10:58:50.5064554Z RuntimeError: number of steps must be non-negative 2022-12-01T10:58:50.5064560Z 2022-12-01T10:58:50.5064699Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.5064705Z 2022-12-01T10:58:50.5064797Z Traceback (most recent call last): 2022-12-01T10:58:50.5065068Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.5065166Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.5065265Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.5065270Z 2022-12-01T10:58:50.5065340Z from user code: 2022-12-01T10:58:50.5065459Z File "test_tensor_creation_ops.py", line 2788, in 2022-12-01T10:58:50.5065713Z self.assertRaises(RuntimeError, lambda: torch.linspace(0, 1, -1, device=device, dtype=dtype)) 2022-12-01T10:58:50.5065718Z 2022-12-01T10:58:50.5065851Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5065918Z ========== 2022-12-01T10:58:50.5066164Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2796 2022-12-01T10:58:50.5066230Z due to: 2022-12-01T10:58:50.5066312Z Traceback (most recent call last): 2022-12-01T10:58:50.5066585Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:58:50.5066693Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:58:50.5066838Z TypeError: linspace() missing 1 required positional arguments: "steps" 2022-12-01T10:58:50.5066844Z 2022-12-01T10:58:50.5066916Z from user code: 2022-12-01T10:58:50.5067035Z File "test_tensor_creation_ops.py", line 2796, in 2022-12-01T10:58:50.5067202Z self.assertRaises(TypeError, lambda: torch.linspace(0, 1, device=device, dtype=dtype)) 2022-12-01T10:58:50.5067208Z 2022-12-01T10:58:50.5067339Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5067391Z ========== 2022-12-01T10:58:50.5067675Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2826 2022-12-01T10:58:50.5067740Z due to: 2022-12-01T10:58:50.5067832Z Traceback (most recent call last): 2022-12-01T10:58:50.5068111Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/torch.py", line 261, in call_function 2022-12-01T10:58:50.5068203Z assert name in tx.symbolic_locals 2022-12-01T10:58:50.5068277Z AssertionError 2022-12-01T10:58:50.5068282Z 2022-12-01T10:58:50.5068341Z from user code: 2022-12-01T10:58:50.5068488Z File "test_tensor_creation_ops.py", line 2841, in 2022-12-01T10:58:50.5068611Z y = torch.linspace(0, 3, 4, out=x.narrow(1, 1, 2), dtype=dtype) 2022-12-01T10:58:50.5068653Z 2022-12-01T10:58:50.5068787Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5068851Z ========== 2022-12-01T10:58:50.5068918Z ok (4.797s) 2022-12-01T10:58:50.5069067Z test_linspace_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (7.005s) 2022-12-01T10:58:50.5069214Z test_linspace_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (6.512s) 2022-12-01T10:58:50.5069347Z test_linspace_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (2.106s) 2022-12-01T10:58:50.5069489Z test_linspace_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (6.619s) 2022-12-01T10:58:50.5069629Z test_linspace_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (4.278s) 2022-12-01T10:58:50.5069811Z test_linspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (6.592s) 2022-12-01T10:58:50.5069955Z test_linspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (6.860s) 2022-12-01T10:58:50.5070095Z test_linspace_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-12-01T10:58:50.5070232Z test_linspace_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-12-01T10:58:50.5070380Z test_linspace_deduction_cpu (__main__.TestTensorCreationCPU) ... ok (0.012s) 2022-12-01T10:58:50.5070555Z test_linspace_device_vs_cpu_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:58:50.5070745Z test_linspace_device_vs_cpu_cpu_complex128 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:58:50.5070931Z test_linspace_device_vs_cpu_cpu_complex64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:58:50.5071117Z test_linspace_device_vs_cpu_cpu_float16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:58:50.5071294Z test_linspace_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:58:50.5071483Z test_linspace_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:58:50.5071667Z test_linspace_special_steps_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:58:50.5071853Z test_linspace_special_steps_cpu_complex128 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:58:50.5072040Z test_linspace_special_steps_cpu_complex64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:58:50.5072225Z test_linspace_special_steps_cpu_float16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:58:50.5072387Z test_linspace_special_steps_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:58:50.5072562Z test_linspace_special_steps_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:58:50.5072971Z test_linspace_vs_numpy_complex_cpu_complex64 (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2552 2022-12-01T10:58:50.5073042Z due to: 2022-12-01T10:58:50.5073137Z Traceback (most recent call last): 2022-12-01T10:58:50.5073413Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/codegen.py", line 238, in create_load_const 2022-12-01T10:58:50.5073537Z assert is_safe_constant(value), f"unsafe constant {value}" 2022-12-01T10:58:50.5073653Z AssertionError: unsafe constant torch.complex64 2022-12-01T10:58:50.5073658Z 2022-12-01T10:58:50.5073717Z from user code: 2022-12-01T10:58:50.5073853Z File "test_tensor_creation_ops.py", line 2553, in 2022-12-01T10:58:50.5073993Z a = numpy_fn(start, end, steps, dtype=torch_to_numpy_dtype_dict[dtype]) 2022-12-01T10:58:50.5073999Z 2022-12-01T10:58:50.5074134Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5074306Z ========== 2022-12-01T10:58:50.5074383Z ok (0.119s) 2022-12-01T10:58:50.5074546Z test_linspace_vs_numpy_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.067s) 2022-12-01T10:58:50.5074707Z test_linspace_vs_numpy_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.075s) 2022-12-01T10:58:50.5074848Z test_linspace_vs_numpy_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.041s) 2022-12-01T10:58:50.5075004Z test_linspace_vs_numpy_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.034s) 2022-12-01T10:58:50.5075181Z test_logspace_base2_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:58:50.5075358Z test_logspace_base2_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:58:50.5075763Z test_logspace_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2937 2022-12-01T10:58:50.5075834Z due to: 2022-12-01T10:58:50.5075932Z Traceback (most recent call last): 2022-12-01T10:58:50.5076157Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:58:50.5076243Z return self._op(*args, **kwargs or {}) 2022-12-01T10:58:50.5076409Z RuntimeError: number of steps must be non-negative 2022-12-01T10:58:50.5076415Z 2022-12-01T10:58:50.5076690Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.5076698Z 2022-12-01T10:58:50.5076798Z Traceback (most recent call last): 2022-12-01T10:58:50.5077078Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.5077184Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.5077295Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.5077300Z 2022-12-01T10:58:50.5077375Z from user code: 2022-12-01T10:58:50.5077482Z File "test_tensor_creation_ops.py", line 2937, in 2022-12-01T10:58:50.5077732Z self.assertRaises(RuntimeError, lambda: torch.logspace(0, 1, -1, device=device, dtype=dtype)) 2022-12-01T10:58:50.5077740Z 2022-12-01T10:58:50.5077878Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5077945Z ========== 2022-12-01T10:58:50.5078195Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2939 2022-12-01T10:58:50.5078262Z due to: 2022-12-01T10:58:50.5078356Z Traceback (most recent call last): 2022-12-01T10:58:50.5078636Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:58:50.5078731Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:58:50.5078873Z TypeError: logspace() missing 1 required positional arguments: "steps" 2022-12-01T10:58:50.5078879Z 2022-12-01T10:58:50.5078952Z from user code: 2022-12-01T10:58:50.5079072Z File "test_tensor_creation_ops.py", line 2939, in 2022-12-01T10:58:50.5079234Z self.assertRaises(TypeError, lambda: torch.logspace(0, 1, device=device, dtype=dtype)) 2022-12-01T10:58:50.5079242Z 2022-12-01T10:58:50.5079373Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5079437Z ========== 2022-12-01T10:58:50.5079721Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2962 2022-12-01T10:58:50.5079774Z due to: 2022-12-01T10:58:50.5079866Z Traceback (most recent call last): 2022-12-01T10:58:50.5080145Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/torch.py", line 261, in call_function 2022-12-01T10:58:50.5080236Z assert name in tx.symbolic_locals 2022-12-01T10:58:50.5080310Z AssertionError 2022-12-01T10:58:50.5080315Z 2022-12-01T10:58:50.5080386Z from user code: 2022-12-01T10:58:50.5080534Z File "test_tensor_creation_ops.py", line 2962, in 2022-12-01T10:58:50.5080613Z atol=atol, rtol=rtol) 2022-12-01T10:58:50.5080619Z 2022-12-01T10:58:50.5080738Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5080867Z ========== 2022-12-01T10:58:50.5080935Z ok (0.253s) 2022-12-01T10:58:50.5081081Z test_logspace_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.067s) 2022-12-01T10:58:50.5081226Z test_logspace_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.146s) 2022-12-01T10:58:50.5081369Z test_logspace_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.145s) 2022-12-01T10:58:50.5081512Z test_logspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.144s) 2022-12-01T10:58:50.5081639Z test_logspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.144s) 2022-12-01T10:58:50.5081780Z test_logspace_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.145s) 2022-12-01T10:58:50.5081968Z test_logspace_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.147s) 2022-12-01T10:58:50.5082122Z test_logspace_deduction_cpu (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-12-01T10:58:50.5082308Z test_logspace_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:58:50.5082489Z test_logspace_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:58:50.5082666Z test_logspace_special_steps_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:58:50.5082837Z test_logspace_special_steps_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:58:50.5083002Z test_logspace_vs_numpy_complex_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.081s) 2022-12-01T10:58:50.5083139Z test_logspace_vs_numpy_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.306s) 2022-12-01T10:58:50.5083294Z test_logspace_vs_numpy_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.311s) 2022-12-01T10:58:50.5083936Z 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:58:50.5084141Z return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] 2022-12-01T10:58:50.5084210Z ok (0.257s) 2022-12-01T10:58:50.5084353Z test_meshgrid_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:58:50.5084504Z test_meshgrid_ij_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.261s) 2022-12-01T10:58:50.5084666Z test_meshgrid_ij_indexing_is_default_cpu (__main__.TestTensorCreationCPU) ... ok (0.048s) 2022-12-01T10:58:50.5084828Z test_meshgrid_inconsistent_device_cpu (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-12-01T10:58:50.5084973Z test_meshgrid_inconsistent_dtype_cpu (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-12-01T10:58:50.5085124Z test_meshgrid_non_1d_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-12-01T10:58:50.5085289Z test_meshgrid_unsupported_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-12-01T10:58:50.5085437Z test_meshgrid_vs_numpy_cpu (__main__.TestTensorCreationCPU) ... ok (0.028s) 2022-12-01T10:58:50.5085598Z test_meshgrid_warns_if_no_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-12-01T10:58:50.5085746Z test_meshgrid_xy_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.284s) 2022-12-01T10:58:50.5085889Z test_new_empty_strided_cpu (__main__.TestTensorCreationCPU) ... ok (0.321s) 2022-12-01T10:58:50.5086295Z test_new_methods_requires_grad_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_new_methods_requires_grad test_tensor_creation_ops.py line 1132 2022-12-01T10:58:50.5086349Z due to: 2022-12-01T10:58:50.5086446Z Traceback (most recent call last): 2022-12-01T10:58:50.5086719Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:58:50.5087005Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:58:50.5087262Z AssertionError: torch.* op returned non-Tensor builtin_function_or_method call_method __getattribute__ 2022-12-01T10:58:50.5087267Z 2022-12-01T10:58:50.5087339Z from user code: 2022-12-01T10:58:50.5087484Z File "test_tensor_creation_ops.py", line 1145, in test_new_methods_requires_grad 2022-12-01T10:58:50.5087625Z x_new = x.__getattribute__(method_name)(*args, requires_grad=requires_grad) 2022-12-01T10:58:50.5087631Z 2022-12-01T10:58:50.5087763Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5087814Z ========== 2022-12-01T10:58:50.5087881Z ok (0.013s) 2022-12-01T10:58:50.5088289Z test_new_tensor_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2139 2022-12-01T10:58:50.5088357Z due to: 2022-12-01T10:58:50.5088453Z Traceback (most recent call last): 2022-12-01T10:58:50.5088725Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:58:50.5088975Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:58:50.5089259Z AssertionError: torch.* op returned non-Tensor int call_function 2022-12-01T10:58:50.5089265Z 2022-12-01T10:58:50.5089323Z from user code: 2022-12-01T10:58:50.5089467Z File "test_tensor_creation_ops.py", line 2139, in 2022-12-01T10:58:50.5089533Z a[0] = 7. 2022-12-01T10:58:50.5089539Z 2022-12-01T10:58:50.5089671Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5089736Z ========== 2022-12-01T10:58:50.5089803Z ok (0.256s) 2022-12-01T10:58:50.5089952Z test_offset_scalar_cast_cpu (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-12-01T10:58:50.5090073Z test_ones_cpu (__main__.TestTensorCreationCPU) ... ok (0.031s) 2022-12-01T10:58:50.5090210Z test_random_bool_cpu (__main__.TestTensorCreationCPU) ... ok (0.081s) 2022-12-01T10:58:50.5090350Z test_random_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.035s) 2022-12-01T10:58:50.5090490Z test_random_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.026s) 2022-12-01T10:58:50.5090627Z test_random_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.026s) 2022-12-01T10:58:50.5090762Z test_random_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.026s) 2022-12-01T10:58:50.5090895Z test_random_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.026s) 2022-12-01T10:58:50.5091033Z test_random_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.026s) 2022-12-01T10:58:50.5091173Z test_random_default_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.049s) 2022-12-01T10:58:50.5091323Z test_random_default_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.030s) 2022-12-01T10:58:50.5091473Z test_random_default_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.028s) 2022-12-01T10:58:50.5091621Z test_random_default_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.044s) 2022-12-01T10:58:50.5091767Z test_random_default_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.029s) 2022-12-01T10:58:50.5091909Z test_random_default_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.029s) 2022-12-01T10:58:50.5092049Z test_random_default_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.029s) 2022-12-01T10:58:50.5092193Z test_random_default_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.029s) 2022-12-01T10:58:50.5092319Z test_random_default_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:58:50.5092679Z test_random_from_to_bool_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1526 2022-12-01T10:58:50.5092748Z due to: 2022-12-01T10:58:50.5092876Z Traceback (most recent call last): 2022-12-01T10:58:50.5093099Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:58:50.5093200Z return self._op(*args, **kwargs or {}) 2022-12-01T10:58:50.5093308Z RuntimeError: from is out of bounds for bool 2022-12-01T10:58:50.5093313Z 2022-12-01T10:58:50.5093451Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.5093457Z 2022-12-01T10:58:50.5093551Z Traceback (most recent call last): 2022-12-01T10:58:50.5093807Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.5093908Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.5094016Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.5094021Z 2022-12-01T10:58:50.5094123Z from user code: 2022-12-01T10:58:50.5094244Z File "test_tensor_creation_ops.py", line 1526, in 2022-12-01T10:58:50.5094333Z lambda: t.random_(from_, to_) 2022-12-01T10:58:50.5094341Z 2022-12-01T10:58:50.5094478Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5094542Z ========== 2022-12-01T10:58:50.5094774Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1544 2022-12-01T10:58:50.5094839Z due to: 2022-12-01T10:58:50.5094931Z Traceback (most recent call last): 2022-12-01T10:58:50.5095156Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:58:50.5095257Z return self._op(*args, **kwargs or {}) 2022-12-01T10:58:50.5095475Z RuntimeError: random_ expects 'from' to be less than 'to', but got from=-42 >= to=-42 2022-12-01T10:58:50.5095480Z 2022-12-01T10:58:50.5095620Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.5095625Z 2022-12-01T10:58:50.5095718Z Traceback (most recent call last): 2022-12-01T10:58:50.5095973Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.5096074Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.5096182Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.5096187Z 2022-12-01T10:58:50.5096258Z from user code: 2022-12-01T10:58:50.5096376Z File "test_tensor_creation_ops.py", line 1544, in 2022-12-01T10:58:50.5096462Z lambda: t.random_(from_, to_) 2022-12-01T10:58:50.5096467Z 2022-12-01T10:58:50.5096599Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5096650Z ========== 2022-12-01T10:58:50.5096896Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1532 2022-12-01T10:58:50.5096961Z due to: 2022-12-01T10:58:50.5097052Z Traceback (most recent call last): 2022-12-01T10:58:50.5097274Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:58:50.5097375Z return self._op(*args, **kwargs or {}) 2022-12-01T10:58:50.5097530Z RuntimeError: to - 1 is out of bounds for bool 2022-12-01T10:58:50.5097537Z 2022-12-01T10:58:50.5097674Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.5097679Z 2022-12-01T10:58:50.5097758Z Traceback (most recent call last): 2022-12-01T10:58:50.5098028Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.5098125Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.5098232Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.5098237Z 2022-12-01T10:58:50.5098307Z from user code: 2022-12-01T10:58:50.5098427Z File "test_tensor_creation_ops.py", line 1532, in 2022-12-01T10:58:50.5098514Z lambda: t.random_(from_, to_) 2022-12-01T10:58:50.5098518Z 2022-12-01T10:58:50.5098650Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5098703Z ========== 2022-12-01T10:58:50.5098770Z ok (0.376s) 2022-12-01T10:58:50.5099132Z test_random_from_to_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1667 2022-12-01T10:58:50.5099234Z due to: 2022-12-01T10:58:50.5099326Z Traceback (most recent call last): 2022-12-01T10:58:50.5099544Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:58:50.5099646Z return self._op(*args, **kwargs or {}) 2022-12-01T10:58:50.5099848Z RuntimeError: random_ expects 'from' to be less than 'to', but got from=-42 >= to=-42 2022-12-01T10:58:50.5099867Z 2022-12-01T10:58:50.5099990Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.5099995Z 2022-12-01T10:58:50.5100086Z Traceback (most recent call last): 2022-12-01T10:58:50.5100388Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.5100488Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.5100596Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.5100603Z 2022-12-01T10:58:50.5100675Z from user code: 2022-12-01T10:58:50.5100795Z File "test_tensor_creation_ops.py", line 1667, in 2022-12-01T10:58:50.5100882Z lambda: t.random_(from_, to_) 2022-12-01T10:58:50.5100886Z 2022-12-01T10:58:50.5101005Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5101070Z ========== 2022-12-01T10:58:50.5101137Z ok (0.165s) 2022-12-01T10:58:50.5101288Z test_random_from_to_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.167s) 2022-12-01T10:58:50.5101438Z test_random_from_to_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.124s) 2022-12-01T10:58:50.5101587Z test_random_from_to_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.126s) 2022-12-01T10:58:50.5101945Z test_random_from_to_cpu_int16 (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1634 2022-12-01T10:58:50.5102011Z due to: 2022-12-01T10:58:50.5102090Z Traceback (most recent call last): 2022-12-01T10:58:50.5102311Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:58:50.5102410Z return self._op(*args, **kwargs or {}) 2022-12-01T10:58:50.5102520Z RuntimeError: from is out of bounds for short 2022-12-01T10:58:50.5102525Z 2022-12-01T10:58:50.5102660Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.5102665Z 2022-12-01T10:58:50.5102757Z Traceback (most recent call last): 2022-12-01T10:58:50.5103025Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.5103123Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.5103217Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.5103222Z 2022-12-01T10:58:50.5103292Z from user code: 2022-12-01T10:58:50.5103414Z File "test_tensor_creation_ops.py", line 1634, in 2022-12-01T10:58:50.5103503Z lambda: t.random_(from_, to_) 2022-12-01T10:58:50.5103511Z 2022-12-01T10:58:50.5103643Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5103708Z ========== 2022-12-01T10:58:50.5103955Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1640 2022-12-01T10:58:50.5104007Z due to: 2022-12-01T10:58:50.5104100Z Traceback (most recent call last): 2022-12-01T10:58:50.5104319Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:58:50.5104418Z return self._op(*args, **kwargs or {}) 2022-12-01T10:58:50.5104575Z RuntimeError: to - 1 is out of bounds for short 2022-12-01T10:58:50.5104580Z 2022-12-01T10:58:50.5104717Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.5104722Z 2022-12-01T10:58:50.5104814Z Traceback (most recent call last): 2022-12-01T10:58:50.5105085Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.5105168Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.5105313Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.5105318Z 2022-12-01T10:58:50.5105390Z from user code: 2022-12-01T10:58:50.5105512Z File "test_tensor_creation_ops.py", line 1640, in 2022-12-01T10:58:50.5105597Z lambda: t.random_(from_, to_) 2022-12-01T10:58:50.5105602Z 2022-12-01T10:58:50.5105735Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5105800Z ========== 2022-12-01T10:58:50.5105868Z ok (0.421s) 2022-12-01T10:58:50.5106005Z test_random_from_to_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.399s) 2022-12-01T10:58:50.5106148Z test_random_from_to_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.115s) 2022-12-01T10:58:50.5106293Z test_random_from_to_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.401s) 2022-12-01T10:58:50.5106473Z test_random_from_to_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.292s) 2022-12-01T10:58:50.5106630Z test_random_full_range_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.068s) 2022-12-01T10:58:50.5106784Z test_random_full_range_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.037s) 2022-12-01T10:58:50.5106937Z test_random_full_range_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.037s) 2022-12-01T10:58:50.5107085Z test_random_full_range_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.035s) 2022-12-01T10:58:50.5107224Z test_random_full_range_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.036s) 2022-12-01T10:58:50.5107373Z test_random_full_range_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.036s) 2022-12-01T10:58:50.5107523Z test_random_full_range_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.039s) 2022-12-01T10:58:50.5107672Z test_random_full_range_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.039s) 2022-12-01T10:58:50.5107821Z test_random_full_range_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:58:50.5108182Z test_random_to_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1725 2022-12-01T10:58:50.5108252Z due to: 2022-12-01T10:58:50.5108345Z Traceback (most recent call last): 2022-12-01T10:58:50.5108552Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:58:50.5108653Z return self._op(*args, **kwargs or {}) 2022-12-01T10:58:50.5108867Z RuntimeError: random_ expects 'from' to be less than 'to', but got from=0 >= to=-42 2022-12-01T10:58:50.5108872Z 2022-12-01T10:58:50.5109012Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.5109018Z 2022-12-01T10:58:50.5109109Z Traceback (most recent call last): 2022-12-01T10:58:50.5109383Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.5109483Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.5109594Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.5109601Z 2022-12-01T10:58:50.5109674Z from user code: 2022-12-01T10:58:50.5109780Z File "test_tensor_creation_ops.py", line 1725, in 2022-12-01T10:58:50.5109867Z lambda: t.random_(from_, to_) 2022-12-01T10:58:50.5109872Z 2022-12-01T10:58:50.5110005Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5110069Z ========== 2022-12-01T10:58:50.5110853Z test_tensor_creation_ops.py:1710: 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:58:50.5110928Z t.random_(to_) 2022-12-01T10:58:50.5110997Z ok (0.070s) 2022-12-01T10:58:50.5111860Z test_random_to_cpu_float16 (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:1710: 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:58:50.5111970Z t.random_(to_) 2022-12-01T10:58:50.5112037Z ok (0.060s) 2022-12-01T10:58:50.5112850Z test_random_to_cpu_float32 (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:1710: 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:58:50.5112911Z t.random_(to_) 2022-12-01T10:58:50.5112978Z ok (0.060s) 2022-12-01T10:58:50.5113754Z test_random_to_cpu_float64 (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:1710: 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:58:50.5113831Z t.random_(to_) 2022-12-01T10:58:50.5113897Z ok (0.060s) 2022-12-01T10:58:50.5114328Z test_random_to_cpu_int16 (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1707 2022-12-01T10:58:50.5114403Z due to: 2022-12-01T10:58:50.5114499Z Traceback (most recent call last): 2022-12-01T10:58:50.5114729Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:58:50.5114817Z return self._op(*args, **kwargs or {}) 2022-12-01T10:58:50.5114980Z RuntimeError: to - 1 is out of bounds for short 2022-12-01T10:58:50.5114990Z 2022-12-01T10:58:50.5115130Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.5115136Z 2022-12-01T10:58:50.5115231Z Traceback (most recent call last): 2022-12-01T10:58:50.5115505Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.5115610Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.5115723Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.5115728Z 2022-12-01T10:58:50.5115801Z from user code: 2022-12-01T10:58:50.5115909Z File "test_tensor_creation_ops.py", line 1707, in 2022-12-01T10:58:50.5115996Z lambda: t.random_(from_, to_) 2022-12-01T10:58:50.5116001Z 2022-12-01T10:58:50.5116138Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5116202Z ========== 2022-12-01T10:58:50.5116270Z ok (0.092s) 2022-12-01T10:58:50.5116411Z test_random_to_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.081s) 2022-12-01T10:58:50.5116694Z test_random_to_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.059s) 2022-12-01T10:58:50.5116853Z test_random_to_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.080s) 2022-12-01T10:58:50.5117002Z test_random_to_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.030s) 2022-12-01T10:58:50.5117371Z test_range_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2230 2022-12-01T10:58:50.5117439Z due to: 2022-12-01T10:58:50.5117532Z Traceback (most recent call last): 2022-12-01T10:58:50.5117815Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/torch.py", line 261, in call_function 2022-12-01T10:58:50.5117914Z assert name in tx.symbolic_locals 2022-12-01T10:58:50.5117990Z AssertionError 2022-12-01T10:58:50.5117996Z 2022-12-01T10:58:50.5118052Z from user code: 2022-12-01T10:58:50.5118259Z File "test_tensor_creation_ops.py", line 2234, in 2022-12-01T10:58:50.5118376Z torch.range(0, 3, device=device, out=x.narrow(1, 1, 2)) 2022-12-01T10:58:50.5118381Z 2022-12-01T10:58:50.5118514Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5118580Z ========== 2022-12-01T10:58:50.5118651Z ok (0.019s) 2022-12-01T10:58:50.5118835Z test_range_factories_64bit_indexing_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:58:50.5118977Z test_range_warning_cpu (__main__.TestTensorCreationCPU) ... ok (0.069s) 2022-12-01T10:58:50.5119343Z test_repeat_interleave_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_repeat_interleave test_tensor_creation_ops.py line 1081 2022-12-01T10:58:50.5119452Z due to: 2022-12-01T10:58:50.5119549Z Traceback (most recent call last): 2022-12-01T10:58:50.5119840Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/torch.py", line 296, in is_dynamic_shapes 2022-12-01T10:58:50.5119959Z return locals()[self.value.__name__](*args, **kwargs) 2022-12-01T10:58:50.5120181Z TypeError: repeat_interleave() missing 1 required positional argument: 'repeats' 2022-12-01T10:58:50.5120186Z 2022-12-01T10:58:50.5120260Z from user code: 2022-12-01T10:58:50.5120400Z File "test_tensor_creation_ops.py", line 1084, in test_repeat_interleave 2022-12-01T10:58:50.5120514Z self.assertEqual(torch.repeat_interleave(x), expected) 2022-12-01T10:58:50.5120533Z 2022-12-01T10:58:50.5120653Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5120716Z ========== 2022-12-01T10:58:50.5120782Z ok (0.028s) 2022-12-01T10:58:50.5121116Z test_roll_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 211 2022-12-01T10:58:50.5121183Z due to: 2022-12-01T10:58:50.5121275Z Traceback (most recent call last): 2022-12-01T10:58:50.5121508Z File "/opt/conda/lib/python3.7/site-packages/torch/_refs/__init__.py", line 2996, in roll 2022-12-01T10:58:50.5121601Z raise RuntimeError("`shifts` required") 2022-12-01T10:58:50.5121693Z RuntimeError: `shifts` required 2022-12-01T10:58:50.5121698Z 2022-12-01T10:58:50.5121840Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.5121845Z 2022-12-01T10:58:50.5121939Z Traceback (most recent call last): 2022-12-01T10:58:50.5122214Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.5122313Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.5122422Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.5122427Z 2022-12-01T10:58:50.5122498Z from user code: 2022-12-01T10:58:50.5122607Z File "test_tensor_creation_ops.py", line 211, in 2022-12-01T10:58:50.5122772Z self.assertRaisesRegex(RuntimeError, "required", lambda: data.roll(shifts=(), dims=())) 2022-12-01T10:58:50.5122780Z 2022-12-01T10:58:50.5122910Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5122974Z ========== 2022-12-01T10:58:50.5123219Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 212 2022-12-01T10:58:50.5123284Z due to: 2022-12-01T10:58:50.5123375Z Traceback (most recent call last): 2022-12-01T10:58:50.5123599Z File "/opt/conda/lib/python3.7/site-packages/torch/_refs/__init__.py", line 2996, in roll 2022-12-01T10:58:50.5123693Z raise RuntimeError("`shifts` required") 2022-12-01T10:58:50.5123782Z RuntimeError: `shifts` required 2022-12-01T10:58:50.5123786Z 2022-12-01T10:58:50.5123922Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.5123927Z 2022-12-01T10:58:50.5124018Z Traceback (most recent call last): 2022-12-01T10:58:50.5124291Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.5124426Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.5124533Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.5124539Z 2022-12-01T10:58:50.5124610Z from user code: 2022-12-01T10:58:50.5124715Z File "test_tensor_creation_ops.py", line 212, in 2022-12-01T10:58:50.5124880Z self.assertRaisesRegex(RuntimeError, "required", lambda: data.roll(shifts=(), dims=1)) 2022-12-01T10:58:50.5124885Z 2022-12-01T10:58:50.5125018Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5125080Z ========== 2022-12-01T10:58:50.5125330Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 214 2022-12-01T10:58:50.5125393Z due to: 2022-12-01T10:58:50.5125484Z Traceback (most recent call last): 2022-12-01T10:58:50.5125743Z File "/opt/conda/lib/python3.7/site-packages/torch/_refs/__init__.py", line 3003, in roll 2022-12-01T10:58:50.5125888Z f"shifts and dimensions must align. shifts: {len_shifts}, dims: {len_dims}" 2022-12-01T10:58:50.5126023Z RuntimeError: shifts and dimensions must align. shifts: 2, dims: 1 2022-12-01T10:58:50.5126028Z 2022-12-01T10:58:50.5126166Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.5126171Z 2022-12-01T10:58:50.5126262Z Traceback (most recent call last): 2022-12-01T10:58:50.5126531Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.5126629Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.5126736Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.5126741Z 2022-12-01T10:58:50.5126811Z from user code: 2022-12-01T10:58:50.5126917Z File "test_tensor_creation_ops.py", line 214, in 2022-12-01T10:58:50.5127084Z self.assertRaisesRegex(RuntimeError, "align", lambda: data.roll(shifts=(1, 2), dims=(1,))) 2022-12-01T10:58:50.5127091Z 2022-12-01T10:58:50.5127221Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5127284Z ========== 2022-12-01T10:58:50.5127532Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 215 2022-12-01T10:58:50.5127598Z due to: 2022-12-01T10:58:50.5127691Z Traceback (most recent call last): 2022-12-01T10:58:50.5127954Z File "/opt/conda/lib/python3.7/site-packages/torch/_prims_common/__init__.py", line 478, in canonicalize_dim 2022-12-01T10:58:50.5128024Z raise IndexError(msg) 2022-12-01T10:58:50.5128238Z IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2) 2022-12-01T10:58:50.5128243Z 2022-12-01T10:58:50.5128313Z from user code: 2022-12-01T10:58:50.5128431Z File "test_tensor_creation_ops.py", line 215, in 2022-12-01T10:58:50.5128595Z self.assertRaisesRegex(RuntimeError, "align", lambda: data.roll(shifts=(1,), dims=(1, 2))) 2022-12-01T10:58:50.5128600Z 2022-12-01T10:58:50.5128735Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5128800Z ========== 2022-12-01T10:58:50.5128854Z ok (0.556s) 2022-12-01T10:58:50.5129040Z test_signal_window_functions_window_bartlett_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.039s) 2022-12-01T10:58:50.5129224Z test_signal_window_functions_window_bartlett_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.029s) 2022-12-01T10:58:50.5129398Z test_signal_window_functions_window_bartlett_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-12-01T10:58:50.5129575Z test_signal_window_functions_window_blackman_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.032s) 2022-12-01T10:58:50.5129747Z test_signal_window_functions_window_blackman_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.031s) 2022-12-01T10:58:50.5129918Z test_signal_window_functions_window_blackman_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:58:50.5130095Z test_signal_window_functions_window_hamming_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-12-01T10:58:50.5130270Z test_signal_window_functions_window_hamming_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-12-01T10:58:50.5130468Z test_signal_window_functions_window_hamming_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:58:50.5130640Z test_signal_window_functions_window_hann_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-12-01T10:58:50.5130811Z test_signal_window_functions_window_hann_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-12-01T10:58:50.5130979Z test_signal_window_functions_window_hann_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:58:50.5131364Z test_simple_scalar_cast_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_simple_scalar_cast test_tensor_creation_ops.py line 1177 2022-12-01T10:58:50.5131431Z due to: 2022-12-01T10:58:50.5131556Z Traceback (most recent call last): 2022-12-01T10:58:50.5131832Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:58:50.5131943Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:58:50.5132143Z RuntimeError: Creating a new Tensor subclass Tensor but the raw Tensor object is already associated to a python object of type FakeTensor 2022-12-01T10:58:50.5132148Z 2022-12-01T10:58:50.5132289Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.5132294Z 2022-12-01T10:58:50.5132384Z Traceback (most recent call last): 2022-12-01T10:58:50.5132655Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.5132752Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.5132861Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.5132865Z 2022-12-01T10:58:50.5132936Z from user code: 2022-12-01T10:58:50.5133077Z File "test_tensor_creation_ops.py", line 1182, in test_simple_scalar_cast 2022-12-01T10:58:50.5133176Z not_ok = map(torch.Tensor, [[], [1, 2], [[1, 2], [3, 4]]]) 2022-12-01T10:58:50.5133196Z 2022-12-01T10:58:50.5133316Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5133379Z ========== 2022-12-01T10:58:50.5133445Z ok (0.033s) 2022-12-01T10:58:50.5133575Z test_stack_cpu (__main__.TestTensorCreationCPU) ... ok (0.044s) 2022-12-01T10:58:50.5133925Z test_stack_out_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_stack_out test_tensor_creation_ops.py line 1059 2022-12-01T10:58:50.5133990Z due to: 2022-12-01T10:58:50.5134081Z Traceback (most recent call last): 2022-12-01T10:58:50.5134339Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:58:50.5134591Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:58:50.5134796Z AssertionError: torch.* op returned non-Tensor int call_method data_ptr 2022-12-01T10:58:50.5134802Z 2022-12-01T10:58:50.5134873Z from user code: 2022-12-01T10:58:50.5135003Z File "test_tensor_creation_ops.py", line 1069, in test_stack_out 2022-12-01T10:58:50.5135088Z res_out_dp = res_out.data_ptr() 2022-12-01T10:58:50.5135093Z 2022-12-01T10:58:50.5150685Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5150816Z ========== 2022-12-01T10:58:50.5150895Z ok (0.020s) 2022-12-01T10:58:50.5151081Z test_strided_mismatched_stride_shape_cpu (__main__.TestTensorCreationCPU) ... ok (0.031s) 2022-12-01T10:58:50.5151456Z test_tensor_ctor_device_inference_cpu (__main__.TestTensorCreationCPU) ... skip: test doesn't currently work with torchdynamo (0.004s) 2022-12-01T10:58:50.5151601Z test_tensor_device_cpu (__main__.TestTensorCreationCPU) ... ok (0.144s) 2022-12-01T10:58:50.5151966Z test_tensor_factories_empty_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2699 2022-12-01T10:58:50.5152034Z due to: 2022-12-01T10:58:50.5152130Z Traceback (most recent call last): 2022-12-01T10:58:50.5152481Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:58:50.5152582Z return self._op(*args, **kwargs or {}) 2022-12-01T10:58:50.5152773Z RuntimeError: "check_uniform_bounds" not implemented for 'Byte' 2022-12-01T10:58:50.5152780Z 2022-12-01T10:58:50.5152920Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.5152926Z 2022-12-01T10:58:50.5153019Z Traceback (most recent call last): 2022-12-01T10:58:50.5153279Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.5153378Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.5153491Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.5153496Z 2022-12-01T10:58:50.5153610Z from user code: 2022-12-01T10:58:50.5153734Z File "test_tensor_creation_ops.py", line 2699, in 2022-12-01T10:58:50.5153904Z self.assertRaises(RuntimeError, lambda: torch.rand(shape, device=device, dtype=dt).shape) 2022-12-01T10:58:50.5153912Z 2022-12-01T10:58:50.5154049Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5154116Z ========== 2022-12-01T10:58:50.5154448Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2692 2022-12-01T10:58:50.5154518Z due to: 2022-12-01T10:58:50.5154611Z Traceback (most recent call last): 2022-12-01T10:58:50.5154837Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:58:50.5154937Z return self._op(*args, **kwargs or {}) 2022-12-01T10:58:50.5155180Z RuntimeError: check_random_bounds handles only integral, floating-point and boolean types 2022-12-01T10:58:50.5155186Z 2022-12-01T10:58:50.5155332Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.5155338Z 2022-12-01T10:58:50.5155431Z Traceback (most recent call last): 2022-12-01T10:58:50.5155689Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.5155792Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.5155900Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.5155905Z 2022-12-01T10:58:50.5155974Z from user code: 2022-12-01T10:58:50.5156096Z File "test_tensor_creation_ops.py", line 2692, in 2022-12-01T10:58:50.5156276Z self.assertRaises(RuntimeError, lambda: torch.randint(6, shape, device=device, dtype=dt).shape) 2022-12-01T10:58:50.5156282Z 2022-12-01T10:58:50.5156416Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5156483Z ========== 2022-12-01T10:58:50.5156642Z ok (0.317s) 2022-12-01T10:58:50.5157040Z test_tensor_factory_copy_var_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_factory_copy_var test_tensor_creation_ops.py line 2054 2022-12-01T10:58:50.5157107Z due to: 2022-12-01T10:58:50.5157201Z Traceback (most recent call last): 2022-12-01T10:58:50.5157488Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 345, in bind_args 2022-12-01T10:58:50.5157619Z assert getattr(self.closure.items[idx], name, name) == name 2022-12-01T10:58:50.5157695Z AssertionError 2022-12-01T10:58:50.5157702Z 2022-12-01T10:58:50.5157773Z from user code: 2022-12-01T10:58:50.5157904Z File "test_tensor_creation_ops.py", line 2067, in test_tensor_factory_copy_var 2022-12-01T10:58:50.5158014Z check_copy(torch.tensor(source), True, False) 2022-12-01T10:58:50.5158019Z 2022-12-01T10:58:50.5158150Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5158214Z ========== 2022-12-01T10:58:50.5158280Z ok (0.047s) 2022-12-01T10:58:50.5158649Z test_tensor_factory_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_factory test_tensor_creation_ops.py line 1990 2022-12-01T10:58:50.5158717Z due to: 2022-12-01T10:58:50.5158894Z Traceback (most recent call last): 2022-12-01T10:58:50.5159169Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T10:58:50.5159276Z return proxy.node.target(*args, **kwargs) 2022-12-01T10:58:50.5159489Z RuntimeError: Creating a new Tensor subclass Tensor but the raw Tensor object is already associated to a python object of type FakeTensor 2022-12-01T10:58:50.5159494Z 2022-12-01T10:58:50.5159633Z The above exception was the direct cause of the following exception: 2022-12-01T10:58:50.5159639Z 2022-12-01T10:58:50.5159729Z Traceback (most recent call last): 2022-12-01T10:58:50.5159992Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:58:50.5160128Z raise TorchRuntimeError() from e 2022-12-01T10:58:50.5160243Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:58:50.5160248Z 2022-12-01T10:58:50.5160307Z from user code: 2022-12-01T10:58:50.5160443Z File "test_tensor_creation_ops.py", line 1996, in test_tensor_factory 2022-12-01T10:58:50.5160535Z expected = torch.Tensor([1, 1]) 2022-12-01T10:58:50.5160539Z 2022-12-01T10:58:50.5160665Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5160729Z ========== 2022-12-01T10:58:50.5160795Z ok (0.010s) 2022-12-01T10:58:50.5160973Z test_tensor_factory_gpu_type_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:58:50.5161159Z test_tensor_factory_gpu_type_inference_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:58:50.5161561Z test_tensor_factory_type_inference_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_factory_type_inference test_tensor_creation_ops.py line 2082 2022-12-01T10:58:50.5161631Z due to: 2022-12-01T10:58:50.5161724Z Traceback (most recent call last): 2022-12-01T10:58:50.5161990Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:58:50.5162249Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:58:50.5162509Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-12-01T10:58:50.5162514Z 2022-12-01T10:58:50.5162587Z from user code: 2022-12-01T10:58:50.5162739Z File "test_tensor_creation_ops.py", line 2110, in test_tensor_factory_type_inference 2022-12-01T10:58:50.5162818Z test_inference(torch.float64) 2022-12-01T10:58:50.5162837Z 2022-12-01T10:58:50.5162956Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5163021Z ========== 2022-12-01T10:58:50.5163285Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_inference test_tensor_creation_ops.py line 2084 2022-12-01T10:58:50.5163352Z due to: 2022-12-01T10:58:50.5163444Z Traceback (most recent call last): 2022-12-01T10:58:50.5163717Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:58:50.5163971Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:58:50.5164218Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-12-01T10:58:50.5164237Z 2022-12-01T10:58:50.5164298Z from user code: 2022-12-01T10:58:50.5164427Z File "test_tensor_creation_ops.py", line 2085, in test_inference 2022-12-01T10:58:50.5164532Z saved_dtype = torch.get_default_dtype() 2022-12-01T10:58:50.5164537Z 2022-12-01T10:58:50.5164669Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:58:50.5164732Z ========== 2022-12-01T10:58:50.5165121Z test_tensor_creation_ops.py:2105: 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:58:50.5165309Z self.assertIs(default_dtype, torch.tensor(((7, np.array(5)), (np.array(9), 5.))).dtype) 2022-12-01T10:58:50.5165377Z ok (0.009s) 2022-12-01T10:58:50.5165525Z test_tensor_from_non_writable_numpy_cpu (__main__.TestTensorCreationCPU) ... ok (0.074s) 2022-12-01T10:58:50.5165676Z test_tensor_from_sequence_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:58:50.5165828Z test_torch_complex_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-12-01T10:58:50.5165977Z test_torch_complex_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-12-01T10:58:50.5166124Z test_torch_complex_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-12-01T10:58:50.5166326Z test_torch_complex_floating_dtype_error_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.019s) 2022-12-01T10:58:50.5166509Z test_torch_complex_floating_dtype_error_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.018s) 2022-12-01T10:58:50.5166691Z test_torch_complex_floating_dtype_error_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.018s) 2022-12-01T10:58:50.5166849Z test_torch_complex_floating_dtype_error_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.018s) 2022-12-01T10:58:50.5167018Z test_torch_complex_floating_dtype_error_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.017s) 2022-12-01T10:58:50.5167182Z test_torch_complex_floating_dtype_error_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.017s) 2022-12-01T10:58:50.5167351Z test_torch_complex_floating_dtype_error_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.017s) 2022-12-01T10:58:50.5167520Z test_torch_complex_floating_dtype_error_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.017s) 2022-12-01T10:58:50.5167686Z test_torch_complex_out_dtype_error_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.023s) 2022-12-01T10:58:50.5167852Z test_torch_complex_out_dtype_error_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:58:50.5168021Z test_torch_complex_same_dtype_error_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.023s) 2022-12-01T10:58:50.5168182Z test_torch_complex_same_dtype_error_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-12-01T10:58:50.5168317Z test_torch_polar_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.022s) 2022-12-01T10:58:50.5168464Z test_torch_polar_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.019s) 2022-12-01T10:58:50.5168610Z test_unpack_double_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-12-01T10:58:50.5168759Z test_unpack_double_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:58:50.5168895Z test_vander_cpu (__main__.TestTensorCreationCPU) ... ok (0.024s) 2022-12-01T10:58:50.5169042Z test_vander_types_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-12-01T10:58:50.5169194Z test_vander_types_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:58:50.5169347Z test_vander_types_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:58:50.5169482Z test_vander_types_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:58:50.5169630Z test_vander_types_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:58:50.5169772Z test_vander_types_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:58:50.5169915Z test_vander_types_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:58:50.5170055Z test_vander_types_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:58:50.5170198Z test_vander_types_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:58:50.5170341Z test_vander_types_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:58:50.5170484Z test_vsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.028s) 2022-12-01T10:58:50.5170641Z test_vsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.025s) 2022-12-01T10:58:50.5170778Z test_vsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.024s) 2022-12-01T10:58:50.5170934Z test_vstack_row_stack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.094s) 2022-12-01T10:58:50.5171089Z test_vstack_row_stack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.072s) 2022-12-01T10:58:50.5171239Z test_vstack_row_stack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.071s) 2022-12-01T10:58:50.5171385Z test_vstack_row_stack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.071s) 2022-12-01T10:58:50.5171532Z test_vstack_row_stack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.071s) 2022-12-01T10:58:50.5171707Z test_vstack_row_stack_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.047s) 2022-12-01T10:58:50.5171856Z test_vstack_row_stack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.047s) 2022-12-01T10:58:50.5171988Z test_vstack_row_stack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.047s) 2022-12-01T10:58:50.5172134Z test_vstack_row_stack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.047s) 2022-12-01T10:58:50.5172282Z test_vstack_row_stack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.047s) 2022-12-01T10:58:50.5172412Z test_zeros_cpu (__main__.TestTensorCreationCPU) ... ok (0.079s) 2022-12-01T10:58:50.5172579Z test_zeros_dtype_layout_device_match_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-12-01T10:58:50.5172754Z test_zeros_dtype_layout_device_match_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-12-01T10:58:50.5172923Z test_zeros_dtype_layout_device_match_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-12-01T10:58:50.5173095Z test_zeros_dtype_layout_device_match_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-12-01T10:58:50.5173247Z test_zeros_dtype_layout_device_match_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-12-01T10:58:50.5173412Z test_zeros_dtype_layout_device_match_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-12-01T10:58:50.5173575Z test_zeros_dtype_layout_device_match_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-12-01T10:58:50.5173713Z test_zeros_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.018s) 2022-12-01T10:58:50.5173720Z 2022-12-01T10:58:50.5173924Z ---------------------------------------------------------------------- 2022-12-01T10:58:50.5174003Z Ran 538 tests in 71.319s 2022-12-01T10:58:50.5174009Z 2022-12-01T10:58:50.5174080Z OK (skipped=60) 2022-12-01T10:58:50.5174085Z 2022-12-01T10:58:50.5174170Z Generating XML reports... 2022-12-01T10:58:50.5174476Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestAsArrayCPU-20221201105738.xml 2022-12-01T10:58:50.5174784Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestBufferProtocolCPU-20221201105738.xml 2022-12-01T10:58:50.5175122Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestLikeTensorCreationCPU-20221201105738.xml 2022-12-01T10:58:50.5175460Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestRandomTensorCreationCPU-20221201105738.xml 2022-12-01T10:58:50.5175777Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestTensorCreationCPU-20221201105738.xml 2022-12-01T10:58:50.5175783Z 2022-12-01T10:58:50.5176184Z ##[endgroup] 2022-12-01T10:58:50.5176501Z FINISHED PRINTING LOG FILE of test_tensor_creation_ops (/var/lib/jenkins/workspace/test/test-reports/test_tensor_creation_ops_72exf1m5) 2022-12-01T10:58:50.5176506Z 2022-12-01T10:58:50.5176706Z Running test_functional_autograd_benchmark ... [2022-12-01 10:58:50.469595] 2022-12-01T10:58:50.5177077Z Executing ['/opt/conda/bin/python', '-bb', 'test_functional_autograd_benchmark.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:58:50.469943] 2022-12-01T10:59:21.6892330Z 2022-12-01T10:59:21.6892903Z Expand the folded group to see the log file of test_functional_autograd_benchmark 2022-12-01T10:59:21.6893824Z ##[group]PRINTING LOG FILE of test_functional_autograd_benchmark (/var/lib/jenkins/workspace/test/test-reports/test_functional_autograd_benchmark_evas4xy4) 2022-12-01T10:59:21.6894884Z Test results will be stored in test-reports/python-unittest/test_functional_autograd_benchmark 2022-12-01T10:59:21.6895090Z 2022-12-01T10:59:21.6895152Z Running tests... 2022-12-01T10:59:21.6895460Z ---------------------------------------------------------------------- 2022-12-01T10:59:21.6895812Z test_fast_tasks (__main__.TestFunctionalAutogradBenchmark) ... Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:59:21.6896116Z Results for model resnet18 on task vjp: nans (var: nan) 2022-12-01T10:59:21.6896611Z Results for model resnet18 on task vjp using Functorch: nans (var: nan) 2022-12-01T10:59:21.6896901Z Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:59:21.6897286Z Results for model ppl_simple_reg on task vjp: nans (var: nan) 2022-12-01T10:59:21.6897575Z Results for model ppl_simple_reg on task vjp using Functorch: nans (var: nan) 2022-12-01T10:59:21.6897833Z Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:59:21.6898117Z Results for model ppl_robust_reg on task vjp: nans (var: nan) 2022-12-01T10:59:21.6898405Z Results for model ppl_robust_reg on task vjp using Functorch: nans (var: nan) 2022-12-01T10:59:21.6898658Z Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:59:21.6898896Z Results for model wav2letter on task vjp: nans (var: nan) 2022-12-01T10:59:21.6899165Z Results for model wav2letter on task vjp using Functorch: nans (var: nan) 2022-12-01T10:59:21.6899413Z Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:59:21.6899657Z Results for model transformer on task vjp: nans (var: nan) 2022-12-01T10:59:21.6899944Z Results for model transformer on task vjp using Functorch: nans (var: nan) 2022-12-01T10:59:21.6900184Z Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:59:21.6900473Z Results for model multiheadattn on task vjp: nans (var: nan) 2022-12-01T10:59:21.6900828Z Results for model multiheadattn on task vjp using Functorch: nans (var: nan) 2022-12-01T10:59:21.6901062Z ok (29.597s) 2022-12-01T10:59:21.6901890Z 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:59:21.6902349Z 2022-12-01T10:59:21.6902550Z ---------------------------------------------------------------------- 2022-12-01T10:59:21.6902793Z Ran 2 tests in 29.659s 2022-12-01T10:59:21.6902910Z 2022-12-01T10:59:21.6902970Z OK (skipped=1) 2022-12-01T10:59:21.6903077Z 2022-12-01T10:59:21.6903159Z Generating XML reports... 2022-12-01T10:59:21.6903653Z Generated XML report: test-reports/python-unittest/test_functional_autograd_benchmark/TEST-TestFunctionalAutogradBenchmark-20221201105851.xml 2022-12-01T10:59:21.6903947Z 2022-12-01T10:59:21.6904198Z ##[endgroup] 2022-12-01T10:59:21.6904633Z FINISHED PRINTING LOG FILE of test_functional_autograd_benchmark (/var/lib/jenkins/workspace/test/test-reports/test_functional_autograd_benchmark_evas4xy4) 2022-12-01T10:59:21.6904886Z 2022-12-01T10:59:21.6905052Z Running test_dispatch ... [2022-12-01 10:59:21.689554] 2022-12-01T10:59:21.6905512Z Executing ['/opt/conda/bin/python', '-bb', 'test_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:59:21.689881] 2022-12-01T10:59:47.0386895Z 2022-12-01T10:59:47.0387414Z Expand the folded group to see the log file of test_dispatch 2022-12-01T10:59:47.0390715Z ##[group]PRINTING LOG FILE of test_dispatch (/var/lib/jenkins/workspace/test/test-reports/test_dispatch_4zk85erc) 2022-12-01T10:59:47.0391630Z Test results will be stored in test-reports/python-unittest/test_dispatch 2022-12-01T10:59:47.0392428Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:59:47.0392668Z 2022-12-01T10:59:47.0392786Z Running tests... 2022-12-01T10:59:47.0393266Z ---------------------------------------------------------------------- 2022-12-01T10:59:47.0393882Z test_all_invariants (__main__.TestDispatch) ... ok (2.144s) 2022-12-01T10:59:47.0394546Z test_computed_table (__main__.TestDispatch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT check_invariants test_dispatch.py line 106 2022-12-01T10:59:47.0394842Z due to: 2022-12-01T10:59:47.0395031Z Traceback (most recent call last): 2022-12-01T10:59:47.0395437Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:59:47.0395961Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:59:47.0396473Z AssertionError: torch.* op returned non-Tensor str call_function 2022-12-01T10:59:47.0396972Z 2022-12-01T10:59:47.0397093Z from user code: 2022-12-01T10:59:47.0397428Z File "test_dispatch.py", line 110, in check_invariants 2022-12-01T10:59:47.0397778Z "{}::{}".format(test_namespace, name)).replace(test_namespace, "test") 2022-12-01T10:59:47.0397995Z 2022-12-01T10:59:47.0398198Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:59:47.0398581Z ========== 2022-12-01T10:59:47.0399163Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT run_ops test_dispatch.py line 63 2022-12-01T10:59:47.0399574Z due to: 2022-12-01T10:59:47.0399769Z Traceback (most recent call last): 2022-12-01T10:59:47.0400161Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/guards.py", line 577, in compile_check_fn 2022-12-01T10:59:47.0400477Z exec(py_code, global_builder.scope, out) 2022-12-01T10:59:47.0400692Z File "", line 3 2022-12-01T10:59:47.0401947Z return lambda ops,results,{0},{4},{0,{3,{2,{1,**___kwargs_ignored: ___guarded_code.valid and ___check_type_id(ops, 94749904641952) and len(ops) == 5 and ___check_type_id(results, 94749904638112) and set(results.keys()) == {frozenset({3, 4}), frozenset({2, 3, 4}), frozenset({0, 1, 2}), frozenset({0, 1, 2, 3, 4}), frozenset({0, 1}), frozenset({0, 1, 2, 3}), frozenset({1, 2, 3, 4}), frozenset(), frozenset({4}), frozenset({0})} and ___check_type_id(results[frozenset()], 94749987013296) and len(results[frozenset()]) == 3 and ___check_type_id(results[frozenset({0})], 94749987013296) and len(results[frozenset({0})]) == 3 and ___check_type_id(results[frozenset({4})], 94749987013296) and len(results[frozenset({4})]) == 3 and ___check_type_id(results[frozenset({0, 1})], 94749987013296) and len(results[frozenset({0, 1})]) == 3 and ___check_type_id(results[frozenset({3, 4})], 94749987013296) and len(results[frozenset({3, 4})]) == 3 and ___check_type_id(results[frozenset({0, 1, 2})], 94749987013296) and len(results[frozenset({0, 1, 2})]) == 3 and ___check_type_id(results[frozenset({2, 3, 4})], 94749987013296) and len(results[frozenset({2, 3, 4})]) == 3 and ___check_type_id(results[frozenset({0, 1, 2, 3})], 94749987013296) and len(results[frozenset({0, 1, 2, 3})]) == 3 and ___check_type_id(results[frozenset({1, 2, 3, 4})], 94749987013296) and len(results[frozenset({1, 2, 3, 4})]) == 3 and ___check_type_id(results[frozenset({0, 1, 2, 3, 4})], 94749987013296) and len(results[frozenset({0, 1, 2, 3, 4})]) == 3 2022-12-01T10:59:47.0403214Z ^ 2022-12-01T10:59:47.0403391Z SyntaxError: invalid syntax 2022-12-01T10:59:47.0403514Z 2022-12-01T10:59:47.0403648Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:59:47.0403866Z ========== 2022-12-01T10:59:47.0404026Z ok (6.621s) 2022-12-01T10:59:47.0404268Z test_computed_table_with_ambiguous_autogradother (__main__.TestDispatch) ... ok (0.011s) 2022-12-01T10:59:47.0404820Z test_computed_table_with_autograd (__main__.TestDispatch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_computed_table_with_autograd test_dispatch.py line 464 2022-12-01T10:59:47.0405235Z due to: 2022-12-01T10:59:47.0405405Z Traceback (most recent call last): 2022-12-01T10:59:47.0405803Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:59:47.0406254Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:59:47.0406787Z AssertionError: torch.* op returned non-Tensor _DispatchModule call_function 2022-12-01T10:59:47.0407040Z 2022-12-01T10:59:47.0407099Z from user code: 2022-12-01T10:59:47.0407337Z File "test_dispatch.py", line 465, in test_computed_table_with_autograd 2022-12-01T10:59:47.0407671Z global_m = C._dispatch_library("IMPL", "_", "AutogradCPU") 2022-12-01T10:59:47.0407826Z 2022-12-01T10:59:47.0407946Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:59:47.0408175Z ========== 2022-12-01T10:59:47.0408333Z ok (0.004s) 2022-12-01T10:59:47.0408590Z test_computed_table_with_cpu_autograd_defaultbackend (__main__.TestDispatch) ... ok (0.181s) 2022-12-01T10:59:47.0408905Z test_computed_table_with_cpu_autograd_math (__main__.TestDispatch) ... ok (0.193s) 2022-12-01T10:59:47.0409244Z test_computed_table_with_cpu_autograd_math_defaultbackend (__main__.TestDispatch) ... ok (6.085s) 2022-12-01T10:59:47.0409581Z test_computed_table_with_cpu_defaultbackend (__main__.TestDispatch) ... ok (0.010s) 2022-12-01T10:59:47.0410106Z test_computed_table_with_cpu_math (__main__.TestDispatch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_computed_table_with_cpu_math test_dispatch.py line 430 2022-12-01T10:59:47.0410427Z due to: 2022-12-01T10:59:47.0410615Z Traceback (most recent call last): 2022-12-01T10:59:47.0411009Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:59:47.0411453Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:59:47.0411987Z AssertionError: torch.* op returned non-Tensor _DispatchModule call_function 2022-12-01T10:59:47.0412233Z 2022-12-01T10:59:47.0412304Z from user code: 2022-12-01T10:59:47.0412531Z File "test_dispatch.py", line 431, in test_computed_table_with_cpu_math 2022-12-01T10:59:47.0412816Z global_m = C._dispatch_library("IMPL", "_", "AutogradCPU") 2022-12-01T10:59:47.0412967Z 2022-12-01T10:59:47.0413100Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:59:47.0413323Z ========== 2022-12-01T10:59:47.0413471Z ok (0.012s) 2022-12-01T10:59:47.0414021Z test_computed_table_with_cpu_math_autogradcpu_fallthrough (__main__.TestDispatch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_computed_table_with_cpu_math_autogradcpu_fallthrough test_dispatch.py line 367 2022-12-01T10:59:47.0414403Z due to: 2022-12-01T10:59:47.0414575Z Traceback (most recent call last): 2022-12-01T10:59:47.0414968Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:59:47.0415425Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:59:47.0415953Z AssertionError: torch.* op returned non-Tensor _DispatchModule call_function 2022-12-01T10:59:47.0416199Z 2022-12-01T10:59:47.0416257Z from user code: 2022-12-01T10:59:47.0416529Z File "test_dispatch.py", line 368, in test_computed_table_with_cpu_math_autogradcpu_fallthrough 2022-12-01T10:59:47.0416842Z global_m = C._dispatch_library("IMPL", "_", "AutogradCPU") 2022-12-01T10:59:47.0416992Z 2022-12-01T10:59:47.0417111Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:59:47.0417331Z ========== 2022-12-01T10:59:47.0417534Z ok (0.004s) 2022-12-01T10:59:47.0417978Z test_computed_table_with_math (__main__.TestDispatch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_computed_table_with_math test_dispatch.py line 399 2022-12-01T10:59:47.0418280Z due to: 2022-12-01T10:59:47.0418464Z Traceback (most recent call last): 2022-12-01T10:59:47.0418853Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:59:47.0419291Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:59:47.0419816Z AssertionError: torch.* op returned non-Tensor _DispatchModule call_function 2022-12-01T10:59:47.0420061Z 2022-12-01T10:59:47.0420168Z from user code: 2022-12-01T10:59:47.0420404Z File "test_dispatch.py", line 400, in test_computed_table_with_math 2022-12-01T10:59:47.0420671Z global_m = C._dispatch_library("IMPL", "_", "AutogradCPU") 2022-12-01T10:59:47.0420823Z 2022-12-01T10:59:47.0420955Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:59:47.0421172Z ========== 2022-12-01T10:59:47.0421317Z ok (0.003s) 2022-12-01T10:59:47.0421518Z test_def (__main__.TestDispatch) ... ok (6.142s) 2022-12-01T10:59:47.0421783Z test_def_impl_schema_mismatch (__main__.TestDispatch) ... ok (0.012s) 2022-12-01T10:59:47.0422038Z test_def_only (__main__.TestDispatch) ... ok (0.002s) 2022-12-01T10:59:47.0422305Z test_def_with_explicit_alias (__main__.TestDispatch) ... ok (0.001s) 2022-12-01T10:59:47.0422579Z test_def_with_inference (__main__.TestDispatch) ... ok (0.204s) 2022-12-01T10:59:47.0422897Z test_dispatch_print_registrations_for_dispatch_key_invalid (__main__.TestDispatch) ... ok (0.007s) 2022-12-01T10:59:47.0423200Z test_find_dangling_impls (__main__.TestDispatch) ... ok (0.006s) 2022-12-01T10:59:47.0423562Z test_find_dangling_impls_ext (__main__.TestDispatch) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:59:47.0423968Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/dangling_impl_extension... 2022-12-01T10:59:47.0424336Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/dangling_impl_extension/build.ninja... 2022-12-01T10:59:47.0424654Z Building extension module dangling_impl_extension... 2022-12-01T10:59:47.0424912Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:59:47.0426287Z [1/2] c++ -MMD -MF dangling_impl_extension.o.d -DTORCH_EXTENSION_NAME=dangling_impl_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/dangling_impl_extension.cpp -o dangling_impl_extension.o 2022-12-01T10:59:47.0427441Z [2/2] c++ dangling_impl_extension.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o dangling_impl_extension.so 2022-12-01T10:59:47.0427987Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dispatch.py line 775 2022-12-01T10:59:47.0428266Z due to: 2022-12-01T10:59:47.0428438Z Traceback (most recent call last): 2022-12-01T10:59:47.0428831Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:59:47.0429286Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:59:47.0429721Z AssertionError: torch.* op returned non-Tensor module call_function 2022-12-01T10:59:47.0429957Z 2022-12-01T10:59:47.0430030Z from user code: 2022-12-01T10:59:47.0430282Z File "test_dispatch.py", line 782, in 2022-12-01T10:59:47.0430527Z verbose=True, 2022-12-01T10:59:47.0430621Z 2022-12-01T10:59:47.0430756Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:59:47.0430976Z ========== 2022-12-01T10:59:47.0431183Z Loading extension module dangling_impl_extension... 2022-12-01T10:59:47.0431468Z Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:59:47.0431904Z No modifications detected for re-loaded extension module dangling_impl_extension, skipping build step... 2022-12-01T10:59:47.0432223Z Loading extension module dangling_impl_extension... 2022-12-01T10:59:47.0432453Z ok (1.390s) 2022-12-01T10:59:47.0432666Z test_impl_only (__main__.TestDispatch) ... ok (0.223s) 2022-12-01T10:59:47.0432949Z test_multiple_def_alias_defaulting (__main__.TestDispatch) ... ok (0.010s) 2022-12-01T10:59:47.0433236Z test_multiple_def_alias_mismatch (__main__.TestDispatch) ... ok (0.010s) 2022-12-01T10:59:47.0433516Z test_multiple_def_error (__main__.TestDispatch) ... ok (0.010s) 2022-12-01T10:59:47.0434001Z test_multiple_fallback (__main__.TestDispatch) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_multiple_fallback test_dispatch.py line 732 2022-12-01T10:59:47.0434405Z due to: 2022-12-01T10:59:47.0434581Z Traceback (most recent call last): 2022-12-01T10:59:47.0434980Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:59:47.0435436Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:59:47.0435969Z AssertionError: torch.* op returned non-Tensor _DispatchModule call_function 2022-12-01T10:59:47.0436205Z 2022-12-01T10:59:47.0436277Z from user code: 2022-12-01T10:59:47.0436503Z File "test_dispatch.py", line 733, in test_multiple_fallback 2022-12-01T10:59:47.0436882Z global_m = C._dispatch_library("IMPL", "_", "XLA") 2022-12-01T10:59:47.0437023Z 2022-12-01T10:59:47.0437144Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:59:47.0437360Z ========== 2022-12-01T10:59:47.0437520Z ok (0.016s) 2022-12-01T10:59:47.0437847Z test_overwrite_math (__main__.TestDispatch) ... [W OperatorEntry.cpp:156] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-12-01T10:59:47.0438199Z operator: __test45643__::foo 2022-12-01T10:59:47.0438383Z no debug info 2022-12-01T10:59:47.0438567Z dispatch key: (catch all) 2022-12-01T10:59:47.0438750Z previous kernel: fn1 2022-12-01T10:59:47.0438970Z new kernel: fn2 (function registerKernel) 2022-12-01T10:59:47.0439307Z [W OperatorEntry.cpp:156] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-12-01T10:59:47.0439596Z operator: __test45644__::foo 2022-12-01T10:59:47.0439779Z no debug info 2022-12-01T10:59:47.0439958Z dispatch key: (catch all) 2022-12-01T10:59:47.0440138Z previous kernel: fn1 2022-12-01T10:59:47.0440353Z new kernel: fn2 (function registerKernel) 2022-12-01T10:59:47.0440550Z ok (0.002s) 2022-12-01T10:59:47.0440978Z test_autogradother (__main__.TestPythonDispatcher) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_autogradother test_dispatch.py line 894 2022-12-01T10:59:47.0441288Z due to: 2022-12-01T10:59:47.0441472Z Traceback (most recent call last): 2022-12-01T10:59:47.0441866Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:59:47.0442307Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:59:47.0442824Z AssertionError: torch.* op returned non-Tensor PythonDispatcher call_function 2022-12-01T10:59:47.0443141Z 2022-12-01T10:59:47.0443213Z from user code: 2022-12-01T10:59:47.0443430Z File "test_dispatch.py", line 895, in test_autogradother 2022-12-01T10:59:47.0443673Z dispatcher = PythonDispatcher() 2022-12-01T10:59:47.0443807Z 2022-12-01T10:59:47.0443940Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:59:47.0444158Z ========== 2022-12-01T10:59:47.0444306Z ok (0.002s) 2022-12-01T10:59:47.0444716Z test_basic (__main__.TestPythonDispatcher) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_basic test_dispatch.py line 802 2022-12-01T10:59:47.0445010Z due to: 2022-12-01T10:59:47.0445182Z Traceback (most recent call last): 2022-12-01T10:59:47.0445621Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:59:47.0446080Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:59:47.0446581Z AssertionError: torch.* op returned non-Tensor PythonDispatcher call_function 2022-12-01T10:59:47.0446828Z 2022-12-01T10:59:47.0446900Z from user code: 2022-12-01T10:59:47.0447109Z File "test_dispatch.py", line 803, in test_basic 2022-12-01T10:59:47.0447344Z dispatcher = PythonDispatcher() 2022-12-01T10:59:47.0447464Z 2022-12-01T10:59:47.0447596Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:59:47.0447814Z ========== 2022-12-01T10:59:47.0447975Z ok (0.002s) 2022-12-01T10:59:47.0448449Z test_defaultbackend_autogradcpu (__main__.TestPythonDispatcher) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_defaultbackend_autogradcpu test_dispatch.py line 858 2022-12-01T10:59:47.0448792Z due to: 2022-12-01T10:59:47.0448982Z Traceback (most recent call last): 2022-12-01T10:59:47.0449364Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:59:47.0449818Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:59:47.0450328Z AssertionError: torch.* op returned non-Tensor PythonDispatcher call_function 2022-12-01T10:59:47.0450575Z 2022-12-01T10:59:47.0450648Z from user code: 2022-12-01T10:59:47.0450881Z File "test_dispatch.py", line 859, in test_defaultbackend_autogradcpu 2022-12-01T10:59:47.0451143Z dispatcher = PythonDispatcher() 2022-12-01T10:59:47.0451276Z 2022-12-01T10:59:47.0451410Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:59:47.0451621Z ========== 2022-12-01T10:59:47.0451781Z ok (0.002s) 2022-12-01T10:59:47.0452241Z test_defaultbackend_math (__main__.TestPythonDispatcher) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_defaultbackend_math test_dispatch.py line 934 2022-12-01T10:59:47.0452563Z due to: 2022-12-01T10:59:47.0452734Z Traceback (most recent call last): 2022-12-01T10:59:47.0453127Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:59:47.0453574Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:59:47.0454071Z AssertionError: torch.* op returned non-Tensor PythonDispatcher call_function 2022-12-01T10:59:47.0454321Z 2022-12-01T10:59:47.0454395Z from user code: 2022-12-01T10:59:47.0454625Z File "test_dispatch.py", line 935, in test_defaultbackend_math 2022-12-01T10:59:47.0454878Z dispatcher = PythonDispatcher() 2022-12-01T10:59:47.0454998Z 2022-12-01T10:59:47.0455129Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:59:47.0455350Z ========== 2022-12-01T10:59:47.0455510Z ok (0.002s) 2022-12-01T10:59:47.0455971Z test_duplicate_registrations (__main__.TestPythonDispatcher) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_duplicate_registrations test_dispatch.py line 928 2022-12-01T10:59:47.0456341Z due to: 2022-12-01T10:59:47.0456525Z Traceback (most recent call last): 2022-12-01T10:59:47.0456904Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:59:47.0457351Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:59:47.0457867Z AssertionError: torch.* op returned non-Tensor PythonDispatcher call_function 2022-12-01T10:59:47.0458112Z 2022-12-01T10:59:47.0458185Z from user code: 2022-12-01T10:59:47.0458410Z File "test_dispatch.py", line 929, in test_duplicate_registrations 2022-12-01T10:59:47.0458665Z dispatcher = PythonDispatcher() 2022-12-01T10:59:47.0458831Z 2022-12-01T10:59:47.0458966Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:59:47.0459178Z ========== 2022-12-01T10:59:47.0459340Z ok (0.002s) 2022-12-01T10:59:47.0459783Z test_math_autogradcpu (__main__.TestPythonDispatcher) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_math_autogradcpu test_dispatch.py line 823 2022-12-01T10:59:47.0460100Z due to: 2022-12-01T10:59:47.0460270Z Traceback (most recent call last): 2022-12-01T10:59:47.0460661Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T10:59:47.0461112Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T10:59:47.0461611Z AssertionError: torch.* op returned non-Tensor PythonDispatcher call_function 2022-12-01T10:59:47.0461857Z 2022-12-01T10:59:47.0461928Z from user code: 2022-12-01T10:59:47.0462153Z File "test_dispatch.py", line 824, in test_math_autogradcpu 2022-12-01T10:59:47.0462400Z dispatcher = PythonDispatcher() 2022-12-01T10:59:47.0462521Z 2022-12-01T10:59:47.0462657Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:59:47.0462875Z ========== 2022-12-01T10:59:47.0463033Z ok (0.002s) 2022-12-01T10:59:47.0463534Z test_quantized_structured_not_implemented (__main__.TestPythonDispatcher) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_quantized_structured_not_implemented test_dispatch.py line 942 2022-12-01T10:59:47.0463889Z due to: 2022-12-01T10:59:47.0464073Z Traceback (most recent call last): 2022-12-01T10:59:47.0464405Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T10:59:47.0464676Z return self._op(*args, **kwargs or {}) 2022-12-01T10:59:47.0466660Z NotImplementedError: Could not run 'aten::quantize_per_tensor' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::quantize_per_tensor' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-12-01T10:59:47.0467840Z 2022-12-01T10:59:47.0468012Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30798 [kernel] 2022-12-01T10:59:47.0468440Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-12-01T10:59:47.0468891Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-12-01T10:59:47.0469371Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:488 [backend fallback] 2022-12-01T10:59:47.0469816Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-12-01T10:59:47.0470237Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-12-01T10:59:47.0470631Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-12-01T10:59:47.0471007Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-12-01T10:59:47.0471448Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-12-01T10:59:47.0471880Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-12-01T10:59:47.0472328Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:16899 [autograd kernel] 2022-12-01T10:59:47.0472733Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:16899 [autograd kernel] 2022-12-01T10:59:47.0473144Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:16899 [autograd kernel] 2022-12-01T10:59:47.0473553Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:16899 [autograd kernel] 2022-12-01T10:59:47.0473962Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:16899 [autograd kernel] 2022-12-01T10:59:47.0474434Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:16899 [autograd kernel] 2022-12-01T10:59:47.0474850Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:16899 [autograd kernel] 2022-12-01T10:59:47.0475248Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:16899 [autograd kernel] 2022-12-01T10:59:47.0475647Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:16899 [autograd kernel] 2022-12-01T10:59:47.0476042Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:16899 [autograd kernel] 2022-12-01T10:59:47.0476456Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:16899 [autograd kernel] 2022-12-01T10:59:47.0477106Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:16899 [autograd kernel] 2022-12-01T10:59:47.0477532Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:16899 [autograd kernel] 2022-12-01T10:59:47.0477964Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:16899 [autograd kernel] 2022-12-01T10:59:47.0478397Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:16899 [autograd kernel] 2022-12-01T10:59:47.0478835Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:16899 [autograd kernel] 2022-12-01T10:59:47.0479244Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp:16890 [kernel] 2022-12-01T10:59:47.0479631Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-12-01T10:59:47.0480037Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-12-01T10:59:47.0480546Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-12-01T10:59:47.0481027Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-12-01T10:59:47.0481456Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1064 [backend fallback] 2022-12-01T10:59:47.0481877Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-12-01T10:59:47.0482350Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:189 [backend fallback] 2022-12-01T10:59:47.0482837Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-12-01T10:59:47.0483299Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:484 [backend fallback] 2022-12-01T10:59:47.0483750Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-12-01T10:59:47.0483980Z 2022-12-01T10:59:47.0483985Z 2022-12-01T10:59:47.0484122Z During handling of the above exception, another exception occurred: 2022-12-01T10:59:47.0484290Z 2022-12-01T10:59:47.0484387Z Traceback (most recent call last): 2022-12-01T10:59:47.0484810Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 202, in from_real_tensor 2022-12-01T10:59:47.0485151Z raise UnsupportedFakeTensorException("quantized nyi in meta tensors") 2022-12-01T10:59:47.0485527Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: quantized nyi in meta tensors 2022-12-01T10:59:47.0485742Z 2022-12-01T10:59:47.0485878Z The above exception was the direct cause of the following exception: 2022-12-01T10:59:47.0486045Z 2022-12-01T10:59:47.0486137Z Traceback (most recent call last): 2022-12-01T10:59:47.0486524Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:59:47.0486796Z ) from e 2022-12-01T10:59:47.0487140Z torchdynamo.exc.FakeTensorError: Unsupported: quantized nyi in meta tensors with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:59:47.0487406Z 2022-12-01T10:59:47.0487543Z The above exception was the direct cause of the following exception: 2022-12-01T10:59:47.0487694Z 2022-12-01T10:59:47.0487786Z Traceback (most recent call last): 2022-12-01T10:59:47.0488178Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T10:59:47.0488478Z raise TorchRuntimeError() from e 2022-12-01T10:59:47.0488702Z torchdynamo.exc.TorchRuntimeError 2022-12-01T10:59:47.0488844Z 2022-12-01T10:59:47.0488915Z from user code: 2022-12-01T10:59:47.0489169Z File "test_dispatch.py", line 947, in test_quantized_structured_not_implemented 2022-12-01T10:59:47.0489466Z qx = torch.quantize_per_tensor(x, scale, zero_point, dtype) 2022-12-01T10:59:47.0489609Z 2022-12-01T10:59:47.0489740Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:59:47.0489958Z ========== 2022-12-01T10:59:47.0490277Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dispatch.py line 954 2022-12-01T10:59:47.0490512Z due to: 2022-12-01T10:59:47.0490696Z Traceback (most recent call last): 2022-12-01T10:59:47.0491081Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 202, in from_real_tensor 2022-12-01T10:59:47.0491430Z raise UnsupportedFakeTensorException("quantized nyi in meta tensors") 2022-12-01T10:59:47.0491803Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: quantized nyi in meta tensors 2022-12-01T10:59:47.0492022Z 2022-12-01T10:59:47.0492161Z The above exception was the direct cause of the following exception: 2022-12-01T10:59:47.0492376Z 2022-12-01T10:59:47.0492468Z Traceback (most recent call last): 2022-12-01T10:59:47.0492857Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T10:59:47.0493128Z ) from e 2022-12-01T10:59:47.0493471Z torchdynamo.exc.FakeTensorError: Unsupported: quantized nyi in meta tensors with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T10:59:47.0493735Z 2022-12-01T10:59:47.0493867Z Set torchdynamo.config.verbose=True for more information 2022-12-01T10:59:47.0494074Z ========== 2022-12-01T10:59:47.0494232Z ok (0.017s) 2022-12-01T10:59:47.0494332Z 2022-12-01T10:59:47.0494538Z ---------------------------------------------------------------------- 2022-12-01T10:59:47.0494800Z Ran 32 tests in 23.414s 2022-12-01T10:59:47.0494917Z 2022-12-01T10:59:47.0494978Z OK 2022-12-01T10:59:47.0495069Z 2022-12-01T10:59:47.0495157Z Generating XML reports... 2022-12-01T10:59:47.0495544Z Generated XML report: test-reports/python-unittest/test_dispatch/TEST-TestDispatch-20221201105923.xml 2022-12-01T10:59:47.0496062Z Generated XML report: test-reports/python-unittest/test_dispatch/TEST-TestPythonDispatcher-20221201105923.xml 2022-12-01T10:59:47.0496302Z 2022-12-01T10:59:47.0496593Z ##[endgroup] 2022-12-01T10:59:47.0496960Z FINISHED PRINTING LOG FILE of test_dispatch (/var/lib/jenkins/workspace/test/test-reports/test_dispatch_4zk85erc) 2022-12-01T10:59:47.0497173Z 2022-12-01T10:59:47.0497346Z Running test_cpp_api_parity ... [2022-12-01 10:59:47.039340] 2022-12-01T10:59:47.0497826Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_api_parity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:59:47.039726] 2022-12-01T11:00:15.1374852Z 2022-12-01T11:00:15.1375349Z Expand the folded group to see the log file of test_cpp_api_parity 2022-12-01T11:00:15.1376522Z ##[group]PRINTING LOG FILE of test_cpp_api_parity (/var/lib/jenkins/workspace/test/test-reports/test_cpp_api_parity_r0a_a49e) 2022-12-01T11:00:15.1377543Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T11:00:15.1381055Z Test results will be stored in test-reports/python-unittest/test_cpp_api_parity 2022-12-01T11:00:15.1381370Z 2022-12-01T11:00:15.1381596Z Running tests... 2022-12-01T11:00:15.1382104Z ---------------------------------------------------------------------- 2022-12-01T11:00:15.1383210Z test_torch_nn_AdaptiveAvgPool1d (__main__.TestCppApiParity) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/cpp_api_parity/module_impl_check.py line 149 2022-12-01T11:00:15.1383926Z due to: 2022-12-01T11:00:15.1384237Z Traceback (most recent call last): 2022-12-01T11:00:15.1384582Z File "", line 1, in 2022-12-01T11:00:15.1385030Z NameError: name 'Storage' is not defined 2022-12-01T11:00:15.1385260Z 2022-12-01T11:00:15.1385379Z from user code: 2022-12-01T11:00:15.1385889Z File "/var/lib/jenkins/workspace/test/cpp_api_parity/module_impl_check.py", line 150, in 2022-12-01T11:00:15.1386491Z cpp_output = torch.load(forward_output_file_path) 2022-12-01T11:00:15.1386744Z 2022-12-01T11:00:15.1386993Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:00:15.1387396Z ========== 2022-12-01T11:00:15.1387855Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT callback /opt/conda/lib/python3.7/site-packages/xmlrunner/result.py line 230 2022-12-01T11:00:15.1388298Z due to: 2022-12-01T11:00:15.1388604Z Traceback (most recent call last): 2022-12-01T11:00:15.1389342Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-12-01T11:00:15.1389717Z return super().call_method(tx, args, kwargs) 2022-12-01T11:00:15.1390256Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-12-01T11:00:15.1390811Z 2022-12-01T11:00:15.1390925Z from user code: 2022-12-01T11:00:15.1391490Z File "/opt/conda/lib/python3.7/site-packages/xmlrunner/result.py", line 235, in callback 2022-12-01T11:00:15.1391967Z test_info.test_finished() 2022-12-01T11:00:15.1392193Z 2022-12-01T11:00:15.1392442Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:00:15.1392777Z ========== 2022-12-01T11:00:15.1393410Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_finished /opt/conda/lib/python3.7/site-packages/xmlrunner/result.py line 176 2022-12-01T11:00:15.1393959Z due to: 2022-12-01T11:00:15.1394287Z Traceback (most recent call last): 2022-12-01T11:00:15.1394826Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-12-01T11:00:15.1395353Z return super().call_method(tx, args, kwargs) 2022-12-01T11:00:15.1395929Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-12-01T11:00:15.1396217Z 2022-12-01T11:00:15.1396322Z from user code: 2022-12-01T11:00:15.1396897Z File "/opt/conda/lib/python3.7/site-packages/xmlrunner/result.py", line 181, in test_finished 2022-12-01T11:00:15.1397249Z timestamp = datetime.datetime.fromtimestamp(self.test_result.stop_time) 2022-12-01T11:00:15.1397437Z 2022-12-01T11:00:15.1397570Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:00:15.1397779Z ========== 2022-12-01T11:00:15.1397938Z ok (2.099s) 2022-12-01T11:00:15.1398212Z test_torch_nn_AdaptiveAvgPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.440s) 2022-12-01T11:00:15.1398561Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.681s) 2022-12-01T11:00:15.1398934Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.248s) 2022-12-01T11:00:15.1399298Z test_torch_nn_AdaptiveAvgPool1d_one_output (__main__.TestCppApiParity) ... ok (0.595s) 2022-12-01T11:00:15.1399650Z test_torch_nn_AdaptiveAvgPool1d_one_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.248s) 2022-12-01T11:00:15.1400015Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.675s) 2022-12-01T11:00:15.1400383Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.250s) 2022-12-01T11:00:15.1400739Z test_torch_nn_AdaptiveAvgPool2d_single (__main__.TestCppApiParity) ... ok (0.554s) 2022-12-01T11:00:15.1401085Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestCppApiParity) ... ok (0.480s) 2022-12-01T11:00:15.1401635Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.128s) 2022-12-01T11:00:15.1402073Z test_torch_nn_AdaptiveAvgPool2d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.128s) 2022-12-01T11:00:15.1402482Z test_torch_nn_AdaptiveAvgPool2d_tuple (__main__.TestCppApiParity) ... ok (0.473s) 2022-12-01T11:00:15.1402830Z test_torch_nn_AdaptiveAvgPool2d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.129s) 2022-12-01T11:00:15.1403185Z test_torch_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestCppApiParity) ... ok (0.347s) 2022-12-01T11:00:15.1403548Z test_torch_nn_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.129s) 2022-12-01T11:00:15.1403903Z test_torch_nn_AdaptiveAvgPool3d_last_dim (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T11:00:15.1404249Z test_torch_nn_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1404609Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.023s) 2022-12-01T11:00:15.1405124Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1405475Z test_torch_nn_AdaptiveAvgPool3d_single (__main__.TestCppApiParity) ... ok (0.023s) 2022-12-01T11:00:15.1405950Z test_torch_nn_AdaptiveAvgPool3d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1406310Z test_torch_nn_AdaptiveAvgPool3d_tuple (__main__.TestCppApiParity) ... ok (0.025s) 2022-12-01T11:00:15.1406665Z test_torch_nn_AdaptiveAvgPool3d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1407008Z test_torch_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T11:00:15.1407370Z test_torch_nn_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1407713Z test_torch_nn_AdaptiveMaxPool1d (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1408093Z test_torch_nn_AdaptiveMaxPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1408450Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1408817Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1409178Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1409528Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1409890Z test_torch_nn_AdaptiveMaxPool2d_single (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1410246Z test_torch_nn_AdaptiveMaxPool2d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1410598Z test_torch_nn_AdaptiveMaxPool2d_tuple (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1410939Z test_torch_nn_AdaptiveMaxPool2d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1411294Z test_torch_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1411659Z test_torch_nn_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1412017Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T11:00:15.1412369Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1412724Z test_torch_nn_AdaptiveMaxPool3d_single (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1413076Z test_torch_nn_AdaptiveMaxPool3d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1413425Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1413804Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1414164Z test_torch_nn_AdaptiveMaxPool3d_tuple (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T11:00:15.1414521Z test_torch_nn_AdaptiveMaxPool3d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1414871Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T11:00:15.1415246Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1415609Z test_torch_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestCppApiParity) ... ok (0.017s) 2022-12-01T11:00:15.1415969Z test_torch_nn_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1416284Z test_torch_nn_AvgPool1d (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1416605Z test_torch_nn_AvgPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1416931Z test_torch_nn_AvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1417297Z test_torch_nn_AvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1417630Z test_torch_nn_AvgPool1d_stride (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1417963Z test_torch_nn_AvgPool1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1418293Z test_torch_nn_AvgPool1d_stride_pad (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1419028Z test_torch_nn_AvgPool1d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1419349Z test_torch_nn_AvgPool2d (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1419663Z test_torch_nn_AvgPool2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1420019Z test_torch_nn_AvgPool2d_divisor (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1420340Z test_torch_nn_AvgPool2d_divisor_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1420680Z test_torch_nn_AvgPool2d_divisor_stride (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1421024Z test_torch_nn_AvgPool2d_divisor_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1421357Z test_torch_nn_AvgPool2d_divisor_stride_pad (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1421708Z test_torch_nn_AvgPool2d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1422051Z test_torch_nn_AvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1422390Z test_torch_nn_AvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1422713Z test_torch_nn_AvgPool2d_stride (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1423045Z test_torch_nn_AvgPool2d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1423376Z test_torch_nn_AvgPool2d_stride_pad (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1423700Z test_torch_nn_AvgPool2d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1424021Z test_torch_nn_AvgPool3d (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1424337Z test_torch_nn_AvgPool3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1424657Z test_torch_nn_AvgPool3d_divisor (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1424978Z test_torch_nn_AvgPool3d_divisor_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1425312Z test_torch_nn_AvgPool3d_divisor_stride (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1425650Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1426027Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1426399Z test_torch_nn_AvgPool3d_divisor_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1426742Z test_torch_nn_AvgPool3d_divisor_stride_pad (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1427094Z test_torch_nn_AvgPool3d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1427451Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1427844Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1428237Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1428629Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1429044Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1429437Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1429800Z test_torch_nn_AvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1430144Z test_torch_nn_AvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1430466Z test_torch_nn_AvgPool3d_stride (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1430819Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1431184Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1431558Z test_torch_nn_AvgPool3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1431876Z test_torch_nn_AvgPool3d_stride_pad (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T11:00:15.1432214Z test_torch_nn_AvgPool3d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1432570Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T11:00:15.1432935Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1433306Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T11:00:15.1433686Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1434065Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T11:00:15.1434513Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1434855Z test_torch_nn_BCELoss (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1435166Z test_torch_nn_BCELoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1435507Z test_torch_nn_BCELoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.410s) 2022-12-01T11:00:15.1435855Z test_torch_nn_BCELoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1436214Z test_torch_nn_BCELoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.265s) 2022-12-01T11:00:15.1436701Z test_torch_nn_BCELoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1437192Z test_torch_nn_BCELoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.263s) 2022-12-01T11:00:15.1437568Z test_torch_nn_BCELoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1437909Z test_torch_nn_BCELoss_scalar_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1438256Z test_torch_nn_BCELoss_scalar_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1438579Z test_torch_nn_BCELoss_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1438907Z test_torch_nn_BCELoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1439239Z test_torch_nn_BCEWithLogitsLoss (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1439582Z test_torch_nn_BCEWithLogitsLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1439945Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.262s) 2022-12-01T11:00:15.1440401Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1440788Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.267s) 2022-12-01T11:00:15.1441162Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1441545Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.266s) 2022-12-01T11:00:15.1441925Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1442331Z test_torch_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1442690Z test_torch_nn_BCEWithLogitsLoss_scalar_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1443052Z test_torch_nn_BCEWithLogitsLoss_weights (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1443409Z test_torch_nn_BCEWithLogitsLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1443751Z test_torch_nn_BatchNorm1d_3d_input (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T11:00:15.1444076Z test_torch_nn_BatchNorm1d_3d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1444416Z test_torch_nn_BatchNorm1d_3d_input_not_affine (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T11:00:15.1444775Z test_torch_nn_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1445115Z test_torch_nn_BatchNorm1d_affine (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T11:00:15.1445439Z test_torch_nn_BatchNorm1d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1445786Z test_torch_nn_BatchNorm1d_affine_simple_average (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1446152Z test_torch_nn_BatchNorm1d_affine_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1446491Z test_torch_nn_BatchNorm1d_not_affine (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1446834Z test_torch_nn_BatchNorm1d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1447179Z test_torch_nn_BatchNorm1d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1447536Z test_torch_nn_BatchNorm1d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1447870Z test_torch_nn_BatchNorm1d_zero_batch (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1448212Z test_torch_nn_BatchNorm1d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1448543Z test_torch_nn_BatchNorm2d (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T11:00:15.1448854Z test_torch_nn_BatchNorm2d_2d_simple_average (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1449195Z test_torch_nn_BatchNorm2d_2d_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1449553Z test_torch_nn_BatchNorm2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1449880Z test_torch_nn_BatchNorm2d_momentum (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1450207Z test_torch_nn_BatchNorm2d_momentum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1450544Z test_torch_nn_BatchNorm2d_not_affine (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1450883Z test_torch_nn_BatchNorm2d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1451229Z test_torch_nn_BatchNorm2d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T11:00:15.1451606Z test_torch_nn_BatchNorm2d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1451953Z test_torch_nn_BatchNorm2d_zero_batch (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1452291Z test_torch_nn_BatchNorm2d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1452605Z test_torch_nn_BatchNorm3d (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T11:00:15.1452915Z test_torch_nn_BatchNorm3d_3d_simple_average (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T11:00:15.1453271Z test_torch_nn_BatchNorm3d_3d_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1453658Z test_torch_nn_BatchNorm3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1453971Z test_torch_nn_BatchNorm3d_momentum (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T11:00:15.1454309Z test_torch_nn_BatchNorm3d_momentum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1454643Z test_torch_nn_BatchNorm3d_not_affine (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T11:00:15.1454982Z test_torch_nn_BatchNorm3d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1455314Z test_torch_nn_BatchNorm3d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T11:00:15.1455672Z test_torch_nn_BatchNorm3d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1456016Z test_torch_nn_BatchNorm3d_zero_batch (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1456346Z test_torch_nn_BatchNorm3d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1456662Z test_torch_nn_CELU (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1456963Z test_torch_nn_CELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1457270Z test_torch_nn_CELU_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1457574Z test_torch_nn_CELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1457912Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1458278Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1458631Z test_torch_nn_CTCLoss_2d_lengths_tensors (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1458967Z test_torch_nn_CTCLoss_2d_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1459304Z test_torch_nn_CTCLoss_lengths_tensors (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1459648Z test_torch_nn_CTCLoss_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1459966Z test_torch_nn_ConstantPad1d (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1460270Z test_torch_nn_ConstantPad1d_batch (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1460608Z test_torch_nn_ConstantPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1460946Z test_torch_nn_ConstantPad1d_complex (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1461280Z test_torch_nn_ConstantPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1461636Z test_torch_nn_ConstantPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1461958Z test_torch_nn_ConstantPad2d (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T11:00:15.1462253Z test_torch_nn_ConstantPad2d_complex (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T11:00:15.1462645Z test_torch_nn_ConstantPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1463004Z test_torch_nn_ConstantPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1463341Z test_torch_nn_ConstantPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1463681Z test_torch_nn_ConstantPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1464015Z test_torch_nn_ConstantPad3d (__main__.TestCppApiParity) ... ok (0.031s) 2022-12-01T11:00:15.1464321Z test_torch_nn_ConstantPad3d_complex (__main__.TestCppApiParity) ... ok (0.037s) 2022-12-01T11:00:15.1464696Z test_torch_nn_ConstantPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1465048Z test_torch_nn_ConstantPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1465388Z test_torch_nn_ConstantPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T11:00:15.1465736Z test_torch_nn_ConstantPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1466045Z test_torch_nn_Conv1d (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T11:00:15.1466346Z test_torch_nn_Conv1d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1466703Z test_torch_nn_Conv1d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1467053Z test_torch_nn_Conv1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1467354Z test_torch_nn_Conv1d_dilated (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1467679Z test_torch_nn_Conv1d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1467996Z test_torch_nn_Conv1d_groups (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1468308Z test_torch_nn_Conv1d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1468621Z test_torch_nn_Conv1d_pad1 (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1468937Z test_torch_nn_Conv1d_pad1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1469259Z test_torch_nn_Conv1d_pad1size1 (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1469573Z test_torch_nn_Conv1d_pad1size1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1469888Z test_torch_nn_Conv1d_pad2 (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T11:00:15.1470206Z test_torch_nn_Conv1d_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1470510Z test_torch_nn_Conv1d_pad2size1 (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1470836Z test_torch_nn_Conv1d_pad2size1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1471156Z test_torch_nn_Conv1d_pad_same (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T11:00:15.1472045Z test_torch_nn_Conv1d_pad_same2 (__main__.TestCppApiParity) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/conv.py:310: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:896.) 2022-12-01T11:00:15.1472599Z self.padding, self.dilation, self.groups) 2022-12-01T11:00:15.1472789Z ok (0.012s) 2022-12-01T11:00:15.1473051Z test_torch_nn_Conv1d_pad_same2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1473403Z test_torch_nn_Conv1d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1473725Z test_torch_nn_Conv1d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1474103Z test_torch_nn_Conv1d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1474540Z test_torch_nn_Conv1d_pad_valid (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1474869Z test_torch_nn_Conv1d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1475195Z test_torch_nn_Conv1d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1475542Z test_torch_nn_Conv1d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1475892Z test_torch_nn_Conv1d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1476273Z test_torch_nn_Conv1d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1476749Z test_torch_nn_Conv1d_stride (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1477078Z test_torch_nn_Conv1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1477401Z test_torch_nn_Conv1d_zero_batch (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1477721Z test_torch_nn_Conv1d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1478056Z test_torch_nn_Conv1d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1478400Z test_torch_nn_Conv1d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1478718Z test_torch_nn_Conv2d (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T11:00:15.1479009Z test_torch_nn_Conv2d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1479366Z test_torch_nn_Conv2d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1479719Z test_torch_nn_Conv2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1480023Z test_torch_nn_Conv2d_depthwise (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T11:00:15.1480355Z test_torch_nn_Conv2d_depthwise_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1480687Z test_torch_nn_Conv2d_depthwise_dilated (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1481033Z test_torch_nn_Conv2d_depthwise_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1481363Z test_torch_nn_Conv2d_depthwise_padded (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T11:00:15.1481711Z test_torch_nn_Conv2d_depthwise_padded_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1482052Z test_torch_nn_Conv2d_depthwise_strided (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1482385Z test_torch_nn_Conv2d_depthwise_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1482733Z test_torch_nn_Conv2d_depthwise_with_multiplier (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T11:00:15.1483095Z test_torch_nn_Conv2d_depthwise_with_multiplier_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1483433Z test_torch_nn_Conv2d_dilated (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1483747Z test_torch_nn_Conv2d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1484069Z test_torch_nn_Conv2d_groups (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T11:00:15.1484391Z test_torch_nn_Conv2d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1484715Z test_torch_nn_Conv2d_groups_thnn (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T11:00:15.1485035Z test_torch_nn_Conv2d_groups_thnn_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1485419Z test_torch_nn_Conv2d_no_bias (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T11:00:15.1485739Z test_torch_nn_Conv2d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1486045Z test_torch_nn_Conv2d_pad_same (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T11:00:15.1486370Z test_torch_nn_Conv2d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1486700Z test_torch_nn_Conv2d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T11:00:15.1487044Z test_torch_nn_Conv2d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1487362Z test_torch_nn_Conv2d_pad_valid (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T11:00:15.1487737Z test_torch_nn_Conv2d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1488059Z test_torch_nn_Conv2d_padding (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T11:00:15.1488374Z test_torch_nn_Conv2d_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1488706Z test_torch_nn_Conv2d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1489057Z test_torch_nn_Conv2d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1489407Z test_torch_nn_Conv2d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1489753Z test_torch_nn_Conv2d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1490089Z test_torch_nn_Conv2d_strided (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T11:00:15.1490413Z test_torch_nn_Conv2d_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1490740Z test_torch_nn_Conv2d_zero_batch (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1491057Z test_torch_nn_Conv2d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1491388Z test_torch_nn_Conv2d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1491730Z test_torch_nn_Conv2d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1492037Z test_torch_nn_Conv3d (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T11:00:15.1492330Z test_torch_nn_Conv3d_1x1x1_no_bias (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1492657Z test_torch_nn_Conv3d_1x1x1_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1492993Z test_torch_nn_Conv3d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T11:00:15.1493331Z test_torch_nn_Conv3d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1493683Z test_torch_nn_Conv3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1493995Z test_torch_nn_Conv3d_dilated (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T11:00:15.1494308Z test_torch_nn_Conv3d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1494636Z test_torch_nn_Conv3d_dilated_strided (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T11:00:15.1494977Z test_torch_nn_Conv3d_dilated_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1495302Z test_torch_nn_Conv3d_groups (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1495610Z test_torch_nn_Conv3d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1495932Z test_torch_nn_Conv3d_no_bias (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1496252Z test_torch_nn_Conv3d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1496604Z test_torch_nn_Conv3d_pad_same (__main__.TestCppApiParity) ... ok (0.026s) 2022-12-01T11:00:15.1496915Z test_torch_nn_Conv3d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1497247Z test_torch_nn_Conv3d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.026s) 2022-12-01T11:00:15.1497591Z test_torch_nn_Conv3d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1497911Z test_torch_nn_Conv3d_pad_valid (__main__.TestCppApiParity) ... ok (0.016s) 2022-12-01T11:00:15.1498237Z test_torch_nn_Conv3d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1498606Z test_torch_nn_Conv3d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T11:00:15.1498962Z test_torch_nn_Conv3d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1499285Z test_torch_nn_Conv3d_stride (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T11:00:15.1499603Z test_torch_nn_Conv3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1499931Z test_torch_nn_Conv3d_stride_padding (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T11:00:15.1500257Z test_torch_nn_Conv3d_stride_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1500585Z test_torch_nn_Conv3d_zero_batch (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1500915Z test_torch_nn_Conv3d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1501248Z test_torch_nn_Conv3d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T11:00:15.1501579Z test_torch_nn_Conv3d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1501911Z test_torch_nn_ConvTranspose1d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1502249Z test_torch_nn_ConvTranspose1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1502585Z test_torch_nn_ConvTranspose1d_dilated (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1502921Z test_torch_nn_ConvTranspose1d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1503267Z test_torch_nn_ConvTranspose1d_groups (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T11:00:15.1503611Z test_torch_nn_ConvTranspose1d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1503940Z test_torch_nn_ConvTranspose1d_no_bias (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1504285Z test_torch_nn_ConvTranspose1d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1504619Z test_torch_nn_ConvTranspose2d (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T11:00:15.1504948Z test_torch_nn_ConvTranspose2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1505271Z test_torch_nn_ConvTranspose2d_dilated (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T11:00:15.1505616Z test_torch_nn_ConvTranspose2d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1505959Z test_torch_nn_ConvTranspose2d_groups (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1506291Z test_torch_nn_ConvTranspose2d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1506630Z test_torch_nn_ConvTranspose2d_no_bias (__main__.TestCppApiParity) ... ok (0.113s) 2022-12-01T11:00:15.1506975Z test_torch_nn_ConvTranspose2d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1507307Z test_torch_nn_ConvTranspose3d (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T11:00:15.1507623Z test_torch_nn_ConvTranspose3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1507998Z test_torch_nn_ConvTranspose3d_dilated (__main__.TestCppApiParity) ... ok (0.023s) 2022-12-01T11:00:15.1508345Z test_torch_nn_ConvTranspose3d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1508690Z test_torch_nn_CosineEmbeddingLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1509025Z test_torch_nn_CosineEmbeddingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1509375Z test_torch_nn_CosineEmbeddingLoss_margin (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1509733Z test_torch_nn_CosineEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1510117Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1510500Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1510879Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1511258Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1511621Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1511995Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1512344Z test_torch_nn_CrossEntropyLoss (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1512656Z test_torch_nn_CrossEntropyLoss_2d (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1512985Z test_torch_nn_CrossEntropyLoss_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1513339Z test_torch_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1513704Z test_torch_nn_CrossEntropyLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1514067Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1514540Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1514943Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1515358Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1515757Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1516180Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1516720Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1517127Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1517494Z test_torch_nn_CrossEntropyLoss_2d_prob_target (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1517860Z test_torch_nn_CrossEntropyLoss_2d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1518234Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1518617Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1519057Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1519469Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1519869Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1520267Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1520639Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1521060Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1521427Z test_torch_nn_CrossEntropyLoss_2d_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1521786Z test_torch_nn_CrossEntropyLoss_2d_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1522147Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1522538Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1522937Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1523349Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1523751Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1524169Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1524596Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1525042Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1525428Z test_torch_nn_CrossEntropyLoss_3d_prob_target (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1525794Z test_torch_nn_CrossEntropyLoss_3d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1526164Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1526549Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1526929Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1527342Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1527729Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1528094Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1528461Z test_torch_nn_CrossEntropyLoss_4d_prob_target (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1528822Z test_torch_nn_CrossEntropyLoss_4d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1529191Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1529561Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1529972Z test_torch_nn_CrossEntropyLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1530312Z test_torch_nn_CrossEntropyLoss_dim_is_3 (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1530662Z test_torch_nn_CrossEntropyLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1530999Z test_torch_nn_CrossEntropyLoss_higher_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1531355Z test_torch_nn_CrossEntropyLoss_higher_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1531704Z test_torch_nn_CrossEntropyLoss_weights (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1532085Z test_torch_nn_CrossEntropyLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1532408Z test_torch_nn_CrossMapLRN2d (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1532740Z test_torch_nn_CrossMapLRN2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1533049Z test_torch_nn_ELU (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1533338Z test_torch_nn_ELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1533642Z test_torch_nn_ELU_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1533957Z test_torch_nn_ELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1534270Z test_torch_nn_Embedding (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1534569Z test_torch_nn_EmbeddingBag_discontiguous (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1534930Z test_torch_nn_EmbeddingBag_discontiguous_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1535271Z test_torch_nn_EmbeddingBag_max (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1535594Z test_torch_nn_EmbeddingBag_max_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1535937Z test_torch_nn_EmbeddingBag_max_padding_idx (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1536294Z test_torch_nn_EmbeddingBag_max_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1536635Z test_torch_nn_EmbeddingBag_mean (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1536960Z test_torch_nn_EmbeddingBag_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1537304Z test_torch_nn_EmbeddingBag_mean_padding_idx (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1537670Z test_torch_nn_EmbeddingBag_mean_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1538004Z test_torch_nn_EmbeddingBag_sparse (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1538348Z test_torch_nn_EmbeddingBag_sparse_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1538680Z test_torch_nn_EmbeddingBag_sum (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1539013Z test_torch_nn_EmbeddingBag_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1539341Z test_torch_nn_EmbeddingBag_sum_padding_idx (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1539698Z test_torch_nn_EmbeddingBag_sum_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1540054Z test_torch_nn_Embedding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1540387Z test_torch_nn_Embedding_discontiguous (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1540726Z test_torch_nn_Embedding_discontiguous_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1541110Z test_torch_nn_Embedding_sparse (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1541444Z test_torch_nn_Embedding_sparse_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1541749Z test_torch_nn_Flatten (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1542060Z test_torch_nn_Flatten_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1542382Z test_torch_nn_Flatten_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1542718Z test_torch_nn_Flatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1543016Z test_torch_nn_Fold (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1543351Z test_torch_nn_Fold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1543667Z test_torch_nn_Fold_int_input (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1543986Z test_torch_nn_Fold_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1544315Z test_torch_nn_Fold_no_batch_dim_input (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1544658Z test_torch_nn_Fold_no_batch_dim_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1544997Z test_torch_nn_Fold_no_batch_dim_int_input (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1545332Z test_torch_nn_Fold_no_batch_dim_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1545681Z test_torch_nn_FractionalMaxPool2d_ratio (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1546045Z test_torch_nn_FractionalMaxPool2d_ratio_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1546420Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1546791Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1547192Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1547615Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T11:00:15.1547999Z test_torch_nn_FractionalMaxPool2d_size (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1548342Z test_torch_nn_FractionalMaxPool2d_size_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1548711Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1549093Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1549477Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1549900Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T11:00:15.1550291Z test_torch_nn_FractionalMaxPool3d_asymsize (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T11:00:15.1550659Z test_torch_nn_FractionalMaxPool3d_asymsize_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1551006Z test_torch_nn_FractionalMaxPool3d_ratio (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1551370Z test_torch_nn_FractionalMaxPool3d_ratio_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1551740Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1552128Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1552549Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1552970Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T11:00:15.1553357Z test_torch_nn_FractionalMaxPool3d_size (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T11:00:15.1553712Z test_torch_nn_FractionalMaxPool3d_size_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1554065Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1554566Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1554964Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1555390Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T11:00:15.1555738Z test_torch_nn_GELU (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1556044Z test_torch_nn_GELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1556350Z test_torch_nn_GELU_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1556784Z test_torch_nn_GELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1557104Z test_torch_nn_GLU (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1557409Z test_torch_nn_GLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1557712Z test_torch_nn_GLU_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1558006Z test_torch_nn_GLU_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1558329Z test_torch_nn_GroupNorm_1d_affine (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1558640Z test_torch_nn_GroupNorm_1d_affine_GN (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1558967Z test_torch_nn_GroupNorm_1d_affine_GN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1559330Z test_torch_nn_GroupNorm_1d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1559674Z test_torch_nn_GroupNorm_1d_affine_large_batch (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T11:00:15.1560031Z test_torch_nn_GroupNorm_1d_affine_large_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1560370Z test_torch_nn_GroupNorm_1d_no_affine_IN (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1560714Z test_torch_nn_GroupNorm_1d_no_affine_IN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1561055Z test_torch_nn_GroupNorm_1d_no_affine_LN (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1561385Z test_torch_nn_GroupNorm_1d_no_affine_LN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1561716Z test_torch_nn_GroupNorm_2d_affine (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1562051Z test_torch_nn_GroupNorm_2d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1562396Z test_torch_nn_GroupNorm_2d_affine_large_feature (__main__.TestCppApiParity) ... ok (0.026s) 2022-12-01T11:00:15.1562743Z test_torch_nn_GroupNorm_2d_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1563094Z test_torch_nn_GroupNorm_2d_no_affine_IN (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1563434Z test_torch_nn_GroupNorm_2d_no_affine_IN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1563835Z test_torch_nn_GroupNorm_2d_no_affine_LN (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1564165Z test_torch_nn_GroupNorm_2d_no_affine_LN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1564511Z test_torch_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T11:00:15.1564876Z test_torch_nn_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1565211Z test_torch_nn_Hardshrink (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1565522Z test_torch_nn_Hardshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1565896Z test_torch_nn_Hardshrink_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1566233Z test_torch_nn_Hardshrink_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1566541Z test_torch_nn_Hardtanh (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1566854Z test_torch_nn_Hardtanh_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1567170Z test_torch_nn_Hardtanh_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1567499Z test_torch_nn_Hardtanh_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1567821Z test_torch_nn_HingeEmbeddingLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1568167Z test_torch_nn_HingeEmbeddingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1568513Z test_torch_nn_HingeEmbeddingLoss_margin (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1568860Z test_torch_nn_HingeEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1569240Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.290s) 2022-12-01T11:00:15.1569629Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1570015Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.292s) 2022-12-01T11:00:15.1570388Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1570774Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.009s) 2022-12-01T11:00:15.1571163Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1571534Z test_torch_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1571895Z test_torch_nn_HingeEmbeddingLoss_scalar_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1572236Z test_torch_nn_HuberLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1572550Z test_torch_nn_HuberLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1572854Z test_torch_nn_InstanceNorm1d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1573186Z test_torch_nn_InstanceNorm1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1573523Z test_torch_nn_InstanceNorm1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1573876Z test_torch_nn_InstanceNorm1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1574219Z test_torch_nn_InstanceNorm1d_tracking_stats (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1574579Z test_torch_nn_InstanceNorm1d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1574984Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1575366Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1575704Z test_torch_nn_InstanceNorm2d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1576035Z test_torch_nn_InstanceNorm2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1576375Z test_torch_nn_InstanceNorm2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1576712Z test_torch_nn_InstanceNorm2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1577095Z test_torch_nn_InstanceNorm2d_tracking_stats (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1577457Z test_torch_nn_InstanceNorm2d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1577831Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1578200Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1578553Z test_torch_nn_InstanceNorm3d (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T11:00:15.1578884Z test_torch_nn_InstanceNorm3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1579219Z test_torch_nn_InstanceNorm3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1579555Z test_torch_nn_InstanceNorm3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1579906Z test_torch_nn_InstanceNorm3d_tracking_stats (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T11:00:15.1580262Z test_torch_nn_InstanceNorm3d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1580631Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T11:00:15.1580998Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1581967Z 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-01T11:00:15.1582646Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T11:00:15.1583592Z /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-01T11:00:15.1584262Z cpp_test_fn(arg_dict_file_path, module_file_path, forward_output_file_path, backward_grad_dict_file_path) 2022-12-01T11:00:15.1584510Z ok (0.008s) 2022-12-01T11:00:15.1584767Z test_torch_nn_KLDivLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1585098Z test_torch_nn_KLDivLoss_log_target (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1585429Z test_torch_nn_KLDivLoss_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1585758Z test_torch_nn_KLDivLoss_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1586091Z test_torch_nn_KLDivLoss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1586468Z test_torch_nn_KLDivLoss_scalar_log_target (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1586808Z test_torch_nn_KLDivLoss_scalar_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1587130Z test_torch_nn_L1Loss (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1587436Z test_torch_nn_L1Loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1587746Z test_torch_nn_L1Loss_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1588057Z test_torch_nn_L1Loss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1588400Z test_torch_nn_LPPool1d (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1588720Z test_torch_nn_LPPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1589036Z test_torch_nn_LPPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1589375Z test_torch_nn_LPPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1589703Z test_torch_nn_LPPool1d_norm (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1590027Z test_torch_nn_LPPool1d_norm_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1590330Z test_torch_nn_LPPool2d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1590643Z test_torch_nn_LPPool2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1590958Z test_torch_nn_LPPool2d_norm (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1591271Z test_torch_nn_LPPool2d_norm_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1591610Z test_torch_nn_LayerNorm_1d_elementwise_affine (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1591978Z test_torch_nn_LayerNorm_1d_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1592341Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1592704Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1593072Z test_torch_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1593436Z test_torch_nn_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1593799Z test_torch_nn_LayerNorm_3d_elementwise_affine (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1594149Z test_torch_nn_LayerNorm_3d_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1594604Z test_torch_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestCppApiParity) ... ok (0.052s) 2022-12-01T11:00:15.1594975Z test_torch_nn_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1595326Z test_torch_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1595689Z test_torch_nn_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1596025Z test_torch_nn_LeakyReLU (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1596342Z test_torch_nn_LeakyReLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1596820Z test_torch_nn_LeakyReLU_with_negval (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1597167Z test_torch_nn_LeakyReLU_with_negval_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1597512Z test_torch_nn_LeakyReLU_with_negval_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1597964Z test_torch_nn_LeakyReLU_with_negval_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1598302Z test_torch_nn_LeakyReLU_with_zero_negval (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1598651Z test_torch_nn_LeakyReLU_with_zero_negval_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1598975Z test_torch_nn_Linear (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1599269Z test_torch_nn_Linear_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1599586Z test_torch_nn_Linear_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1599956Z test_torch_nn_Linear_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1600284Z test_torch_nn_Linear_no_bias (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1600600Z test_torch_nn_Linear_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1618441Z test_torch_nn_LocalResponseNorm_1d (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1618820Z test_torch_nn_LocalResponseNorm_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1619186Z test_torch_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1619550Z test_torch_nn_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1619922Z test_torch_nn_LocalResponseNorm_3d_custom_params (__main__.TestCppApiParity) ... ok (0.028s) 2022-12-01T11:00:15.1620308Z test_torch_nn_LocalResponseNorm_3d_custom_params_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1620642Z test_torch_nn_LogSigmoid (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1620975Z test_torch_nn_LogSigmoid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1621301Z test_torch_nn_LogSigmoid_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1621639Z test_torch_nn_LogSigmoid_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1621955Z test_torch_nn_LogSoftmax (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1622274Z test_torch_nn_LogSoftmax_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1622605Z test_torch_nn_LogSoftmax_multiparam (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T11:00:15.1622953Z test_torch_nn_LogSoftmax_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1623292Z test_torch_nn_LogSoftmax_multiparam_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1623651Z test_torch_nn_LogSoftmax_multiparam_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1624004Z test_torch_nn_LogSoftmax_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1624337Z test_torch_nn_LogSoftmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1624659Z test_torch_nn_MSELoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1624971Z test_torch_nn_MSELoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1625282Z test_torch_nn_MSELoss_prec (__main__.TestCppApiParity) ... ok (0.037s) 2022-12-01T11:00:15.1625591Z test_torch_nn_MSELoss_prec_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1625913Z test_torch_nn_MSELoss_scalar (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1626236Z test_torch_nn_MSELoss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1626676Z test_torch_nn_MarginRankingLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1627020Z test_torch_nn_MarginRankingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1627369Z test_torch_nn_MarginRankingLoss_margin (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1627725Z test_torch_nn_MarginRankingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1628076Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1628455Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1628865Z test_torch_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1629235Z test_torch_nn_MarginRankingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1629592Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1629963Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1630307Z test_torch_nn_MaxPool1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1630613Z test_torch_nn_MaxPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1630935Z test_torch_nn_MaxPool1d_stride (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1631269Z test_torch_nn_MaxPool1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1631602Z test_torch_nn_MaxPool2d_3d_input (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1631923Z test_torch_nn_MaxPool2d_3d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1632248Z test_torch_nn_MaxPool2d_4d_input (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1632580Z test_torch_nn_MaxPool2d_4d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1632894Z test_torch_nn_MaxPool3d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1633198Z test_torch_nn_MaxPool3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1633520Z test_torch_nn_MaxPool3d_stride (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1633851Z test_torch_nn_MaxPool3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1634260Z test_torch_nn_MaxPool3d_stride_padding (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1634620Z test_torch_nn_MaxPool3d_stride_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1634944Z test_torch_nn_Mish (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1635254Z test_torch_nn_Mish_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1635549Z test_torch_nn_Mish_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1635870Z test_torch_nn_Mish_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1636205Z test_torch_nn_MultiLabelMarginLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1636524Z test_torch_nn_MultiLabelMarginLoss_1d (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1636989Z test_torch_nn_MultiLabelMarginLoss_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1637371Z test_torch_nn_MultiLabelMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1637743Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1638121Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1638568Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1638954Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1639335Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1639703Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1640074Z test_torch_nn_MultiLabelSoftMarginLoss (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1640482Z test_torch_nn_MultiLabelSoftMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1640853Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1641262Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1641655Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1642052Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1642430Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1642822Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1643205Z test_torch_nn_MultiLabelSoftMarginLoss_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1643589Z test_torch_nn_MultiLabelSoftMarginLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1643936Z test_torch_nn_MultiMarginLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1644245Z test_torch_nn_MultiMarginLoss_1d (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1644586Z test_torch_nn_MultiMarginLoss_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1644949Z test_torch_nn_MultiMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1645276Z test_torch_nn_MultiMarginLoss_margin (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1645622Z test_torch_nn_MultiMarginLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1645964Z test_torch_nn_MultiMarginLoss_p (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1646294Z test_torch_nn_MultiMarginLoss_p_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1646634Z test_torch_nn_MultiMarginLoss_weights (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1646989Z test_torch_nn_MultiMarginLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1647312Z test_torch_nn_NLLLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1647583Z test_torch_nn_NLLLoss_2d (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1647899Z test_torch_nn_NLLLoss_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1648227Z test_torch_nn_NLLLoss_2d_ignore_index (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1648557Z test_torch_nn_NLLLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1648895Z test_torch_nn_NLLLoss_2d_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1649229Z test_torch_nn_NLLLoss_2d_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1649574Z test_torch_nn_NLLLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1649908Z test_torch_nn_NLLLoss_dim_is_3 (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1650237Z test_torch_nn_NLLLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1650564Z test_torch_nn_NLLLoss_higher_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1650891Z test_torch_nn_NLLLoss_higher_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1651227Z test_torch_nn_NLLLoss_ignore_index (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1651564Z test_torch_nn_NLLLoss_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1651951Z test_torch_nn_NLLLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.010s) 2022-12-01T11:00:15.1652300Z test_torch_nn_NLLLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1652659Z test_torch_nn_NLLLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.010s) 2022-12-01T11:00:15.1653017Z test_torch_nn_NLLLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1653374Z test_torch_nn_NLLLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.010s) 2022-12-01T11:00:15.1653722Z test_torch_nn_NLLLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1654052Z test_torch_nn_NLLLoss_weights (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1654384Z test_torch_nn_NLLLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1654711Z test_torch_nn_NLLLoss_weights_ignore_index (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1655072Z test_torch_nn_NLLLoss_weights_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1655415Z test_torch_nn_NLLLoss_weights_ignore_index_neg (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1655777Z test_torch_nn_NLLLoss_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1656105Z test_torch_nn_PReLU_1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1656415Z test_torch_nn_PReLU_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1656721Z test_torch_nn_PReLU_1d_multiparam (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1657061Z test_torch_nn_PReLU_1d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1657383Z test_torch_nn_PReLU_2d (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1657680Z test_torch_nn_PReLU_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1657999Z test_torch_nn_PReLU_2d_multiparam (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1658331Z test_torch_nn_PReLU_2d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1658647Z test_torch_nn_PReLU_3d (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T11:00:15.1658944Z test_torch_nn_PReLU_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1659263Z test_torch_nn_PReLU_3d_multiparam (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T11:00:15.1659600Z test_torch_nn_PReLU_3d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1659908Z test_torch_nn_PReLU_scalar (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1660227Z test_torch_nn_PReLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1660551Z test_torch_nn_PairwiseDistance (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1660906Z test_torch_nn_PairwiseDistance_broadcast_lhs (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1661263Z test_torch_nn_PairwiseDistance_broadcast_lhs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1661626Z test_torch_nn_PairwiseDistance_broadcast_rhs (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1661991Z test_torch_nn_PairwiseDistance_broadcast_rhs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1662355Z test_torch_nn_PairwiseDistance_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1662697Z test_torch_nn_PairwiseDistance_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1663086Z test_torch_nn_PairwiseDistance_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1663460Z test_torch_nn_PairwiseDistance_with_non_default_args (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1663828Z test_torch_nn_PairwiseDistance_with_non_default_args_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1664175Z test_torch_nn_PixelShuffle (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1664495Z test_torch_nn_PixelShuffle_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1664815Z test_torch_nn_PixelUnshuffle (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1665133Z test_torch_nn_PixelUnshuffle_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1665471Z test_torch_nn_PoissonNLLLoss_full_loss (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1665821Z test_torch_nn_PoissonNLLLoss_full_loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1666163Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1666537Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1666895Z test_torch_nn_PoissonNLLLoss_no_full_loss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1667247Z test_torch_nn_PoissonNLLLoss_no_full_loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1667600Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1667975Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1668307Z test_torch_nn_RReLU (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1668621Z test_torch_nn_RReLU_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T11:00:15.1668929Z test_torch_nn_RReLU_with_up_down (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1669265Z test_torch_nn_RReLU_with_up_down_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T11:00:15.1669601Z test_torch_nn_RReLU_with_up_down_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1669938Z test_torch_nn_RReLU_with_up_down_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T11:00:15.1670260Z test_torch_nn_ReLU (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1670529Z test_torch_nn_ReLU6 (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1670832Z test_torch_nn_ReLU6_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1671127Z test_torch_nn_ReLU6_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1671446Z test_torch_nn_ReLU6_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1671777Z test_torch_nn_ReLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1672102Z test_torch_nn_ReLU_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1672417Z test_torch_nn_ReLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1672737Z test_torch_nn_ReflectionPad1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1673051Z test_torch_nn_ReflectionPad1d_batch (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1673386Z test_torch_nn_ReflectionPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1673729Z test_torch_nn_ReflectionPad1d_complex (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1674108Z test_torch_nn_ReflectionPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1674564Z test_torch_nn_ReflectionPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1674884Z test_torch_nn_ReflectionPad2d (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T11:00:15.1675196Z test_torch_nn_ReflectionPad2d_complex (__main__.TestCppApiParity) ... ok (0.029s) 2022-12-01T11:00:15.1675547Z test_torch_nn_ReflectionPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1675904Z test_torch_nn_ReflectionPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1676244Z test_torch_nn_ReflectionPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T11:00:15.1676706Z test_torch_nn_ReflectionPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1677049Z test_torch_nn_ReflectionPad3d (__main__.TestCppApiParity) ... ok (0.033s) 2022-12-01T11:00:15.1677354Z test_torch_nn_ReflectionPad3d_complex (__main__.TestCppApiParity) ... ok (0.050s) 2022-12-01T11:00:15.1677705Z test_torch_nn_ReflectionPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1678069Z test_torch_nn_ReflectionPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1678394Z test_torch_nn_ReflectionPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T11:00:15.1678752Z test_torch_nn_ReflectionPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1679093Z test_torch_nn_ReplicationPad1d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1679409Z test_torch_nn_ReplicationPad1d_batch (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1679748Z test_torch_nn_ReplicationPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1680100Z test_torch_nn_ReplicationPad1d_complex (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1680452Z test_torch_nn_ReplicationPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1680817Z test_torch_nn_ReplicationPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1681138Z test_torch_nn_ReplicationPad2d (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T11:00:15.1681453Z test_torch_nn_ReplicationPad2d_complex (__main__.TestCppApiParity) ... ok (0.017s) 2022-12-01T11:00:15.1681806Z test_torch_nn_ReplicationPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1682163Z test_torch_nn_ReplicationPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1682512Z test_torch_nn_ReplicationPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1682873Z test_torch_nn_ReplicationPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1683219Z test_torch_nn_ReplicationPad3d (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T11:00:15.1683582Z test_torch_nn_ReplicationPad3d_complex (__main__.TestCppApiParity) ... ok (0.029s) 2022-12-01T11:00:15.1683935Z test_torch_nn_ReplicationPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1684302Z test_torch_nn_ReplicationPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1684645Z test_torch_nn_ReplicationPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T11:00:15.1684992Z test_torch_nn_ReplicationPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1685316Z test_torch_nn_SELU (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1685656Z test_torch_nn_SELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1685956Z test_torch_nn_SELU_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1686272Z test_torch_nn_SELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1686604Z test_torch_nn_SampleModule_has_parity (__main__.TestCppApiParity) ... ok (0.031s) 2022-12-01T11:00:15.1686950Z test_torch_nn_SampleModule_has_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1687296Z test_torch_nn_SampleModule_no_parity (__main__.TestCppApiParity) ... expected failure (0.024s) 2022-12-01T11:00:15.1687651Z test_torch_nn_SampleModule_no_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1687968Z test_torch_nn_SiLU (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1688258Z test_torch_nn_SiLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1688563Z test_torch_nn_SiLU_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1688878Z test_torch_nn_SiLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1689191Z test_torch_nn_Sigmoid (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1689487Z test_torch_nn_Sigmoid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1689796Z test_torch_nn_Sigmoid_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1690119Z test_torch_nn_Sigmoid_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1690429Z test_torch_nn_SmoothL1Loss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1690750Z test_torch_nn_SmoothL1Loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1691073Z test_torch_nn_SmoothL1Loss_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1691407Z test_torch_nn_SmoothL1Loss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1691722Z test_torch_nn_SoftMarginLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1692052Z test_torch_nn_SoftMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1692411Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-12-01T11:00:15.1692785Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1693147Z test_torch_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-12-01T11:00:15.1693520Z test_torch_nn_SoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1693897Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.009s) 2022-12-01T11:00:15.1694260Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1694590Z test_torch_nn_Softmax (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1694910Z test_torch_nn_Softmax2d (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T11:00:15.1695223Z test_torch_nn_Softmax2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1695538Z test_torch_nn_Softmax2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1695879Z test_torch_nn_Softmax2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1696224Z test_torch_nn_Softmax_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1696542Z test_torch_nn_Softmax_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1696892Z test_torch_nn_Softmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1697219Z test_torch_nn_Softmax_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1697546Z test_torch_nn_Softmax_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1697849Z test_torch_nn_Softmin (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1698160Z test_torch_nn_Softmin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1698474Z test_torch_nn_Softmin_multidim (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1698801Z test_torch_nn_Softmin_multidim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1699115Z test_torch_nn_Softmin_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1699451Z test_torch_nn_Softmin_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1699777Z test_torch_nn_Softmin_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1700089Z test_torch_nn_Softmin_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1700410Z test_torch_nn_Softplus (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1700700Z test_torch_nn_Softplus_beta (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1701026Z test_torch_nn_Softplus_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1701351Z test_torch_nn_Softplus_beta_threshold (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1701699Z test_torch_nn_Softplus_beta_threshold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1702049Z test_torch_nn_Softplus_beta_threshold_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1702408Z test_torch_nn_Softplus_beta_threshold_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1702754Z test_torch_nn_Softplus_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1703065Z test_torch_nn_Softshrink (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1703385Z test_torch_nn_Softshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1703706Z test_torch_nn_Softshrink_lambda (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1704026Z test_torch_nn_Softshrink_lambda_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1704360Z test_torch_nn_Softshrink_lambda_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1704709Z test_torch_nn_Softshrink_lambda_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1705023Z test_torch_nn_Softsign (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1705340Z test_torch_nn_Softsign_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1705655Z test_torch_nn_Softsign_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1706027Z test_torch_nn_Softsign_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1706327Z test_torch_nn_Tanh (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1706629Z test_torch_nn_Tanh_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1706937Z test_torch_nn_Tanh_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1707244Z test_torch_nn_Tanh_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1707558Z test_torch_nn_Tanhshrink (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1707875Z test_torch_nn_Tanhshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1708232Z test_torch_nn_Tanhshrink_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1708558Z test_torch_nn_Tanhshrink_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1708898Z test_torch_nn_Threshold_large_value (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1709241Z test_torch_nn_Threshold_large_value_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1709582Z test_torch_nn_Threshold_threshold_value (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1709916Z test_torch_nn_Threshold_threshold_value_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1710269Z test_torch_nn_Threshold_threshold_value_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1710631Z test_torch_nn_Threshold_threshold_value_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1711001Z test_torch_nn_TransformerDecoderLayer_gelu_activation (__main__.TestCppApiParity) ... ok (0.053s) 2022-12-01T11:00:15.1711402Z test_torch_nn_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1711798Z test_torch_nn_TransformerDecoderLayer_relu_activation (__main__.TestCppApiParity) ... ok (0.052s) 2022-12-01T11:00:15.1712196Z test_torch_nn_TransformerDecoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1712578Z test_torch_nn_TransformerEncoderLayer_gelu_activation (__main__.TestCppApiParity) ... ok (0.039s) 2022-12-01T11:00:15.1712976Z test_torch_nn_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1713369Z test_torch_nn_TransformerEncoderLayer_relu_activation (__main__.TestCppApiParity) ... ok (0.039s) 2022-12-01T11:00:15.1713766Z test_torch_nn_TransformerEncoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1714127Z test_torch_nn_Transformer_multilayer_coder (__main__.TestCppApiParity) ... ok (3.383s) 2022-12-01T11:00:15.1714566Z test_torch_nn_Transformer_multilayer_coder_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1714931Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1715311Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1715671Z test_torch_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1716044Z test_torch_nn_TripletMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1716416Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1716896Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1717250Z test_torch_nn_Unflatten_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1717650Z test_torch_nn_Unflatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1717970Z test_torch_nn_Unfold (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1718266Z test_torch_nn_Unfold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1718584Z test_torch_nn_Unfold_int_input (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1718916Z test_torch_nn_Unfold_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1719238Z test_torch_nn_ZeroPad2d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1719528Z test_torch_nn_ZeroPad2d_complex (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1719906Z test_torch_nn_ZeroPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1720263Z test_torch_nn_ZeroPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1720585Z test_torch_nn_ZeroPad2d_negative_dims (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1720936Z test_torch_nn_ZeroPad2d_negative_dims_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1721279Z test_torch_nn_ZeroPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.128s) 2022-12-01T11:00:15.1721621Z test_torch_nn_ZeroPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1722374Z test_torch_nn_functional_BCELoss_no_reduce (__main__.TestCppApiParity) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/cpp_api_parity/functional_impl_check.py line 99 2022-12-01T11:00:15.1722787Z due to: 2022-12-01T11:00:15.1722977Z Traceback (most recent call last): 2022-12-01T11:00:15.1723176Z File "", line 1, in 2022-12-01T11:00:15.1723440Z NameError: name 'Storage' is not defined 2022-12-01T11:00:15.1723576Z 2022-12-01T11:00:15.1723650Z from user code: 2022-12-01T11:00:15.1723959Z File "/var/lib/jenkins/workspace/test/cpp_api_parity/functional_impl_check.py", line 100, in 2022-12-01T11:00:15.1724290Z cpp_output = torch.load(forward_output_file_path) 2022-12-01T11:00:15.1724436Z 2022-12-01T11:00:15.1724571Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:00:15.1724791Z ========== 2022-12-01T11:00:15.1724937Z ok (0.364s) 2022-12-01T11:00:15.1725218Z test_torch_nn_functional_BCELoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1725579Z test_torch_nn_functional_BCELoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.273s) 2022-12-01T11:00:15.1725954Z test_torch_nn_functional_BCELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1726310Z test_torch_nn_functional_BCELoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.287s) 2022-12-01T11:00:15.1726681Z test_torch_nn_functional_BCELoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1727057Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.286s) 2022-12-01T11:00:15.1727429Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1728141Z 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-01T11:00:15.1728577Z warnings.warn(warning.format(ret)) 2022-12-01T11:00:15.1728772Z ok (0.171s) 2022-12-01T11:00:15.1729051Z test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1729472Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.175s) 2022-12-01T11:00:15.1729854Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1730240Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.172s) 2022-12-01T11:00:15.1730616Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1731005Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce (__main__.TestCppApiParity) ... ok (0.276s) 2022-12-01T11:00:15.1731435Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1731829Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T11:00:15.1732211Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1732582Z test_torch_nn_functional_HuberLoss_delta (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1732934Z test_torch_nn_functional_HuberLoss_delta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1733286Z test_torch_nn_functional_KLDivLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T11:00:15.1733635Z test_torch_nn_functional_KLDivLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1734002Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T11:00:15.1734384Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1734747Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.003s) 2022-12-01T11:00:15.1735121Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1735507Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target (__main__.TestCppApiParity) ... ok (0.003s) 2022-12-01T11:00:15.1735906Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1736286Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T11:00:15.1736676Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1737057Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T11:00:15.1737440Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1737795Z test_torch_nn_functional_L1Loss_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1738125Z test_torch_nn_functional_L1Loss_no_reduce_complex (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1738497Z test_torch_nn_functional_L1Loss_no_reduce_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1738881Z test_torch_nn_functional_L1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1739219Z test_torch_nn_functional_L1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.003s) 2022-12-01T11:00:15.1739581Z test_torch_nn_functional_L1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1739936Z test_torch_nn_functional_MSELoss_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T11:00:15.1740314Z test_torch_nn_functional_MSELoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1740667Z test_torch_nn_functional_MSELoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.003s) 2022-12-01T11:00:15.1741033Z test_torch_nn_functional_MSELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1741415Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce (__main__.TestCppApiParity) ... ok (0.003s) 2022-12-01T11:00:15.1741799Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1742221Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... ok (0.003s) 2022-12-01T11:00:15.1742617Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1743015Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1743397Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1743790Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1744183Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1744579Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1744975Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1745386Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1745816Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1746216Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T11:00:15.1746581Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1746965Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1747354Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1747731Z test_torch_nn_functional_MultiMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1748093Z test_torch_nn_functional_MultiMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1748470Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1748851Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1749222Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1749613Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1749981Z test_torch_nn_functional_NLLLoss2d_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T11:00:15.1750340Z test_torch_nn_functional_NLLLoss2d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1750703Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1751084Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1751494Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1751872Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1752222Z test_torch_nn_functional_NLLLossNd_no_reduce (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1752581Z test_torch_nn_functional_NLLLossNd_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1752948Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1753378Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1753745Z test_torch_nn_functional_NLLLossNd_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1754128Z test_torch_nn_functional_NLLLossNd_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1754566Z test_torch_nn_functional_NLLLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1754925Z test_torch_nn_functional_NLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1755279Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1755660Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1756036Z test_torch_nn_functional_NLLLoss_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1756395Z test_torch_nn_functional_NLLLoss_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1756891Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1757291Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1757692Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1758080Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1758465Z test_torch_nn_functional_Padding122112_3dcircular (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T11:00:15.1758836Z test_torch_nn_functional_Padding122112_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1759204Z test_torch_nn_functional_Padding1221_2dcircular (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1759557Z test_torch_nn_functional_Padding1221_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1759926Z test_torch_nn_functional_Padding12_1dcircular (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1760290Z test_torch_nn_functional_Padding12_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1760649Z test_torch_nn_functional_Padding2322_2dcircular (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T11:00:15.1761000Z test_torch_nn_functional_Padding2322_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1761359Z test_torch_nn_functional_Padding31_1dcircular (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1761721Z test_torch_nn_functional_Padding31_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1762080Z test_torch_nn_functional_Padding322112_3dcircular (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1762488Z test_torch_nn_functional_Padding322112_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1762852Z test_torch_nn_functional_Padding332122_3dcircular (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1763217Z test_torch_nn_functional_Padding332122_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1763565Z test_torch_nn_functional_Padding3331_2dcircular (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T11:00:15.1763752Z test_torch_nn_functional_Padding3331_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1763912Z test_torch_nn_functional_Padding33_1dcircular (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1764136Z test_torch_nn_functional_Padding33_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1764304Z test_torch_nn_functional_PoissonNLLLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T11:00:15.1764497Z test_torch_nn_functional_PoissonNLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1764652Z test_torch_nn_functional_SmoothL1Loss_beta (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1764833Z test_torch_nn_functional_SmoothL1Loss_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1764992Z test_torch_nn_functional_SmoothL1Loss_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1765167Z test_torch_nn_functional_SmoothL1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1765338Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.003s) 2022-12-01T11:00:15.1765531Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1765687Z test_torch_nn_functional_SmoothL1Loss_zero_beta (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1765872Z test_torch_nn_functional_SmoothL1Loss_zero_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1766035Z test_torch_nn_functional_SoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1766225Z test_torch_nn_functional_SoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1766382Z test_torch_nn_functional_interpolate_bicubic_2d (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T11:00:15.1766568Z test_torch_nn_functional_interpolate_bicubic_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1766725Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.003s) 2022-12-01T11:00:15.1766917Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1767084Z test_torch_nn_functional_interpolate_bicubic_scale_2d (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1767276Z test_torch_nn_functional_interpolate_bicubic_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1767456Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T11:00:15.1767664Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1767845Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1768040Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1768295Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1768499Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1768651Z test_torch_nn_functional_interpolate_bicubic_tuple_2d (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1768829Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1769035Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1769290Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1769453Z test_torch_nn_functional_interpolate_bilinear_2d (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1769643Z test_torch_nn_functional_interpolate_bilinear_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1769812Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.003s) 2022-12-01T11:00:15.1770011Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1770179Z test_torch_nn_functional_interpolate_bilinear_scale_2d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T11:00:15.1770358Z test_torch_nn_functional_interpolate_bilinear_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1770542Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T11:00:15.1770750Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1770930Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1771125Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1771349Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1771557Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1771728Z test_torch_nn_functional_interpolate_bilinear_tuple_2d (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1771912Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1772121Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1772303Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1772463Z test_torch_nn_functional_interpolate_linear_1d (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1772638Z test_torch_nn_functional_interpolate_linear_1d_align_corners (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1772838Z test_torch_nn_functional_interpolate_linear_1d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1773023Z test_torch_nn_functional_interpolate_linear_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1773195Z test_torch_nn_functional_interpolate_linear_1d_zero_dim (__main__.TestCppApiParity) ... ok (0.003s) 2022-12-01T11:00:15.1773390Z test_torch_nn_functional_interpolate_linear_1d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1773597Z test_torch_nn_functional_interpolate_linear_scale_1d (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1773776Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1773981Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1774158Z test_torch_nn_functional_interpolate_linear_scale_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1774321Z test_torch_nn_functional_interpolate_linear_tuple_1d (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1774541Z test_torch_nn_functional_interpolate_linear_tuple_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1774702Z test_torch_nn_functional_interpolate_nearest_1d (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1774890Z test_torch_nn_functional_interpolate_nearest_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1775058Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim (__main__.TestCppApiParity) ... ok (0.003s) 2022-12-01T11:00:15.1775252Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1775411Z test_torch_nn_functional_interpolate_nearest_2d (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T11:00:15.1775596Z test_torch_nn_functional_interpolate_nearest_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1775759Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1775963Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1776136Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.003s) 2022-12-01T11:00:15.1776331Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1776491Z test_torch_nn_functional_interpolate_nearest_3d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1776676Z test_torch_nn_functional_interpolate_nearest_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1776846Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim (__main__.TestCppApiParity) ... ok (0.003s) 2022-12-01T11:00:15.1777040Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1777205Z test_torch_nn_functional_interpolate_nearest_scale_1d (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1777399Z test_torch_nn_functional_interpolate_nearest_scale_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1777551Z test_torch_nn_functional_interpolate_nearest_scale_2d (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T11:00:15.1777741Z test_torch_nn_functional_interpolate_nearest_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1777906Z test_torch_nn_functional_interpolate_nearest_scale_3d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1778096Z test_torch_nn_functional_interpolate_nearest_scale_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1778258Z test_torch_nn_functional_interpolate_nearest_tuple_1d (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1778451Z test_torch_nn_functional_interpolate_nearest_tuple_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1778646Z test_torch_nn_functional_interpolate_nearest_tuple_2d (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1778834Z test_torch_nn_functional_interpolate_nearest_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1778999Z test_torch_nn_functional_interpolate_nearest_tuple_3d (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T11:00:15.1779177Z test_torch_nn_functional_interpolate_nearest_tuple_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1779338Z test_torch_nn_functional_interpolate_trilinear_3d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1779525Z test_torch_nn_functional_interpolate_trilinear_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1779724Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim (__main__.TestCppApiParity) ... ok (0.003s) 2022-12-01T11:00:15.1779924Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1780093Z test_torch_nn_functional_interpolate_trilinear_scale_3d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1780275Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T11:00:15.1780486Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1780681Z test_torch_nn_functional_interpolate_trilinear_scale_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1780834Z test_torch_nn_functional_interpolate_trilinear_tuple_3d (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1781016Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T11:00:15.1781224Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1781419Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1781571Z test_torch_nn_functional_log_softmax_dim0 (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T11:00:15.1781749Z test_torch_nn_functional_log_softmax_dim0_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1781901Z test_torch_nn_functional_log_softmax_dim3 (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T11:00:15.1782079Z test_torch_nn_functional_log_softmax_dim3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1782234Z test_torch_nn_functional_log_softmax_lastdim (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T11:00:15.1782413Z test_torch_nn_functional_log_softmax_lastdim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1782554Z test_torch_nn_functional_log_softmax_scalar (__main__.TestCppApiParity) ... ok (0.003s) 2022-12-01T11:00:15.1782734Z test_torch_nn_functional_log_softmax_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1782887Z test_torch_nn_functional_log_softmax_spatial (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T11:00:15.1783069Z test_torch_nn_functional_log_softmax_spatial_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1783232Z test_torch_nn_functional_log_softmax_spatial_special (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T11:00:15.1783422Z test_torch_nn_functional_log_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1783608Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestCppApiParity) ... ok (0.003s) 2022-12-01T11:00:15.1783816Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1784011Z test_torch_nn_functional_sample_functional_has_parity (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T11:00:15.1784190Z test_torch_nn_functional_sample_functional_has_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1784370Z test_torch_nn_functional_sample_functional_no_parity (__main__.TestCppApiParity) ... expected failure (0.007s) 2022-12-01T11:00:15.1784559Z test_torch_nn_functional_sample_functional_no_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1784718Z test_torch_nn_functional_softmax_functional_dim0 (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T11:00:15.1784939Z test_torch_nn_functional_softmax_functional_dim0_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T11:00:15.1785102Z test_torch_nn_functional_softmax_functional_dim3 (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T11:00:15.1785298Z test_torch_nn_functional_softmax_functional_dim3_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T11:00:15.1785461Z test_torch_nn_functional_softmax_functional_scalar (__main__.TestCppApiParity) ... ok (0.003s) 2022-12-01T11:00:15.1785658Z test_torch_nn_functional_softmax_functional_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T11:00:15.1785798Z test_torch_nn_functional_softmax_lastdim (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T11:00:15.1785976Z test_torch_nn_functional_softmax_lastdim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1786135Z test_torch_nn_functional_softmax_lastdim_dtype (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T11:00:15.1786325Z test_torch_nn_functional_softmax_lastdim_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T11:00:15.1786478Z test_torch_nn_functional_softmax_spatial (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1786656Z test_torch_nn_functional_softmax_spatial_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1786814Z test_torch_nn_functional_softmax_spatial_dtype (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T11:00:15.1787005Z test_torch_nn_functional_softmax_spatial_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T11:00:15.1787164Z test_torch_nn_functional_softmax_spatial_special (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T11:00:15.1787338Z test_torch_nn_functional_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T11:00:15.1787363Z 2022-12-01T11:00:15.1787579Z ---------------------------------------------------------------------- 2022-12-01T11:00:15.1787658Z Ran 1100 tests in 22.085s 2022-12-01T11:00:15.1787666Z 2022-12-01T11:00:15.1787765Z OK (skipped=550, expected failures=17) 2022-12-01T11:00:15.1787770Z 2022-12-01T11:00:15.1787856Z Generating XML reports... 2022-12-01T11:00:15.1788169Z Generated XML report: test-reports/python-unittest/test_cpp_api_parity/TEST-TestCppApiParity-20221201105952.xml 2022-12-01T11:00:15.1788174Z 2022-12-01T11:00:15.1788557Z ##[endgroup] 2022-12-01T11:00:15.1788853Z FINISHED PRINTING LOG FILE of test_cpp_api_parity (/var/lib/jenkins/workspace/test/test-reports/test_cpp_api_parity_r0a_a49e) 2022-12-01T11:00:15.1788858Z 2022-12-01T11:00:15.1789037Z Running test_scatter_gather_ops ... [2022-12-01 11:00:15.140057] 2022-12-01T11:00:15.1789370Z Executing ['/opt/conda/bin/python', '-bb', 'test_scatter_gather_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:00:15.140413] 2022-12-01T11:00:21.5156971Z 2022-12-01T11:00:21.5157546Z Expand the folded group to see the log file of test_scatter_gather_ops 2022-12-01T11:00:21.5158902Z ##[group]PRINTING LOG FILE of test_scatter_gather_ops (/var/lib/jenkins/workspace/test/test-reports/test_scatter_gather_ops_e66sd0h7) 2022-12-01T11:00:21.5159839Z Test results will be stored in test-reports/python-unittest/test_scatter_gather_ops 2022-12-01T11:00:21.5160252Z 2022-12-01T11:00:21.5160387Z Running tests... 2022-12-01T11:00:21.5160905Z ---------------------------------------------------------------------- 2022-12-01T11:00:21.5161473Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.118s) 2022-12-01T11:00:21.5162117Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-12-01T11:00:21.5162945Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.022s) 2022-12-01T11:00:21.5163560Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.022s) 2022-12-01T11:00:21.5164153Z test_gather_bool_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.009s) 2022-12-01T11:00:21.5164666Z test_gather_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (1.119s) 2022-12-01T11:00:21.5165133Z test_gather_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.967s) 2022-12-01T11:00:21.5166063Z test_scatter__cpu_complex64 (__main__.TestScatterGatherCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_scatter_gather_ops.py line 94 2022-12-01T11:00:21.5166591Z due to: 2022-12-01T11:00:21.5166890Z Traceback (most recent call last): 2022-12-01T11:00:21.5167518Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/codegen.py", line 208, in create_load 2022-12-01T11:00:21.5168013Z assert name in self.code_options["co_varnames"], f"{name} missing" 2022-12-01T11:00:21.5168346Z AssertionError: None missing 2022-12-01T11:00:21.5168520Z 2022-12-01T11:00:21.5168605Z from user code: 2022-12-01T11:00:21.5168961Z File "test_scatter_gather_ops.py", line 102, in 2022-12-01T11:00:21.5169366Z src = make_tensor(tuple(src_size), device=device, dtype=dtype) 2022-12-01T11:00:21.5169583Z 2022-12-01T11:00:21.5169766Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:00:21.5170052Z ========== 2022-12-01T11:00:21.5170274Z ok (0.922s) 2022-12-01T11:00:21.5170599Z test_scatter__cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-12-01T11:00:21.5170999Z test_scatter__cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-12-01T11:00:21.5171435Z test_scatter__reductions_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.038s) 2022-12-01T11:00:21.5171892Z test_scatter__reductions_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.027s) 2022-12-01T11:00:21.5172334Z test_scatter__reductions_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.027s) 2022-12-01T11:00:21.5172787Z test_scatter__scalar_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-12-01T11:00:21.5173233Z test_scatter__scalar_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-12-01T11:00:21.5173665Z test_scatter__scalar_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-12-01T11:00:21.5174085Z test_scatter_add__cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.012s) 2022-12-01T11:00:21.5174513Z test_scatter_add__cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.009s) 2022-12-01T11:00:21.5174935Z test_scatter_add__cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.010s) 2022-12-01T11:00:21.5175387Z test_scatter_add_mult_index_base_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.005s) 2022-12-01T11:00:21.5176131Z test_scatter_reduce_amax_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... test_scatter_gather_ops.py:107: 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-01T11:00:21.5176996Z actual = fn(base.clone(), dim, idx, src, reduce=reduction, include_self=include_self) 2022-12-01T11:00:21.5177321Z ok (0.327s) 2022-12-01T11:00:21.5177660Z test_scatter_reduce_amax_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-12-01T11:00:21.5178091Z test_scatter_reduce_amax_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-12-01T11:00:21.5178540Z test_scatter_reduce_amax_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-12-01T11:00:21.5178982Z test_scatter_reduce_amax_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-12-01T11:00:21.5179407Z test_scatter_reduce_amax_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-12-01T11:00:21.5179943Z test_scatter_reduce_amax_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-12-01T11:00:21.5180383Z test_scatter_reduce_amax_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-12-01T11:00:21.5180813Z test_scatter_reduce_amax_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-12-01T11:00:21.5181237Z test_scatter_reduce_amax_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-12-01T11:00:21.5181679Z test_scatter_reduce_amin_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.027s) 2022-12-01T11:00:21.5182121Z test_scatter_reduce_amin_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-12-01T11:00:21.5182562Z test_scatter_reduce_amin_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-12-01T11:00:21.5182987Z test_scatter_reduce_amin_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-12-01T11:00:21.5183430Z test_scatter_reduce_amin_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-12-01T11:00:21.5183873Z test_scatter_reduce_amin_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-12-01T11:00:21.5184293Z test_scatter_reduce_amin_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-12-01T11:00:21.5184733Z test_scatter_reduce_amin_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-12-01T11:00:21.5185170Z test_scatter_reduce_amin_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-12-01T11:00:21.5185613Z test_scatter_reduce_amin_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-12-01T11:00:21.5186073Z test_scatter_reduce_mean_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.025s) 2022-12-01T11:00:21.5186544Z test_scatter_reduce_mean_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-12-01T11:00:21.5187007Z test_scatter_reduce_mean_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-12-01T11:00:21.5187440Z test_scatter_reduce_mean_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-12-01T11:00:21.5187882Z test_scatter_reduce_mean_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-12-01T11:00:21.5188319Z test_scatter_reduce_mean_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-12-01T11:00:21.5188769Z test_scatter_reduce_mean_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.013s) 2022-12-01T11:00:21.5189211Z test_scatter_reduce_mean_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.013s) 2022-12-01T11:00:21.5189646Z test_scatter_reduce_mean_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.013s) 2022-12-01T11:00:21.5190077Z test_scatter_reduce_mean_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.013s) 2022-12-01T11:00:21.5190501Z test_scatter_reduce_mean_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.013s) 2022-12-01T11:00:21.5190940Z test_scatter_reduce_prod_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.024s) 2022-12-01T11:00:21.5191384Z test_scatter_reduce_prod_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.013s) 2022-12-01T11:00:21.5191839Z test_scatter_reduce_prod_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-12-01T11:00:21.5192294Z test_scatter_reduce_prod_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-12-01T11:00:21.5192862Z test_scatter_reduce_prod_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.013s) 2022-12-01T11:00:21.5193320Z test_scatter_reduce_prod_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-12-01T11:00:21.5193756Z test_scatter_reduce_prod_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.013s) 2022-12-01T11:00:21.5194663Z test_scatter_reduce_prod_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.013s) 2022-12-01T11:00:21.5195105Z test_scatter_reduce_prod_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.013s) 2022-12-01T11:00:21.5195541Z test_scatter_reduce_prod_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.013s) 2022-12-01T11:00:21.5195960Z test_scatter_reduce_prod_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.013s) 2022-12-01T11:00:21.5196485Z test_scatter_reduce_prod_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.013s) 2022-12-01T11:00:21.5197088Z test_scatter_reduce_sum_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.024s) 2022-12-01T11:00:21.5197534Z test_scatter_reduce_sum_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-12-01T11:00:21.5197989Z test_scatter_reduce_sum_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-12-01T11:00:21.5198434Z test_scatter_reduce_sum_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.013s) 2022-12-01T11:00:21.5198892Z test_scatter_reduce_sum_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-12-01T11:00:21.5199320Z test_scatter_reduce_sum_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.013s) 2022-12-01T11:00:21.5199767Z test_scatter_reduce_sum_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.013s) 2022-12-01T11:00:21.5200213Z test_scatter_reduce_sum_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.013s) 2022-12-01T11:00:21.5200644Z test_scatter_reduce_sum_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.013s) 2022-12-01T11:00:21.5201088Z test_scatter_reduce_sum_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.013s) 2022-12-01T11:00:21.5201536Z test_scatter_reduce_sum_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.013s) 2022-12-01T11:00:21.5201779Z 2022-12-01T11:00:21.5202120Z ---------------------------------------------------------------------- 2022-12-01T11:00:21.5202444Z Ran 74 tests in 4.599s 2022-12-01T11:00:21.5202611Z 2022-12-01T11:00:21.5202700Z OK 2022-12-01T11:00:21.5202831Z 2022-12-01T11:00:21.5202958Z Generating XML reports... 2022-12-01T11:00:21.5203594Z Generated XML report: test-reports/python-unittest/test_scatter_gather_ops/TEST-TestScatterGatherCPU-20221201110016.xml 2022-12-01T11:00:21.5203948Z 2022-12-01T11:00:21.5204346Z ##[endgroup] 2022-12-01T11:00:21.5204942Z FINISHED PRINTING LOG FILE of test_scatter_gather_ops (/var/lib/jenkins/workspace/test/test-reports/test_scatter_gather_ops_e66sd0h7) 2022-12-01T11:00:21.5205259Z 2022-12-01T11:00:21.5205508Z Running test_openmp ... [2022-12-01 11:00:21.516122] 2022-12-01T11:00:21.5206141Z Executing ['/opt/conda/bin/python', '-bb', 'test_openmp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:00:21.516552] 2022-12-01T11:00:31.7765174Z 2022-12-01T11:00:31.7765971Z Expand the folded group to see the log file of test_openmp 2022-12-01T11:00:31.7766689Z ##[group]PRINTING LOG FILE of test_openmp (/var/lib/jenkins/workspace/test/test-reports/test_openmp_82irnh_7) 2022-12-01T11:00:31.7767382Z Test results will be stored in test-reports/python-unittest/test_openmp 2022-12-01T11:00:31.7767702Z 2022-12-01T11:00:31.7767855Z Running tests... 2022-12-01T11:00:31.7768228Z ---------------------------------------------------------------------- 2022-12-01T11:00:31.7768513Z test_n_threads (__main__.TestOpenMP_ParallelFor) 2022-12-01T11:00:31.7769078Z Make sure there is no memory leak with many threads ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT callback /opt/conda/lib/python3.7/site-packages/xmlrunner/result.py line 230 2022-12-01T11:00:31.7769557Z due to: 2022-12-01T11:00:31.7773352Z Traceback (most recent call last): 2022-12-01T11:00:31.7774420Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-12-01T11:00:31.7774753Z return super().call_method(tx, args, kwargs) 2022-12-01T11:00:31.7775118Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-12-01T11:00:31.7775290Z 2022-12-01T11:00:31.7775350Z from user code: 2022-12-01T11:00:31.7775839Z File "/opt/conda/lib/python3.7/site-packages/xmlrunner/result.py", line 235, in callback 2022-12-01T11:00:31.7776261Z test_info.test_finished() 2022-12-01T11:00:31.7776484Z 2022-12-01T11:00:31.7776725Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:00:31.7777112Z ========== 2022-12-01T11:00:31.7778001Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_finished /opt/conda/lib/python3.7/site-packages/xmlrunner/result.py line 176 2022-12-01T11:00:31.7778409Z due to: 2022-12-01T11:00:31.7778584Z Traceback (most recent call last): 2022-12-01T11:00:31.7779132Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-12-01T11:00:31.7779733Z return super().call_method(tx, args, kwargs) 2022-12-01T11:00:31.7780149Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-12-01T11:00:31.7780309Z 2022-12-01T11:00:31.7780381Z from user code: 2022-12-01T11:00:31.7780719Z File "/opt/conda/lib/python3.7/site-packages/xmlrunner/result.py", line 181, in test_finished 2022-12-01T11:00:31.7781067Z timestamp = datetime.datetime.fromtimestamp(self.test_result.stop_time) 2022-12-01T11:00:31.7781258Z 2022-12-01T11:00:31.7781378Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:00:31.7781600Z ========== 2022-12-01T11:00:31.7781757Z ok (5.610s) 2022-12-01T11:00:31.7781963Z test_one_thread (__main__.TestOpenMP_ParallelFor) 2022-12-01T11:00:31.7782333Z Make sure there is no memory leak with one thread: issue gh-32284 ... ok (2.928s) 2022-12-01T11:00:31.7782509Z 2022-12-01T11:00:31.7782713Z ---------------------------------------------------------------------- 2022-12-01T11:00:31.7782962Z Ran 2 tests in 8.687s 2022-12-01T11:00:31.7783062Z 2022-12-01T11:00:31.7783123Z OK 2022-12-01T11:00:31.7783218Z 2022-12-01T11:00:31.7783305Z Generating XML reports... 2022-12-01T11:00:31.7783717Z Generated XML report: test-reports/python-unittest/test_openmp/TEST-TestOpenMP_ParallelFor-20221201110022.xml 2022-12-01T11:00:31.7783948Z 2022-12-01T11:00:31.7784326Z ##[endgroup] 2022-12-01T11:00:31.7784687Z FINISHED PRINTING LOG FILE of test_openmp (/var/lib/jenkins/workspace/test/test-reports/test_openmp_82irnh_7) 2022-12-01T11:00:31.7784894Z 2022-12-01T11:00:31.7785073Z Running test_mobile_optimizer ... [2022-12-01 11:00:31.776830] 2022-12-01T11:00:31.7785567Z Executing ['/opt/conda/bin/python', '-bb', 'test_mobile_optimizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:00:31.777157] 2022-12-01T11:00:41.9988690Z 2022-12-01T11:00:41.9989297Z Expand the folded group to see the log file of test_mobile_optimizer 2022-12-01T11:00:41.9990328Z ##[group]PRINTING LOG FILE of test_mobile_optimizer (/var/lib/jenkins/workspace/test/test-reports/test_mobile_optimizer_xioyu68f) 2022-12-01T11:00:41.9991210Z Test results will be stored in test-reports/python-unittest/test_mobile_optimizer 2022-12-01T11:00:41.9991527Z 2022-12-01T11:00:41.9991670Z Running tests... 2022-12-01T11:00:41.9992225Z ---------------------------------------------------------------------- 2022-12-01T11:00:41.9992756Z test_clone_module_with_class (__main__.TestOptimizer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MyInnerTestModule test_mobile_optimizer.py line 522 2022-12-01T11:00:41.9993061Z due to: 2022-12-01T11:00:41.9993281Z Traceback (most recent call last): 2022-12-01T11:00:41.9993735Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T11:00:41.9994047Z raise Unsupported(msg) 2022-12-01T11:00:41.9994645Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T11:00:41.9994823Z 2022-12-01T11:00:41.9994927Z from user code: 2022-12-01T11:00:41.9995296Z File "test_mobile_optimizer.py", line 522, in MyInnerTestModule 2022-12-01T11:00:41.9995781Z class MyInnerTestModule(torch.nn.Module): 2022-12-01T11:00:41.9995999Z 2022-12-01T11:00:41.9996135Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:00:41.9996356Z ========== 2022-12-01T11:00:41.9996900Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT MyTestModule test_mobile_optimizer.py line 534 2022-12-01T11:00:41.9997168Z due to: 2022-12-01T11:00:41.9997353Z Traceback (most recent call last): 2022-12-01T11:00:41.9997843Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T11:00:41.9998551Z raise Unsupported(msg) 2022-12-01T11:00:41.9998940Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T11:00:41.9999171Z 2022-12-01T11:00:41.9999315Z from user code: 2022-12-01T11:00:41.9999716Z File "test_mobile_optimizer.py", line 534, in MyTestModule 2022-12-01T11:00:42.0000060Z class MyTestModule(torch.nn.Module): 2022-12-01T11:00:42.0000198Z 2022-12-01T11:00:42.0000330Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:00:42.0000535Z ========== 2022-12-01T11:00:42.0000692Z ok (4.629s) 2022-12-01T11:00:42.0000925Z test_generate_mobile_module_lints (__main__.TestOptimizer) ... ok (0.040s) 2022-12-01T11:00:42.0001462Z test_hoist_conv_packed_params (__main__.TestOptimizer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _quant_script_and_optimize test_mobile_optimizer.py line 470 2022-12-01T11:00:42.0001769Z due to: 2022-12-01T11:00:42.0001954Z Traceback (most recent call last): 2022-12-01T11:00:42.0002527Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:00:42.0003179Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:00:42.0003958Z AssertionError: torch.* op returned non-Tensor _PartialWrapper call_function 2022-12-01T11:00:42.0004167Z 2022-12-01T11:00:42.0004239Z from user code: 2022-12-01T11:00:42.0004477Z File "test_mobile_optimizer.py", line 471, in _quant_script_and_optimize 2022-12-01T11:00:42.0004833Z model.qconfig = torch.ao.quantization.get_default_qconfig('qnnpack') 2022-12-01T11:00:42.0005008Z 2022-12-01T11:00:42.0005142Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:00:42.0005365Z ========== 2022-12-01T11:00:42.0005865Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:1206: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-12-01T11:00:42.0006247Z Returning default scale and zero point " 2022-12-01T11:00:42.0006785Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:1206: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-12-01T11:00:42.0007168Z Returning default scale and zero point " 2022-12-01T11:00:42.0007347Z ok (0.450s) 2022-12-01T11:00:42.0007860Z test_mobilenet_optimize_for_mobile (__main__.TestOptimizer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/misc.py line 144 2022-12-01T11:00:42.0008215Z due to: 2022-12-01T11:00:42.0008398Z Traceback (most recent call last): 2022-12-01T11:00:42.0008793Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T11:00:42.0009134Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T11:00:42.0009364Z AssertionError: type 2022-12-01T11:00:42.0009482Z 2022-12-01T11:00:42.0009539Z from user code: 2022-12-01T11:00:42.0009895Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/misc.py", line 171, in __init__ 2022-12-01T11:00:42.0010257Z torch.nn.Conv2d, 2022-12-01T11:00:42.0010368Z 2022-12-01T11:00:42.0010500Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:00:42.0010706Z ========== 2022-12-01T11:00:42.0011106Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mobile_optimizer.py line 513 2022-12-01T11:00:42.0011397Z due to: 2022-12-01T11:00:42.0011569Z Traceback (most recent call last): 2022-12-01T11:00:42.0011918Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-12-01T11:00:42.0012285Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-12-01T11:00:42.0012663Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-12-01T11:00:42.0012834Z 2022-12-01T11:00:42.0012931Z from user code: 2022-12-01T11:00:42.0013195Z File "test_mobile_optimizer.py", line 517, in 2022-12-01T11:00:42.0013479Z self.assertEqual(m(x).numel(), 1000) 2022-12-01T11:00:42.0013610Z 2022-12-01T11:00:42.0013729Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:00:42.0013948Z ========== 2022-12-01T11:00:42.0014109Z ok (2.593s) 2022-12-01T11:00:42.0014527Z test_optimize_for_mobile (__main__.TestOptimizer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MyTestModule test_mobile_optimizer.py line 55 2022-12-01T11:00:42.0014826Z due to: 2022-12-01T11:00:42.0015008Z Traceback (most recent call last): 2022-12-01T11:00:42.0015388Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T11:00:42.0015655Z raise Unsupported(msg) 2022-12-01T11:00:42.0015895Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T11:00:42.0016048Z 2022-12-01T11:00:42.0016118Z from user code: 2022-12-01T11:00:42.0016328Z File "test_mobile_optimizer.py", line 55, in MyTestModule 2022-12-01T11:00:42.0016578Z class MyTestModule(torch.nn.Module): 2022-12-01T11:00:42.0016713Z 2022-12-01T11:00:42.0016843Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:00:42.0017047Z ========== 2022-12-01T11:00:42.0017408Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT MyPreserveMethodsTest test_mobile_optimizer.py line 185 2022-12-01T11:00:42.0017679Z due to: 2022-12-01T11:00:42.0017859Z Traceback (most recent call last): 2022-12-01T11:00:42.0018224Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T11:00:42.0018500Z raise Unsupported(msg) 2022-12-01T11:00:42.0018736Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T11:00:42.0018877Z 2022-12-01T11:00:42.0018945Z from user code: 2022-12-01T11:00:42.0019183Z File "test_mobile_optimizer.py", line 185, in MyPreserveMethodsTest 2022-12-01T11:00:42.0019465Z class MyPreserveMethodsTest(torch.nn.Module): 2022-12-01T11:00:42.0019618Z 2022-12-01T11:00:42.0019737Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:00:42.0019954Z ========== 2022-12-01T11:00:42.0020316Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT OptimizeNoForwardTest test_mobile_optimizer.py line 209 2022-12-01T11:00:42.0020585Z due to: 2022-12-01T11:00:42.0020754Z Traceback (most recent call last): 2022-12-01T11:00:42.0021129Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T11:00:42.0021409Z raise Unsupported(msg) 2022-12-01T11:00:42.0021635Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T11:00:42.0021787Z 2022-12-01T11:00:42.0021856Z from user code: 2022-12-01T11:00:42.0022093Z File "test_mobile_optimizer.py", line 209, in OptimizeNoForwardTest 2022-12-01T11:00:42.0022365Z class OptimizeNoForwardTest(torch.nn.Module): 2022-12-01T11:00:42.0034348Z 2022-12-01T11:00:42.0034824Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:00:42.0035396Z ========== 2022-12-01T11:00:42.0036153Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT BNTestNoForwardModule test_mobile_optimizer.py line 235 2022-12-01T11:00:42.0036856Z due to: 2022-12-01T11:00:42.0037054Z Traceback (most recent call last): 2022-12-01T11:00:42.0037509Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T11:00:42.0037794Z raise Unsupported(msg) 2022-12-01T11:00:42.0038032Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T11:00:42.0038176Z 2022-12-01T11:00:42.0038250Z from user code: 2022-12-01T11:00:42.0038583Z File "test_mobile_optimizer.py", line 235, in BNTestNoForwardModule 2022-12-01T11:00:42.0038871Z class BNTestNoForwardModule(torch.nn.Module): 2022-12-01T11:00:42.0039023Z 2022-12-01T11:00:42.0039240Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:00:42.0039464Z ========== 2022-12-01T11:00:42.0039624Z ok (0.305s) 2022-12-01T11:00:42.0040122Z test_preserve_bundled_inputs_methods (__main__.TestOptimizer) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MyIncompleteBundledInputModule test_mobile_optimizer.py line 368 2022-12-01T11:00:42.0040476Z due to: 2022-12-01T11:00:42.0040663Z Traceback (most recent call last): 2022-12-01T11:00:42.0041045Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T11:00:42.0041315Z raise Unsupported(msg) 2022-12-01T11:00:42.0041555Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T11:00:42.0041712Z 2022-12-01T11:00:42.0041785Z from user code: 2022-12-01T11:00:42.0042032Z File "test_mobile_optimizer.py", line 368, in MyIncompleteBundledInputModule 2022-12-01T11:00:42.0042359Z class MyIncompleteBundledInputModule(torch.nn.Module): 2022-12-01T11:00:42.0042538Z 2022-12-01T11:00:42.0042673Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:00:42.0042893Z ========== 2022-12-01T11:00:42.0043040Z ok (0.046s) 2022-12-01T11:00:42.0043659Z test_quantized_conv_no_asan_failures (__main__.TestOptimizer) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:1206: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-12-01T11:00:42.0044169Z Returning default scale and zero point " 2022-12-01T11:00:42.0044371Z ok (0.185s) 2022-12-01T11:00:42.0044459Z 2022-12-01T11:00:42.0044664Z ---------------------------------------------------------------------- 2022-12-01T11:00:42.0044913Z Ran 7 tests in 8.313s 2022-12-01T11:00:42.0045027Z 2022-12-01T11:00:42.0045090Z OK 2022-12-01T11:00:42.0045183Z 2022-12-01T11:00:42.0045255Z Generating XML reports... 2022-12-01T11:00:42.0045682Z Generated XML report: test-reports/python-unittest/test_mobile_optimizer/TEST-TestOptimizer-20221201110033.xml 2022-12-01T11:00:42.0045916Z 2022-12-01T11:00:42.0046253Z ##[endgroup] 2022-12-01T11:00:42.0046648Z FINISHED PRINTING LOG FILE of test_mobile_optimizer (/var/lib/jenkins/workspace/test/test-reports/test_mobile_optimizer_xioyu68f) 2022-12-01T11:00:42.0046881Z 2022-12-01T11:00:42.0047057Z Running test_mkldnn_verbose ... [2022-12-01 11:00:41.999269] 2022-12-01T11:00:42.0047540Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:00:41.999723] 2022-12-01T11:00:49.3545183Z 2022-12-01T11:00:49.3545649Z Expand the folded group to see the log file of test_mkldnn_verbose 2022-12-01T11:00:49.3546556Z ##[group]PRINTING LOG FILE of test_mkldnn_verbose (/var/lib/jenkins/workspace/test/test-reports/test_mkldnn_verbose_douhnz8y) 2022-12-01T11:00:49.3547121Z Test results will be stored in test-reports/python-unittest/test_mkldnn_verbose 2022-12-01T11:00:49.3547308Z 2022-12-01T11:00:49.3547396Z Running tests... 2022-12-01T11:00:49.3547706Z ---------------------------------------------------------------------- 2022-12-01T11:00:49.3547991Z test_verbose_off (__main__.TestMKLDNNVerbose) ... ok (4.797s) 2022-12-01T11:00:49.3548477Z test_verbose_on (__main__.TestMKLDNNVerbose) ... ok (0.908s) 2022-12-01T11:00:49.3548631Z 2022-12-01T11:00:49.3548828Z ---------------------------------------------------------------------- 2022-12-01T11:00:49.3549095Z Ran 2 tests in 5.766s 2022-12-01T11:00:49.3549266Z 2022-12-01T11:00:49.3549365Z OK 2022-12-01T11:00:49.3549472Z 2022-12-01T11:00:49.3549556Z Generating XML reports... 2022-12-01T11:00:49.3549998Z Generated XML report: test-reports/python-unittest/test_mkldnn_verbose/TEST-TestMKLDNNVerbose-20221201110043.xml 2022-12-01T11:00:49.3550366Z 2022-12-01T11:00:49.3550606Z ##[endgroup] 2022-12-01T11:00:49.3551002Z FINISHED PRINTING LOG FILE of test_mkldnn_verbose (/var/lib/jenkins/workspace/test/test-reports/test_mkldnn_verbose_douhnz8y) 2022-12-01T11:00:49.3551318Z 2022-12-01T11:00:49.3551509Z Running lazy/test_step_closures ... [2022-12-01 11:00:49.354850] 2022-12-01T11:00:49.3553561Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_step_closures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:00:49.355187] 2022-12-01T11:00:56.9491948Z 2022-12-01T11:00:56.9492382Z Expand the folded group to see the log file of lazy/test_step_closures 2022-12-01T11:00:56.9493137Z ##[group]PRINTING LOG FILE of lazy/test_step_closures (/var/lib/jenkins/workspace/test/test-reports/lazy-test_step_closures_z3oagiqy) 2022-12-01T11:00:56.9493749Z Test results will be stored in test-reports/python-unittest/lazy.test_step_closures 2022-12-01T11:00:56.9494052Z 2022-12-01T11:00:56.9494159Z Running tests... 2022-12-01T11:00:56.9494608Z ---------------------------------------------------------------------- 2022-12-01T11:00:56.9495128Z test_asynchronous (__main__.ClosuresTest) ... ok (3.977s) 2022-12-01T11:00:56.9495544Z test_asynchronous_exception (__main__.ClosuresTest) ... ok (0.995s) 2022-12-01T11:00:56.9495807Z test_synchronous (__main__.ClosuresTest) ... ok (1.016s) 2022-12-01T11:00:56.9496084Z test_synchronous_exception (__main__.ClosuresTest) ... ok (0.010s) 2022-12-01T11:00:56.9496266Z 2022-12-01T11:00:56.9496547Z ---------------------------------------------------------------------- 2022-12-01T11:00:56.9496878Z Ran 4 tests in 6.061s 2022-12-01T11:00:56.9497045Z 2022-12-01T11:00:56.9497095Z OK 2022-12-01T11:00:56.9497214Z 2022-12-01T11:00:56.9497323Z Generating XML reports... 2022-12-01T11:00:56.9497750Z Generated XML report: test-reports/python-unittest/lazy.test_step_closures/TEST-ClosuresTest-20221201110050.xml 2022-12-01T11:00:56.9497983Z 2022-12-01T11:00:56.9498210Z ##[endgroup] 2022-12-01T11:00:56.9498616Z FINISHED PRINTING LOG FILE of lazy/test_step_closures (/var/lib/jenkins/workspace/test/test-reports/lazy-test_step_closures_z3oagiqy) 2022-12-01T11:00:56.9498848Z 2022-12-01T11:00:56.9499015Z Running test_logging ... [2022-12-01 11:00:56.949548] 2022-12-01T11:00:56.9500654Z Executing ['/opt/conda/bin/python', '-bb', 'test_logging.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:00:56.949885] 2022-12-01T11:01:03.6784633Z 2022-12-01T11:01:03.6785096Z Expand the folded group to see the log file of test_logging 2022-12-01T11:01:03.6785915Z ##[group]PRINTING LOG FILE of test_logging (/var/lib/jenkins/workspace/test/test-reports/test_logging_zzj6w3a0) 2022-12-01T11:01:03.6786465Z Test results will be stored in test-reports/python-unittest/test_logging 2022-12-01T11:01:03.6786645Z 2022-12-01T11:01:03.6786719Z Running tests... 2022-12-01T11:01:03.6787071Z ---------------------------------------------------------------------- 2022-12-01T11:01:03.6787340Z testApiUsage (__main__.LoggingTest) 2022-12-01T11:01:03.6787636Z This test verifies that api usage logging is not triggered via static ... ok (5.126s) 2022-12-01T11:01:03.6787887Z 2022-12-01T11:01:03.6788087Z ---------------------------------------------------------------------- 2022-12-01T11:01:03.6788365Z Ran 1 test in 5.184s 2022-12-01T11:01:03.6788537Z 2022-12-01T11:01:03.6788639Z OK 2022-12-01T11:01:03.6788969Z 2022-12-01T11:01:03.6789056Z Generating XML reports... 2022-12-01T11:01:03.6789450Z Generated XML report: test-reports/python-unittest/test_logging/TEST-LoggingTest-20221201110058.xml 2022-12-01T11:01:03.6789669Z 2022-12-01T11:01:03.6789906Z ##[endgroup] 2022-12-01T11:01:03.6790281Z FINISHED PRINTING LOG FILE of test_logging (/var/lib/jenkins/workspace/test/test-reports/test_logging_zzj6w3a0) 2022-12-01T11:01:03.6790478Z 2022-12-01T11:01:03.6790700Z Running test_cpp_extensions_open_device_registration ... [2022-12-01 11:01:03.678727] 2022-12-01T11:01:03.6792439Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_open_device_registration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:01:03.679064] 2022-12-01T11:01:09.3210619Z 2022-12-01T11:01:09.3211464Z Expand the folded group to see the log file of test_cpp_extensions_open_device_registration 2022-12-01T11:01:09.3212747Z ##[group]PRINTING LOG FILE of test_cpp_extensions_open_device_registration (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_open_device_registration_apfuziup) 2022-12-01T11:01:09.3213837Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_open_device_registration 2022-12-01T11:01:09.3214406Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T11:01:09.3214663Z 2022-12-01T11:01:09.3214790Z Running tests... 2022-12-01T11:01:09.3215277Z ---------------------------------------------------------------------- 2022-12-01T11:01:09.3215952Z test_open_device_registration (__main__.TestCppExtensionOpenRgistration) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T11:01:09.3216694Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/custom_device_extension... 2022-12-01T11:01:09.3217354Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/custom_device_extension/build.ninja... 2022-12-01T11:01:09.3217833Z Building extension module custom_device_extension... 2022-12-01T11:01:09.3218229Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T11:01:09.3220528Z [1/2] c++ -MMD -MF open_registration_extension.o.d -DTORCH_EXTENSION_NAME=custom_device_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/open_registration_extension.cpp -o open_registration_extension.o 2022-12-01T11:01:09.3222154Z [2/2] c++ open_registration_extension.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o custom_device_extension.so 2022-12-01T11:01:09.3222943Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_open_device_registration test_cpp_extensions_open_device_registration.py line 58 2022-12-01T11:01:09.3223345Z due to: 2022-12-01T11:01:09.3223577Z Traceback (most recent call last): 2022-12-01T11:01:09.3224114Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:01:09.3224727Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:01:09.3225330Z AssertionError: torch.* op returned non-Tensor module call_function 2022-12-01T11:01:09.3225576Z 2022-12-01T11:01:09.3225672Z from user code: 2022-12-01T11:01:09.3226044Z File "test_cpp_extensions_open_device_registration.py", line 67, in test_open_device_registration 2022-12-01T11:01:09.3226395Z verbose=True, 2022-12-01T11:01:09.3226538Z 2022-12-01T11:01:09.3226885Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:09.3227176Z ========== 2022-12-01T11:01:09.3227458Z Loading extension module custom_device_extension... 2022-12-01T11:01:09.3227844Z Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T11:01:09.3228435Z No modifications detected for re-loaded extension module custom_device_extension, skipping build step... 2022-12-01T11:01:09.3228860Z Loading extension module custom_device_extension... 2022-12-01T11:01:09.3229137Z ok (3.545s) 2022-12-01T11:01:09.3229257Z 2022-12-01T11:01:09.3229564Z ---------------------------------------------------------------------- 2022-12-01T11:01:09.3229884Z Ran 1 test in 3.622s 2022-12-01T11:01:09.3230035Z 2022-12-01T11:01:09.3230120Z OK 2022-12-01T11:01:09.3230244Z 2022-12-01T11:01:09.3230403Z Generating XML reports... 2022-12-01T11:01:09.3231096Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_open_device_registration/TEST-TestCppExtensionOpenRgistration-20221201110105.xml 2022-12-01T11:01:09.3231494Z 2022-12-01T11:01:09.3231852Z ##[endgroup] 2022-12-01T11:01:09.3232486Z FINISHED PRINTING LOG FILE of test_cpp_extensions_open_device_registration (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_open_device_registration_apfuziup) 2022-12-01T11:01:09.3232853Z 2022-12-01T11:01:09.3233108Z Running nn/test_packed_sequence ... [2022-12-01 11:01:09.321378] 2022-12-01T11:01:09.3233762Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_packed_sequence.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:01:09.321787] 2022-12-01T11:01:17.7632614Z 2022-12-01T11:01:17.7633386Z Expand the folded group to see the log file of nn/test_packed_sequence 2022-12-01T11:01:17.7634593Z ##[group]PRINTING LOG FILE of nn/test_packed_sequence (/var/lib/jenkins/workspace/test/test-reports/nn-test_packed_sequence_pgouqa4_) 2022-12-01T11:01:17.7635601Z Test results will be stored in test-reports/python-unittest/nn.test_packed_sequence 2022-12-01T11:01:17.7635947Z 2022-12-01T11:01:17.7636073Z Running tests... 2022-12-01T11:01:17.7636713Z ---------------------------------------------------------------------- 2022-12-01T11:01:17.7637232Z test_pack_padded_sequence (__main__.PackedSequenceTest) ... ok (6.002s) 2022-12-01T11:01:17.7638043Z test_pack_sequence (__main__.PackedSequenceTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pack_sequence nn/test_packed_sequence.py line 227 2022-12-01T11:01:17.7638591Z due to: 2022-12-01T11:01:17.7638866Z Traceback (most recent call last): 2022-12-01T11:01:17.7639436Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T11:01:17.7639860Z return self._op(*args, **kwargs or {}) 2022-12-01T11:01:17.7640466Z RuntimeError: 'lengths' argument should be a 1D CPU int64 tensor, but got 1D meta Long tensor 2022-12-01T11:01:17.7640785Z 2022-12-01T11:01:17.7641009Z The above exception was the direct cause of the following exception: 2022-12-01T11:01:17.7641260Z 2022-12-01T11:01:17.7641411Z Traceback (most recent call last): 2022-12-01T11:01:17.7642041Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T11:01:17.7642506Z raise TorchRuntimeError() from e 2022-12-01T11:01:17.7642871Z torchdynamo.exc.TorchRuntimeError 2022-12-01T11:01:17.7643108Z 2022-12-01T11:01:17.7643216Z from user code: 2022-12-01T11:01:17.7643562Z File "nn/test_packed_sequence.py", line 241, in test_pack_sequence 2022-12-01T11:01:17.7643955Z packed = rnn_utils.pack_sequence([a, b, c], enforce_sorted=False) 2022-12-01T11:01:17.7644164Z 2022-12-01T11:01:17.7644344Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:17.7644638Z ========== 2022-12-01T11:01:17.7645154Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _compatibility_test nn/test_packed_sequence.py line 228 2022-12-01T11:01:17.7645512Z due to: 2022-12-01T11:01:17.7645757Z Traceback (most recent call last): 2022-12-01T11:01:17.7646419Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T11:01:17.7646781Z return self._op(*args, **kwargs or {}) 2022-12-01T11:01:17.7647270Z RuntimeError: 'lengths' argument should be a 1D CPU int64 tensor, but got 1D meta Long tensor 2022-12-01T11:01:17.7647514Z 2022-12-01T11:01:17.7647684Z The above exception was the direct cause of the following exception: 2022-12-01T11:01:17.7647904Z 2022-12-01T11:01:17.7648028Z Traceback (most recent call last): 2022-12-01T11:01:17.7648558Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T11:01:17.7648957Z raise TorchRuntimeError() from e 2022-12-01T11:01:17.7649250Z torchdynamo.exc.TorchRuntimeError 2022-12-01T11:01:17.7649532Z 2022-12-01T11:01:17.7649629Z from user code: 2022-12-01T11:01:17.7649951Z File "nn/test_packed_sequence.py", line 230, in _compatibility_test 2022-12-01T11:01:17.7650324Z packed = rnn_utils.pack_sequence(sequences, enforce_sorted) 2022-12-01T11:01:17.7650536Z 2022-12-01T11:01:17.7650710Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:17.7650998Z ========== 2022-12-01T11:01:17.7651198Z ok (0.102s) 2022-12-01T11:01:17.7651501Z test_pad_sequence (__main__.PackedSequenceTest) ... ok (0.418s) 2022-12-01T11:01:17.7651922Z test_pad_sequence_with_non_iterable_sequences (__main__.PackedSequenceTest) ... ok (0.005s) 2022-12-01T11:01:17.7652375Z test_pad_sequence_with_tensor_sequences (__main__.PackedSequenceTest) ... ok (0.021s) 2022-12-01T11:01:17.7653037Z test_to (__main__.PackedSequenceTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_to nn/test_packed_sequence.py line 118 2022-12-01T11:01:17.7653426Z due to: 2022-12-01T11:01:17.7653670Z Traceback (most recent call last): 2022-12-01T11:01:17.7654181Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T11:01:17.7654597Z return proxy.node.target(*args, **kwargs) 2022-12-01T11:01:17.7655288Z TypeError: expected TensorOptions(dtype=int, device=cpu, layout=Strided, requires_grad=false (default), pinned_memory=false (default), memory_format=(nullopt)) (got TensorOptions(dtype=long, device=cpu, layout=Strided, requires_grad=false (default), pinned_memory=false (default), memory_format=(nullopt))) 2022-12-01T11:01:17.7655812Z 2022-12-01T11:01:17.7655909Z from user code: 2022-12-01T11:01:17.7656192Z File "nn/test_packed_sequence.py", line 120, in test_to 2022-12-01T11:01:17.7656554Z padded, lengths = self._padded_sequence(torch.IntTensor) 2022-12-01T11:01:17.7656762Z 2022-12-01T11:01:17.7656941Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:17.7657235Z ========== 2022-12-01T11:01:17.7657691Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _padded_sequence nn/test_packed_sequence.py line 42 2022-12-01T11:01:17.7658042Z due to: 2022-12-01T11:01:17.7658286Z Traceback (most recent call last): 2022-12-01T11:01:17.7658814Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T11:01:17.7659232Z return proxy.node.target(*args, **kwargs) 2022-12-01T11:01:17.7659926Z TypeError: expected TensorOptions(dtype=int, device=cpu, layout=Strided, requires_grad=false (default), pinned_memory=false (default), memory_format=(nullopt)) (got TensorOptions(dtype=long, device=cpu, layout=Strided, requires_grad=false (default), pinned_memory=false (default), memory_format=(nullopt))) 2022-12-01T11:01:17.7660438Z 2022-12-01T11:01:17.7660532Z from user code: 2022-12-01T11:01:17.7660820Z File "nn/test_packed_sequence.py", line 44, in _padded_sequence 2022-12-01T11:01:17.7661174Z ordered = self._ordered_sequence(tensor_type) 2022-12-01T11:01:17.7661366Z 2022-12-01T11:01:17.7661545Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:17.7661834Z ========== 2022-12-01T11:01:17.7662343Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _ordered_sequence nn/test_packed_sequence.py line 31 2022-12-01T11:01:17.7662801Z due to: 2022-12-01T11:01:17.7663035Z Traceback (most recent call last): 2022-12-01T11:01:17.7663578Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T11:01:17.7663995Z return proxy.node.target(*args, **kwargs) 2022-12-01T11:01:17.7664683Z TypeError: expected TensorOptions(dtype=int, device=cpu, layout=Strided, requires_grad=false (default), pinned_memory=false (default), memory_format=(nullopt)) (got TensorOptions(dtype=long, device=cpu, layout=Strided, requires_grad=false (default), pinned_memory=false (default), memory_format=(nullopt))) 2022-12-01T11:01:17.7665224Z 2022-12-01T11:01:17.7665307Z from user code: 2022-12-01T11:01:17.7665677Z File "nn/test_packed_sequence.py", line 34, in _ordered_sequence 2022-12-01T11:01:17.7666003Z for _ in range(self.batch_size)] 2022-12-01T11:01:17.7666173Z 2022-12-01T11:01:17.7666360Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:17.7666635Z ========== 2022-12-01T11:01:17.7666852Z ok (0.020s) 2022-12-01T11:01:17.7667508Z test_to_memory_format (__main__.PackedSequenceTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_packed_sequence.py line 142 2022-12-01T11:01:17.7667932Z due to: 2022-12-01T11:01:17.7668174Z Traceback (most recent call last): 2022-12-01T11:01:17.7668745Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 429, in call_method 2022-12-01T11:01:17.7669168Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-12-01T11:01:17.7669533Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-12-01T11:01:17.7669752Z 2022-12-01T11:01:17.7669848Z from user code: 2022-12-01T11:01:17.7670194Z File "nn/test_packed_sequence.py", line 145, in 2022-12-01T11:01:17.7670616Z self.assertTrue(param.is_contiguous(memory_format=torch.channels_last)) 2022-12-01T11:01:17.7670853Z 2022-12-01T11:01:17.7671028Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:17.7671323Z ========== 2022-12-01T11:01:17.7671525Z ok (0.013s) 2022-12-01T11:01:17.7672124Z test_total_length (__main__.PackedSequenceTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_total_length nn/test_packed_sequence.py line 85 2022-12-01T11:01:17.7672548Z due to: 2022-12-01T11:01:17.7672795Z Traceback (most recent call last): 2022-12-01T11:01:17.7673321Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T11:01:17.7673738Z return proxy.node.target(*args, **kwargs) 2022-12-01T11:01:17.7674533Z TypeError: expected TensorOptions(dtype=float, device=cpu, layout=Strided, requires_grad=false (default), pinned_memory=false (default), memory_format=(nullopt)) (got TensorOptions(dtype=long, device=cpu, layout=Strided, requires_grad=false (default), pinned_memory=false (default), memory_format=(nullopt))) 2022-12-01T11:01:17.7675081Z 2022-12-01T11:01:17.7675183Z from user code: 2022-12-01T11:01:17.7675475Z File "nn/test_packed_sequence.py", line 86, in test_total_length 2022-12-01T11:01:17.7675866Z padded, lengths = self._padded_sequence(torch.FloatTensor) 2022-12-01T11:01:17.7676085Z 2022-12-01T11:01:17.7676266Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:17.7676690Z ========== 2022-12-01T11:01:17.7676909Z ok (0.018s) 2022-12-01T11:01:17.7677187Z test_type_casts (__main__.PackedSequenceTest) 2022-12-01T11:01:17.7677567Z Test type casting of `PackedSequence` against type casting of tensor ... ok (0.040s) 2022-12-01T11:01:17.7678327Z test_unpack_sequence (__main__.PackedSequenceTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_unpack_sequence nn/test_packed_sequence.py line 288 2022-12-01T11:01:17.7678756Z due to: 2022-12-01T11:01:17.7679008Z Traceback (most recent call last): 2022-12-01T11:01:17.7679605Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T11:01:17.7679990Z return self._op(*args, **kwargs or {}) 2022-12-01T11:01:17.7680485Z RuntimeError: 'lengths' argument should be a 1D CPU int64 tensor, but got 1D meta Long tensor 2022-12-01T11:01:17.7680740Z 2022-12-01T11:01:17.7680919Z The above exception was the direct cause of the following exception: 2022-12-01T11:01:17.7681150Z 2022-12-01T11:01:17.7681275Z Traceback (most recent call last): 2022-12-01T11:01:17.7681804Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T11:01:17.7682210Z raise TorchRuntimeError() from e 2022-12-01T11:01:17.7682522Z torchdynamo.exc.TorchRuntimeError 2022-12-01T11:01:17.7682734Z 2022-12-01T11:01:17.7682921Z from user code: 2022-12-01T11:01:17.7683236Z File "nn/test_packed_sequence.py", line 296, in test_unpack_sequence 2022-12-01T11:01:17.7683627Z packed_sequences = rnn_utils.pack_sequence(sequences, enforce_sorted=False) 2022-12-01T11:01:17.7683873Z 2022-12-01T11:01:17.7684046Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:17.7684341Z ========== 2022-12-01T11:01:17.7684540Z ok (0.026s) 2022-12-01T11:01:17.7684846Z test_unpad_sequence (__main__.PackedSequenceTest) ... ok (0.044s) 2022-12-01T11:01:17.7685530Z test_wrong_order (__main__.PackedSequenceTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT nn/test_packed_sequence.py line 68 2022-12-01T11:01:17.7685941Z due to: 2022-12-01T11:01:17.7686174Z Traceback (most recent call last): 2022-12-01T11:01:17.7686641Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 257, in __call__ 2022-12-01T11:01:17.7687018Z return self._op(*args, **kwargs or {}) 2022-12-01T11:01:17.7687516Z RuntimeError: 'lengths' argument should be a 1D CPU int64 tensor, but got 1D meta Long tensor 2022-12-01T11:01:17.7687769Z 2022-12-01T11:01:17.7687962Z The above exception was the direct cause of the following exception: 2022-12-01T11:01:17.7688207Z 2022-12-01T11:01:17.7688331Z Traceback (most recent call last): 2022-12-01T11:01:17.7688878Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T11:01:17.7689268Z raise TorchRuntimeError() from e 2022-12-01T11:01:17.7689610Z torchdynamo.exc.TorchRuntimeError 2022-12-01T11:01:17.7689836Z 2022-12-01T11:01:17.7689945Z from user code: 2022-12-01T11:01:17.7690257Z File "nn/test_packed_sequence.py", line 68, in 2022-12-01T11:01:17.7690721Z lambda: rnn_utils.pack_padded_sequence(b_a, [22, 25], enforce_sorted=True)) 2022-12-01T11:01:17.7691011Z 2022-12-01T11:01:17.7691228Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:17.7691572Z ========== 2022-12-01T11:01:17.7691736Z ok (0.021s) 2022-12-01T11:01:17.7691835Z 2022-12-01T11:01:17.7692046Z ---------------------------------------------------------------------- 2022-12-01T11:01:17.7692292Z Ran 12 tests in 6.795s 2022-12-01T11:01:17.7692391Z 2022-12-01T11:01:17.7692450Z OK 2022-12-01T11:01:17.7692539Z 2022-12-01T11:01:17.7692624Z Generating XML reports... 2022-12-01T11:01:17.7693053Z Generated XML report: test-reports/python-unittest/nn.test_packed_sequence/TEST-PackedSequenceTest-20221201110110.xml 2022-12-01T11:01:17.7693301Z 2022-12-01T11:01:17.7693598Z ##[endgroup] 2022-12-01T11:01:17.7694004Z FINISHED PRINTING LOG FILE of nn/test_packed_sequence (/var/lib/jenkins/workspace/test/test-reports/nn-test_packed_sequence_pgouqa4_) 2022-12-01T11:01:17.7694232Z 2022-12-01T11:01:17.7694420Z Running test_bundled_inputs ... [2022-12-01 11:01:17.763747] 2022-12-01T11:01:17.7694889Z Executing ['/opt/conda/bin/python', '-bb', 'test_bundled_inputs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:01:17.764152] 2022-12-01T11:01:24.2733766Z 2022-12-01T11:01:24.2734603Z Expand the folded group to see the log file of test_bundled_inputs 2022-12-01T11:01:24.2735909Z ##[group]PRINTING LOG FILE of test_bundled_inputs (/var/lib/jenkins/workspace/test/test-reports/test_bundled_inputs_3z6jva2v) 2022-12-01T11:01:24.2736464Z Test results will be stored in test-reports/python-unittest/test_bundled_inputs 2022-12-01T11:01:24.2736656Z 2022-12-01T11:01:24.2736782Z Running tests... 2022-12-01T11:01:24.2737095Z ---------------------------------------------------------------------- 2022-12-01T11:01:24.2737378Z test_bad_inputs (__main__.TestBundledInputs) ... ok (3.935s) 2022-12-01T11:01:24.2737851Z test_dict_args (__main__.TestBundledInputs) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MyModel test_bundled_inputs.py line 331 2022-12-01T11:01:24.2738206Z due to: 2022-12-01T11:01:24.2738429Z Traceback (most recent call last): 2022-12-01T11:01:24.2739129Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T11:01:24.2739583Z raise Unsupported(msg) 2022-12-01T11:01:24.2739825Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T11:01:24.2739974Z 2022-12-01T11:01:24.2740045Z from user code: 2022-12-01T11:01:24.2740260Z File "test_bundled_inputs.py", line 331, in MyModel 2022-12-01T11:01:24.2740496Z class MyModel(torch.nn.Module): 2022-12-01T11:01:24.2740626Z 2022-12-01T11:01:24.2740749Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:24.2740974Z ========== 2022-12-01T11:01:24.2741345Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT bundle_optional_dict_of_randn test_bundled_inputs.py line 365 2022-12-01T11:01:24.2741605Z due to: 2022-12-01T11:01:24.2741860Z Traceback (most recent call last): 2022-12-01T11:01:24.2742257Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:01:24.2742710Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:01:24.2743108Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-12-01T11:01:24.2743293Z 2022-12-01T11:01:24.2743363Z from user code: 2022-12-01T11:01:24.2743605Z File "test_bundled_inputs.py", line 370, in bundle_optional_dict_of_randn 2022-12-01T11:01:24.2743869Z else {k: condensed(v) for (k, v) in template.items()} 2022-12-01T11:01:24.2744014Z 2022-12-01T11:01:24.2744144Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:24.2744364Z ========== 2022-12-01T11:01:24.2744695Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT condensed test_bundled_inputs.py line 359 2022-12-01T11:01:24.2744936Z due to: 2022-12-01T11:01:24.2745118Z Traceback (most recent call last): 2022-12-01T11:01:24.2745507Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:01:24.2745947Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:01:24.2746352Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-12-01T11:01:24.2746539Z 2022-12-01T11:01:24.2746612Z from user code: 2022-12-01T11:01:24.2746828Z File "test_bundled_inputs.py", line 361, in condensed 2022-12-01T11:01:24.2747047Z assert ret.storage().size() == 1 2022-12-01T11:01:24.2747175Z 2022-12-01T11:01:24.2747307Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:24.2747525Z ========== 2022-12-01T11:01:24.2747874Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT bundle_optional_list_of_randn test_bundled_inputs.py line 384 2022-12-01T11:01:24.2748146Z due to: 2022-12-01T11:01:24.2748331Z Traceback (most recent call last): 2022-12-01T11:01:24.2748706Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:01:24.2749159Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:01:24.2749566Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-12-01T11:01:24.2749803Z 2022-12-01T11:01:24.2749875Z from user code: 2022-12-01T11:01:24.2750103Z File "test_bundled_inputs.py", line 386, in bundle_optional_list_of_randn 2022-12-01T11:01:24.2750404Z value=(None if template is None else [condensed(v) for v in template]), 2022-12-01T11:01:24.2750569Z 2022-12-01T11:01:24.2750703Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:24.2750912Z ========== 2022-12-01T11:01:24.2751074Z ok (0.715s) 2022-12-01T11:01:24.2751309Z test_double_augment_fail (__main__.TestBundledInputs) ... ok (0.007s) 2022-12-01T11:01:24.2751597Z test_double_augment_non_mutator (__main__.TestBundledInputs) ... ok (0.008s) 2022-12-01T11:01:24.2751898Z test_double_augment_success (__main__.TestBundledInputs) ... ok (0.010s) 2022-12-01T11:01:24.2752242Z test_large_tensor_with_inflation (__main__.TestBundledInputs) ... ok (0.012s) 2022-12-01T11:01:24.2752778Z test_multiple_methods_with_inputs (__main__.TestBundledInputs) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MultipleMethodModel test_bundled_inputs.py line 143 2022-12-01T11:01:24.2753095Z due to: 2022-12-01T11:01:24.2753281Z Traceback (most recent call last): 2022-12-01T11:01:24.2753667Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T11:01:24.2753932Z raise Unsupported(msg) 2022-12-01T11:01:24.2754236Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T11:01:24.2754395Z 2022-12-01T11:01:24.2754469Z from user code: 2022-12-01T11:01:24.2754706Z File "test_bundled_inputs.py", line 143, in MultipleMethodModel 2022-12-01T11:01:24.2754970Z class MultipleMethodModel(torch.nn.Module): 2022-12-01T11:01:24.2755117Z 2022-12-01T11:01:24.2755252Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:24.2755477Z ========== 2022-12-01T11:01:24.2755624Z ok (0.056s) 2022-12-01T11:01:24.2756126Z test_multiple_methods_with_inputs_both_defined_failure (__main__.TestBundledInputs) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MultipleMethodModel test_bundled_inputs.py line 210 2022-12-01T11:01:24.2756479Z due to: 2022-12-01T11:01:24.2756837Z Traceback (most recent call last): 2022-12-01T11:01:24.2757225Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T11:01:24.2757505Z raise Unsupported(msg) 2022-12-01T11:01:24.2757734Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T11:01:24.2757891Z 2022-12-01T11:01:24.2757962Z from user code: 2022-12-01T11:01:24.2758196Z File "test_bundled_inputs.py", line 210, in MultipleMethodModel 2022-12-01T11:01:24.2758473Z class MultipleMethodModel(torch.nn.Module): 2022-12-01T11:01:24.2758607Z 2022-12-01T11:01:24.2758738Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:24.2758964Z ========== 2022-12-01T11:01:24.2759122Z ok (0.007s) 2022-12-01T11:01:24.2759604Z test_multiple_methods_with_inputs_neither_defined_failure (__main__.TestBundledInputs) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MultipleMethodModel test_bundled_inputs.py line 237 2022-12-01T11:01:24.2759953Z due to: 2022-12-01T11:01:24.2760136Z Traceback (most recent call last): 2022-12-01T11:01:24.2760513Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T11:01:24.2760777Z raise Unsupported(msg) 2022-12-01T11:01:24.2761016Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T11:01:24.2761171Z 2022-12-01T11:01:24.2761241Z from user code: 2022-12-01T11:01:24.2761458Z File "test_bundled_inputs.py", line 237, in MultipleMethodModel 2022-12-01T11:01:24.2761732Z class MultipleMethodModel(torch.nn.Module): 2022-12-01T11:01:24.2761881Z 2022-12-01T11:01:24.2762015Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:24.2762220Z ========== 2022-12-01T11:01:24.2762380Z ok (0.006s) 2022-12-01T11:01:24.2762600Z test_non_tensors (__main__.TestBundledInputs) ... ok (0.009s) 2022-12-01T11:01:24.2762951Z test_rejected_tensors (__main__.TestBundledInputs) ... ok (0.028s) 2022-12-01T11:01:24.2763238Z test_single_tensors (__main__.TestBundledInputs) ... ok (0.032s) 2022-12-01T11:01:24.2763396Z 2022-12-01T11:01:24.2763596Z ---------------------------------------------------------------------- 2022-12-01T11:01:24.2763842Z Ran 12 tests in 4.891s 2022-12-01T11:01:24.2763942Z 2022-12-01T11:01:24.2764006Z OK 2022-12-01T11:01:24.2764099Z 2022-12-01T11:01:24.2764184Z Generating XML reports... 2022-12-01T11:01:24.2764607Z Generated XML report: test-reports/python-unittest/test_bundled_inputs/TEST-TestBundledInputs-20221201110119.xml 2022-12-01T11:01:24.2764846Z 2022-12-01T11:01:24.2765090Z ##[endgroup] 2022-12-01T11:01:24.2765526Z FINISHED PRINTING LOG FILE of test_bundled_inputs (/var/lib/jenkins/workspace/test/test-reports/test_bundled_inputs_3z6jva2v) 2022-12-01T11:01:24.2765753Z 2022-12-01T11:01:24.2765926Z Running test_futures ... [2022-12-01 11:01:24.273704] 2022-12-01T11:01:24.2766388Z Executing ['/opt/conda/bin/python', '-bb', 'test_futures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:01:24.274057] 2022-12-01T11:01:30.7092095Z 2022-12-01T11:01:30.7092474Z Expand the folded group to see the log file of test_futures 2022-12-01T11:01:30.7093141Z ##[group]PRINTING LOG FILE of test_futures (/var/lib/jenkins/workspace/test/test-reports/test_futures_hu20fimq) 2022-12-01T11:01:30.7093751Z Test results will be stored in test-reports/python-unittest/test_futures 2022-12-01T11:01:30.7093932Z 2022-12-01T11:01:30.7094005Z Running tests... 2022-12-01T11:01:30.7094358Z ---------------------------------------------------------------------- 2022-12-01T11:01:30.7094766Z 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-01T11:01:30.7095036Z 2022-12-01T11:01:30.7095123Z At: 2022-12-01T11:01:30.7095313Z test_futures.py(236): raise_value_error 2022-12-01T11:01:30.7095690Z /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py(241): set_result 2022-12-01T11:01:30.7096045Z test_futures.py(229): _test_add_done_callback_error_ignored 2022-12-01T11:01:30.7096425Z test_futures.py(238): test_add_done_callback_error_is_ignored 2022-12-01T11:01:30.7096746Z /opt/conda/lib/python3.7/unittest/case.py(628): run 2022-12-01T11:01:30.7097108Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/eval_frame.py(166): _fn 2022-12-01T11:01:30.7097592Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2033): _run_with_retry 2022-12-01T11:01:30.7098010Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2101): run 2022-12-01T11:01:30.7098370Z /opt/conda/lib/python3.7/unittest/case.py(676): __call__ 2022-12-01T11:01:30.7098615Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-12-01T11:01:30.7098921Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-12-01T11:01:30.7099275Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-12-01T11:01:30.7099577Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-12-01T11:01:30.7099952Z /opt/conda/lib/python3.7/site-packages/xmlrunner/runner.py(67): run 2022-12-01T11:01:30.7100230Z /opt/conda/lib/python3.7/unittest/main.py(271): runTests 2022-12-01T11:01:30.7100474Z /opt/conda/lib/python3.7/unittest/main.py(101): __init__ 2022-12-01T11:01:30.7100849Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(788): run_tests 2022-12-01T11:01:30.7101128Z test_futures.py(340): 2022-12-01T11:01:30.7101250Z 2022-12-01T11:01:30.7101315Z ok (3.905s) 2022-12-01T11:01:30.7101550Z test_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.023s) 2022-12-01T11:01:30.7101996Z 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-01T11:01:30.7102528Z ok (0.001s) 2022-12-01T11:01:30.7102742Z test_add_done_callback_simple (__main__.TestFuture) ... ok (0.004s) 2022-12-01T11:01:30.7103008Z test_chained_then (__main__.TestFuture) ... ok (0.007s) 2022-12-01T11:01:30.7103256Z test_collect_all (__main__.TestFuture) ... ok (0.104s) 2022-12-01T11:01:30.7103494Z test_done (__main__.TestFuture) ... ok (0.003s) 2022-12-01T11:01:30.7103728Z test_done_exception (__main__.TestFuture) ... ok (0.004s) 2022-12-01T11:01:30.7104049Z test_interleaving_then_and_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.005s) 2022-12-01T11:01:30.7104560Z 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-01T11:01:30.7104835Z 2022-12-01T11:01:30.7104883Z At: 2022-12-01T11:01:30.7105071Z test_futures.py(280): raise_value_error 2022-12-01T11:01:30.7105425Z /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py(241): set_result 2022-12-01T11:01:30.7105756Z test_futures.py(285): test_interleaving_then_and_add_done_callback_propagates_error 2022-12-01T11:01:30.7106032Z /opt/conda/lib/python3.7/unittest/case.py(628): run 2022-12-01T11:01:30.7106402Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/eval_frame.py(166): _fn 2022-12-01T11:01:30.7106834Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2033): _run_with_retry 2022-12-01T11:01:30.7107243Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2101): run 2022-12-01T11:01:30.7107547Z /opt/conda/lib/python3.7/unittest/case.py(676): __call__ 2022-12-01T11:01:30.7107807Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-12-01T11:01:30.7108069Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-12-01T11:01:30.7108310Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-12-01T11:01:30.7108572Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-12-01T11:01:30.7108913Z /opt/conda/lib/python3.7/site-packages/xmlrunner/runner.py(67): run 2022-12-01T11:01:30.7109179Z /opt/conda/lib/python3.7/unittest/main.py(271): runTests 2022-12-01T11:01:30.7109436Z /opt/conda/lib/python3.7/unittest/main.py(101): __init__ 2022-12-01T11:01:30.7109813Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(788): run_tests 2022-12-01T11:01:30.7110077Z test_futures.py(340): 2022-12-01T11:01:30.7110200Z 2022-12-01T11:01:30.7110267Z ok (0.004s) 2022-12-01T11:01:30.7110486Z test_mark_future_twice (__main__.TestFuture) ... ok (0.004s) 2022-12-01T11:01:30.7110747Z test_pickle_future (__main__.TestFuture) ... ok (0.005s) 2022-12-01T11:01:30.7110988Z test_set_exception (__main__.TestFuture) ... ok (0.118s) 2022-12-01T11:01:30.7111265Z test_set_exception_multithreading (__main__.TestFuture) ... ok (0.068s) 2022-12-01T11:01:30.7111534Z test_then (__main__.TestFuture) ... ok (0.004s) 2022-12-01T11:01:30.7111759Z test_then_no_arg (__main__.TestFuture) ... ok (0.004s) 2022-12-01T11:01:30.7112007Z test_then_raise (__main__.TestFuture) ... ok (0.002s) 2022-12-01T11:01:30.7112258Z test_then_wrong_arg (__main__.TestFuture) ... ok (0.002s) 2022-12-01T11:01:30.7112484Z test_wait (__main__.TestFuture) ... ok (0.003s) 2022-12-01T11:01:30.7112711Z test_wait_all (__main__.TestFuture) ... [1, 2] 2022-12-01T11:01:30.7112902Z ok (0.004s) 2022-12-01T11:01:30.7113106Z test_wait_multi_thread (__main__.TestFuture) ... ok (0.504s) 2022-12-01T11:01:30.7113356Z test_wait_none (__main__.TestFuture) ... ok (0.007s) 2022-12-01T11:01:30.7113494Z 2022-12-01T11:01:30.7113691Z ---------------------------------------------------------------------- 2022-12-01T11:01:30.7123101Z Ran 22 tests in 4.855s 2022-12-01T11:01:30.7123331Z 2022-12-01T11:01:30.7123408Z OK 2022-12-01T11:01:30.7123501Z 2022-12-01T11:01:30.7123592Z Generating XML reports... 2022-12-01T11:01:30.7124186Z Generated XML report: test-reports/python-unittest/test_futures/TEST-TestFuture-20221201110125.xml 2022-12-01T11:01:30.7124407Z 2022-12-01T11:01:30.7124669Z ##[endgroup] 2022-12-01T11:01:30.7125044Z FINISHED PRINTING LOG FILE of test_futures (/var/lib/jenkins/workspace/test/test-reports/test_futures_hu20fimq) 2022-12-01T11:01:30.7125254Z 2022-12-01T11:01:30.7125446Z Running test_tensorexpr_pybind ... [2022-12-01 11:01:30.709499] 2022-12-01T11:01:30.7125922Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensorexpr_pybind.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:01:30.709838] 2022-12-01T11:01:36.9266554Z 2022-12-01T11:01:36.9267072Z Expand the folded group to see the log file of test_tensorexpr_pybind 2022-12-01T11:01:36.9268447Z ##[group]PRINTING LOG FILE of test_tensorexpr_pybind (/var/lib/jenkins/workspace/test/test-reports/test_tensorexpr_pybind_wig39x1p) 2022-12-01T11:01:36.9269182Z Test results will be stored in test-reports/python-unittest/test_tensorexpr_pybind 2022-12-01T11:01:36.9269391Z 2022-12-01T11:01:36.9269466Z Running tests... 2022-12-01T11:01:36.9269783Z ---------------------------------------------------------------------- 2022-12-01T11:01:36.9270304Z test_unary_ops (__main__.TestExprHandlePyBind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_unary_ops test_tensorexpr_pybind.py line 410 2022-12-01T11:01:36.9298467Z due to: 2022-12-01T11:01:36.9298849Z Traceback (most recent call last): 2022-12-01T11:01:36.9299766Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/symbolic_convert.py", line 859, in BUILD_MAP 2022-12-01T11:01:36.9300293Z isinstance(k, TensorVariable) and k.parameter_value is not None 2022-12-01T11:01:36.9300580Z AssertionError 2022-12-01T11:01:36.9300754Z 2022-12-01T11:01:36.9300837Z from user code: 2022-12-01T11:01:36.9301238Z File "test_tensorexpr_pybind.py", line 438, in test_unary_ops 2022-12-01T11:01:36.9301665Z torch.frac: torch._C._te.frac, 2022-12-01T11:01:36.9301915Z 2022-12-01T11:01:36.9302158Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:36.9302568Z ========== 2022-12-01T11:01:36.9303169Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT construct_te_fn test_tensorexpr_pybind.py line 441 2022-12-01T11:01:36.9303422Z due to: 2022-12-01T11:01:36.9303610Z Traceback (most recent call last): 2022-12-01T11:01:36.9304006Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:01:36.9304451Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:01:36.9304903Z AssertionError: torch.* op returned non-Tensor BufHandle call_function 2022-12-01T11:01:36.9305105Z 2022-12-01T11:01:36.9305178Z from user code: 2022-12-01T11:01:36.9305413Z File "test_tensorexpr_pybind.py", line 442, in construct_te_fn 2022-12-01T11:01:36.9305659Z A = torch._C._te.BufHandle("A", [n], dtype) 2022-12-01T11:01:36.9305799Z 2022-12-01T11:01:36.9305933Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:36.9306155Z ========== 2022-12-01T11:01:36.9306306Z ok (3.836s) 2022-12-01T11:01:36.9306755Z test_alloc_in_loop (__main__.TestTensorExprPyBind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_alloc_in_loop test_tensorexpr_pybind.py line 393 2022-12-01T11:01:36.9308886Z due to: 2022-12-01T11:01:36.9309108Z Traceback (most recent call last): 2022-12-01T11:01:36.9309619Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:01:36.9310416Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:01:36.9311055Z AssertionError: torch.* op returned non-Tensor BufHandle call_function 2022-12-01T11:01:36.9311261Z 2022-12-01T11:01:36.9311378Z from user code: 2022-12-01T11:01:36.9311630Z File "test_tensorexpr_pybind.py", line 396, in test_alloc_in_loop 2022-12-01T11:01:36.9312141Z te.BufHandle(name, [1], torch.float32) for name in ["a", "tmp", "b"] 2022-12-01T11:01:36.9312382Z 2022-12-01T11:01:36.9312572Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:36.9312948Z ========== 2022-12-01T11:01:36.9313563Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr_pybind.py line 396 2022-12-01T11:01:36.9313968Z due to: 2022-12-01T11:01:36.9314226Z Traceback (most recent call last): 2022-12-01T11:01:36.9314632Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:01:36.9315090Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:01:36.9315614Z AssertionError: torch.* op returned non-Tensor BufHandle call_function 2022-12-01T11:01:36.9315816Z 2022-12-01T11:01:36.9315887Z from user code: 2022-12-01T11:01:36.9316119Z File "test_tensorexpr_pybind.py", line 396, in 2022-12-01T11:01:36.9316388Z te.BufHandle(name, [1], torch.float32) for name in ["a", "tmp", "b"] 2022-12-01T11:01:36.9316738Z 2022-12-01T11:01:36.9316982Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:36.9317400Z ========== 2022-12-01T11:01:36.9317682Z ok (0.119s) 2022-12-01T11:01:36.9318219Z test_call_raw (__main__.TestTensorExprPyBind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_call_raw test_tensorexpr_pybind.py line 41 2022-12-01T11:01:36.9318528Z due to: 2022-12-01T11:01:36.9318718Z Traceback (most recent call last): 2022-12-01T11:01:36.9319115Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T11:01:36.9319487Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T11:01:36.9319758Z AssertionError: dtype 2022-12-01T11:01:36.9319935Z 2022-12-01T11:01:36.9320011Z from user code: 2022-12-01T11:01:36.9320290Z File "test_tensorexpr_pybind.py", line 43, in test_call_raw 2022-12-01T11:01:36.9320703Z cg = construct_adder(n, dtype=torch.float64) 2022-12-01T11:01:36.9320926Z 2022-12-01T11:01:36.9321141Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:36.9321490Z ========== 2022-12-01T11:01:36.9322141Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT construct_adder test_tensorexpr_pybind.py line 14 2022-12-01T11:01:36.9322626Z due to: 2022-12-01T11:01:36.9322936Z Traceback (most recent call last): 2022-12-01T11:01:36.9323666Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:01:36.9324128Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:01:36.9324580Z AssertionError: torch.* op returned non-Tensor BufHandle call_function 2022-12-01T11:01:36.9324767Z 2022-12-01T11:01:36.9324839Z from user code: 2022-12-01T11:01:36.9325074Z File "test_tensorexpr_pybind.py", line 15, in construct_adder 2022-12-01T11:01:36.9325404Z A = te.BufHandle("A", [n], dtype) 2022-12-01T11:01:36.9325605Z 2022-12-01T11:01:36.9325786Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:36.9326110Z ========== 2022-12-01T11:01:36.9326329Z ok (0.005s) 2022-12-01T11:01:36.9326926Z test_dtype_error (__main__.TestTensorExprPyBind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dtype_error test_tensorexpr_pybind.py line 121 2022-12-01T11:01:36.9327355Z due to: 2022-12-01T11:01:36.9327603Z Traceback (most recent call last): 2022-12-01T11:01:36.9328167Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:01:36.9328773Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:01:36.9329385Z AssertionError: torch.* op returned non-Tensor BufHandle call_function 2022-12-01T11:01:36.9329790Z 2022-12-01T11:01:36.9329886Z from user code: 2022-12-01T11:01:36.9330201Z File "test_tensorexpr_pybind.py", line 122, in test_dtype_error 2022-12-01T11:01:36.9330532Z te.BufHandle("a", [1], torch.float32) # ok 2022-12-01T11:01:36.9330719Z 2022-12-01T11:01:36.9330895Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:36.9331197Z ========== 2022-12-01T11:01:36.9331641Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr_pybind.py line 123 2022-12-01T11:01:36.9331993Z due to: 2022-12-01T11:01:36.9332239Z Traceback (most recent call last): 2022-12-01T11:01:36.9332772Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T11:01:36.9333285Z return proxy.node.target(*args, **kwargs) 2022-12-01T11:01:36.9333712Z TypeError: __init__(): incompatible constructor arguments. The following argument types are supported: 2022-12-01T11:01:36.9334217Z 1. torch._C._te.BufHandle(arg0: str, arg1: List[torch._C._te.ExprHandle], arg2: torch._C._te.Dtype) 2022-12-01T11:01:36.9334715Z 2. torch._C._te.BufHandle(arg0: List[torch._C._te.ExprHandle], arg1: torch._C._te.Dtype) 2022-12-01T11:01:36.9335145Z 3. torch._C._te.BufHandle(arg0: torch._C._te.Dtype) 2022-12-01T11:01:36.9335363Z 2022-12-01T11:01:36.9335570Z Invoked with: 'a', [1], 'float55' 2022-12-01T11:01:36.9335769Z 2022-12-01T11:01:36.9335888Z from user code: 2022-12-01T11:01:36.9336205Z File "test_tensorexpr_pybind.py", line 123, in 2022-12-01T11:01:36.9336592Z self.assertRaises(TypeError, lambda: te.BufHandle("a", [1], "float55")) 2022-12-01T11:01:36.9336821Z 2022-12-01T11:01:36.9337001Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:36.9337286Z ========== 2022-12-01T11:01:36.9337512Z ok (0.003s) 2022-12-01T11:01:36.9338147Z test_dynamic_shape (__main__.TestTensorExprPyBind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dynamic_shape test_tensorexpr_pybind.py line 70 2022-12-01T11:01:36.9338566Z due to: 2022-12-01T11:01:36.9338816Z Traceback (most recent call last): 2022-12-01T11:01:36.9339360Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:01:36.9339980Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:01:36.9340586Z AssertionError: torch.* op returned non-Tensor VarHandle call_function 2022-12-01T11:01:36.9340867Z 2022-12-01T11:01:36.9340968Z from user code: 2022-12-01T11:01:36.9341288Z File "test_tensorexpr_pybind.py", line 71, in test_dynamic_shape 2022-12-01T11:01:36.9341618Z dN = te.VarHandle(torch.int32) 2022-12-01T11:01:36.9345213Z 2022-12-01T11:01:36.9345623Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:36.9346025Z ========== 2022-12-01T11:01:36.9346272Z ok (0.030s) 2022-12-01T11:01:36.9347219Z test_dynamic_shape_2d (__main__.TestTensorExprPyBind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dynamic_shape_2d test_tensorexpr_pybind.py line 95 2022-12-01T11:01:36.9347797Z due to: 2022-12-01T11:01:36.9348139Z Traceback (most recent call last): 2022-12-01T11:01:36.9348827Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:01:36.9349599Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:01:36.9350431Z AssertionError: torch.* op returned non-Tensor VarHandle call_function 2022-12-01T11:01:36.9350814Z 2022-12-01T11:01:36.9350937Z from user code: 2022-12-01T11:01:36.9351196Z File "test_tensorexpr_pybind.py", line 96, in test_dynamic_shape_2d 2022-12-01T11:01:36.9351549Z dN = te.VarHandle(torch.int32) 2022-12-01T11:01:36.9351744Z 2022-12-01T11:01:36.9351959Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:36.9352442Z ========== 2022-12-01T11:01:36.9352705Z ok (0.030s) 2022-12-01T11:01:36.9353537Z test_external_calls (__main__.TestTensorExprPyBind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_external_calls test_tensorexpr_pybind.py line 51 2022-12-01T11:01:36.9354191Z due to: 2022-12-01T11:01:36.9354535Z Traceback (most recent call last): 2022-12-01T11:01:36.9355246Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:01:36.9355890Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:01:36.9356341Z AssertionError: torch.* op returned non-Tensor BufHandle call_function 2022-12-01T11:01:36.9356713Z 2022-12-01T11:01:36.9356887Z from user code: 2022-12-01T11:01:36.9357118Z File "test_tensorexpr_pybind.py", line 54, in test_external_calls 2022-12-01T11:01:36.9357368Z A = te.BufHandle("A", [1, 4], dtype) 2022-12-01T11:01:36.9357498Z 2022-12-01T11:01:36.9357633Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:36.9357840Z ========== 2022-12-01T11:01:36.9358093Z ok (0.003s) 2022-12-01T11:01:36.9358617Z test_kernel_shape_prop (__main__.TestTensorExprPyBind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_kernel_shape_prop test_tensorexpr_pybind.py line 180 2022-12-01T11:01:36.9358946Z due to: 2022-12-01T11:01:36.9359133Z Traceback (most recent call last): 2022-12-01T11:01:36.9359512Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:01:36.9359970Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:01:36.9360472Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-12-01T11:01:36.9360700Z 2022-12-01T11:01:36.9360772Z from user code: 2022-12-01T11:01:36.9361002Z File "test_tensorexpr_pybind.py", line 191, in test_kernel_shape_prop 2022-12-01T11:01:36.9361263Z graph = torch._C.parse_ir(graph_str) 2022-12-01T11:01:36.9361392Z 2022-12-01T11:01:36.9361525Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:36.9361732Z ========== 2022-12-01T11:01:36.9361891Z ok (0.196s) 2022-12-01T11:01:36.9362266Z test_kernel_shape_prop_module (__main__.TestTensorExprPyBind) ... Exception ignored in: .extract_files.. at 0x7f5424e82950> 2022-12-01T11:01:36.9362643Z Traceback (most recent call last): 2022-12-01T11:01:36.9363016Z File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/jit_utils.py", line 210, in 2022-12-01T11:01:36.9363341Z debug_files = (pickle.load(f) for f in debug_files_stream) 2022-12-01T11:01:36.9363599Z SystemError: error return without exception set 2022-12-01T11:01:36.9363934Z Exception ignored in: .extract_files.. at 0x7f5424e828d0> 2022-12-01T11:01:36.9364250Z Traceback (most recent call last): 2022-12-01T11:01:36.9364635Z File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/jit_utils.py", line 209, in 2022-12-01T11:01:36.9364960Z debug_files_stream = (archive.open(f) for f in debug_files_str) 2022-12-01T11:01:36.9365213Z SystemError: error return without exception set 2022-12-01T11:01:36.9365417Z ok (0.049s) 2022-12-01T11:01:36.9365909Z test_kernel_with_custom_lowering (__main__.TestTensorExprPyBind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_kernel_with_custom_lowering test_tensorexpr_pybind.py line 335 2022-12-01T11:01:36.9366237Z due to: 2022-12-01T11:01:36.9366423Z Traceback (most recent call last): 2022-12-01T11:01:36.9366814Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:01:36.9367248Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:01:36.9367810Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-12-01T11:01:36.9368039Z 2022-12-01T11:01:36.9368111Z from user code: 2022-12-01T11:01:36.9368359Z File "test_tensorexpr_pybind.py", line 349, in test_kernel_with_custom_lowering 2022-12-01T11:01:36.9368614Z graph = torch._C.parse_ir(graph_str) 2022-12-01T11:01:36.9368748Z 2022-12-01T11:01:36.9368882Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:36.9369104Z ========== 2022-12-01T11:01:36.9369251Z ok (0.059s) 2022-12-01T11:01:36.9369749Z test_kernel_with_expand (__main__.TestTensorExprPyBind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_kernel_with_expand test_tensorexpr_pybind.py line 367 2022-12-01T11:01:36.9370081Z due to: 2022-12-01T11:01:36.9370267Z Traceback (most recent call last): 2022-12-01T11:01:36.9370644Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:01:36.9371096Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:01:36.9371586Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-12-01T11:01:36.9371814Z 2022-12-01T11:01:36.9371873Z from user code: 2022-12-01T11:01:36.9372110Z File "test_tensorexpr_pybind.py", line 384, in test_kernel_with_expand 2022-12-01T11:01:36.9372369Z graph = torch._C.parse_ir(graph_str) 2022-12-01T11:01:36.9372499Z 2022-12-01T11:01:36.9372630Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:36.9372833Z ========== 2022-12-01T11:01:36.9372993Z ok (0.031s) 2022-12-01T11:01:36.9373460Z test_kernel_with_permute (__main__.TestTensorExprPyBind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_kernel_with_permute test_tensorexpr_pybind.py line 309 2022-12-01T11:01:36.9373775Z due to: 2022-12-01T11:01:36.9373960Z Traceback (most recent call last): 2022-12-01T11:01:36.9374347Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:01:36.9374783Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:01:36.9375280Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-12-01T11:01:36.9375503Z 2022-12-01T11:01:36.9375573Z from user code: 2022-12-01T11:01:36.9375811Z File "test_tensorexpr_pybind.py", line 326, in test_kernel_with_permute 2022-12-01T11:01:36.9376059Z graph = torch._C.parse_ir(graph_str) 2022-12-01T11:01:36.9376192Z 2022-12-01T11:01:36.9376324Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:36.9376544Z ========== 2022-12-01T11:01:36.9376689Z ok (0.065s) 2022-12-01T11:01:36.9377173Z test_kernel_with_scalar_inputs (__main__.TestTensorExprPyBind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_kernel_with_scalar_inputs test_tensorexpr_pybind.py line 153 2022-12-01T11:01:36.9377514Z due to: 2022-12-01T11:01:36.9377698Z Traceback (most recent call last): 2022-12-01T11:01:36.9378072Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:01:36.9378517Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:01:36.9379008Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-12-01T11:01:36.9379235Z 2022-12-01T11:01:36.9379293Z from user code: 2022-12-01T11:01:36.9379541Z File "test_tensorexpr_pybind.py", line 171, in test_kernel_with_scalar_inputs 2022-12-01T11:01:36.9379806Z graph = torch._C.parse_ir(graph_str) 2022-12-01T11:01:36.9379973Z 2022-12-01T11:01:36.9380104Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:36.9380311Z ========== 2022-12-01T11:01:36.9380470Z ok (0.030s) 2022-12-01T11:01:36.9380914Z test_kernel_with_t (__main__.TestTensorExprPyBind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_kernel_with_t test_tensorexpr_pybind.py line 263 2022-12-01T11:01:36.9381214Z due to: 2022-12-01T11:01:36.9381396Z Traceback (most recent call last): 2022-12-01T11:01:36.9381784Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:01:36.9382232Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:01:36.9382773Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-12-01T11:01:36.9383001Z 2022-12-01T11:01:36.9383074Z from user code: 2022-12-01T11:01:36.9383307Z File "test_tensorexpr_pybind.py", line 276, in test_kernel_with_t 2022-12-01T11:01:36.9383566Z graph = torch._C.parse_ir(graph_str) 2022-12-01T11:01:36.9383684Z 2022-12-01T11:01:36.9383815Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:36.9384038Z ========== 2022-12-01T11:01:36.9384200Z ok (0.033s) 2022-12-01T11:01:36.9384674Z test_kernel_with_tensor_inputs (__main__.TestTensorExprPyBind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_kernel_with_tensor_inputs test_tensorexpr_pybind.py line 125 2022-12-01T11:01:36.9385011Z due to: 2022-12-01T11:01:36.9385196Z Traceback (most recent call last): 2022-12-01T11:01:36.9385586Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:01:36.9386024Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:01:36.9386519Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-12-01T11:01:36.9386744Z 2022-12-01T11:01:36.9386816Z from user code: 2022-12-01T11:01:36.9387049Z File "test_tensorexpr_pybind.py", line 144, in test_kernel_with_tensor_inputs 2022-12-01T11:01:36.9387312Z graph = torch._C.parse_ir(graph_str) 2022-12-01T11:01:36.9387447Z 2022-12-01T11:01:36.9387578Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:36.9387796Z ========== 2022-12-01T11:01:36.9387942Z ok (0.034s) 2022-12-01T11:01:36.9388415Z test_kernel_with_transpose (__main__.TestTensorExprPyBind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_kernel_with_transpose test_tensorexpr_pybind.py line 285 2022-12-01T11:01:36.9388747Z due to: 2022-12-01T11:01:36.9388918Z Traceback (most recent call last): 2022-12-01T11:01:36.9389307Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:01:36.9389759Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:01:36.9390242Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-12-01T11:01:36.9390468Z 2022-12-01T11:01:36.9390538Z from user code: 2022-12-01T11:01:36.9390781Z File "test_tensorexpr_pybind.py", line 300, in test_kernel_with_transpose 2022-12-01T11:01:36.9391040Z graph = torch._C.parse_ir(graph_str) 2022-12-01T11:01:36.9391172Z 2022-12-01T11:01:36.9391290Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:36.9391509Z ========== 2022-12-01T11:01:36.9391666Z ok (0.034s) 2022-12-01T11:01:36.9392091Z test_simple_sum (__main__.TestTensorExprPyBind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_simple_sum test_tensorexpr_pybind.py line 31 2022-12-01T11:01:36.9392401Z due to: 2022-12-01T11:01:36.9392585Z Traceback (most recent call last): 2022-12-01T11:01:36.9392994Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 34, in wrap_bound_arg 2022-12-01T11:01:36.9393352Z assert isinstance(val, VariableTracker), typestr(val) 2022-12-01T11:01:36.9393583Z AssertionError: dtype 2022-12-01T11:01:36.9393702Z 2022-12-01T11:01:36.9393774Z from user code: 2022-12-01T11:01:36.9393989Z File "test_tensorexpr_pybind.py", line 33, in test_simple_sum 2022-12-01T11:01:36.9394325Z cg = construct_adder(n) 2022-12-01T11:01:36.9394446Z 2022-12-01T11:01:36.9394580Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:36.9394786Z ========== 2022-12-01T11:01:36.9394946Z ok (0.003s) 2022-12-01T11:01:36.9395049Z 2022-12-01T11:01:36.9395255Z ---------------------------------------------------------------------- 2022-12-01T11:01:36.9395498Z Ran 17 tests in 4.629s 2022-12-01T11:01:36.9395637Z 2022-12-01T11:01:36.9395701Z OK 2022-12-01T11:01:36.9395793Z 2022-12-01T11:01:36.9395878Z Generating XML reports... 2022-12-01T11:01:36.9396317Z Generated XML report: test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestExprHandlePyBind-20221201110131.xml 2022-12-01T11:01:36.9397035Z Generated XML report: test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestTensorExprPyBind-20221201110131.xml 2022-12-01T11:01:36.9397286Z 2022-12-01T11:01:36.9398004Z ##[endgroup] 2022-12-01T11:01:36.9398419Z FINISHED PRINTING LOG FILE of test_tensorexpr_pybind (/var/lib/jenkins/workspace/test/test-reports/test_tensorexpr_pybind_wig39x1p) 2022-12-01T11:01:36.9398653Z 2022-12-01T11:01:36.9398814Z Running test_subclass ... [2022-12-01 11:01:36.927116] 2022-12-01T11:01:36.9399262Z Executing ['/opt/conda/bin/python', '-bb', 'test_subclass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:01:36.927440] 2022-12-01T11:01:43.6283148Z 2022-12-01T11:01:43.6283649Z Expand the folded group to see the log file of test_subclass 2022-12-01T11:01:43.6284614Z ##[group]PRINTING LOG FILE of test_subclass (/var/lib/jenkins/workspace/test/test-reports/test_subclass_xje7le1c) 2022-12-01T11:01:43.6285403Z Test results will be stored in test-reports/python-unittest/test_subclass 2022-12-01T11:01:43.6285687Z 2022-12-01T11:01:43.6285785Z Running tests... 2022-12-01T11:01:43.6286342Z ---------------------------------------------------------------------- 2022-12-01T11:01:43.6287205Z test_deepcopy_base_tensor_as_param_False (__main__.TestSubclass) ... skip: test doesn't currently work with torchdynamo (3.969s) 2022-12-01T11:01:43.6288121Z test_deepcopy_base_tensor_as_param_True (__main__.TestSubclass) ... skip: test doesn't currently work with torchdynamo (0.001s) 2022-12-01T11:01:43.6288995Z test_deepcopy_diag_tensor_below_as_param_False (__main__.TestSubclass) ... skip: test doesn't currently work with torchdynamo (0.001s) 2022-12-01T11:01:43.6289909Z test_deepcopy_diag_tensor_below_as_param_True (__main__.TestSubclass) ... skip: test doesn't currently work with torchdynamo (0.001s) 2022-12-01T11:01:43.6290748Z test_deepcopy_logging_tensor_as_param_False (__main__.TestSubclass) ... skip: test doesn't currently work with torchdynamo (0.001s) 2022-12-01T11:01:43.6291672Z test_deepcopy_logging_tensor_as_param_True (__main__.TestSubclass) ... skip: test doesn't currently work with torchdynamo (0.001s) 2022-12-01T11:01:43.6292598Z test_deepcopy_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... skip: test doesn't currently work with torchdynamo (0.001s) 2022-12-01T11:01:43.6293519Z test_deepcopy_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... skip: test doesn't currently work with torchdynamo (0.001s) 2022-12-01T11:01:43.6294409Z test_deepcopy_sparse_tensor_as_param_False (__main__.TestSubclass) ... skip: test doesn't currently work with torchdynamo (0.001s) 2022-12-01T11:01:43.6295217Z test_deepcopy_sparse_tensor_as_param_True (__main__.TestSubclass) ... skip: test doesn't currently work with torchdynamo (0.001s) 2022-12-01T11:01:43.6295823Z test_lazy_module_base_tensor (__main__.TestSubclass) ... expected failure (0.104s) 2022-12-01T11:01:43.6297205Z 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-01T11:01:43.6298130Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:01:43.6298493Z expected failure (0.048s) 2022-12-01T11:01:43.6299458Z test_lazy_module_logging_tensor (__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-01T11:01:43.6300336Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:01:43.6300872Z expected failure (0.015s) 2022-12-01T11:01:43.6301746Z test_lazy_module_non_wrapper_tensor (__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-01T11:01:43.6302479Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:01:43.6302813Z expected failure (0.015s) 2022-12-01T11:01:43.6303657Z test_lazy_module_sparse_tensor (__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-01T11:01:43.6304363Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:01:43.6304692Z expected failure (0.015s) 2022-12-01T11:01:43.6305040Z test_module_optimization_base_tensor (__main__.TestSubclass) ... ok (0.367s) 2022-12-01T11:01:43.6305823Z test_module_optimization_diag_tensor_below (__main__.TestSubclass) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _use_grad /opt/conda/lib/python3.7/site-packages/torch/optim/optimizer.py line 19 2022-12-01T11:01:43.6306306Z due to: 2022-12-01T11:01:43.6306558Z Traceback (most recent call last): 2022-12-01T11:01:43.6307125Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-12-01T11:01:43.6307521Z if isinstance(subobj, property): 2022-12-01T11:01:43.6307967Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-12-01T11:01:43.6308210Z 2022-12-01T11:01:43.6308306Z from user code: 2022-12-01T11:01:43.6308763Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/optimizer.py", line 23, in _use_grad 2022-12-01T11:01:43.6309131Z ret = func(self, *args, **kwargs) 2022-12-01T11:01:43.6309302Z 2022-12-01T11:01:43.6309484Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:43.6309782Z ========== 2022-12-01T11:01:43.6310292Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT step /opt/conda/lib/python3.7/site-packages/torch/optim/sgd.py line 119 2022-12-01T11:01:43.6310676Z due to: 2022-12-01T11:01:43.6310931Z Traceback (most recent call last): 2022-12-01T11:01:43.6311472Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-12-01T11:01:43.6311887Z if isinstance(subobj, property): 2022-12-01T11:01:43.6312332Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-12-01T11:01:43.6312565Z 2022-12-01T11:01:43.6312647Z from user code: 2022-12-01T11:01:43.6313088Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/sgd.py", line 142, in step 2022-12-01T11:01:43.6313433Z if p.grad.is_sparse: 2022-12-01T11:01:43.6313596Z 2022-12-01T11:01:43.6313775Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:43.6314062Z ========== 2022-12-01T11:01:43.6314374Z ok (0.138s) 2022-12-01T11:01:43.6314705Z test_module_optimization_logging_tensor (__main__.TestSubclass) ... ok (0.068s) 2022-12-01T11:01:43.6315221Z test_module_optimization_non_wrapper_tensor (__main__.TestSubclass) ... ok (0.035s) 2022-12-01T11:01:43.6315643Z test_module_optimization_sparse_tensor (__main__.TestSubclass) ... ok (0.041s) 2022-12-01T11:01:43.6316452Z test_non_rewrapping_torch_dispatch_subclass_as_parameter_throws_for_detach (__main__.TestSubclass) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT NonRewrappingTensor test_subclass.py line 226 2022-12-01T11:01:43.6317138Z due to: 2022-12-01T11:01:43.6317374Z Traceback (most recent call last): 2022-12-01T11:01:43.6317906Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-12-01T11:01:43.6318309Z raise Unsupported(msg) 2022-12-01T11:01:43.6318645Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-12-01T11:01:43.6318976Z 2022-12-01T11:01:43.6319077Z from user code: 2022-12-01T11:01:43.6319393Z File "test_subclass.py", line 226, in NonRewrappingTensor 2022-12-01T11:01:43.6319736Z class NonRewrappingTensor(torch.Tensor): 2022-12-01T11:01:43.6319930Z 2022-12-01T11:01:43.6320106Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:43.6320408Z ========== 2022-12-01T11:01:43.6320827Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __new__ test_subclass.py line 227 2022-12-01T11:01:43.6321165Z due to: 2022-12-01T11:01:43.6321436Z Traceback (most recent call last): 2022-12-01T11:01:43.6321989Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-12-01T11:01:43.6322426Z raise NotImplementedError(f"{self} is not a constant") 2022-12-01T11:01:43.6322853Z NotImplementedError: UserDefinedObjectVariable(_TensorMeta) is not a constant 2022-12-01T11:01:43.6323108Z 2022-12-01T11:01:43.6323208Z from user code: 2022-12-01T11:01:43.6323478Z File "test_subclass.py", line 232, in __new__ 2022-12-01T11:01:43.6323850Z cls, t.shape, dtype=t.dtype, requires_grad=t.requires_grad, device=t.device) 2022-12-01T11:01:43.6324082Z 2022-12-01T11:01:43.6324259Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:43.6324568Z ========== 2022-12-01T11:01:43.6325012Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT unwrap test_subclass.py line 243 2022-12-01T11:01:43.6325351Z due to: 2022-12-01T11:01:43.6325609Z Traceback (most recent call last): 2022-12-01T11:01:43.6326176Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-12-01T11:01:43.6326640Z raise NotImplementedError(f"{self} is not a constant") 2022-12-01T11:01:43.6327068Z NotImplementedError: UserDefinedObjectVariable(_TensorMeta) is not a constant 2022-12-01T11:01:43.6327321Z 2022-12-01T11:01:43.6327402Z from user code: 2022-12-01T11:01:43.6327682Z File "test_subclass.py", line 244, in unwrap 2022-12-01T11:01:43.6328006Z if isinstance(e, NonRewrappingTensor): 2022-12-01T11:01:43.6328197Z 2022-12-01T11:01:43.6328383Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:43.6328675Z ========== 2022-12-01T11:01:43.6328890Z ok (0.020s) 2022-12-01T11:01:43.6329251Z test_param_invariants_base_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.026s) 2022-12-01T11:01:43.6329716Z test_param_invariants_base_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.016s) 2022-12-01T11:01:43.6330520Z test_param_invariants_diag_tensor_below_tensor_requires_grad_False (__main__.TestSubclass) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_param_invariants test_subclass.py line 45 2022-12-01T11:01:43.6331002Z due to: 2022-12-01T11:01:43.6331235Z Traceback (most recent call last): 2022-12-01T11:01:43.6331814Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-12-01T11:01:43.6332262Z raise NotImplementedError(f"{self} is not a constant") 2022-12-01T11:01:43.6332681Z NotImplementedError: UserDefinedObjectVariable(_TensorMeta) is not a constant 2022-12-01T11:01:43.6333046Z 2022-12-01T11:01:43.6333128Z from user code: 2022-12-01T11:01:43.6333430Z File "test_subclass.py", line 48, in test_param_invariants 2022-12-01T11:01:43.6333825Z x = self._create_tensor(tensor_cls).requires_grad_(tensor_requires_grad) 2022-12-01T11:01:43.6334050Z 2022-12-01T11:01:43.6334213Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:43.6334513Z ========== 2022-12-01T11:01:43.6334730Z ok (0.003s) 2022-12-01T11:01:43.6335117Z test_param_invariants_diag_tensor_below_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T11:01:43.6335602Z test_param_invariants_logging_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T11:01:43.6336161Z test_param_invariants_logging_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T11:01:43.6336668Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T11:01:43.6337153Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T11:01:43.6337650Z test_param_invariants_sparse_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T11:01:43.6338180Z test_param_invariants_sparse_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T11:01:43.6338653Z test_parametrization_base_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.037s) 2022-12-01T11:01:43.6339120Z test_parametrization_base_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.012s) 2022-12-01T11:01:43.6339601Z test_parametrization_diag_tensor_below_leave_parametrized_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T11:01:43.6340120Z test_parametrization_diag_tensor_below_leave_parametrized_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T11:01:43.6340622Z test_parametrization_logging_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T11:01:43.6341102Z test_parametrization_logging_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T11:01:43.6341592Z test_parametrization_non_wrapper_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.009s) 2022-12-01T11:01:43.6342109Z test_parametrization_non_wrapper_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.006s) 2022-12-01T11:01:43.6342616Z test_parametrization_sparse_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.007s) 2022-12-01T11:01:43.6343125Z test_parametrization_sparse_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.007s) 2022-12-01T11:01:43.6343699Z test_repr_base_tensor_as_param_False (__main__.TestSubclass) ... skip: Visible only with functorch as functorch monkeypatches tensor str (0.001s) 2022-12-01T11:01:43.6344315Z test_repr_base_tensor_as_param_True (__main__.TestSubclass) ... skip: Visible only with functorch as functorch monkeypatches tensor str (0.001s) 2022-12-01T11:01:43.6345001Z test_repr_diag_tensor_below_as_param_False (__main__.TestSubclass) ... skip: Visible only with functorch as functorch monkeypatches tensor str (0.001s) 2022-12-01T11:01:43.6345727Z test_repr_diag_tensor_below_as_param_True (__main__.TestSubclass) ... skip: Visible only with functorch as functorch monkeypatches tensor str (0.001s) 2022-12-01T11:01:43.6346441Z test_repr_logging_tensor_as_param_False (__main__.TestSubclass) ... skip: Visible only with functorch as functorch monkeypatches tensor str (0.001s) 2022-12-01T11:01:43.6346888Z test_repr_logging_tensor_as_param_True (__main__.TestSubclass) ... skip: Visible only with functorch as functorch monkeypatches tensor str (0.001s) 2022-12-01T11:01:43.6347341Z test_repr_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... skip: Visible only with functorch as functorch monkeypatches tensor str (0.001s) 2022-12-01T11:01:43.6347776Z test_repr_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... skip: Visible only with functorch as functorch monkeypatches tensor str (0.001s) 2022-12-01T11:01:43.6348304Z test_repr_sparse_tensor_as_param_False (__main__.TestSubclass) ... skip: Visible only with functorch as functorch monkeypatches tensor str (0.001s) 2022-12-01T11:01:43.6348743Z test_repr_sparse_tensor_as_param_True (__main__.TestSubclass) ... skip: Visible only with functorch as functorch monkeypatches tensor str (0.001s) 2022-12-01T11:01:43.6349129Z test_serialization_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.008s) 2022-12-01T11:01:43.6349441Z test_serialization_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T11:01:43.6349777Z test_serialization_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T11:01:43.6350155Z test_serialization_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T11:01:43.6350472Z test_serialization_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T11:01:43.6350794Z test_serialization_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T11:01:43.6351126Z test_serialization_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T11:01:43.6351457Z test_serialization_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T11:01:43.6351772Z test_serialization_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.004s) 2022-12-01T11:01:43.6352096Z test_serialization_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.004s) 2022-12-01T11:01:43.6352419Z test_type_propagation_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.016s) 2022-12-01T11:01:43.6352743Z test_type_propagation_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.013s) 2022-12-01T11:01:43.6353320Z test_type_propagation_diag_tensor_below_as_param_False (__main__.TestSubclass) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_type_propagation test_subclass.py line 105 2022-12-01T11:01:43.6353656Z due to: 2022-12-01T11:01:43.6353843Z Traceback (most recent call last): 2022-12-01T11:01:43.6354317Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-12-01T11:01:43.6354666Z raise NotImplementedError(f"{self} is not a constant") 2022-12-01T11:01:43.6354982Z NotImplementedError: UserDefinedObjectVariable(_TensorMeta) is not a constant 2022-12-01T11:01:43.6355176Z 2022-12-01T11:01:43.6355247Z from user code: 2022-12-01T11:01:43.6355457Z File "test_subclass.py", line 108, in test_type_propagation 2022-12-01T11:01:43.6355700Z x = self._create_tensor(tensor_cls) 2022-12-01T11:01:43.6355828Z 2022-12-01T11:01:43.6355963Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:43.6356168Z ========== 2022-12-01T11:01:43.6356323Z ok (0.003s) 2022-12-01T11:01:43.6356702Z test_type_propagation_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T11:01:43.6357036Z test_type_propagation_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T11:01:43.6357370Z test_type_propagation_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T11:01:43.6357710Z test_type_propagation_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T11:01:43.6358055Z test_type_propagation_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T11:01:43.6358381Z test_type_propagation_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T11:01:43.6358715Z test_type_propagation_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T11:01:43.6358895Z 2022-12-01T11:01:43.6359102Z ---------------------------------------------------------------------- 2022-12-01T11:01:43.6359332Z Ran 71 tests in 5.156s 2022-12-01T11:01:43.6359516Z 2022-12-01T11:01:43.6359614Z OK (skipped=20, expected failures=5) 2022-12-01T11:01:43.6359746Z 2022-12-01T11:01:43.6359834Z Generating XML reports... 2022-12-01T11:01:43.6360232Z Generated XML report: test-reports/python-unittest/test_subclass/TEST-TestSubclass-20221201110138.xml 2022-12-01T11:01:43.6360481Z 2022-12-01T11:01:43.6360741Z ##[endgroup] 2022-12-01T11:01:43.6361120Z FINISHED PRINTING LOG FILE of test_subclass (/var/lib/jenkins/workspace/test/test-reports/test_subclass_xje7le1c) 2022-12-01T11:01:43.6361334Z 2022-12-01T11:01:43.6361492Z Running test_monitor ... [2022-12-01 11:01:43.629476] 2022-12-01T11:01:43.6361935Z Executing ['/opt/conda/bin/python', '-bb', 'test_monitor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:01:43.629868] 2022-12-01T11:01:52.5841503Z 2022-12-01T11:01:52.5842357Z Expand the folded group to see the log file of test_monitor 2022-12-01T11:01:52.5843252Z ##[group]PRINTING LOG FILE of test_monitor (/var/lib/jenkins/workspace/test/test-reports/test_monitor_gg1dp0rb) 2022-12-01T11:01:52.5843831Z Test results will be stored in test-reports/python-unittest/test_monitor 2022-12-01T11:01:52.5844007Z 2022-12-01T11:01:52.5844080Z Running tests... 2022-12-01T11:01:52.5844376Z ---------------------------------------------------------------------- 2022-12-01T11:01:52.5844893Z test_event_handler (__main__.TestMonitor) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_monitor.py line 84 2022-12-01T11:01:52.5845204Z due to: 2022-12-01T11:01:52.5845407Z Traceback (most recent call last): 2022-12-01T11:01:52.5845816Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-12-01T11:01:52.5846132Z return super().call_method(tx, args, kwargs) 2022-12-01T11:01:52.5846495Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-12-01T11:01:52.5846666Z 2022-12-01T11:01:52.5846737Z from user code: 2022-12-01T11:01:52.5846971Z File "test_monitor.py", line 87, in 2022-12-01T11:01:52.5847214Z timestamp=datetime.now(), 2022-12-01T11:01:52.5847324Z 2022-12-01T11:01:52.5847454Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:52.5847670Z ========== 2022-12-01T11:01:52.5847827Z ok (3.939s) 2022-12-01T11:01:52.5848259Z test_fixed_count_stat (__main__.TestMonitor) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_monitor.py line 55 2022-12-01T11:01:52.5848592Z due to: 2022-12-01T11:01:52.5848771Z Traceback (most recent call last): 2022-12-01T11:01:52.5849205Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 85, in __init__ 2022-12-01T11:01:52.5849535Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-12-01T11:01:52.5850031Z AssertionError: expected FunctionType found builtin_function_or_method 2022-12-01T11:01:52.5850262Z 2022-12-01T11:01:52.5850333Z from user code: 2022-12-01T11:01:52.5850561Z File "test_monitor.py", line 56, in 2022-12-01T11:01:52.5850786Z name = s.name 2022-12-01T11:01:52.5850888Z 2022-12-01T11:01:52.5851019Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:52.5851223Z ========== 2022-12-01T11:01:52.5851379Z ok (0.110s) 2022-12-01T11:01:52.5851807Z test_interval_stat (__main__.TestMonitor) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_monitor.py line 32 2022-12-01T11:01:52.5852108Z due to: 2022-12-01T11:01:52.5852277Z Traceback (most recent call last): 2022-12-01T11:01:52.5852677Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 85, in __init__ 2022-12-01T11:01:52.5853001Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-12-01T11:01:52.5853429Z AssertionError: expected FunctionType found builtin_function_or_method 2022-12-01T11:01:52.5853766Z 2022-12-01T11:01:52.5853837Z from user code: 2022-12-01T11:01:52.5854074Z File "test_monitor.py", line 34, in 2022-12-01T11:01:52.5854315Z self.assertEqual(s.name, "asdf") 2022-12-01T11:01:52.5854443Z 2022-12-01T11:01:52.5854573Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:52.5854790Z ========== 2022-12-01T11:01:52.5854949Z ok (0.019s) 2022-12-01T11:01:52.5855330Z test_log_event (__main__.TestMonitor) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_log_event test_monitor.py line 63 2022-12-01T11:01:52.5855612Z due to: 2022-12-01T11:01:52.5855796Z Traceback (most recent call last): 2022-12-01T11:01:52.5856233Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-12-01T11:01:52.5856553Z return super().call_method(tx, args, kwargs) 2022-12-01T11:01:52.5856895Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-12-01T11:01:52.5857067Z 2022-12-01T11:01:52.5857125Z from user code: 2022-12-01T11:01:52.5857340Z File "test_monitor.py", line 66, in test_log_event 2022-12-01T11:01:52.5857567Z timestamp=datetime.now(), 2022-12-01T11:01:52.5857693Z 2022-12-01T11:01:52.5857827Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:52.5858033Z ========== 2022-12-01T11:01:52.5858192Z ok (0.002s) 2022-12-01T11:01:52.5858425Z test_event_handler (__main__.TestMonitorTensorboard) ... ok (3.227s) 2022-12-01T11:01:52.5858591Z 2022-12-01T11:01:52.5858778Z ---------------------------------------------------------------------- 2022-12-01T11:01:52.5859026Z Ran 5 tests in 7.358s 2022-12-01T11:01:52.5859140Z 2022-12-01T11:01:52.5859204Z OK 2022-12-01T11:01:52.5859296Z 2022-12-01T11:01:52.5859367Z Generating XML reports... 2022-12-01T11:01:52.5859756Z Generated XML report: test-reports/python-unittest/test_monitor/TEST-TestMonitor-20221201110144.xml 2022-12-01T11:01:52.5860276Z Generated XML report: test-reports/python-unittest/test_monitor/TEST-TestMonitorTensorboard-20221201110144.xml 2022-12-01T11:01:52.5860518Z 2022-12-01T11:01:52.5860746Z ##[endgroup] 2022-12-01T11:01:52.5861122Z FINISHED PRINTING LOG FILE of test_monitor (/var/lib/jenkins/workspace/test/test-reports/test_monitor_gg1dp0rb) 2022-12-01T11:01:52.5861333Z 2022-12-01T11:01:52.5861516Z Running test_function_schema ... [2022-12-01 11:01:52.584467] 2022-12-01T11:01:52.5861996Z Executing ['/opt/conda/bin/python', '-bb', 'test_function_schema.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:01:52.584797] 2022-12-01T11:01:58.5228422Z 2022-12-01T11:01:58.5229022Z Expand the folded group to see the log file of test_function_schema 2022-12-01T11:01:58.5230196Z ##[group]PRINTING LOG FILE of test_function_schema (/var/lib/jenkins/workspace/test/test-reports/test_function_schema_z0o46o61) 2022-12-01T11:01:58.5231134Z Test results will be stored in test-reports/python-unittest/test_function_schema 2022-12-01T11:01:58.5231470Z 2022-12-01T11:01:58.5231597Z Running tests... 2022-12-01T11:01:58.5232136Z ---------------------------------------------------------------------- 2022-12-01T11:01:58.5232998Z test_backward_compatible_arguments (__main__.TestFunctionSchema) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_backward_compatible_arguments test_function_schema.py line 56 2022-12-01T11:01:58.5233555Z due to: 2022-12-01T11:01:58.5233871Z Traceback (most recent call last): 2022-12-01T11:01:58.5234610Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:01:58.5235336Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:01:58.5236246Z AssertionError: torch.* op returned non-Tensor FunctionSchema call_function 2022-12-01T11:01:58.5237072Z 2022-12-01T11:01:58.5237187Z from user code: 2022-12-01T11:01:58.5237584Z File "test_function_schema.py", line 57, in test_backward_compatible_arguments 2022-12-01T11:01:58.5238199Z old_schema = parse_schema('any(Tensor self, *, Tensor b, int c) -> Tensor') 2022-12-01T11:01:58.5238473Z 2022-12-01T11:01:58.5238689Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:58.5239023Z ========== 2022-12-01T11:01:58.5239246Z ok (3.950s) 2022-12-01T11:01:58.5239935Z test_backward_compatible_outputs (__main__.TestFunctionSchema) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_backward_compatible_outputs test_function_schema.py line 42 2022-12-01T11:01:58.5240386Z due to: 2022-12-01T11:01:58.5240622Z Traceback (most recent call last): 2022-12-01T11:01:58.5241317Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:01:58.5242026Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:01:58.5242754Z AssertionError: torch.* op returned non-Tensor FunctionSchema call_function 2022-12-01T11:01:58.5243081Z 2022-12-01T11:01:58.5243182Z from user code: 2022-12-01T11:01:58.5243515Z File "test_function_schema.py", line 43, in test_backward_compatible_outputs 2022-12-01T11:01:58.5243994Z old_schema = parse_schema('any.over(Tensor self, *, Tensor b) -> Tensor') 2022-12-01T11:01:58.5244220Z 2022-12-01T11:01:58.5244397Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:58.5244696Z ========== 2022-12-01T11:01:58.5244896Z ok (0.002s) 2022-12-01T11:01:58.5245570Z test_backward_compatible_structure (__main__.TestFunctionSchema) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_backward_compatible_structure test_function_schema.py line 24 2022-12-01T11:01:58.5246025Z due to: 2022-12-01T11:01:58.5246277Z Traceback (most recent call last): 2022-12-01T11:01:58.5246810Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:01:58.5247418Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:01:58.5248128Z AssertionError: torch.* op returned non-Tensor FunctionSchema call_function 2022-12-01T11:01:58.5248457Z 2022-12-01T11:01:58.5248555Z from user code: 2022-12-01T11:01:58.5248870Z File "test_function_schema.py", line 25, in test_backward_compatible_structure 2022-12-01T11:01:58.5249367Z old_schema = parse_schema('any.over(Tensor self, *, Tensor b) -> Tensor') 2022-12-01T11:01:58.5249592Z 2022-12-01T11:01:58.5249773Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:58.5250048Z ========== 2022-12-01T11:01:58.5250262Z ok (0.002s) 2022-12-01T11:01:58.5251013Z test_backward_compatible_with_smart_serialization (__main__.TestFunctionSchema) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_backward_compatible_with_smart_serialization test_function_schema.py line 96 2022-12-01T11:01:58.5251501Z due to: 2022-12-01T11:01:58.5251750Z Traceback (most recent call last): 2022-12-01T11:01:58.5252282Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:01:58.5252897Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:01:58.5253591Z AssertionError: torch.* op returned non-Tensor FunctionSchema call_function 2022-12-01T11:01:58.5253919Z 2022-12-01T11:01:58.5254016Z from user code: 2022-12-01T11:01:58.5254381Z File "test_function_schema.py", line 98, in test_backward_compatible_with_smart_serialization 2022-12-01T11:01:58.5254926Z old_schema = parse_schema('foo(Tensor self, *, int a, Tensor(a!) out) -> Tensor(a!)') 2022-12-01T11:01:58.5255252Z 2022-12-01T11:01:58.5255429Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:58.5255726Z ========== 2022-12-01T11:01:58.5255941Z ok (0.002s) 2022-12-01T11:01:58.5256678Z test_forward_compatible_arguments_real_use_case (__main__.TestFunctionSchema) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_forward_compatible_arguments_real_use_case test_function_schema.py line 164 2022-12-01T11:01:58.5257196Z due to: 2022-12-01T11:01:58.5257449Z Traceback (most recent call last): 2022-12-01T11:01:58.5257985Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:01:58.5258594Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:01:58.5259361Z AssertionError: torch.* op returned non-Tensor FunctionSchema call_function 2022-12-01T11:01:58.5259703Z 2022-12-01T11:01:58.5259807Z from user code: 2022-12-01T11:01:58.5260160Z File "test_function_schema.py", line 166, in test_forward_compatible_arguments_real_use_case 2022-12-01T11:01:58.5260774Z old_slice_schema = parse_schema('slice(Tensor(a) self, int dim=0, int start=0, int end=0, int step=1) -> Tensor(a)') 2022-12-01T11:01:58.5261046Z 2022-12-01T11:01:58.5261229Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:58.5261528Z ========== 2022-12-01T11:01:58.5261728Z ok (0.002s) 2022-12-01T11:01:58.5262435Z test_forward_compatible_arguments_with_out (__main__.TestFunctionSchema) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_forward_compatible_arguments_with_out test_function_schema.py line 172 2022-12-01T11:01:58.5262908Z due to: 2022-12-01T11:01:58.5263162Z Traceback (most recent call last): 2022-12-01T11:01:58.5263733Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:01:58.5264366Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:01:58.5265102Z AssertionError: torch.* op returned non-Tensor FunctionSchema call_function 2022-12-01T11:01:58.5265413Z 2022-12-01T11:01:58.5265515Z from user code: 2022-12-01T11:01:58.5265865Z File "test_function_schema.py", line 173, in test_forward_compatible_arguments_with_out 2022-12-01T11:01:58.5266424Z old_schema = parse_schema('any(Tensor self, *, int a, int b=1, Tensor(a!) out) -> Tensor(a!)') 2022-12-01T11:01:58.5266664Z 2022-12-01T11:01:58.5266830Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:58.5267137Z ========== 2022-12-01T11:01:58.5267357Z ok (0.002s) 2022-12-01T11:01:58.5268097Z test_forward_compatible_arguments_without_out (__main__.TestFunctionSchema) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_forward_compatible_arguments_without_out test_function_schema.py line 122 2022-12-01T11:01:58.5268579Z due to: 2022-12-01T11:01:58.5268831Z Traceback (most recent call last): 2022-12-01T11:01:58.5269387Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:01:58.5269989Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:01:58.5270719Z AssertionError: torch.* op returned non-Tensor FunctionSchema call_function 2022-12-01T11:01:58.5271046Z 2022-12-01T11:01:58.5271144Z from user code: 2022-12-01T11:01:58.5271503Z File "test_function_schema.py", line 123, in test_forward_compatible_arguments_without_out 2022-12-01T11:01:58.5272011Z old_schema = parse_schema('any(Tensor self, int a, int b=1) -> Tensor') 2022-12-01T11:01:58.5272232Z 2022-12-01T11:01:58.5272411Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:58.5272794Z ========== 2022-12-01T11:01:58.5272997Z ok (0.003s) 2022-12-01T11:01:58.5273594Z test_out_schema (__main__.TestFunctionSchema) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_out_schema test_function_schema.py line 18 2022-12-01T11:01:58.5274027Z due to: 2022-12-01T11:01:58.5274359Z Traceback (most recent call last): 2022-12-01T11:01:58.5274902Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:01:58.5275533Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:01:58.5276244Z AssertionError: torch.* op returned non-Tensor FunctionSchema call_function 2022-12-01T11:01:58.5276723Z 2022-12-01T11:01:58.5276919Z from user code: 2022-12-01T11:01:58.5277250Z File "test_function_schema.py", line 19, in test_out_schema 2022-12-01T11:01:58.5277753Z schema_with_out = parse_schema('any.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!)') 2022-12-01T11:01:58.5277996Z 2022-12-01T11:01:58.5278178Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:58.5278456Z ========== 2022-12-01T11:01:58.5278675Z ok (0.002s) 2022-12-01T11:01:58.5278977Z test_schema_error (__main__.TestFunctionSchema) ... ok (0.099s) 2022-12-01T11:01:58.5279712Z test_serialize_and_deserialize (__main__.TestFunctionSchema) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_serialize_and_deserialize test_function_schema.py line 9 2022-12-01T11:01:58.5280165Z due to: 2022-12-01T11:01:58.5280412Z Traceback (most recent call last): 2022-12-01T11:01:58.5280933Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:01:58.5281603Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:01:58.5282262Z AssertionError: torch.* op returned non-Tensor FunctionSchema call_function 2022-12-01T11:01:58.5282541Z 2022-12-01T11:01:58.5282653Z from user code: 2022-12-01T11:01:58.5282972Z File "test_function_schema.py", line 10, in test_serialize_and_deserialize 2022-12-01T11:01:58.5283330Z schemas = torch._C._jit_get_all_schemas() 2022-12-01T11:01:58.5283531Z 2022-12-01T11:01:58.5283732Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:58.5284043Z ========== 2022-12-01T11:01:58.5284297Z ok (0.266s) 2022-12-01T11:01:58.5285180Z test_string_optional_parameter_default_value (__main__.TestFunctionSchema) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_string_optional_parameter_default_value test_function_schema.py line 117 2022-12-01T11:01:58.5285684Z due to: 2022-12-01T11:01:58.5285858Z Traceback (most recent call last): 2022-12-01T11:01:58.5286261Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:01:58.5286712Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:01:58.5287224Z AssertionError: torch.* op returned non-Tensor FunctionSchema call_function 2022-12-01T11:01:58.5287468Z 2022-12-01T11:01:58.5287539Z from user code: 2022-12-01T11:01:58.5287796Z File "test_function_schema.py", line 118, in test_string_optional_parameter_default_value 2022-12-01T11:01:58.5288184Z schema_a = parse_schema("example::op(str? order=\"NCHW\") -> (Tensor)") 2022-12-01T11:01:58.5288349Z 2022-12-01T11:01:58.5288470Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:58.5288694Z ========== 2022-12-01T11:01:58.5288852Z ok (0.002s) 2022-12-01T11:01:58.5289371Z test_tensor_list_alias_annotation_properly_parsed (__main__.TestFunctionSchema) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_list_alias_annotation_properly_parsed test_function_schema.py line 189 2022-12-01T11:01:58.5289831Z due to: 2022-12-01T11:01:58.5290020Z Traceback (most recent call last): 2022-12-01T11:01:58.5290415Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:01:58.5290849Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:01:58.5291370Z AssertionError: torch.* op returned non-Tensor FunctionSchema call_function 2022-12-01T11:01:58.5291616Z 2022-12-01T11:01:58.5291689Z from user code: 2022-12-01T11:01:58.5291955Z File "test_function_schema.py", line 191, in test_tensor_list_alias_annotation_properly_parsed 2022-12-01T11:01:58.5292217Z schema = parse_schema(schema_str) 2022-12-01T11:01:58.5292348Z 2022-12-01T11:01:58.5292519Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:58.5292742Z ========== 2022-12-01T11:01:58.5292887Z ok (0.002s) 2022-12-01T11:01:58.5293413Z test_tensor_option_arguments_properly_parsed (__main__.TestFunctionSchema) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_option_arguments_properly_parsed test_function_schema.py line 195 2022-12-01T11:01:58.5293772Z due to: 2022-12-01T11:01:58.5293942Z Traceback (most recent call last): 2022-12-01T11:01:58.5294333Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:01:58.5294787Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:01:58.5295310Z AssertionError: torch.* op returned non-Tensor FunctionSchema call_function 2022-12-01T11:01:58.5295550Z 2022-12-01T11:01:58.5295608Z from user code: 2022-12-01T11:01:58.5295867Z File "test_function_schema.py", line 198, in test_tensor_option_arguments_properly_parsed 2022-12-01T11:01:58.5296133Z schema = parse_schema(schema_str) 2022-12-01T11:01:58.5296263Z 2022-12-01T11:01:58.5296396Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:01:58.5296603Z ========== 2022-12-01T11:01:58.5296759Z ok (0.002s) 2022-12-01T11:01:58.5296858Z 2022-12-01T11:01:58.5297058Z ---------------------------------------------------------------------- 2022-12-01T11:01:58.5297287Z Ran 13 tests in 4.403s 2022-12-01T11:01:58.5297399Z 2022-12-01T11:01:58.5297461Z OK 2022-12-01T11:01:58.5297551Z 2022-12-01T11:01:58.5297634Z Generating XML reports... 2022-12-01T11:01:58.5298039Z Generated XML report: test-reports/python-unittest/test_function_schema/TEST-TestFunctionSchema-20221201110153.xml 2022-12-01T11:01:58.5298279Z 2022-12-01T11:01:58.5298570Z ##[endgroup] 2022-12-01T11:01:58.5298976Z FINISHED PRINTING LOG FILE of test_function_schema (/var/lib/jenkins/workspace/test/test-reports/test_function_schema_z0o46o61) 2022-12-01T11:01:58.5299201Z 2022-12-01T11:01:58.5299372Z Running test_multiprocessing_spawn ... [2022-12-01 11:01:58.523256] 2022-12-01T11:01:58.5299877Z Executing ['/opt/conda/bin/python', '-bb', 'test_multiprocessing_spawn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:01:58.523698] 2022-12-01T11:02:04.2257428Z 2022-12-01T11:02:04.2257975Z Expand the folded group to see the log file of test_multiprocessing_spawn 2022-12-01T11:02:04.2258975Z ##[group]PRINTING LOG FILE of test_multiprocessing_spawn (/var/lib/jenkins/workspace/test/test-reports/test_multiprocessing_spawn_t38ox186) 2022-12-01T11:02:04.2259864Z Test results will be stored in test-reports/python-unittest/test_multiprocessing_spawn 2022-12-01T11:02:04.2260158Z 2022-12-01T11:02:04.2260273Z Running tests... 2022-12-01T11:02:04.2260742Z ---------------------------------------------------------------------- 2022-12-01T11:02:04.2262024Z test_errors_pickleable (__main__.ErrorTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_errors_pickleable test_multiprocessing_spawn.py line 224 2022-12-01T11:02:04.2262538Z due to: 2022-12-01T11:02:04.2263110Z Traceback (most recent call last): 2022-12-01T11:02:04.2263816Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:02:04.2264590Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:02:04.2265564Z AssertionError: torch.* op returned non-Tensor ProcessRaisedException call_function 2022-12-01T11:02:04.2266057Z 2022-12-01T11:02:04.2266165Z from user code: 2022-12-01T11:02:04.2266544Z File "test_multiprocessing_spawn.py", line 226, in test_errors_pickleable 2022-12-01T11:02:04.2267010Z mp.ProcessRaisedException("Oh no!", 1, 1), 2022-12-01T11:02:04.2267249Z 2022-12-01T11:02:04.2267648Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:02:04.2268052Z ========== 2022-12-01T11:02:04.2268315Z ok (3.920s) 2022-12-01T11:02:04.2268679Z test_exception_all (__main__.ForkTest) ... ok (0.120s) 2022-12-01T11:02:04.2270263Z 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-01T11:02:04.2272197Z 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-01T11:02:04.2274349Z 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-01T11:02:04.2276341Z 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-01T11:02:04.2278545Z 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-01T11:02:04.2280569Z 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-01T11:02:04.2282558Z 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-01T11:02:04.2284281Z 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-01T11:02:04.2286182Z 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-01T11:02:04.2287988Z 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-01T11:02:04.2289840Z 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-01T11:02:04.2290768Z test_signal_raises (__main__.SpawnTest) ... ok (0.020s) 2022-12-01T11:02:04.2292071Z 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-01T11:02:04.2294077Z 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-01T11:02:04.2296126Z 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-01T11:02:04.2298115Z 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-01T11:02:04.2299917Z 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-01T11:02:04.2300618Z 2022-12-01T11:02:04.2300959Z ---------------------------------------------------------------------- 2022-12-01T11:02:04.2301369Z Ran 19 tests in 4.136s 2022-12-01T11:02:04.2301569Z 2022-12-01T11:02:04.2301675Z OK (skipped=16) 2022-12-01T11:02:04.2301854Z 2022-12-01T11:02:04.2301996Z Generating XML reports... 2022-12-01T11:02:04.2302645Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-ErrorTest-20221201110159.xml 2022-12-01T11:02:04.2303477Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-ForkTest-20221201110159.xml 2022-12-01T11:02:04.2304268Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-SpawnTest-20221201110159.xml 2022-12-01T11:02:04.2304637Z 2022-12-01T11:02:04.2305089Z ##[endgroup] 2022-12-01T11:02:04.2305721Z FINISHED PRINTING LOG FILE of test_multiprocessing_spawn (/var/lib/jenkins/workspace/test/test-reports/test_multiprocessing_spawn_t38ox186) 2022-12-01T11:02:04.2306206Z 2022-12-01T11:02:04.2306476Z Running test_dlpack ... [2022-12-01 11:02:04.226072] 2022-12-01T11:02:04.2307233Z Executing ['/opt/conda/bin/python', '-bb', 'test_dlpack.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:02:04.226446] 2022-12-01T11:02:06.4546737Z 2022-12-01T11:02:06.4547286Z Expand the folded group to see the log file of test_dlpack 2022-12-01T11:02:06.4548307Z ##[group]PRINTING LOG FILE of test_dlpack (/var/lib/jenkins/workspace/test/test-reports/test_dlpack_rf9uxoml) 2022-12-01T11:02:06.4549303Z Test results will be stored in test-reports/python-unittest/test_dlpack 2022-12-01T11:02:06.4549645Z 2022-12-01T11:02:06.4550067Z Running tests... 2022-12-01T11:02:06.4550659Z ---------------------------------------------------------------------- 2022-12-01T11:02:06.4551775Z test_dlpack_capsule_conversion_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dlpack.py line 22 2022-12-01T11:02:06.4552450Z due to: 2022-12-01T11:02:06.4552797Z Traceback (most recent call last): 2022-12-01T11:02:06.4553262Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:02:06.4553706Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:02:06.4554235Z AssertionError: torch.* op returned non-Tensor PyCapsule call_function 2022-12-01T11:02:06.4554444Z 2022-12-01T11:02:06.4554515Z from user code: 2022-12-01T11:02:06.4554773Z File "test_dlpack.py", line 23, in 2022-12-01T11:02:06.4555022Z z = from_dlpack(to_dlpack(x)) 2022-12-01T11:02:06.4555146Z 2022-12-01T11:02:06.4555281Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:02:06.4555507Z ========== 2022-12-01T11:02:06.4555654Z ok (0.105s) 2022-12-01T11:02:06.4555914Z test_dlpack_capsule_conversion_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T11:02:06.4556287Z test_dlpack_capsule_conversion_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T11:02:06.4556881Z test_dlpack_capsule_conversion_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T11:02:06.4557229Z test_dlpack_capsule_conversion_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T11:02:06.4557600Z test_dlpack_capsule_conversion_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T11:02:06.4557955Z test_dlpack_capsule_conversion_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T11:02:06.4558281Z test_dlpack_capsule_conversion_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T11:02:06.4558673Z test_dlpack_capsule_conversion_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T11:02:06.4559008Z test_dlpack_capsule_conversion_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T11:02:06.4559406Z test_dlpack_capsule_conversion_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T11:02:06.4559759Z test_dlpack_conversion_with_diff_streams_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:02:06.4560228Z test_dlpack_conversion_with_diff_streams_cpu_complex128 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:02:06.4560656Z test_dlpack_conversion_with_diff_streams_cpu_complex64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:02:06.4561060Z test_dlpack_conversion_with_diff_streams_cpu_float16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:02:06.4561504Z test_dlpack_conversion_with_diff_streams_cpu_float32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:02:06.4562002Z test_dlpack_conversion_with_diff_streams_cpu_float64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:02:06.4562450Z test_dlpack_conversion_with_diff_streams_cpu_int16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:02:06.4562817Z test_dlpack_conversion_with_diff_streams_cpu_int32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:02:06.4563265Z test_dlpack_conversion_with_diff_streams_cpu_int64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:02:06.4563648Z test_dlpack_conversion_with_diff_streams_cpu_int8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:02:06.4564133Z test_dlpack_conversion_with_diff_streams_cpu_uint8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:02:06.4564561Z test_dlpack_conversion_with_streams_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:02:06.4564959Z test_dlpack_conversion_with_streams_cpu_complex128 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:02:06.4565403Z test_dlpack_conversion_with_streams_cpu_complex64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:02:06.4565789Z test_dlpack_conversion_with_streams_cpu_float16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:02:06.4566210Z test_dlpack_conversion_with_streams_cpu_float32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:02:06.4566587Z test_dlpack_conversion_with_streams_cpu_float64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:02:06.4567025Z test_dlpack_conversion_with_streams_cpu_int16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:02:06.4567396Z test_dlpack_conversion_with_streams_cpu_int32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:02:06.4567827Z test_dlpack_conversion_with_streams_cpu_int64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:02:06.4568200Z test_dlpack_conversion_with_streams_cpu_int8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:02:06.4568634Z test_dlpack_conversion_with_streams_cpu_uint8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:02:06.4569019Z test_dlpack_default_stream_cpu (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:02:06.4569378Z test_dlpack_error_on_bool_tensor_cpu (__main__.TestTorchDlPackCPU) ... ok (0.010s) 2022-12-01T11:02:06.4570026Z test_dlpack_export_is_conj_cpu (__main__.TestTorchDlPackCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dlpack.py line 168 2022-12-01T11:02:06.4570365Z due to: 2022-12-01T11:02:06.4570583Z Traceback (most recent call last): 2022-12-01T11:02:06.4571005Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 206, in from_real_tensor 2022-12-01T11:02:06.4571417Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-12-01T11:02:06.4571769Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-12-01T11:02:06.4571966Z 2022-12-01T11:02:06.4572163Z The above exception was the direct cause of the following exception: 2022-12-01T11:02:06.4572334Z 2022-12-01T11:02:06.4572428Z Traceback (most recent call last): 2022-12-01T11:02:06.4572870Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 697, in wrap_fake_exception 2022-12-01T11:02:06.4573148Z ) from e 2022-12-01T11:02:06.4573485Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-12-01T11:02:06.4573804Z 2022-12-01T11:02:06.4573939Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:02:06.4574208Z ========== 2022-12-01T11:02:06.4574406Z ok (0.010s) 2022-12-01T11:02:06.4574896Z test_dlpack_export_non_strided_cpu (__main__.TestTorchDlPackCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dlpack_export_non_strided test_dlpack.py line 171 2022-12-01T11:02:06.4575288Z due to: 2022-12-01T11:02:06.4575462Z Traceback (most recent call last): 2022-12-01T11:02:06.4575890Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-12-01T11:02:06.4576229Z return proxy.node.target(*args, **kwargs) 2022-12-01T11:02:06.4576893Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-12-01T11:02:06.4577193Z 2022-12-01T11:02:06.4577320Z The above exception was the direct cause of the following exception: 2022-12-01T11:02:06.4577551Z 2022-12-01T11:02:06.4577652Z Traceback (most recent call last): 2022-12-01T11:02:06.4578047Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 156, in create 2022-12-01T11:02:06.4578417Z raise TorchRuntimeError() from e 2022-12-01T11:02:06.4578639Z torchdynamo.exc.TorchRuntimeError 2022-12-01T11:02:06.4578782Z 2022-12-01T11:02:06.4578852Z from user code: 2022-12-01T11:02:06.4579146Z File "test_dlpack.py", line 173, in test_dlpack_export_non_strided 2022-12-01T11:02:06.4579397Z x = torch.sparse_coo_tensor([[0]], [1], size=(1,)) 2022-12-01T11:02:06.4579535Z 2022-12-01T11:02:06.4579694Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:02:06.4579950Z ========== 2022-12-01T11:02:06.4580203Z ok (0.008s) 2022-12-01T11:02:06.4580500Z test_dlpack_export_requires_grad_cpu (__main__.TestTorchDlPackCPU) ... ok (0.007s) 2022-12-01T11:02:06.4581104Z test_dlpack_normalize_strides_cpu (__main__.TestTorchDlPackCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dlpack.py line 183 2022-12-01T11:02:06.4581517Z due to: 2022-12-01T11:02:06.4581690Z Traceback (most recent call last): 2022-12-01T11:02:06.4582119Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 407, in nyi 2022-12-01T11:02:06.4582433Z assert func not in _device_not_kwarg_ops, f"NYI: {func}" 2022-12-01T11:02:06.4582678Z AssertionError: NYI: aten.is_pinned.default 2022-12-01T11:02:06.4582822Z 2022-12-01T11:02:06.4582909Z from user code: 2022-12-01T11:02:06.4583213Z File "test_dlpack.py", line 184, in 2022-12-01T11:02:06.4583443Z z = from_dlpack(y) 2022-12-01T11:02:06.4583553Z 2022-12-01T11:02:06.4583684Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:02:06.4583907Z ========== 2022-12-01T11:02:06.4584065Z ok (0.014s) 2022-12-01T11:02:06.4584625Z test_dlpack_protocol_conversion_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dlpack.py line 30 2022-12-01T11:02:06.4584986Z due to: 2022-12-01T11:02:06.4585169Z Traceback (most recent call last): 2022-12-01T11:02:06.4585525Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 407, in nyi 2022-12-01T11:02:06.4585834Z assert func not in _device_not_kwarg_ops, f"NYI: {func}" 2022-12-01T11:02:06.4586085Z AssertionError: NYI: aten.is_pinned.default 2022-12-01T11:02:06.4586224Z 2022-12-01T11:02:06.4586296Z from user code: 2022-12-01T11:02:06.4586591Z File "test_dlpack.py", line 31, in 2022-12-01T11:02:06.4586847Z z = from_dlpack(x) 2022-12-01T11:02:06.4586958Z 2022-12-01T11:02:06.4587094Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:02:06.4587304Z ========== 2022-12-01T11:02:06.4587461Z ok (0.005s) 2022-12-01T11:02:06.4587718Z test_dlpack_protocol_conversion_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T11:02:06.4588118Z test_dlpack_protocol_conversion_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T11:02:06.4588459Z test_dlpack_protocol_conversion_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T11:02:06.4588795Z test_dlpack_protocol_conversion_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T11:02:06.4589125Z test_dlpack_protocol_conversion_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T11:02:06.4589440Z test_dlpack_protocol_conversion_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T11:02:06.4589770Z test_dlpack_protocol_conversion_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T11:02:06.4590131Z test_dlpack_protocol_conversion_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T11:02:06.4590515Z test_dlpack_protocol_conversion_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T11:02:06.4590847Z test_dlpack_protocol_conversion_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T11:02:06.4591413Z test_dlpack_shared_storage_cpu (__main__.TestTorchDlPackCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dlpack.py line 37 2022-12-01T11:02:06.4591749Z due to: 2022-12-01T11:02:06.4591922Z Traceback (most recent call last): 2022-12-01T11:02:06.4592313Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:02:06.4592765Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:02:06.4593200Z AssertionError: torch.* op returned non-Tensor PyCapsule call_function 2022-12-01T11:02:06.4593400Z 2022-12-01T11:02:06.4593498Z from user code: 2022-12-01T11:02:06.4593805Z File "test_dlpack.py", line 38, in 2022-12-01T11:02:06.4594062Z z = from_dlpack(to_dlpack(x)) 2022-12-01T11:02:06.4594255Z 2022-12-01T11:02:06.4594394Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:02:06.4594615Z ========== 2022-12-01T11:02:06.4594772Z ok (0.006s) 2022-12-01T11:02:06.4595019Z test_dlpack_tensor_invalid_stream_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T11:02:06.4595369Z test_dlpack_tensor_invalid_stream_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T11:02:06.4595717Z test_dlpack_tensor_invalid_stream_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T11:02:06.4596058Z test_dlpack_tensor_invalid_stream_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T11:02:06.4596386Z test_dlpack_tensor_invalid_stream_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T11:02:06.4596924Z test_dlpack_tensor_invalid_stream_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T11:02:06.4597334Z test_dlpack_tensor_invalid_stream_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T11:02:06.4597660Z test_dlpack_tensor_invalid_stream_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T11:02:06.4597985Z test_dlpack_tensor_invalid_stream_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T11:02:06.4598316Z test_dlpack_tensor_invalid_stream_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T11:02:06.4598646Z test_dlpack_tensor_invalid_stream_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T11:02:06.4599189Z test_from_dlpack_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dlpack.py line 65 2022-12-01T11:02:06.4599515Z due to: 2022-12-01T11:02:06.4599701Z Traceback (most recent call last): 2022-12-01T11:02:06.4600060Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 407, in nyi 2022-12-01T11:02:06.4600453Z assert func not in _device_not_kwarg_ops, f"NYI: {func}" 2022-12-01T11:02:06.4600705Z AssertionError: NYI: aten.is_pinned.default 2022-12-01T11:02:06.4600846Z 2022-12-01T11:02:06.4600918Z from user code: 2022-12-01T11:02:06.4601139Z File "test_dlpack.py", line 66, in 2022-12-01T11:02:06.4601376Z y = torch.from_dlpack(x) 2022-12-01T11:02:06.4601494Z 2022-12-01T11:02:06.4601625Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:02:06.4601831Z ========== 2022-12-01T11:02:06.4601988Z ok (0.005s) 2022-12-01T11:02:06.4602226Z test_from_dlpack_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T11:02:06.4602525Z test_from_dlpack_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T11:02:06.4602875Z test_from_dlpack_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T11:02:06.4603186Z test_from_dlpack_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T11:02:06.4603490Z test_from_dlpack_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T11:02:06.4603769Z test_from_dlpack_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T11:02:06.4604062Z test_from_dlpack_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T11:02:06.4604526Z test_from_dlpack_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T11:02:06.4604824Z test_from_dlpack_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T11:02:06.4605121Z test_from_dlpack_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T11:02:06.4605679Z test_from_dlpack_dtype_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dlpack.py line 116 2022-12-01T11:02:06.4606021Z due to: 2022-12-01T11:02:06.4606196Z Traceback (most recent call last): 2022-12-01T11:02:06.4606566Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 407, in nyi 2022-12-01T11:02:06.4606876Z assert func not in _device_not_kwarg_ops, f"NYI: {func}" 2022-12-01T11:02:06.4607116Z AssertionError: NYI: aten.is_pinned.default 2022-12-01T11:02:06.4607258Z 2022-12-01T11:02:06.4607331Z from user code: 2022-12-01T11:02:06.4607574Z File "test_dlpack.py", line 117, in 2022-12-01T11:02:06.4607807Z y = torch.from_dlpack(x) 2022-12-01T11:02:06.4607929Z 2022-12-01T11:02:06.4608063Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:02:06.4608282Z ========== 2022-12-01T11:02:06.4608441Z ok (0.005s) 2022-12-01T11:02:06.4608676Z test_from_dlpack_dtype_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T11:02:06.4609007Z test_from_dlpack_dtype_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T11:02:06.4609330Z test_from_dlpack_dtype_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T11:02:06.4609631Z test_from_dlpack_dtype_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T11:02:06.4609947Z test_from_dlpack_dtype_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T11:02:06.4610257Z test_from_dlpack_dtype_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T11:02:06.4610584Z test_from_dlpack_dtype_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T11:02:06.4610936Z test_from_dlpack_dtype_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T11:02:06.4611240Z test_from_dlpack_dtype_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T11:02:06.4611546Z test_from_dlpack_dtype_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T11:02:06.4612123Z test_from_dlpack_noncontinguous_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dlpack.py line 73 2022-12-01T11:02:06.4612478Z due to: 2022-12-01T11:02:06.4612714Z Traceback (most recent call last): 2022-12-01T11:02:06.4613081Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 407, in nyi 2022-12-01T11:02:06.4613374Z assert func not in _device_not_kwarg_ops, f"NYI: {func}" 2022-12-01T11:02:06.4613625Z AssertionError: NYI: aten.is_pinned.default 2022-12-01T11:02:06.4613767Z 2022-12-01T11:02:06.4613838Z from user code: 2022-12-01T11:02:06.4614079Z File "test_dlpack.py", line 76, in 2022-12-01T11:02:06.4614340Z y1_dl = torch.from_dlpack(y1) 2022-12-01T11:02:06.4614462Z 2022-12-01T11:02:06.4614599Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:02:06.4614806Z ========== 2022-12-01T11:02:06.4614962Z ok (0.010s) 2022-12-01T11:02:06.4615265Z test_from_dlpack_noncontinguous_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.004s) 2022-12-01T11:02:06.4615616Z test_from_dlpack_noncontinguous_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.005s) 2022-12-01T11:02:06.4615950Z test_from_dlpack_noncontinguous_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.005s) 2022-12-01T11:02:06.4616287Z test_from_dlpack_noncontinguous_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.004s) 2022-12-01T11:02:06.4616617Z test_from_dlpack_noncontinguous_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.004s) 2022-12-01T11:02:06.4616931Z test_from_dlpack_noncontinguous_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.004s) 2022-12-01T11:02:06.4617260Z test_from_dlpack_noncontinguous_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.004s) 2022-12-01T11:02:06.4617587Z test_from_dlpack_noncontinguous_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T11:02:06.4617916Z test_from_dlpack_noncontinguous_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T11:02:06.4618234Z test_from_dlpack_noncontinguous_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T11:02:06.4618413Z 2022-12-01T11:02:06.4618622Z ---------------------------------------------------------------------- 2022-12-01T11:02:06.4618866Z Ran 95 tests in 0.448s 2022-12-01T11:02:06.4618978Z 2022-12-01T11:02:06.4619038Z OK (skipped=23) 2022-12-01T11:02:06.4619144Z 2022-12-01T11:02:06.4619229Z Generating XML reports... 2022-12-01T11:02:06.4619641Z Generated XML report: test-reports/python-unittest/test_dlpack/TEST-TestTorchDlPackCPU-20221201110205.xml 2022-12-01T11:02:06.4619877Z 2022-12-01T11:02:06.4620196Z ##[endgroup] 2022-12-01T11:02:06.4620568Z FINISHED PRINTING LOG FILE of test_dlpack (/var/lib/jenkins/workspace/test/test-reports/test_dlpack_rf9uxoml) 2022-12-01T11:02:06.4620778Z 2022-12-01T11:02:06.4621009Z Running test_set_default_mobile_cpu_allocator ... [2022-12-01 11:02:06.455219] 2022-12-01T11:02:06.4621539Z Executing ['/opt/conda/bin/python', '-bb', 'test_set_default_mobile_cpu_allocator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:02:06.455568] 2022-12-01T11:02:12.1366635Z 2022-12-01T11:02:12.1367326Z Expand the folded group to see the log file of test_set_default_mobile_cpu_allocator 2022-12-01T11:02:12.1368178Z ##[group]PRINTING LOG FILE of test_set_default_mobile_cpu_allocator (/var/lib/jenkins/workspace/test/test-reports/test_set_default_mobile_cpu_allocator_t5d12rv6) 2022-12-01T11:02:12.1368807Z Test results will be stored in test-reports/python-unittest/test_set_default_mobile_cpu_allocator 2022-12-01T11:02:12.1369010Z 2022-12-01T11:02:12.1369084Z Running tests... 2022-12-01T11:02:12.1369392Z ---------------------------------------------------------------------- 2022-12-01T11:02:12.1369746Z test_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (4.044s) 2022-12-01T11:02:12.1370126Z test_no_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (0.022s) 2022-12-01T11:02:12.1370315Z 2022-12-01T11:02:12.1370578Z ---------------------------------------------------------------------- 2022-12-01T11:02:12.1370809Z Ran 2 tests in 4.127s 2022-12-01T11:02:12.1370923Z 2022-12-01T11:02:12.1371229Z OK 2022-12-01T11:02:12.1371329Z 2022-12-01T11:02:12.1371415Z Generating XML reports... 2022-12-01T11:02:12.1371930Z Generated XML report: test-reports/python-unittest/test_set_default_mobile_cpu_allocator/TEST-TestSetDefaultMobileCPUAllocator-20221201110207.xml 2022-12-01T11:02:12.1372230Z 2022-12-01T11:02:12.1372452Z ##[endgroup] 2022-12-01T11:02:12.1372909Z FINISHED PRINTING LOG FILE of test_set_default_mobile_cpu_allocator (/var/lib/jenkins/workspace/test/test-reports/test_set_default_mobile_cpu_allocator_t5d12rv6) 2022-12-01T11:02:12.1373248Z 2022-12-01T11:02:12.1373470Z Running test_show_pickle ... [2022-12-01 11:02:12.136926] 2022-12-01T11:02:12.1374428Z Executing ['/opt/conda/bin/python', '-bb', 'test_show_pickle.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:02:12.137270] 2022-12-01T11:02:17.8594762Z 2022-12-01T11:02:17.8595349Z Expand the folded group to see the log file of test_show_pickle 2022-12-01T11:02:17.8596039Z ##[group]PRINTING LOG FILE of test_show_pickle (/var/lib/jenkins/workspace/test/test-reports/test_show_pickle_ppp96nbh) 2022-12-01T11:02:17.8596776Z Test results will be stored in test-reports/python-unittest/test_show_pickle 2022-12-01T11:02:17.8596948Z 2022-12-01T11:02:17.8597023Z Running tests... 2022-12-01T11:02:17.8597334Z ---------------------------------------------------------------------- 2022-12-01T11:02:17.8597627Z test_scripted_model (__main__.TestShowPickle) ... ok (4.072s) 2022-12-01T11:02:17.8597783Z 2022-12-01T11:02:17.8597963Z ---------------------------------------------------------------------- 2022-12-01T11:02:17.8598195Z Ran 1 test in 4.131s 2022-12-01T11:02:17.8598309Z 2022-12-01T11:02:17.8598368Z OK 2022-12-01T11:02:17.8598457Z 2022-12-01T11:02:17.8598539Z Generating XML reports... 2022-12-01T11:02:17.8598983Z Generated XML report: test-reports/python-unittest/test_show_pickle/TEST-TestShowPickle-20221201110213.xml 2022-12-01T11:02:17.8599216Z 2022-12-01T11:02:17.8599438Z ##[endgroup] 2022-12-01T11:02:17.8599822Z FINISHED PRINTING LOG FILE of test_show_pickle (/var/lib/jenkins/workspace/test/test-reports/test_show_pickle_ppp96nbh) 2022-12-01T11:02:17.8600029Z 2022-12-01T11:02:17.8600193Z Running test_license ... [2022-12-01 11:02:17.859702] 2022-12-01T11:02:17.8602042Z Executing ['/opt/conda/bin/python', '-bb', 'test_license.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:02:17.860029] 2022-12-01T11:02:23.4136685Z 2022-12-01T11:02:23.4137194Z Expand the folded group to see the log file of test_license 2022-12-01T11:02:23.4138101Z ##[group]PRINTING LOG FILE of test_license (/var/lib/jenkins/workspace/test/test-reports/test_license_mk41krmx) 2022-12-01T11:02:23.4139003Z Test results will be stored in test-reports/python-unittest/test_license 2022-12-01T11:02:23.4139194Z 2022-12-01T11:02:23.4139283Z Running tests... 2022-12-01T11:02:23.4139597Z ---------------------------------------------------------------------- 2022-12-01T11:02:23.4139861Z test_distinfo_license (__main__.TestLicense) 2022-12-01T11:02:23.4140154Z If run when pytorch is installed via a wheel, the license will be in ... ok (3.937s) 2022-12-01T11:02:23.4140488Z test_license_for_wheel (__main__.TestLicense) ... skip: can only be run in a source tree (0.001s) 2022-12-01T11:02:23.4140677Z 2022-12-01T11:02:23.4140906Z ---------------------------------------------------------------------- 2022-12-01T11:02:23.4141158Z Ran 2 tests in 4.004s 2022-12-01T11:02:23.4141272Z 2022-12-01T11:02:23.4141345Z OK (skipped=1) 2022-12-01T11:02:23.4141453Z 2022-12-01T11:02:23.4141546Z Generating XML reports... 2022-12-01T11:02:23.4141976Z Generated XML report: test-reports/python-unittest/test_license/TEST-TestLicense-20221201110219.xml 2022-12-01T11:02:23.4142196Z 2022-12-01T11:02:23.4142460Z ##[endgroup] 2022-12-01T11:02:23.4142843Z FINISHED PRINTING LOG FILE of test_license (/var/lib/jenkins/workspace/test/test-reports/test_license_mk41krmx) 2022-12-01T11:02:23.4143056Z 2022-12-01T11:02:23.4143285Z Running test_cpp_extensions_aot_ninja ... [2022-12-01 11:02:23.414003] 2022-12-01T11:02:24.5628597Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T11:02:24.9719122Z running install 2022-12-01T11:02:24.9720110Z /opt/conda/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-12-01T11:02:24.9720562Z setuptools.SetuptoolsDeprecationWarning, 2022-12-01T11:02:24.9817957Z running build 2022-12-01T11:02:24.9818195Z running build_py 2022-12-01T11:02:24.9874403Z creating build 2022-12-01T11:02:24.9875010Z creating build/lib.linux-x86_64-cpython-37 2022-12-01T11:02:24.9875636Z creating build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-12-01T11:02:24.9876365Z copying torch_test_cpp_extension/__init__.py -> build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-12-01T11:02:24.9877873Z running build_ext 2022-12-01T11:02:25.0287363Z building 'torch_test_cpp_extension.cpp' extension 2022-12-01T11:02:25.0287930Z creating /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37 2022-12-01T11:02:25.0672923Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-12-01T11:02:25.0673446Z Compiling objects... 2022-12-01T11:02:25.0673882Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T11:02:26.3082960Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/extension.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T11:02:26.3085060Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T11:02:26.3087090Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/Exceptions.h:13:0, 2022-12-01T11:02:26.3087896Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/python.h:11, 2022-12-01T11:02:26.3088591Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/extension.h:6, 2022-12-01T11:02:26.3089122Z from /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp:1: 2022-12-01T11:02:26.3090082Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h: In instantiation of ‘class pybind11::class_’: 2022-12-01T11:02:26.3090735Z /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp:36:53: required from here 2022-12-01T11:02:26.3091922Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h:1479:7: warning: ‘pybind11::class_’ declared with greater visibility than the type of its field ‘pybind11::class_::’ [-Wattributes] 2022-12-01T11:02:26.3092657Z class class_ : public detail::generic_type { 2022-12-01T11:02:26.3092975Z ^~~~~~ 2022-12-01T11:02:26.3093968Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h:1479:7: warning: ‘pybind11::class_’ declared with greater visibility than its base ‘pybind11::detail::generic_type’ [-Wattributes] 2022-12-01T11:02:26.3185357Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/cpp.cpython-37m-x86_64-linux-gnu.so 2022-12-01T11:02:26.6218106Z building 'torch_test_cpp_extension.ort' extension 2022-12-01T11:02:26.6620510Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-12-01T11:02:26.6634218Z Compiling objects... 2022-12-01T11:02:26.6634519Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T11:02:27.8571678Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/ort_extension.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/ort_extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/ort_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=ort -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T11:02:27.8574253Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T11:02:27.8627882Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/ort_extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/ort.cpython-37m-x86_64-linux-gnu.so 2022-12-01T11:02:28.1628091Z building 'torch_test_cpp_extension.rng' extension 2022-12-01T11:02:28.2024010Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-12-01T11:02:28.2025399Z Compiling objects... 2022-12-01T11:02:28.2025617Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T11:02:29.3912757Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/rng_extension.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/rng_extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/rng_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T11:02:29.3914830Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T11:02:29.3915479Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:8:0, 2022-12-01T11:02:29.3916168Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec.h:6, 2022-12-01T11:02:29.3917188Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/Loops.h:37, 2022-12-01T11:02:29.3917874Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/DistributionTemplates.h:8, 2022-12-01T11:02:29.3918451Z from /var/lib/jenkins/workspace/test/cpp_extensions/rng_extension.cpp:6: 2022-12-01T11:02:29.3919182Z /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec_base.h:976:0: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2022-12-01T11:02:29.3919652Z # pragma unroll 2022-12-01T11:02:29.3919900Z 2022-12-01T11:02:29.3969944Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/rng_extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/rng.cpython-37m-x86_64-linux-gnu.so 2022-12-01T11:02:29.7108965Z running install_lib 2022-12-01T11:02:29.7161908Z creating install 2022-12-01T11:02:29.7162235Z creating install/opt 2022-12-01T11:02:29.7162553Z creating install/opt/conda 2022-12-01T11:02:29.7162894Z creating install/opt/conda/lib 2022-12-01T11:02:29.7163256Z creating install/opt/conda/lib/python3.7 2022-12-01T11:02:29.7163912Z creating install/opt/conda/lib/python3.7/site-packages 2022-12-01T11:02:29.7164728Z creating install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-12-01T11:02:29.7165667Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/__init__.py -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-12-01T11:02:29.7167122Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/cpp.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-12-01T11:02:29.7228236Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/ort.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-12-01T11:02:29.7290104Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/rng.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-12-01T11:02:29.7358386Z byte-compiling ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension/__init__.py to __init__.cpython-37.pyc 2022-12-01T11:02:29.7359303Z running install_egg_info 2022-12-01T11:02:29.7487123Z running egg_info 2022-12-01T11:02:29.7487677Z creating torch_test_cpp_extension.egg-info 2022-12-01T11:02:29.7527617Z writing torch_test_cpp_extension.egg-info/PKG-INFO 2022-12-01T11:02:29.7529952Z writing dependency_links to torch_test_cpp_extension.egg-info/dependency_links.txt 2022-12-01T11:02:29.7533470Z writing top-level names to torch_test_cpp_extension.egg-info/top_level.txt 2022-12-01T11:02:29.7534101Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-12-01T11:02:29.7577781Z reading manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-12-01T11:02:29.7583651Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-12-01T11:02:29.7584607Z Copying torch_test_cpp_extension.egg-info to ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension-0.0.0-py3.7.egg-info 2022-12-01T11:02:29.7589121Z running install_scripts 2022-12-01T11:02:31.2895191Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T11:02:31.3148763Z running install 2022-12-01T11:02:31.3149497Z /opt/conda/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-12-01T11:02:31.3149988Z setuptools.SetuptoolsDeprecationWarning, 2022-12-01T11:02:31.3252763Z running build 2022-12-01T11:02:31.3252966Z running build_ext 2022-12-01T11:02:31.3656644Z building 'no_python_abi_suffix_test' extension 2022-12-01T11:02:31.3657084Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build 2022-12-01T11:02:31.3657675Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37 2022-12-01T11:02:31.4036776Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-12-01T11:02:31.4037569Z Compiling objects... 2022-12-01T11:02:31.4037857Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T11:02:31.4724069Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37/no_python_abi_suffix_test.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/no_python_abi_suffix_test.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37/no_python_abi_suffix_test.o -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=no_python_abi_suffix_test -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T11:02:31.4727250Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T11:02:31.4775832Z creating build/lib.linux-x86_64-cpython-37 2022-12-01T11:02:31.4777059Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37/no_python_abi_suffix_test.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/no_python_abi_suffix_test.so 2022-12-01T11:02:31.6301743Z running install_lib 2022-12-01T11:02:31.6353169Z creating install 2022-12-01T11:02:31.6353383Z creating install/opt 2022-12-01T11:02:31.6353589Z creating install/opt/conda 2022-12-01T11:02:31.6353797Z creating install/opt/conda/lib 2022-12-01T11:02:31.6355250Z creating install/opt/conda/lib/python3.7 2022-12-01T11:02:31.6355790Z creating install/opt/conda/lib/python3.7/site-packages 2022-12-01T11:02:31.6356244Z copying build/lib.linux-x86_64-cpython-37/no_python_abi_suffix_test.so -> ./install/opt/conda/lib/python3.7/site-packages 2022-12-01T11:02:31.6361171Z running install_egg_info 2022-12-01T11:02:31.6476287Z running egg_info 2022-12-01T11:02:31.6476791Z creating no_python_abi_suffix_test.egg-info 2022-12-01T11:02:31.6516223Z writing no_python_abi_suffix_test.egg-info/PKG-INFO 2022-12-01T11:02:31.6518721Z writing dependency_links to no_python_abi_suffix_test.egg-info/dependency_links.txt 2022-12-01T11:02:31.6521078Z writing top-level names to no_python_abi_suffix_test.egg-info/top_level.txt 2022-12-01T11:02:31.6522164Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-12-01T11:02:31.6562824Z reading manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-12-01T11:02:31.6568683Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-12-01T11:02:31.6569603Z Copying no_python_abi_suffix_test.egg-info to ./install/opt/conda/lib/python3.7/site-packages/no_python_abi_suffix_test-0.0.0-py3.7.egg-info 2022-12-01T11:02:31.6573562Z running install_scripts 2022-12-01T11:02:31.8983251Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_aot_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:02:31.897969] 2022-12-01T11:02:34.5527477Z 2022-12-01T11:02:34.5527982Z Expand the folded group to see the log file of test_cpp_extensions_aot_ninja 2022-12-01T11:02:34.5529056Z ##[group]PRINTING LOG FILE of test_cpp_extensions_aot_ninja (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_aot_ninja_byuxco5v) 2022-12-01T11:02:34.5529669Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_aot_ninja 2022-12-01T11:02:34.5530033Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T11:02:34.5530186Z 2022-12-01T11:02:34.5530260Z Running tests... 2022-12-01T11:02:34.5530740Z ---------------------------------------------------------------------- 2022-12-01T11:02:34.5531042Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.180s) 2022-12-01T11:02:34.5531352Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-12-01T11:02:34.5531677Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-12-01T11:02:34.5532005Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-12-01T11:02:34.5532336Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-12-01T11:02:34.5532652Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.014s) 2022-12-01T11:02:34.5532940Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.019s) 2022-12-01T11:02:34.5533363Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... ok (0.002s) 2022-12-01T11:02:34.5533770Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.013s) 2022-12-01T11:02:34.5534014Z test_add (__main__.TestORTTensor) ... ok (0.030s) 2022-12-01T11:02:34.5534280Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.061s) 2022-12-01T11:02:34.5534557Z test_unregistered (__main__.TestORTTensor) ... ok (0.012s) 2022-12-01T11:02:34.5534807Z test_zeros (__main__.TestORTTensor) ... ok (0.007s) 2022-12-01T11:02:34.5535283Z test_rng (__main__.TestRNGExtension) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_cpp_extensions_aot_ninja.py line 195 2022-12-01T11:02:34.5535590Z due to: 2022-12-01T11:02:34.5535772Z Traceback (most recent call last): 2022-12-01T11:02:34.5536232Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:02:34.5536684Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:02:34.5537127Z AssertionError: torch.* op returned non-Tensor Generator call_function 2022-12-01T11:02:34.5537325Z 2022-12-01T11:02:34.5537395Z from user code: 2022-12-01T11:02:34.5537629Z File "test_cpp_extensions_aot_ninja.py", line 197, in 2022-12-01T11:02:34.5537931Z gen = torch.Generator(device='cpu') 2022-12-01T11:02:34.5538064Z 2022-12-01T11:02:34.5538195Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:02:34.5538401Z ========== 2022-12-01T11:02:34.5538558Z ok (0.016s) 2022-12-01T11:02:34.5538798Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.001s) 2022-12-01T11:02:34.5538968Z 2022-12-01T11:02:34.5539165Z ---------------------------------------------------------------------- 2022-12-01T11:02:34.5539393Z Ran 15 tests in 0.425s 2022-12-01T11:02:34.5539502Z 2022-12-01T11:02:34.5539573Z OK (skipped=5) 2022-12-01T11:02:34.5539677Z 2022-12-01T11:02:34.5539759Z Generating XML reports... 2022-12-01T11:02:34.5540190Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestCppExtensionAOT-20221201110233.xml 2022-12-01T11:02:34.5540737Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestORTTensor-20221201110233.xml 2022-12-01T11:02:34.5541379Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestRNGExtension-20221201110233.xml 2022-12-01T11:02:34.5541922Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestTorchLibrary-20221201110233.xml 2022-12-01T11:02:34.5542149Z 2022-12-01T11:02:34.5542409Z ##[endgroup] 2022-12-01T11:02:34.5542829Z FINISHED PRINTING LOG FILE of test_cpp_extensions_aot_ninja (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_aot_ninja_byuxco5v) 2022-12-01T11:02:34.5543070Z 2022-12-01T11:02:34.5543235Z Running test_complex ... [2022-12-01 11:02:34.553170] 2022-12-01T11:02:34.5543713Z Executing ['/opt/conda/bin/python', '-bb', 'test_complex.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:02:34.553486] 2022-12-01T11:02:36.4463192Z 2022-12-01T11:02:36.4463661Z Expand the folded group to see the log file of test_complex 2022-12-01T11:02:36.4464737Z ##[group]PRINTING LOG FILE of test_complex (/var/lib/jenkins/workspace/test/test-reports/test_complex_oco3tpmu) 2022-12-01T11:02:36.4465642Z Test results will be stored in test-reports/python-unittest/test_complex 2022-12-01T11:02:36.4465968Z 2022-12-01T11:02:36.4466096Z Running tests... 2022-12-01T11:02:36.4466609Z ---------------------------------------------------------------------- 2022-12-01T11:02:36.4467463Z test_dtype_inference_cpu_float32 (__main__.TestComplexTensorCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dtype_inference test_complex.py line 17 2022-12-01T11:02:36.4468014Z due to: 2022-12-01T11:02:36.4468309Z Traceback (most recent call last): 2022-12-01T11:02:36.4468930Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 270, in create 2022-12-01T11:02:36.4469703Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-12-01T11:02:36.4470449Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-12-01T11:02:36.4470787Z 2022-12-01T11:02:36.4470883Z from user code: 2022-12-01T11:02:36.4471238Z File "test_complex.py", line 20, in test_dtype_inference 2022-12-01T11:02:36.4471623Z default_dtype = torch.get_default_dtype() 2022-12-01T11:02:36.4471847Z 2022-12-01T11:02:36.4472037Z Set torchdynamo.config.verbose=True for more information 2022-12-01T11:02:36.4472393Z ========== 2022-12-01T11:02:36.4472656Z ok (0.008s) 2022-12-01T11:02:36.4473003Z test_dtype_inference_cpu_float64 (__main__.TestComplexTensorCPU) ... ok (0.001s) 2022-12-01T11:02:36.4473429Z test_to_list_cpu_complex128 (__main__.TestComplexTensorCPU) ... ok (0.099s) 2022-12-01T11:02:36.4473847Z test_to_list_cpu_complex64 (__main__.TestComplexTensorCPU) ... ok (0.005s) 2022-12-01T11:02:36.4474154Z 2022-12-01T11:02:36.4474479Z ---------------------------------------------------------------------- 2022-12-01T11:02:36.4474792Z Ran 4 tests in 0.174s 2022-12-01T11:02:36.4474976Z 2022-12-01T11:02:36.4475057Z OK 2022-12-01T11:02:36.4475180Z 2022-12-01T11:02:36.4475295Z Generating XML reports... 2022-12-01T11:02:36.4475877Z Generated XML report: test-reports/python-unittest/test_complex/TEST-TestComplexTensorCPU-20221201110235.xml 2022-12-01T11:02:36.4476181Z 2022-12-01T11:02:36.4476724Z ##[endgroup] 2022-12-01T11:02:36.4477252Z FINISHED PRINTING LOG FILE of test_complex (/var/lib/jenkins/workspace/test/test-reports/test_complex_oco3tpmu) 2022-12-01T11:02:36.4477535Z 2022-12-01T11:02:36.4477777Z Running test_numba_integration ... [2022-12-01 11:02:36.446669] 2022-12-01T11:02:36.4478426Z Executing ['/opt/conda/bin/python', '-bb', 'test_numba_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:02:36.447072] 2022-12-01T11:02:38.3040544Z 2022-12-01T11:02:38.3041109Z Expand the folded group to see the log file of test_numba_integration 2022-12-01T11:02:38.3042220Z ##[group]PRINTING LOG FILE of test_numba_integration (/var/lib/jenkins/workspace/test/test-reports/test_numba_integration_sfyc405b) 2022-12-01T11:02:38.3043195Z Test results will be stored in test-reports/python-unittest/test_numba_integration 2022-12-01T11:02:38.3043534Z 2022-12-01T11:02:38.3043671Z Running tests... 2022-12-01T11:02:38.3044128Z ---------------------------------------------------------------------- 2022-12-01T11:02:38.3044417Z test_active_device (__main__.TestNumbaIntegration) 2022-12-01T11:02:38.3044949Z 'as_cuda_array' tensor device must match active numba context. ... skip: No cuda (0.007s) 2022-12-01T11:02:38.3053846Z test_array_adaptor (__main__.TestNumbaIntegration) 2022-12-01T11:02:38.3054434Z Torch __cuda_array_adaptor__ exposes tensor data to numba.cuda. ... skip: No cuda (0.002s) 2022-12-01T11:02:38.3054996Z test_conversion_errors (__main__.TestNumbaIntegration) 2022-12-01T11:02:38.3055305Z Numba properly detects array interface for tensor.Tensor variants. ... skip: No cuda (0.001s) 2022-12-01T11:02:38.3055620Z test_cuda_array_interface (__main__.TestNumbaIntegration) 2022-12-01T11:02:38.3055937Z torch.Tensor exposes __cuda_array_interface__ for cuda tensors. ... skip: No cuda (0.002s) 2022-12-01T11:02:38.3056233Z test_from_cuda_array_interface (__main__.TestNumbaIntegration) 2022-12-01T11:02:38.3056670Z torch.as_tensor() and torch.tensor() supports the __cuda_array_interface__ protocol. ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.002s) 2022-12-01T11:02:38.3057092Z test_from_cuda_array_interface_active_device (__main__.TestNumbaIntegration) 2022-12-01T11:02:38.3057503Z torch.as_tensor() tensor device must match active numba context. ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.001s) 2022-12-01T11:02:38.3057896Z test_from_cuda_array_interface_inferred_strides (__main__.TestNumbaIntegration) 2022-12-01T11:02:38.3058242Z torch.as_tensor(numba_ary) should have correct inferred (contiguous) strides ... skip: No cuda (0.001s) 2022-12-01T11:02:38.3058572Z test_from_cuda_array_interface_lifetime (__main__.TestNumbaIntegration) 2022-12-01T11:02:38.3059013Z torch.as_tensor(obj) tensor grabs a reference to obj so that the lifetime of obj exceeds the tensor ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.001s) 2022-12-01T11:02:38.3059292Z 2022-12-01T11:02:38.3059535Z ---------------------------------------------------------------------- 2022-12-01T11:02:38.3059778Z Ran 8 tests in 0.077s 2022-12-01T11:02:38.3059893Z 2022-12-01T11:02:38.3059965Z OK (skipped=8) 2022-12-01T11:02:38.3060074Z 2022-12-01T11:02:38.3060146Z Generating XML reports... 2022-12-01T11:02:38.3060587Z Generated XML report: test-reports/python-unittest/test_numba_integration/TEST-TestNumbaIntegration-20221201110237.xml 2022-12-01T11:02:38.3060852Z 2022-12-01T11:02:38.3061144Z ##[endgroup] 2022-12-01T11:02:38.3061555Z FINISHED PRINTING LOG FILE of test_numba_integration (/var/lib/jenkins/workspace/test/test-reports/test_numba_integration_sfyc405b) 2022-12-01T11:02:38.3061774Z 2022-12-01T11:02:38.3061930Z Running test_vulkan ... [2022-12-01 11:02:38.304359] 2022-12-01T11:02:38.3062386Z Executing ['/opt/conda/bin/python', '-bb', 'test_vulkan.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:02:38.304713] 2022-12-01T11:02:39.8515765Z 2022-12-01T11:02:39.8517633Z Expand the folded group to see the log file of test_vulkan 2022-12-01T11:02:39.8518398Z ##[group]PRINTING LOG FILE of test_vulkan (/var/lib/jenkins/workspace/test/test-reports/test_vulkan_qfofhxcg) 2022-12-01T11:02:39.8518645Z 2022-12-01T11:02:39.8518721Z Running tests... 2022-12-01T11:02:39.8519158Z ---------------------------------------------------------------------- 2022-12-01T11:02:39.8519674Z test_conv (__main__.TestVulkanRewritePass) ... Test results will be stored in test-reports/python-unittest/test_vulkan 2022-12-01T11:02:39.8520084Z skip: Vulkan backend must be available for these tests. (0.005s) 2022-12-01T11:02:39.8520301Z 2022-12-01T11:02:39.8520753Z ---------------------------------------------------------------------- 2022-12-01T11:02:39.8521014Z Ran 1 test in 0.064s 2022-12-01T11:02:39.8521115Z 2022-12-01T11:02:39.8521188Z OK (skipped=1) 2022-12-01T11:02:39.8521293Z 2022-12-01T11:02:39.8521382Z Generating XML reports... 2022-12-01T11:02:39.8521817Z Generated XML report: test-reports/python-unittest/test_vulkan/TEST-TestVulkanRewritePass-20221201110239.xml 2022-12-01T11:02:39.8522061Z 2022-12-01T11:02:39.8522299Z ##[endgroup] 2022-12-01T11:02:39.8522752Z FINISHED PRINTING LOG FILE of test_vulkan (/var/lib/jenkins/workspace/test/test-reports/test_vulkan_qfofhxcg) 2022-12-01T11:02:39.8523034Z 2022-12-01T11:02:39.8523249Z Running distributions/test_constraints ... [2022-12-01 11:02:39.851885] 2022-12-01T11:02:39.8524121Z Executing ['/opt/conda/bin/python', '-bb', '-m', 'pytest', 'distributions/test_constraints.py', '-v'] ... [2022-12-01 11:02:39.852225] 2022-12-01T11:02:42.5043237Z 2022-12-01T11:02:42.5044131Z Expand the folded group to see the log file of distributions/test_constraints 2022-12-01T11:02:42.5045294Z ##[group]PRINTING LOG FILE of distributions/test_constraints (/var/lib/jenkins/workspace/test/test-reports/distributions-test_constraints_01euy33b) 2022-12-01T11:02:42.5045857Z ============================= test session starts ============================== 2022-12-01T11:02:42.5046631Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T11:02:42.5047014Z cachedir: .pytest_cache 2022-12-01T11:02:42.5047497Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/lib/jenkins/workspace/test/.hypothesis/examples') 2022-12-01T11:02:42.5048113Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T11:02:42.5048886Z 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-01T11:02:42.5049418Z collecting ... collected 132 items 2022-12-01T11:02:42.5071248Z Running 132 items in this shard: test/distributions/test_constraints.py::test_constraint[False-constraint_fn0-False-value0], test/distributions/test_constraints.py::test_constraint[False-constraint_fn1-False-value1], test/distributions/test_constraints.py::test_constraint[False-constraint_fn2-False-value2], test/distributions/test_constraints.py::test_constraint[False-constraint_fn3-True-value3], test/distributions/test_constraints.py::test_constraint[False-constraint_fn4-False-value4], test/distributions/test_constraints.py::test_constraint[False-constraint_fn5-False-value5], test/distributions/test_constraints.py::test_constraint[False-constraint_fn6-True-value6], test/distributions/test_constraints.py::test_constraint[False-constraint_fn7-True-value7], test/distributions/test_constraints.py::test_constraint[False-constraint_fn8-False-value8], test/distributions/test_constraints.py::test_constraint[False-constraint_fn9-True-value9], test/distributions/test_constraints.py::test_constraint[False-constraint_fn10-False-value10], test/distributions/test_constraints.py::test_constraint[False-constraint_fn11-False-value11], test/distributions/test_constraints.py::test_constraint[False-constraint_fn12-True-value12], test/distributions/test_constraints.py::test_constraint[False-constraint_fn13-True-value13], test/distributions/test_constraints.py::test_constraint[False-constraint_fn14-False-value14], test/distributions/test_constraints.py::test_constraint[False-constraint_fn15-True-value15], test/distributions/test_constraints.py::test_constraint[False-constraint_fn16-True-value16], test/distributions/test_constraints.py::test_constraint[False-constraint_fn17-True-value17], test/distributions/test_constraints.py::test_constraint[True-constraint_fn0-False-value0], test/distributions/test_constraints.py::test_constraint[True-constraint_fn1-False-value1], test/distributions/test_constraints.py::test_constraint[True-constraint_fn2-False-value2], test/distributions/test_constraints.py::test_constraint[True-constraint_fn3-True-value3], test/distributions/test_constraints.py::test_constraint[True-constraint_fn4-False-value4], test/distributions/test_constraints.py::test_constraint[True-constraint_fn5-False-value5], test/distributions/test_constraints.py::test_constraint[True-constraint_fn6-True-value6], test/distributions/test_constraints.py::test_constraint[True-constraint_fn7-True-value7], test/distributions/test_constraints.py::test_constraint[True-constraint_fn8-False-value8], test/distributions/test_constraints.py::test_constraint[True-constraint_fn9-True-value9], test/distributions/test_constraints.py::test_constraint[True-constraint_fn10-False-value10], test/distributions/test_constraints.py::test_constraint[True-constraint_fn11-False-value11], test/distributions/test_constraints.py::test_constraint[True-constraint_fn12-True-value12], test/distributions/test_constraints.py::test_constraint[True-constraint_fn13-True-value13], test/distributions/test_constraints.py::test_constraint[True-constraint_fn14-False-value14], test/distributions/test_constraints.py::test_constraint[True-constraint_fn15-True-value15], test/distributions/test_constraints.py::test_constraint[True-constraint_fn16-True-value16], test/distributions/test_constraints.py::test_constraint[True-constraint_fn17-True-value17], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn0-args0], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn1-args1], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn2-args2], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args3], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args4], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args5], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args6], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args7], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args8], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args9], test/distributions/test_constraints.py::test_biject_to[False-_LessThan-args10], test/distributions/test_constraints.py::test_biject_to[False-_LessThan-args11], test/distributions/test_constraints.py::test_biject_to[False-_LessThan-args12], test/distributions/test_constraints.py::test_biject_to[False-_LessThan-args13], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn14-args14], test/distributions/test_constraints.py::test_biject_to[False-_Interval-args15], test/distributions/test_constraints.py::test_biject_to[False-_Interval-args16], test/distributions/test_constraints.py::test_biject_to[False-_Interval-args17], test/distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args18], test/distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args19], test/distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args20], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn21-args21], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn22-args22], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn23-args23], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn0-args0], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn1-args1], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn2-args2], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args3], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args4], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args5], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args6], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args7], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args8], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args9], test/distributions/test_constraints.py::test_biject_to[True-_LessThan-args10], test/distributions/test_constraints.py::test_biject_to[True-_LessThan-args11], test/distributions/test_constraints.py::test_biject_to[True-_LessThan-args12], test/distributions/test_constraints.py::test_biject_to[True-_LessThan-args13], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn14-args14], test/distributions/test_constraints.py::test_biject_to[True-_Interval-args15], test/distributions/test_constraints.py::test_biject_to[True-_Interval-args16], test/distributions/test_constraints.py::test_biject_to[True-_Interval-args17], test/distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args18], test/distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args19], test/distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args20], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn21-args21], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn22-args22], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn23-args23], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn0-args0], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn1-args1], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn2-args2], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args3], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args4], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args5], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args6], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args7], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args8], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args9], test/distributions/test_constraints.py::test_transform_to[False-_LessThan-args10], test/distributions/test_constraints.py::test_transform_to[False-_LessThan-args11], test/distributions/test_constraints.py::test_transform_to[False-_LessThan-args12], test/distributions/test_constraints.py::test_transform_to[False-_LessThan-args13], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn14-args14], test/distributions/test_constraints.py::test_transform_to[False-_Interval-args15], test/distributions/test_constraints.py::test_transform_to[False-_Interval-args16], test/distributions/test_constraints.py::test_transform_to[False-_Interval-args17], test/distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args18], test/distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args19], test/distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args20], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn21-args21], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn22-args22], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn23-args23], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn0-args0], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn1-args1], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn2-args2], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args3], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args4], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args5], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args6], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args7], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args8], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args9], test/distributions/test_constraints.py::test_transform_to[True-_LessThan-args10], test/distributions/test_constraints.py::test_transform_to[True-_LessThan-args11], test/distributions/test_constraints.py::test_transform_to[True-_LessThan-args12], test/distributions/test_constraints.py::test_transform_to[True-_LessThan-args13], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn14-args14], test/distributions/test_constraints.py::test_transform_to[True-_Interval-args15], test/distributions/test_constraints.py::test_transform_to[True-_Interval-args16], test/distributions/test_constraints.py::test_transform_to[True-_Interval-args17], test/distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args18], test/distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args19], test/distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args20], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn21-args21], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn22-args22], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn23-args23] 2022-12-01T11:02:42.5086217Z 2022-12-01T11:02:42.5086555Z distributions/test_constraints.py::test_constraint[False-constraint_fn0-False-value0] PASSED [ 0%] 2022-12-01T11:02:42.5087036Z distributions/test_constraints.py::test_constraint[False-constraint_fn1-False-value1] PASSED [ 1%] 2022-12-01T11:02:42.5087496Z distributions/test_constraints.py::test_constraint[False-constraint_fn2-False-value2] PASSED [ 2%] 2022-12-01T11:02:42.5087933Z distributions/test_constraints.py::test_constraint[False-constraint_fn3-True-value3] PASSED [ 3%] 2022-12-01T11:02:42.5088386Z distributions/test_constraints.py::test_constraint[False-constraint_fn4-False-value4] PASSED [ 3%] 2022-12-01T11:02:42.5088842Z distributions/test_constraints.py::test_constraint[False-constraint_fn5-False-value5] PASSED [ 4%] 2022-12-01T11:02:42.5089300Z distributions/test_constraints.py::test_constraint[False-constraint_fn6-True-value6] PASSED [ 5%] 2022-12-01T11:02:42.5089738Z distributions/test_constraints.py::test_constraint[False-constraint_fn7-True-value7] PASSED [ 6%] 2022-12-01T11:02:42.5090183Z distributions/test_constraints.py::test_constraint[False-constraint_fn8-False-value8] PASSED [ 6%] 2022-12-01T11:02:42.5090633Z distributions/test_constraints.py::test_constraint[False-constraint_fn9-True-value9] PASSED [ 7%] 2022-12-01T11:02:42.5091087Z distributions/test_constraints.py::test_constraint[False-constraint_fn10-False-value10] PASSED [ 8%] 2022-12-01T11:02:42.5091532Z distributions/test_constraints.py::test_constraint[False-constraint_fn11-False-value11] PASSED [ 9%] 2022-12-01T11:02:42.5091991Z distributions/test_constraints.py::test_constraint[False-constraint_fn12-True-value12] PASSED [ 9%] 2022-12-01T11:02:42.5092452Z distributions/test_constraints.py::test_constraint[False-constraint_fn13-True-value13] PASSED [ 10%] 2022-12-01T11:02:42.5092946Z distributions/test_constraints.py::test_constraint[False-constraint_fn14-False-value14] PASSED [ 11%] 2022-12-01T11:02:42.5093390Z distributions/test_constraints.py::test_constraint[False-constraint_fn15-True-value15] PASSED [ 12%] 2022-12-01T11:02:42.5093841Z distributions/test_constraints.py::test_constraint[False-constraint_fn16-True-value16] PASSED [ 12%] 2022-12-01T11:02:42.5094297Z distributions/test_constraints.py::test_constraint[False-constraint_fn17-True-value17] PASSED [ 13%] 2022-12-01T11:02:42.5094752Z distributions/test_constraints.py::test_constraint[True-constraint_fn0-False-value0] SKIPPED [ 14%] 2022-12-01T11:02:42.5095190Z distributions/test_constraints.py::test_constraint[True-constraint_fn1-False-value1] SKIPPED [ 15%] 2022-12-01T11:02:42.5095645Z distributions/test_constraints.py::test_constraint[True-constraint_fn2-False-value2] SKIPPED [ 15%] 2022-12-01T11:02:42.5096101Z distributions/test_constraints.py::test_constraint[True-constraint_fn3-True-value3] SKIPPED [ 16%] 2022-12-01T11:02:42.5096544Z distributions/test_constraints.py::test_constraint[True-constraint_fn4-False-value4] SKIPPED [ 17%] 2022-12-01T11:02:42.5097109Z distributions/test_constraints.py::test_constraint[True-constraint_fn5-False-value5] SKIPPED [ 18%] 2022-12-01T11:02:42.5097564Z distributions/test_constraints.py::test_constraint[True-constraint_fn6-True-value6] SKIPPED [ 18%] 2022-12-01T11:02:42.5098000Z distributions/test_constraints.py::test_constraint[True-constraint_fn7-True-value7] SKIPPED [ 19%] 2022-12-01T11:02:42.5098448Z distributions/test_constraints.py::test_constraint[True-constraint_fn8-False-value8] SKIPPED [ 20%] 2022-12-01T11:02:42.5098897Z distributions/test_constraints.py::test_constraint[True-constraint_fn9-True-value9] SKIPPED [ 21%] 2022-12-01T11:02:42.5099350Z distributions/test_constraints.py::test_constraint[True-constraint_fn10-False-value10] SKIPPED [ 21%] 2022-12-01T11:02:42.5099840Z distributions/test_constraints.py::test_constraint[True-constraint_fn11-False-value11] SKIPPED [ 22%] 2022-12-01T11:02:42.5100301Z distributions/test_constraints.py::test_constraint[True-constraint_fn12-True-value12] SKIPPED [ 23%] 2022-12-01T11:02:42.5100759Z distributions/test_constraints.py::test_constraint[True-constraint_fn13-True-value13] SKIPPED [ 24%] 2022-12-01T11:02:42.5101197Z distributions/test_constraints.py::test_constraint[True-constraint_fn14-False-value14] SKIPPED [ 25%] 2022-12-01T11:02:42.5101647Z distributions/test_constraints.py::test_constraint[True-constraint_fn15-True-value15] SKIPPED [ 25%] 2022-12-01T11:02:42.5102093Z distributions/test_constraints.py::test_constraint[True-constraint_fn16-True-value16] SKIPPED [ 26%] 2022-12-01T11:02:42.5102551Z distributions/test_constraints.py::test_constraint[True-constraint_fn17-True-value17] SKIPPED [ 27%] 2022-12-01T11:02:42.5102973Z distributions/test_constraints.py::test_biject_to[False-constraint_fn0-args0] PASSED [ 28%] 2022-12-01T11:02:42.5103402Z distributions/test_constraints.py::test_biject_to[False-constraint_fn1-args1] PASSED [ 28%] 2022-12-01T11:02:42.5103826Z distributions/test_constraints.py::test_biject_to[False-constraint_fn2-args2] PASSED [ 29%] 2022-12-01T11:02:42.5104244Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args3] PASSED [ 30%] 2022-12-01T11:02:42.5104650Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args4] PASSED [ 31%] 2022-12-01T11:02:42.5105063Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args5] PASSED [ 31%] 2022-12-01T11:02:42.5105480Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args6] PASSED [ 32%] 2022-12-01T11:02:42.5105896Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args7] PASSED [ 33%] 2022-12-01T11:02:42.5106328Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args8] PASSED [ 34%] 2022-12-01T11:02:42.5106755Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args9] PASSED [ 34%] 2022-12-01T11:02:42.5107166Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args10] PASSED [ 35%] 2022-12-01T11:02:42.5107567Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args11] PASSED [ 36%] 2022-12-01T11:02:42.5107977Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args12] PASSED [ 37%] 2022-12-01T11:02:42.5108384Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args13] PASSED [ 37%] 2022-12-01T11:02:42.5108804Z distributions/test_constraints.py::test_biject_to[False-constraint_fn14-args14] PASSED [ 38%] 2022-12-01T11:02:42.5109206Z distributions/test_constraints.py::test_biject_to[False-_Interval-args15] PASSED [ 39%] 2022-12-01T11:02:42.5109612Z distributions/test_constraints.py::test_biject_to[False-_Interval-args16] PASSED [ 40%] 2022-12-01T11:02:42.5110022Z distributions/test_constraints.py::test_biject_to[False-_Interval-args17] PASSED [ 40%] 2022-12-01T11:02:42.5110441Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args18] PASSED [ 41%] 2022-12-01T11:02:42.5110885Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args19] PASSED [ 42%] 2022-12-01T11:02:42.5111366Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args20] PASSED [ 43%] 2022-12-01T11:02:42.5111800Z distributions/test_constraints.py::test_biject_to[False-constraint_fn21-args21] PASSED [ 43%] 2022-12-01T11:02:42.5112210Z distributions/test_constraints.py::test_biject_to[False-constraint_fn22-args22] PASSED [ 44%] 2022-12-01T11:02:42.5112639Z distributions/test_constraints.py::test_biject_to[False-constraint_fn23-args23] SKIPPED [ 45%] 2022-12-01T11:02:42.5113063Z distributions/test_constraints.py::test_biject_to[True-constraint_fn0-args0] SKIPPED [ 46%] 2022-12-01T11:02:42.5113474Z distributions/test_constraints.py::test_biject_to[True-constraint_fn1-args1] SKIPPED [ 46%] 2022-12-01T11:02:42.5113926Z distributions/test_constraints.py::test_biject_to[True-constraint_fn2-args2] SKIPPED [ 47%] 2022-12-01T11:02:42.5114474Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args3] SKIPPED [ 48%] 2022-12-01T11:02:42.5114903Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args4] SKIPPED [ 49%] 2022-12-01T11:02:42.5115314Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args5] SKIPPED [ 50%] 2022-12-01T11:02:42.5115727Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args6] SKIPPED [ 50%] 2022-12-01T11:02:42.5116148Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args7] SKIPPED [ 51%] 2022-12-01T11:02:42.5116760Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args8] SKIPPED [ 52%] 2022-12-01T11:02:42.5117405Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args9] SKIPPED [ 53%] 2022-12-01T11:02:42.5118123Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args10] SKIPPED [ 53%] 2022-12-01T11:02:42.5118834Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args11] SKIPPED [ 54%] 2022-12-01T11:02:42.5119600Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args12] SKIPPED [ 55%] 2022-12-01T11:02:42.5120231Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args13] SKIPPED [ 56%] 2022-12-01T11:02:42.5120968Z distributions/test_constraints.py::test_biject_to[True-constraint_fn14-args14] SKIPPED [ 56%] 2022-12-01T11:02:42.5121526Z distributions/test_constraints.py::test_biject_to[True-_Interval-args15] SKIPPED [ 57%] 2022-12-01T11:02:42.5121924Z distributions/test_constraints.py::test_biject_to[True-_Interval-args16] SKIPPED [ 58%] 2022-12-01T11:02:42.5122330Z distributions/test_constraints.py::test_biject_to[True-_Interval-args17] SKIPPED [ 59%] 2022-12-01T11:02:42.5122760Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args18] SKIPPED [ 59%] 2022-12-01T11:02:42.5123210Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args19] SKIPPED [ 60%] 2022-12-01T11:02:42.5123643Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args20] SKIPPED [ 61%] 2022-12-01T11:02:42.5124078Z distributions/test_constraints.py::test_biject_to[True-constraint_fn21-args21] SKIPPED [ 62%] 2022-12-01T11:02:42.5124502Z distributions/test_constraints.py::test_biject_to[True-constraint_fn22-args22] SKIPPED [ 62%] 2022-12-01T11:02:42.5124923Z distributions/test_constraints.py::test_biject_to[True-constraint_fn23-args23] SKIPPED [ 63%] 2022-12-01T11:02:42.5125339Z distributions/test_constraints.py::test_transform_to[False-constraint_fn0-args0] PASSED [ 64%] 2022-12-01T11:02:42.5125770Z distributions/test_constraints.py::test_transform_to[False-constraint_fn1-args1] PASSED [ 65%] 2022-12-01T11:02:42.5126202Z distributions/test_constraints.py::test_transform_to[False-constraint_fn2-args2] PASSED [ 65%] 2022-12-01T11:02:42.5126623Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args3] PASSED [ 66%] 2022-12-01T11:02:42.5127055Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args4] PASSED [ 67%] 2022-12-01T11:02:42.5127479Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args5] PASSED [ 68%] 2022-12-01T11:02:42.5128024Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args6] PASSED [ 68%] 2022-12-01T11:02:42.5128434Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args7] PASSED [ 69%] 2022-12-01T11:02:42.5128866Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args8] PASSED [ 70%] 2022-12-01T11:02:42.5129299Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args9] PASSED [ 71%] 2022-12-01T11:02:42.5129711Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args10] PASSED [ 71%] 2022-12-01T11:02:42.5130132Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args11] PASSED [ 72%] 2022-12-01T11:02:42.5130603Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args12] PASSED [ 73%] 2022-12-01T11:02:42.5131016Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args13] PASSED [ 74%] 2022-12-01T11:02:42.5131431Z distributions/test_constraints.py::test_transform_to[False-constraint_fn14-args14] PASSED [ 75%] 2022-12-01T11:02:42.5131853Z distributions/test_constraints.py::test_transform_to[False-_Interval-args15] PASSED [ 75%] 2022-12-01T11:02:42.5132266Z distributions/test_constraints.py::test_transform_to[False-_Interval-args16] PASSED [ 76%] 2022-12-01T11:02:42.5132677Z distributions/test_constraints.py::test_transform_to[False-_Interval-args17] PASSED [ 77%] 2022-12-01T11:02:42.5133098Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args18] PASSED [ 78%] 2022-12-01T11:02:42.5133559Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args19] PASSED [ 78%] 2022-12-01T11:02:42.5134022Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args20] PASSED [ 79%] 2022-12-01T11:02:42.5134452Z distributions/test_constraints.py::test_transform_to[False-constraint_fn21-args21] PASSED [ 80%] 2022-12-01T11:02:42.5134887Z distributions/test_constraints.py::test_transform_to[False-constraint_fn22-args22] PASSED [ 81%] 2022-12-01T11:02:42.5135312Z distributions/test_constraints.py::test_transform_to[False-constraint_fn23-args23] PASSED [ 81%] 2022-12-01T11:02:42.5135748Z distributions/test_constraints.py::test_transform_to[True-constraint_fn0-args0] SKIPPED [ 82%] 2022-12-01T11:02:42.5136165Z distributions/test_constraints.py::test_transform_to[True-constraint_fn1-args1] SKIPPED [ 83%] 2022-12-01T11:02:42.5136584Z distributions/test_constraints.py::test_transform_to[True-constraint_fn2-args2] SKIPPED [ 84%] 2022-12-01T11:02:42.5137012Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args3] SKIPPED [ 84%] 2022-12-01T11:02:42.5137428Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args4] SKIPPED [ 85%] 2022-12-01T11:02:42.5137872Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args5] SKIPPED [ 86%] 2022-12-01T11:02:42.5138296Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args6] SKIPPED [ 87%] 2022-12-01T11:02:42.5138728Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args7] SKIPPED [ 87%] 2022-12-01T11:02:42.5139146Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args8] SKIPPED [ 88%] 2022-12-01T11:02:42.5139575Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args9] SKIPPED [ 89%] 2022-12-01T11:02:42.5139994Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args10] SKIPPED [ 90%] 2022-12-01T11:02:42.5140411Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args11] SKIPPED [ 90%] 2022-12-01T11:02:42.5140809Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args12] SKIPPED [ 91%] 2022-12-01T11:02:42.5141227Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args13] SKIPPED [ 92%] 2022-12-01T11:02:42.5141655Z distributions/test_constraints.py::test_transform_to[True-constraint_fn14-args14] SKIPPED [ 93%] 2022-12-01T11:02:42.5142123Z distributions/test_constraints.py::test_transform_to[True-_Interval-args15] SKIPPED [ 93%] 2022-12-01T11:02:42.5142525Z distributions/test_constraints.py::test_transform_to[True-_Interval-args16] SKIPPED [ 94%] 2022-12-01T11:02:42.5142940Z distributions/test_constraints.py::test_transform_to[True-_Interval-args17] SKIPPED [ 95%] 2022-12-01T11:02:42.5143379Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args18] SKIPPED [ 96%] 2022-12-01T11:02:42.5143821Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args19] SKIPPED [ 96%] 2022-12-01T11:02:42.5144269Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args20] SKIPPED [ 97%] 2022-12-01T11:02:42.5144771Z distributions/test_constraints.py::test_transform_to[True-constraint_fn21-args21] SKIPPED [ 98%] 2022-12-01T11:02:42.5145206Z distributions/test_constraints.py::test_transform_to[True-constraint_fn22-args22] SKIPPED [ 99%] 2022-12-01T11:02:42.5145631Z distributions/test_constraints.py::test_transform_to[True-constraint_fn23-args23] SKIPPED [100%] 2022-12-01T11:02:42.5145821Z 2022-12-01T11:02:42.5145941Z ======================== 65 passed, 67 skipped in 1.61s ======================== 2022-12-01T11:02:42.5146086Z 2022-12-01T11:02:42.5146413Z ##[endgroup] 2022-12-01T11:02:42.5146847Z FINISHED PRINTING LOG FILE of distributions/test_constraints (/var/lib/jenkins/workspace/test/test-reports/distributions-test_constraints_01euy33b) 2022-12-01T11:02:42.5147103Z 2022-12-01T11:02:42.5147278Z Running test_comparison_utils ... [2022-12-01 11:02:42.504863] 2022-12-01T11:02:42.5147768Z Executing ['/opt/conda/bin/python', '-bb', 'test_comparison_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:02:42.505204] 2022-12-01T11:02:43.9229305Z 2022-12-01T11:02:43.9229769Z Expand the folded group to see the log file of test_comparison_utils 2022-12-01T11:02:43.9230516Z ##[group]PRINTING LOG FILE of test_comparison_utils (/var/lib/jenkins/workspace/test/test-reports/test_comparison_utils_iblg0tu_) 2022-12-01T11:02:43.9230823Z 2022-12-01T11:02:43.9231027Z ##[endgroup] 2022-12-01T11:02:43.9231567Z FINISHED PRINTING LOG FILE of test_comparison_utils (/var/lib/jenkins/workspace/test/test-reports/test_comparison_utils_iblg0tu_) 2022-12-01T11:02:43.9231802Z 2022-12-01T11:02:43.9233545Z Running test_cuda_primary_ctx ... [2022-12-01 11:02:43.923170] 2022-12-01T11:02:43.9237089Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda_primary_ctx.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:02:43.923515] 2022-12-01T11:02:45.3343988Z 2022-12-01T11:02:45.3344489Z Expand the folded group to see the log file of test_cuda_primary_ctx 2022-12-01T11:02:45.3345537Z ##[group]PRINTING LOG FILE of test_cuda_primary_ctx (/var/lib/jenkins/workspace/test/test-reports/test_cuda_primary_ctx_hnnzj_7x) 2022-12-01T11:02:45.3345867Z CUDA not available, skipping tests 2022-12-01T11:02:45.3346012Z 2022-12-01T11:02:45.3346232Z ##[endgroup] 2022-12-01T11:02:45.3346723Z FINISHED PRINTING LOG FILE of test_cuda_primary_ctx (/var/lib/jenkins/workspace/test/test-reports/test_cuda_primary_ctx_hnnzj_7x) 2022-12-01T11:02:45.3347010Z 2022-12-01T11:02:45.3348314Z Running test_cuda_trace ... [2022-12-01 11:02:45.334645] 2022-12-01T11:02:45.3352092Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda_trace.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:02:45.334986] 2022-12-01T11:02:46.7486199Z 2022-12-01T11:02:46.7486575Z Expand the folded group to see the log file of test_cuda_trace 2022-12-01T11:02:46.7487484Z ##[group]PRINTING LOG FILE of test_cuda_trace (/var/lib/jenkins/workspace/test/test-reports/test_cuda_trace_5g52ywek) 2022-12-01T11:02:46.7487809Z CUDA not available, skipping tests 2022-12-01T11:02:46.7487941Z 2022-12-01T11:02:46.7488149Z ##[endgroup] 2022-12-01T11:02:46.7488642Z FINISHED PRINTING LOG FILE of test_cuda_trace (/var/lib/jenkins/workspace/test/test-reports/test_cuda_trace_5g52ywek) 2022-12-01T11:02:46.7489033Z 2022-12-01T11:02:46.7490560Z Running test_hub ... [2022-12-01 11:02:46.748867] 2022-12-01T11:02:46.7493870Z Executing ['/opt/conda/bin/python', '-bb', 'test_hub.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:02:46.749210] 2022-12-01T11:02:48.1627140Z 2022-12-01T11:02:48.1627692Z Expand the folded group to see the log file of test_hub 2022-12-01T11:02:48.1628686Z ##[group]PRINTING LOG FILE of test_hub (/var/lib/jenkins/workspace/test/test-reports/test_hub_f2vz_tam) 2022-12-01T11:02:48.1628904Z 2022-12-01T11:02:48.1629130Z ##[endgroup] 2022-12-01T11:02:48.1629606Z FINISHED PRINTING LOG FILE of test_hub (/var/lib/jenkins/workspace/test/test-reports/test_hub_f2vz_tam) 2022-12-01T11:02:48.1629800Z 2022-12-01T11:02:48.1631793Z Running test_pruning_op ... [2022-12-01 11:02:48.162944] 2022-12-01T11:02:48.1634846Z Executing ['/opt/conda/bin/python', '-bb', 'test_pruning_op.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:02:48.163271] 2022-12-01T11:02:49.6305141Z 2022-12-01T11:02:49.6305898Z Expand the folded group to see the log file of test_pruning_op 2022-12-01T11:02:49.6306905Z ##[group]PRINTING LOG FILE of test_pruning_op (/var/lib/jenkins/workspace/test/test-reports/test_pruning_op_uut1yd15) 2022-12-01T11:02:49.6307143Z 2022-12-01T11:02:49.6307371Z ##[endgroup] 2022-12-01T11:02:49.6307863Z FINISHED PRINTING LOG FILE of test_pruning_op (/var/lib/jenkins/workspace/test/test-reports/test_pruning_op_uut1yd15) 2022-12-01T11:02:49.6308081Z 2022-12-01T11:02:49.9861954Z 2022-12-01T11:02:49.9862274Z real 54m44.439s 2022-12-01T11:02:49.9862602Z user 159m35.478s 2022-12-01T11:02:49.9862946Z sys 7m15.790s 2022-12-01T11:02:49.9863235Z + assert_git_not_dirty 2022-12-01T11:02:49.9863601Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-12-01T11:02:49.9863944Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-12-01T11:02:49.9865953Z ++ git status --porcelain 2022-12-01T11:03:04.6930433Z + git_status= 2022-12-01T11:03:04.6931005Z + [[ -n '' ]] 2022-12-01T11:03:04.6931266Z + test_aten 2022-12-01T11:03:04.6932073Z + [[ linux-bionic-py3.7-clang9 != *asan* ]] 2022-12-01T11:03:04.6932457Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-12-01T11:03:04.6932730Z + echo 'Running ATen tests with pytorch lib' 2022-12-01T11:03:04.6932976Z Running ATen tests with pytorch lib 2022-12-01T11:03:04.6933248Z + [[ -n '' ]] 2022-12-01T11:03:04.6933488Z + echo 'Running test with the build folder' 2022-12-01T11:03:04.6933699Z Running test with the build folder 2022-12-01T11:03:04.6933951Z + TEST_BASE_DIR=build/bin 2022-12-01T11:03:04.6934279Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so build/bin 2022-12-01T11:03:04.6996720Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libcaffe2*' build/bin 2022-12-01T11:03:04.7004625Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libmkldnn*' build/bin 2022-12-01T11:03:04.7011903Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libnccl*' build/bin 2022-12-01T11:03:04.7020949Z + 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-01T11:03:04.7028668Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libtbb*' build/bin 2022-12-01T11:03:04.7035954Z + ls build/bin 2022-12-01T11:03:04.7121419Z CppSignature_test half_test 2022-12-01T11:03:04.7121827Z Dict_test inline_container_test 2022-12-01T11:03:04.7122227Z Dimname_test ivalue_test 2022-12-01T11:03:04.7122647Z FileStoreTest kernel_function_legacy_test 2022-12-01T11:03:04.7123054Z HashStoreTest kernel_function_test 2022-12-01T11:03:04.7123482Z IListRef_test kernel_lambda_legacy_test 2022-12-01T11:03:04.7124083Z KernelFunction_test kernel_lambda_test 2022-12-01T11:03:04.7124496Z List_test kernel_stackbased_test 2022-12-01T11:03:04.7124902Z MaybeOwned_test lazy_tensor_test 2022-12-01T11:03:04.7125259Z NamedTensor_test libc10.so 2022-12-01T11:03:04.7125833Z ProcessGroupGlooTest 'libcaffe2*' 2022-12-01T11:03:04.7126315Z TCPStoreTest 'libmkldnn*' 2022-12-01T11:03:04.7126764Z aot_model_compiler_test 'libnccl*' 2022-12-01T11:03:04.7127167Z apply_utils_test 'libtbb*' 2022-12-01T11:03:04.7127364Z atest libtorch.so 2022-12-01T11:03:04.7127580Z backend_fallback_test libtorch_cpu.so 2022-12-01T11:03:04.7127792Z basic libtorch_global_deps.so 2022-12-01T11:03:04.7128013Z broadcast_test libtorch_python.so 2022-12-01T11:03:04.7128313Z c10_Array_test libtorchbind_test.so 2022-12-01T11:03:04.7128548Z c10_Bitset_test make_boxed_from_unboxed_functor_test 2022-12-01T11:03:04.7128782Z c10_C++17_test math_kernel_test 2022-12-01T11:03:04.7129040Z c10_CompileTimeFunctionPointer_test memory_format_test 2022-12-01T11:03:04.7129300Z c10_ConstexprCrc_test memory_overlapping_test 2022-12-01T11:03:04.7129565Z c10_DeadlockDetection_test mobile_memory_cleanup 2022-12-01T11:03:04.7129807Z c10_DeviceGuard_test native_test 2022-12-01T11:03:04.7130011Z c10_Device_test op_allowlist_test 2022-12-01T11:03:04.7130253Z c10_DispatchKeySet_test op_registration_test 2022-12-01T11:03:04.7130485Z c10_Half_test operator_name_test 2022-12-01T11:03:04.7130716Z c10_InlineDeviceGuard_test operators_test 2022-12-01T11:03:04.7130973Z c10_InlineStreamGuard_test packedtensoraccessor_test 2022-12-01T11:03:04.7131234Z c10_LeftRight_test parallel_benchmark 2022-12-01T11:03:04.7131464Z c10_Metaprogramming_test pow_test 2022-12-01T11:03:04.7131673Z c10_SizesAndStrides_test protoc 2022-12-01T11:03:04.7131957Z c10_SmallVectorTest protoc-3.13.0.0 2022-12-01T11:03:04.7132193Z c10_StreamGuard_test quantized_test 2022-12-01T11:03:04.7132398Z c10_SymInt_test reduce_ops_test 2022-12-01T11:03:04.7132635Z c10_Synchronized_test reportMemoryUsage_test 2022-12-01T11:03:04.7132882Z c10_ThreadLocal_test scalar_tensor_test 2022-12-01T11:03:04.7133090Z c10_TypeIndex_test scalar_test 2022-12-01T11:03:04.7133337Z c10_TypeList_test stride_properties_test 2022-12-01T11:03:04.7133578Z c10_TypeTraits_test tensor_iterator_test 2022-12-01T11:03:04.7133798Z c10_accumulate_test test_api 2022-12-01T11:03:04.7133994Z c10_bfloat16_test test_cpp_rpc 2022-12-01T11:03:04.7134215Z c10_complex_math_test test_dist_autograd 2022-12-01T11:03:04.7134425Z c10_complex_test test_jit 2022-12-01T11:03:04.7134612Z c10_either_test test_lazy 2022-12-01T11:03:04.7134823Z c10_exception_test test_mobile_nnc 2022-12-01T11:03:04.7135034Z c10_flags_test test_parallel 2022-12-01T11:03:04.7135251Z c10_intrusive_ptr_benchmark test_tensorexpr 2022-12-01T11:03:04.7135489Z c10_intrusive_ptr_test thread_init_test 2022-12-01T11:03:04.7135714Z c10_irange_test torch_shm_manager 2022-12-01T11:03:04.7135925Z c10_logging_test tutorial_tensorexpr 2022-12-01T11:03:04.7136143Z c10_optional_test type_ptr_test 2022-12-01T11:03:04.7136371Z c10_ordered_preserving_dict_test type_test 2022-12-01T11:03:04.7136594Z c10_registry_test undefined_tensor_test 2022-12-01T11:03:04.7136819Z c10_string_view_test variant_test 2022-12-01T11:03:04.7137045Z c10_tempfile_test vec_test_all_types_AVX2 2022-12-01T11:03:04.7137280Z c10_typeid_test vec_test_all_types_AVX512 2022-12-01T11:03:04.7137514Z cpu_generator_test vec_test_all_types_DEFAULT 2022-12-01T11:03:04.7137770Z cpu_profiling_allocator_test verify_api_visibility 2022-12-01T11:03:04.7137997Z cpu_rng_test vmap_test 2022-12-01T11:03:04.7138245Z dispatch_key_set_test weakref_test 2022-12-01T11:03:04.7138462Z dlconvertor_test wrapdim_test 2022-12-01T11:03:04.7138681Z example_allreduce xla_tensor_test 2022-12-01T11:03:04.7138876Z extension_backend_test 2022-12-01T11:03:04.7139075Z + aten/tools/run_tests.sh build/bin 2022-12-01T11:03:04.7155959Z + set -e 2022-12-01T11:03:04.7158483Z ++ dirname aten/tools/run_tests.sh 2022-12-01T11:03:04.7164823Z + VALGRIND_SUP=/var/lib/jenkins/workspace/aten/tools/valgrind.sup 2022-12-01T11:03:04.7165207Z + pushd build/bin 2022-12-01T11:03:04.7165538Z ~/workspace/build/bin ~/workspace 2022-12-01T11:03:04.7165841Z + VALGRIND=OFF 2022-12-01T11:03:04.7166139Z + ./basic 2022-12-01T11:03:04.9481653Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T11:03:04.9482700Z [==========] Running 5 tests from 1 test suite. 2022-12-01T11:03:04.9483021Z [----------] Global test environment set-up. 2022-12-01T11:03:04.9483334Z [----------] 5 tests from BasicTest 2022-12-01T11:03:04.9483614Z [ RUN ] BasicTest.BasicTestCPU 2022-12-01T11:03:04.9768415Z 4 ms 2022-12-01T11:03:05.0359164Z 58 ms 2022-12-01T11:03:05.1252603Z 89 ms 2022-12-01T11:03:05.1349200Z [ OK ] BasicTest.BasicTestCPU (186 ms) 2022-12-01T11:03:05.1349733Z [ RUN ] BasicTest.BasicTestHalfCPU 2022-12-01T11:03:05.1372912Z 2 ms 2022-12-01T11:03:05.2162324Z 78 ms 2022-12-01T11:03:05.3261801Z 109 ms 2022-12-01T11:03:05.3353892Z [ OK ] BasicTest.BasicTestHalfCPU (200 ms) 2022-12-01T11:03:05.3354329Z [ RUN ] BasicTest.BasicTestCUDA 2022-12-01T11:03:05.3354631Z [ OK ] BasicTest.BasicTestCUDA (0 ms) 2022-12-01T11:03:05.3354941Z [ RUN ] BasicTest.FactoryMethodsTest 2022-12-01T11:03:05.3355994Z [ OK ] BasicTest.FactoryMethodsTest (0 ms) 2022-12-01T11:03:05.3356483Z [ RUN ] BasicTest.BasicStdTestCPU 2022-12-01T11:03:05.3357183Z Simple example: called once 2022-12-01T11:03:05.3360335Z throw: call_once will retry 2022-12-01T11:03:05.3361895Z throw: call_once will retry 2022-12-01T11:03:05.3364476Z Didn't throw, call_once will not attempt again 2022-12-01T11:03:05.3365121Z [ OK ] BasicTest.BasicStdTestCPU (0 ms) 2022-12-01T11:03:05.3365541Z [----------] 5 tests from BasicTest (388 ms total) 2022-12-01T11:03:05.3365694Z 2022-12-01T11:03:05.3365861Z [----------] Global test environment tear-down 2022-12-01T11:03:05.3366162Z [==========] 5 tests from 1 test suite ran. (388 ms total) 2022-12-01T11:03:05.3366420Z [ PASSED ] 5 tests. 2022-12-01T11:03:05.3936662Z + ./atest 2022-12-01T11:03:05.6127579Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T11:03:05.6128396Z [==========] Running 16 tests from 1 test suite. 2022-12-01T11:03:05.6128691Z [----------] Global test environment set-up. 2022-12-01T11:03:05.6128985Z [----------] 16 tests from atest 2022-12-01T11:03:05.6129239Z [ RUN ] atest.operators 2022-12-01T11:03:05.6132064Z [ OK ] atest.operators (0 ms) 2022-12-01T11:03:05.6132662Z [ RUN ] atest.logical_and_operators 2022-12-01T11:03:05.6133206Z [ OK ] atest.logical_and_operators (0 ms) 2022-12-01T11:03:05.6133678Z [ RUN ] atest.logical_or_operators 2022-12-01T11:03:05.6134218Z [ OK ] atest.logical_or_operators (0 ms) 2022-12-01T11:03:05.6134715Z [ RUN ] atest.logical_xor_operators 2022-12-01T11:03:05.6135203Z [ OK ] atest.logical_xor_operators (0 ms) 2022-12-01T11:03:05.6135670Z [ RUN ] atest.lt_operators 2022-12-01T11:03:05.6136162Z [ OK ] atest.lt_operators (0 ms) 2022-12-01T11:03:05.6136581Z [ RUN ] atest.le_operators 2022-12-01T11:03:05.6137040Z [ OK ] atest.le_operators (0 ms) 2022-12-01T11:03:05.6137780Z [ RUN ] atest.gt_operators 2022-12-01T11:03:05.6138276Z [ OK ] atest.gt_operators (0 ms) 2022-12-01T11:03:05.6138743Z [ RUN ] atest.ge_operators 2022-12-01T11:03:05.6139241Z [ OK ] atest.ge_operators (0 ms) 2022-12-01T11:03:05.6139516Z [ RUN ] atest.eq_operators 2022-12-01T11:03:05.6139811Z [ OK ] atest.eq_operators (0 ms) 2022-12-01T11:03:05.6140108Z [ RUN ] atest.ne_operators 2022-12-01T11:03:05.6140462Z [ OK ] atest.ne_operators (0 ms) 2022-12-01T11:03:05.6140902Z [ RUN ] atest.add_operators 2022-12-01T11:03:05.6141344Z [ OK ] atest.add_operators (0 ms) 2022-12-01T11:03:05.6141814Z [ RUN ] atest.max_operators 2022-12-01T11:03:05.6142327Z [ OK ] atest.max_operators (0 ms) 2022-12-01T11:03:05.6142656Z [ RUN ] atest.min_operators 2022-12-01T11:03:05.6143021Z [ OK ] atest.min_operators (0 ms) 2022-12-01T11:03:05.6143307Z [ RUN ] atest.sigmoid_backward_operator 2022-12-01T11:03:05.6143598Z [ OK ] atest.sigmoid_backward_operator (0 ms) 2022-12-01T11:03:05.6143888Z [ RUN ] atest.fmod_tensor_operators 2022-12-01T11:03:05.6144178Z [ OK ] atest.fmod_tensor_operators (0 ms) 2022-12-01T11:03:05.6144431Z [ RUN ] atest.atest 2022-12-01T11:03:05.6170115Z [ OK ] atest.atest (2 ms) 2022-12-01T11:03:05.6170723Z [----------] 16 tests from atest (4 ms total) 2022-12-01T11:03:05.6171002Z 2022-12-01T11:03:05.6171247Z [----------] Global test environment tear-down 2022-12-01T11:03:05.6171558Z [==========] 16 tests from 1 test suite ran. (4 ms total) 2022-12-01T11:03:05.6171841Z [ PASSED ] 16 tests. 2022-12-01T11:03:05.6718710Z + ./scalar_test 2022-12-01T11:03:05.8875692Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T11:03:05.8876722Z [==========] Running 5 tests from 2 test suites. 2022-12-01T11:03:05.8877067Z [----------] Global test environment set-up. 2022-12-01T11:03:05.8877358Z [----------] 4 tests from TestScalar 2022-12-01T11:03:05.8877616Z [ RUN ] TestScalar.TestScalar 2022-12-01T11:03:05.8877818Z H2: 3 257 3 1 2022-12-01T11:03:05.8938862Z [ OK ] TestScalar.TestScalar (6 ms) 2022-12-01T11:03:05.8939345Z [ RUN ] TestScalar.TestConj 2022-12-01T11:03:05.8939857Z [ OK ] TestScalar.TestConj (0 ms) 2022-12-01T11:03:05.8940175Z [ RUN ] TestScalar.TestEqual 2022-12-01T11:03:05.8940455Z [ OK ] TestScalar.TestEqual (0 ms) 2022-12-01T11:03:05.8940784Z [ RUN ] TestScalar.TestFormatting 2022-12-01T11:03:05.8941110Z [ OK ] TestScalar.TestFormatting (0 ms) 2022-12-01T11:03:05.8941582Z [----------] 4 tests from TestScalar (6 ms total) 2022-12-01T11:03:05.8941762Z 2022-12-01T11:03:05.8941897Z [----------] 1 test from TestSymInt 2022-12-01T11:03:05.8942150Z [ RUN ] TestSymInt.Basic 2022-12-01T11:03:05.8942417Z [ OK ] TestSymInt.Basic (0 ms) 2022-12-01T11:03:05.8942710Z [----------] 1 test from TestSymInt (0 ms total) 2022-12-01T11:03:05.8942842Z 2022-12-01T11:03:05.8943007Z [----------] Global test environment tear-down 2022-12-01T11:03:05.8943318Z [==========] 5 tests from 2 test suites ran. (6 ms total) 2022-12-01T11:03:05.8943576Z [ PASSED ] 5 tests. 2022-12-01T11:03:05.9470022Z + ./broadcast_test 2022-12-01T11:03:06.1646911Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T11:03:06.1647627Z [==========] Running 1 test from 1 test suite. 2022-12-01T11:03:06.1647918Z [----------] Global test environment set-up. 2022-12-01T11:03:06.1648226Z [----------] 1 test from BroadcastTest 2022-12-01T11:03:06.1648709Z [ RUN ] BroadcastTest.Broadcast 2022-12-01T11:03:06.1998048Z [ OK ] BroadcastTest.Broadcast (35 ms) 2022-12-01T11:03:06.1998703Z [----------] 1 test from BroadcastTest (35 ms total) 2022-12-01T11:03:06.1998959Z 2022-12-01T11:03:06.1999131Z [----------] Global test environment tear-down 2022-12-01T11:03:06.1999442Z [==========] 1 test from 1 test suite ran. (35 ms total) 2022-12-01T11:03:06.1999687Z [ PASSED ] 1 test. 2022-12-01T11:03:06.2541804Z + ./wrapdim_test 2022-12-01T11:03:06.4819885Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T11:03:06.4820659Z [==========] Running 1 test from 1 test suite. 2022-12-01T11:03:06.4821178Z [----------] Global test environment set-up. 2022-12-01T11:03:06.4821494Z [----------] 1 test from TestWrapdim 2022-12-01T11:03:06.4821778Z [ RUN ] TestWrapdim.TestWrapdim 2022-12-01T11:03:06.4826203Z [ OK ] TestWrapdim.TestWrapdim (0 ms) 2022-12-01T11:03:06.4826613Z [----------] 1 test from TestWrapdim (0 ms total) 2022-12-01T11:03:06.4826770Z 2022-12-01T11:03:06.4826939Z [----------] Global test environment tear-down 2022-12-01T11:03:06.4827248Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-12-01T11:03:06.4827490Z [ PASSED ] 1 test. 2022-12-01T11:03:06.5364331Z + ./apply_utils_test 2022-12-01T11:03:06.7514201Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T11:03:06.7514976Z [==========] Running 6 tests from 1 test suite. 2022-12-01T11:03:06.7515291Z [----------] Global test environment set-up. 2022-12-01T11:03:06.7515614Z [----------] 6 tests from ApplyUtilsTest 2022-12-01T11:03:06.7515898Z [ RUN ] ApplyUtilsTest.Contiguous2D 2022-12-01T11:03:06.7539335Z [ OK ] ApplyUtilsTest.Contiguous2D (2 ms) 2022-12-01T11:03:06.7539931Z [ RUN ] ApplyUtilsTest.Small2D 2022-12-01T11:03:06.7540298Z [ OK ] ApplyUtilsTest.Small2D (0 ms) 2022-12-01T11:03:06.7540561Z [ RUN ] ApplyUtilsTest._2D 2022-12-01T11:03:06.7547349Z [ OK ] ApplyUtilsTest._2D (0 ms) 2022-12-01T11:03:06.7547802Z [ RUN ] ApplyUtilsTest._3D 2022-12-01T11:03:06.7548791Z [ OK ] ApplyUtilsTest._3D (0 ms) 2022-12-01T11:03:06.7549093Z [ RUN ] ApplyUtilsTest.Medium3D 2022-12-01T11:03:06.7557928Z [ OK ] ApplyUtilsTest.Medium3D (0 ms) 2022-12-01T11:03:06.7558216Z [ RUN ] ApplyUtilsTest._10D 2022-12-01T11:03:06.8074457Z [ OK ] ApplyUtilsTest._10D (51 ms) 2022-12-01T11:03:06.8075072Z [----------] 6 tests from ApplyUtilsTest (56 ms total) 2022-12-01T11:03:06.8075366Z 2022-12-01T11:03:06.8075558Z [----------] Global test environment tear-down 2022-12-01T11:03:06.8075857Z [==========] 6 tests from 1 test suite ran. (56 ms total) 2022-12-01T11:03:06.8076123Z [ PASSED ] 6 tests. 2022-12-01T11:03:06.8616216Z + ./dlconvertor_test 2022-12-01T11:03:07.0772301Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T11:03:07.0772787Z [==========] Running 2 tests from 1 test suite. 2022-12-01T11:03:07.0773158Z [----------] Global test environment set-up. 2022-12-01T11:03:07.0773446Z [----------] 2 tests from TestDlconvertor 2022-12-01T11:03:07.0773810Z [ RUN ] TestDlconvertor.TestDlconvertor 2022-12-01T11:03:07.0776795Z [ OK ] TestDlconvertor.TestDlconvertor (0 ms) 2022-12-01T11:03:07.0777413Z [ RUN ] TestDlconvertor.TestDlconvertorNoStrides 2022-12-01T11:03:07.0778038Z [ OK ] TestDlconvertor.TestDlconvertorNoStrides (0 ms) 2022-12-01T11:03:07.0778545Z [----------] 2 tests from TestDlconvertor (0 ms total) 2022-12-01T11:03:07.0779032Z 2022-12-01T11:03:07.0779271Z [----------] Global test environment tear-down 2022-12-01T11:03:07.0779667Z [==========] 2 tests from 1 test suite ran. (0 ms total) 2022-12-01T11:03:07.0780027Z [ PASSED ] 2 tests. 2022-12-01T11:03:07.1306780Z + ./native_test 2022-12-01T11:03:07.3474032Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T11:03:07.3474681Z [==========] Running 2 tests from 1 test suite. 2022-12-01T11:03:07.3474993Z [----------] Global test environment set-up. 2022-12-01T11:03:07.3475266Z [----------] 2 tests from TestNative 2022-12-01T11:03:07.3475548Z [ RUN ] TestNative.NativeTestCPU 2022-12-01T11:03:07.3635934Z [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-01T11:03:07.3637060Z [ OK ] TestNative.NativeTestCPU (16 ms) 2022-12-01T11:03:07.3637521Z [ RUN ] TestNative.NativeTestGPU 2022-12-01T11:03:07.3638060Z [ OK ] TestNative.NativeTestGPU (0 ms) 2022-12-01T11:03:07.3638484Z [----------] 2 tests from TestNative (16 ms total) 2022-12-01T11:03:07.3638673Z 2022-12-01T11:03:07.3638890Z [----------] Global test environment tear-down 2022-12-01T11:03:07.3639276Z [==========] 2 tests from 1 test suite ran. (16 ms total) 2022-12-01T11:03:07.3639601Z [ PASSED ] 2 tests. 2022-12-01T11:03:07.4226053Z + ./scalar_tensor_test 2022-12-01T11:03:07.6404474Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T11:03:07.6405028Z [==========] Running 3 tests from 1 test suite. 2022-12-01T11:03:07.6405348Z [----------] Global test environment set-up. 2022-12-01T11:03:07.6405663Z [----------] 3 tests from TestScalarTensor 2022-12-01T11:03:07.6406067Z [ RUN ] TestScalarTensor.TestScalarTensorCPU 2022-12-01T11:03:07.8048528Z [ OK ] TestScalarTensor.TestScalarTensorCPU (164 ms) 2022-12-01T11:03:07.8049169Z [ RUN ] TestScalarTensor.TestScalarTensorCUDA 2022-12-01T11:03:07.8049662Z [ OK ] TestScalarTensor.TestScalarTensorCUDA (0 ms) 2022-12-01T11:03:07.8050124Z [ RUN ] TestScalarTensor.TestScalarTensorMPS 2022-12-01T11:03:07.8050585Z [ OK ] TestScalarTensor.TestScalarTensorMPS (0 ms) 2022-12-01T11:03:07.8051046Z [----------] 3 tests from TestScalarTensor (164 ms total) 2022-12-01T11:03:07.8051249Z 2022-12-01T11:03:07.8051465Z [----------] Global test environment tear-down 2022-12-01T11:03:07.8051873Z [==========] 3 tests from 1 test suite ran. (164 ms total) 2022-12-01T11:03:07.8052206Z [ PASSED ] 3 tests. 2022-12-01T11:03:07.8605374Z + [[ -x ./tensor_interop_test ]] 2022-12-01T11:03:07.8605623Z + ./undefined_tensor_test 2022-12-01T11:03:08.0746433Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T11:03:08.0747128Z [==========] Running 1 test from 1 test suite. 2022-12-01T11:03:08.0747440Z [----------] Global test environment set-up. 2022-12-01T11:03:08.0747722Z [----------] 1 test from TestUndefined 2022-12-01T11:03:08.0748012Z [ RUN ] TestUndefined.UndefinedTest 2022-12-01T11:03:08.0953403Z [ OK ] TestUndefined.UndefinedTest (20 ms) 2022-12-01T11:03:08.0954032Z [----------] 1 test from TestUndefined (20 ms total) 2022-12-01T11:03:08.0954301Z 2022-12-01T11:03:08.0954620Z [----------] Global test environment tear-down 2022-12-01T11:03:08.0955083Z [==========] 1 test from 1 test suite ran. (20 ms total) 2022-12-01T11:03:08.0955347Z [ PASSED ] 1 test. 2022-12-01T11:03:08.1504242Z + ./extension_backend_test 2022-12-01T11:03:08.3909451Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T11:03:08.3910358Z [==========] Running 1 test from 1 test suite. 2022-12-01T11:03:08.3910760Z [----------] Global test environment set-up. 2022-12-01T11:03:08.3911230Z [----------] 1 test from BackendExtensionTest 2022-12-01T11:03:08.3911645Z [ RUN ] BackendExtensionTest.TestRegisterOp 2022-12-01T11:03:08.3912046Z [ OK ] BackendExtensionTest.TestRegisterOp (0 ms) 2022-12-01T11:03:08.3912463Z [----------] 1 test from BackendExtensionTest (0 ms total) 2022-12-01T11:03:08.3912632Z 2022-12-01T11:03:08.3912799Z [----------] Global test environment tear-down 2022-12-01T11:03:08.3913170Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-12-01T11:03:08.3913510Z [ PASSED ] 1 test. 2022-12-01T11:03:08.4447516Z + ./lazy_tensor_test 2022-12-01T11:03:08.6715265Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T11:03:08.6716033Z [==========] Running 2 tests from 2 test suites. 2022-12-01T11:03:08.6716345Z [----------] Global test environment set-up. 2022-12-01T11:03:08.6716786Z [----------] 1 test from XlaTensorTest 2022-12-01T11:03:08.6717068Z [ RUN ] XlaTensorTest.TestNoStorage 2022-12-01T11:03:08.6717397Z [ OK ] XlaTensorTest.TestNoStorage (0 ms) 2022-12-01T11:03:08.6717804Z [----------] 1 test from XlaTensorTest (0 ms total) 2022-12-01T11:03:08.6717955Z 2022-12-01T11:03:08.6718106Z [----------] 1 test from LazyTensorTest 2022-12-01T11:03:08.6718387Z [ RUN ] LazyTensorTest.TestNoStorage 2022-12-01T11:03:08.6718707Z [ OK ] LazyTensorTest.TestNoStorage (0 ms) 2022-12-01T11:03:08.6719041Z [----------] 1 test from LazyTensorTest (0 ms total) 2022-12-01T11:03:08.6719192Z 2022-12-01T11:03:08.6719343Z [----------] Global test environment tear-down 2022-12-01T11:03:08.6719657Z [==========] 2 tests from 2 test suites ran. (0 ms total) 2022-12-01T11:03:08.6719911Z [ PASSED ] 2 tests. 2022-12-01T11:03:08.7272707Z + ./tensor_iterator_test 2022-12-01T11:03:08.9566150Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T11:03:08.9566823Z [==========] Running 65 tests from 1 test suite. 2022-12-01T11:03:08.9567148Z [----------] Global test environment set-up. 2022-12-01T11:03:08.9567441Z [----------] 65 tests from TensorIteratorTest 2022-12-01T11:03:08.9567748Z [ RUN ] TensorIteratorTest.CPUScalar 2022-12-01T11:03:08.9568068Z [ OK ] TensorIteratorTest.CPUScalar (0 ms) 2022-12-01T11:03:08.9568419Z [ RUN ] TensorIteratorTest.CPUScalarInputs 2022-12-01T11:03:08.9568758Z [ OK ] TensorIteratorTest.CPUScalarInputs (0 ms) 2022-12-01T11:03:08.9569094Z [ RUN ] TensorIteratorTest.MixedDevices 2022-12-01T11:03:08.9569434Z [ OK ] TensorIteratorTest.MixedDevices (0 ms) 2022-12-01T11:03:08.9569770Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Byte 2022-12-01T11:03:08.9780361Z [ OK ] TensorIteratorTest.SerialLoopUnary_Byte (21 ms) 2022-12-01T11:03:08.9780735Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Char 2022-12-01T11:03:08.9796050Z [ OK ] TensorIteratorTest.SerialLoopUnary_Char (1 ms) 2022-12-01T11:03:08.9796490Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Short 2022-12-01T11:03:08.9812457Z [ OK ] TensorIteratorTest.SerialLoopUnary_Short (1 ms) 2022-12-01T11:03:08.9812914Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Int 2022-12-01T11:03:08.9827766Z [ OK ] TensorIteratorTest.SerialLoopUnary_Int (1 ms) 2022-12-01T11:03:08.9828373Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Long 2022-12-01T11:03:08.9843650Z [ OK ] TensorIteratorTest.SerialLoopUnary_Long (1 ms) 2022-12-01T11:03:08.9844404Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Float 2022-12-01T11:03:08.9859624Z [ OK ] TensorIteratorTest.SerialLoopUnary_Float (1 ms) 2022-12-01T11:03:08.9860217Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Double 2022-12-01T11:03:08.9875784Z [ OK ] TensorIteratorTest.SerialLoopUnary_Double (1 ms) 2022-12-01T11:03:08.9876353Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Byte 2022-12-01T11:03:08.9891600Z [ OK ] TensorIteratorTest.SerialLoopBinary_Byte (1 ms) 2022-12-01T11:03:08.9892184Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Char 2022-12-01T11:03:08.9907272Z [ OK ] TensorIteratorTest.SerialLoopBinary_Char (1 ms) 2022-12-01T11:03:08.9907972Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Short 2022-12-01T11:03:08.9923205Z [ OK ] TensorIteratorTest.SerialLoopBinary_Short (1 ms) 2022-12-01T11:03:08.9923798Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Int 2022-12-01T11:03:08.9938725Z [ OK ] TensorIteratorTest.SerialLoopBinary_Int (1 ms) 2022-12-01T11:03:08.9939303Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Long 2022-12-01T11:03:08.9954397Z [ OK ] TensorIteratorTest.SerialLoopBinary_Long (1 ms) 2022-12-01T11:03:08.9955001Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Float 2022-12-01T11:03:08.9970209Z [ OK ] TensorIteratorTest.SerialLoopBinary_Float (1 ms) 2022-12-01T11:03:08.9970812Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Double 2022-12-01T11:03:08.9986116Z [ OK ] TensorIteratorTest.SerialLoopBinary_Double (1 ms) 2022-12-01T11:03:08.9986661Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Byte 2022-12-01T11:03:09.0002526Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Byte (1 ms) 2022-12-01T11:03:09.0003261Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Char 2022-12-01T11:03:09.0017864Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Char (1 ms) 2022-12-01T11:03:09.0018600Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Short 2022-12-01T11:03:09.0033695Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Short (1 ms) 2022-12-01T11:03:09.0034330Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Int 2022-12-01T11:03:09.0049521Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Int (1 ms) 2022-12-01T11:03:09.0050130Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Long 2022-12-01T11:03:09.0065843Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Long (1 ms) 2022-12-01T11:03:09.0066387Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Float 2022-12-01T11:03:09.0082999Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Float (1 ms) 2022-12-01T11:03:09.0083649Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Double 2022-12-01T11:03:09.0099312Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Double (1 ms) 2022-12-01T11:03:09.0099991Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Byte 2022-12-01T11:03:09.0100653Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Byte (0 ms) 2022-12-01T11:03:09.0101305Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Char 2022-12-01T11:03:09.0101768Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Char (0 ms) 2022-12-01T11:03:09.0102294Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Short 2022-12-01T11:03:09.0103009Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Short (0 ms) 2022-12-01T11:03:09.0103771Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Int 2022-12-01T11:03:09.0104227Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Int (0 ms) 2022-12-01T11:03:09.0104755Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Long 2022-12-01T11:03:09.0105528Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Long (0 ms) 2022-12-01T11:03:09.0106261Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Float 2022-12-01T11:03:09.0107014Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Float (0 ms) 2022-12-01T11:03:09.0107664Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Double 2022-12-01T11:03:09.0108434Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Double (0 ms) 2022-12-01T11:03:09.0108966Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Byte 2022-12-01T11:03:09.0109409Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Byte (0 ms) 2022-12-01T11:03:09.0109884Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Char 2022-12-01T11:03:09.0110306Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Char (0 ms) 2022-12-01T11:03:09.0110724Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Short 2022-12-01T11:03:09.0111136Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Short (0 ms) 2022-12-01T11:03:09.0111551Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Int 2022-12-01T11:03:09.0111966Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Int (0 ms) 2022-12-01T11:03:09.0112380Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Long 2022-12-01T11:03:09.0112790Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Long (0 ms) 2022-12-01T11:03:09.0113206Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Float 2022-12-01T11:03:09.0113633Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Float (0 ms) 2022-12-01T11:03:09.0114143Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Double 2022-12-01T11:03:09.0114577Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Double (0 ms) 2022-12-01T11:03:09.0115003Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Byte 2022-12-01T11:03:09.0115440Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Byte (0 ms) 2022-12-01T11:03:09.0115860Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Char 2022-12-01T11:03:09.0116291Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Char (0 ms) 2022-12-01T11:03:09.0116878Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Short 2022-12-01T11:03:09.0117421Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Short (0 ms) 2022-12-01T11:03:09.0117854Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Int 2022-12-01T11:03:09.0118284Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Int (0 ms) 2022-12-01T11:03:09.0118713Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Long 2022-12-01T11:03:09.0119134Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Long (0 ms) 2022-12-01T11:03:09.0119571Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Float 2022-12-01T11:03:09.0120007Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Float (0 ms) 2022-12-01T11:03:09.0120426Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Double 2022-12-01T11:03:09.0120867Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Double (0 ms) 2022-12-01T11:03:09.0121278Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Byte 2022-12-01T11:03:09.0121676Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Byte (0 ms) 2022-12-01T11:03:09.0122054Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Char 2022-12-01T11:03:09.0122452Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Char (0 ms) 2022-12-01T11:03:09.0122851Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Short 2022-12-01T11:03:09.0123241Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Short (0 ms) 2022-12-01T11:03:09.0123709Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Int 2022-12-01T11:03:09.0124103Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Int (0 ms) 2022-12-01T11:03:09.0124492Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Long 2022-12-01T11:03:09.0124876Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Long (0 ms) 2022-12-01T11:03:09.0125271Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Float 2022-12-01T11:03:09.0125665Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Float (0 ms) 2022-12-01T11:03:09.0126050Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Double 2022-12-01T11:03:09.0126449Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Double (0 ms) 2022-12-01T11:03:09.0126886Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Bool 2022-12-01T11:03:09.0127272Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Bool (0 ms) 2022-12-01T11:03:09.0127658Z [ RUN ] TensorIteratorTest.SerialLoopSingleThread 2022-12-01T11:03:09.0145074Z [ OK ] TensorIteratorTest.SerialLoopSingleThread (3 ms) 2022-12-01T11:03:09.0145755Z [ RUN ] TensorIteratorTest.InputDType 2022-12-01T11:03:09.0146261Z [ OK ] TensorIteratorTest.InputDType (0 ms) 2022-12-01T11:03:09.0146643Z [ RUN ] TensorIteratorTest.ComputeCommonDTypeInputOnly 2022-12-01T11:03:09.0147071Z [ OK ] TensorIteratorTest.ComputeCommonDTypeInputOnly (0 ms) 2022-12-01T11:03:09.0147496Z [ RUN ] TensorIteratorTest.DoNotComputeCommonDTypeInputOnly 2022-12-01T11:03:09.0147953Z [ OK ] TensorIteratorTest.DoNotComputeCommonDTypeInputOnly (0 ms) 2022-12-01T11:03:09.0148386Z [ RUN ] TensorIteratorTest.FailNonPromotingBinaryOp 2022-12-01T11:03:09.0155112Z [ OK ] TensorIteratorTest.FailNonPromotingBinaryOp (0 ms) 2022-12-01T11:03:09.0156675Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Byte 2022-12-01T11:03:09.0157446Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Byte (0 ms) 2022-12-01T11:03:09.0158208Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Char 2022-12-01T11:03:09.0158867Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Char (0 ms) 2022-12-01T11:03:09.0159639Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Short 2022-12-01T11:03:09.0160132Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Short (0 ms) 2022-12-01T11:03:09.0160538Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Int 2022-12-01T11:03:09.0160955Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Int (0 ms) 2022-12-01T11:03:09.0161376Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Long 2022-12-01T11:03:09.0161793Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Long (0 ms) 2022-12-01T11:03:09.0162195Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Float 2022-12-01T11:03:09.0162625Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Float (0 ms) 2022-12-01T11:03:09.0163038Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Double 2022-12-01T11:03:09.0163463Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Double (0 ms) 2022-12-01T11:03:09.0163842Z [----------] 65 tests from TensorIteratorTest (59 ms total) 2022-12-01T11:03:09.0164006Z 2022-12-01T11:03:09.0164172Z [----------] Global test environment tear-down 2022-12-01T11:03:09.0164482Z [==========] 65 tests from 1 test suite ran. (59 ms total) 2022-12-01T11:03:09.0164725Z [ PASSED ] 65 tests. 2022-12-01T11:03:09.0724980Z + ./Dimname_test 2022-12-01T11:03:09.3019306Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T11:03:09.3020084Z [==========] Running 4 tests from 1 test suite. 2022-12-01T11:03:09.3020677Z [----------] Global test environment set-up. 2022-12-01T11:03:09.3020978Z [----------] 4 tests from DimnameTest 2022-12-01T11:03:09.3021276Z [ RUN ] DimnameTest.isValidIdentifier 2022-12-01T11:03:09.3021595Z [ OK ] DimnameTest.isValidIdentifier (0 ms) 2022-12-01T11:03:09.3021899Z [ RUN ] DimnameTest.wildcardName 2022-12-01T11:03:09.3022196Z [ OK ] DimnameTest.wildcardName (0 ms) 2022-12-01T11:03:09.3022486Z [ RUN ] DimnameTest.createNormalName 2022-12-01T11:03:09.3030368Z [ OK ] DimnameTest.createNormalName (1 ms) 2022-12-01T11:03:09.3030926Z [ RUN ] DimnameTest.unifyAndMatch 2022-12-01T11:03:09.3031453Z [ OK ] DimnameTest.unifyAndMatch (0 ms) 2022-12-01T11:03:09.3031858Z [----------] 4 tests from DimnameTest (1 ms total) 2022-12-01T11:03:09.3032013Z 2022-12-01T11:03:09.3032182Z [----------] Global test environment tear-down 2022-12-01T11:03:09.3032496Z [==========] 4 tests from 1 test suite ran. (1 ms total) 2022-12-01T11:03:09.3032744Z [ PASSED ] 4 tests. 2022-12-01T11:03:09.3567408Z + ./Dict_test 2022-12-01T11:03:09.5748997Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T11:03:09.5749765Z [==========] Running 47 tests from 2 test suites. 2022-12-01T11:03:09.5750213Z [----------] Global test environment set-up. 2022-12-01T11:03:09.5750555Z [----------] 46 tests from DictTest 2022-12-01T11:03:09.5751074Z [ RUN ] DictTest.givenEmptyDict_whenCallingEmpty_thenReturnsTrue 2022-12-01T11:03:09.5751608Z [ OK ] DictTest.givenEmptyDict_whenCallingEmpty_thenReturnsTrue (0 ms) 2022-12-01T11:03:09.5752275Z [ RUN ] DictTest.givenNonemptyDict_whenCallingEmpty_thenReturnsFalse 2022-12-01T11:03:09.5752812Z [ OK ] DictTest.givenNonemptyDict_whenCallingEmpty_thenReturnsFalse (0 ms) 2022-12-01T11:03:09.5753235Z [ RUN ] DictTest.givenEmptyDict_whenCallingSize_thenReturnsZero 2022-12-01T11:03:09.5753688Z [ OK ] DictTest.givenEmptyDict_whenCallingSize_thenReturnsZero (0 ms) 2022-12-01T11:03:09.5754267Z [ RUN ] DictTest.givenNonemptyDict_whenCallingSize_thenReturnsNumberOfElements 2022-12-01T11:03:09.5754893Z [ OK ] DictTest.givenNonemptyDict_whenCallingSize_thenReturnsNumberOfElements (0 ms) 2022-12-01T11:03:09.5755373Z [ RUN ] DictTest.givenNonemptyDict_whenCallingClear_thenIsEmpty 2022-12-01T11:03:09.5755853Z [ OK ] DictTest.givenNonemptyDict_whenCallingClear_thenIsEmpty (0 ms) 2022-12-01T11:03:09.5756283Z [ RUN ] DictTest.whenInsertingNewKey_thenReturnsTrueAndIteratorToNewElement 2022-12-01T11:03:09.5756954Z [ OK ] DictTest.whenInsertingNewKey_thenReturnsTrueAndIteratorToNewElement (0 ms) 2022-12-01T11:03:09.5759954Z [ RUN ] DictTest.whenInsertingExistingKey_thenReturnsFalseAndIteratorToExistingElement 2022-12-01T11:03:09.5760907Z [ OK ] DictTest.whenInsertingExistingKey_thenReturnsFalseAndIteratorToExistingElement (0 ms) 2022-12-01T11:03:09.5761390Z [ RUN ] DictTest.whenInsertingExistingKey_thenDoesNotModifyDict 2022-12-01T11:03:09.5761813Z [ OK ] DictTest.whenInsertingExistingKey_thenDoesNotModifyDict (0 ms) 2022-12-01T11:03:09.5762287Z [ RUN ] DictTest.whenInsertOrAssigningNewKey_thenReturnsTrueAndIteratorToNewElement 2022-12-01T11:03:09.5762797Z [ OK ] DictTest.whenInsertOrAssigningNewKey_thenReturnsTrueAndIteratorToNewElement (0 ms) 2022-12-01T11:03:09.5763347Z [ RUN ] DictTest.whenInsertOrAssigningExistingKey_thenReturnsFalseAndIteratorToChangedElement 2022-12-01T11:03:09.5763927Z [ OK ] DictTest.whenInsertOrAssigningExistingKey_thenReturnsFalseAndIteratorToChangedElement (0 ms) 2022-12-01T11:03:09.5764575Z [ RUN ] DictTest.whenInsertOrAssigningExistingKey_thenDoesModifyDict 2022-12-01T11:03:09.5765242Z [ OK ] DictTest.whenInsertOrAssigningExistingKey_thenDoesModifyDict (0 ms) 2022-12-01T11:03:09.5766018Z [ RUN ] DictTest.givenEmptyDict_whenIterating_thenBeginIsEnd 2022-12-01T11:03:09.5766538Z [ OK ] DictTest.givenEmptyDict_whenIterating_thenBeginIsEnd (0 ms) 2022-12-01T11:03:09.5766916Z [ RUN ] DictTest.givenMutableDict_whenIterating_thenFindsElements 2022-12-01T11:03:09.5767325Z [ OK ] DictTest.givenMutableDict_whenIterating_thenFindsElements (0 ms) 2022-12-01T11:03:09.5767982Z [ RUN ] DictTest.givenMutableDict_whenIteratingWithForeach_thenFindsElements 2022-12-01T11:03:09.5768842Z [ OK ] DictTest.givenMutableDict_whenIteratingWithForeach_thenFindsElements (0 ms) 2022-12-01T11:03:09.5769568Z [ RUN ] DictTest.givenConstDict_whenIterating_thenFindsElements 2022-12-01T11:03:09.5770285Z [ OK ] DictTest.givenConstDict_whenIterating_thenFindsElements (0 ms) 2022-12-01T11:03:09.5771038Z [ RUN ] DictTest.givenConstDict_whenIteratingWithForeach_thenFindsElements 2022-12-01T11:03:09.5771856Z [ OK ] DictTest.givenConstDict_whenIteratingWithForeach_thenFindsElements (0 ms) 2022-12-01T11:03:09.5772244Z [ RUN ] DictTest.givenIterator_thenCanModifyValue 2022-12-01T11:03:09.5772602Z [ OK ] DictTest.givenIterator_thenCanModifyValue (0 ms) 2022-12-01T11:03:09.5773004Z [ RUN ] DictTest.givenOneElementDict_whenErasingByIterator_thenDictIsEmpty 2022-12-01T11:03:09.5773437Z [ OK ] DictTest.givenOneElementDict_whenErasingByIterator_thenDictIsEmpty (0 ms) 2022-12-01T11:03:09.5773891Z [ RUN ] DictTest.givenOneElementDict_whenErasingByKey_thenReturnsOneAndDictIsEmpty 2022-12-01T11:03:09.5774362Z [ OK ] DictTest.givenOneElementDict_whenErasingByKey_thenReturnsOneAndDictIsEmpty (0 ms) 2022-12-01T11:03:09.5774875Z [ RUN ] DictTest.givenOneElementDict_whenErasingByNonexistingKey_thenReturnsZeroAndDictIsUnchanged 2022-12-01T11:03:09.5775410Z [ OK ] DictTest.givenOneElementDict_whenErasingByNonexistingKey_thenReturnsZeroAndDictIsUnchanged (0 ms) 2022-12-01T11:03:09.5775895Z [ RUN ] DictTest.whenCallingAtWithExistingKey_thenReturnsCorrectElement 2022-12-01T11:03:09.5776351Z [ OK ] DictTest.whenCallingAtWithExistingKey_thenReturnsCorrectElement (0 ms) 2022-12-01T11:03:09.5776798Z [ RUN ] DictTest.whenCallingAtWithNonExistingKey_thenReturnsCorrectElement 2022-12-01T11:03:09.5777274Z [ OK ] DictTest.whenCallingAtWithNonExistingKey_thenReturnsCorrectElement (0 ms) 2022-12-01T11:03:09.5777761Z [ RUN ] DictTest.givenMutableDict_whenCallingFindOnExistingKey_thenFindsCorrectElement 2022-12-01T11:03:09.5778260Z [ OK ] DictTest.givenMutableDict_whenCallingFindOnExistingKey_thenFindsCorrectElement (0 ms) 2022-12-01T11:03:09.5778729Z [ RUN ] DictTest.givenMutableDict_whenCallingFindOnNonExistingKey_thenReturnsEnd 2022-12-01T11:03:09.5779198Z [ OK ] DictTest.givenMutableDict_whenCallingFindOnNonExistingKey_thenReturnsEnd (0 ms) 2022-12-01T11:03:09.5779671Z [ RUN ] DictTest.givenConstDict_whenCallingFindOnExistingKey_thenFindsCorrectElement 2022-12-01T11:03:09.5780156Z [ OK ] DictTest.givenConstDict_whenCallingFindOnExistingKey_thenFindsCorrectElement (0 ms) 2022-12-01T11:03:09.5780610Z [ RUN ] DictTest.givenConstDict_whenCallingFindOnNonExistingKey_thenReturnsEnd 2022-12-01T11:03:09.5781074Z [ OK ] DictTest.givenConstDict_whenCallingFindOnNonExistingKey_thenReturnsEnd (0 ms) 2022-12-01T11:03:09.5781527Z [ RUN ] DictTest.whenCallingContainsWithExistingKey_thenReturnsTrue 2022-12-01T11:03:09.5781970Z [ OK ] DictTest.whenCallingContainsWithExistingKey_thenReturnsTrue (0 ms) 2022-12-01T11:03:09.5782491Z [ RUN ] DictTest.whenCallingContainsWithNonExistingKey_thenReturnsFalse 2022-12-01T11:03:09.5782967Z [ OK ] DictTest.whenCallingContainsWithNonExistingKey_thenReturnsFalse (0 ms) 2022-12-01T11:03:09.5783376Z [ RUN ] DictTest.whenCallingReserve_thenDoesntCrash 2022-12-01T11:03:09.5783734Z [ OK ] DictTest.whenCallingReserve_thenDoesntCrash (0 ms) 2022-12-01T11:03:09.5784108Z [ RUN ] DictTest.whenCopyConstructingDict_thenAreEqual 2022-12-01T11:03:09.5784496Z [ OK ] DictTest.whenCopyConstructingDict_thenAreEqual (0 ms) 2022-12-01T11:03:09.5784854Z [ RUN ] DictTest.whenCopyAssigningDict_thenAreEqual 2022-12-01T11:03:09.5785260Z [ OK ] DictTest.whenCopyAssigningDict_thenAreEqual (0 ms) 2022-12-01T11:03:09.5785614Z [ RUN ] DictTest.whenCopyingDict_thenAreEqual 2022-12-01T11:03:09.5785956Z [ OK ] DictTest.whenCopyingDict_thenAreEqual (0 ms) 2022-12-01T11:03:09.5786318Z [ RUN ] DictTest.whenMoveConstructingDict_thenNewIsCorrect 2022-12-01T11:03:09.5786718Z [ OK ] DictTest.whenMoveConstructingDict_thenNewIsCorrect (0 ms) 2022-12-01T11:03:09.5787104Z [ RUN ] DictTest.whenMoveAssigningDict_thenNewIsCorrect 2022-12-01T11:03:09.5787473Z [ OK ] DictTest.whenMoveAssigningDict_thenNewIsCorrect (0 ms) 2022-12-01T11:03:09.5787862Z [ RUN ] DictTest.whenMoveConstructingDict_thenOldIsUnchanged 2022-12-01T11:03:09.5788270Z [ OK ] DictTest.whenMoveConstructingDict_thenOldIsUnchanged (0 ms) 2022-12-01T11:03:09.5788665Z [ RUN ] DictTest.whenMoveAssigningDict_thenOldIsUnchanged 2022-12-01T11:03:09.5789046Z [ OK ] DictTest.whenMoveAssigningDict_thenOldIsUnchanged (0 ms) 2022-12-01T11:03:09.5789507Z [ RUN ] DictTest.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition 2022-12-01T11:03:09.5790033Z [ OK ] DictTest.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition (0 ms) 2022-12-01T11:03:09.5790529Z [ RUN ] DictTest.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition 2022-12-01T11:03:09.5791041Z [ OK ] DictTest.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-12-01T11:03:09.5791457Z [ RUN ] DictTest.givenEqualIterators_thenAreEqual 2022-12-01T11:03:09.5791815Z [ OK ] DictTest.givenEqualIterators_thenAreEqual (0 ms) 2022-12-01T11:03:09.5792193Z [ RUN ] DictTest.givenDifferentIterators_thenAreNotEqual 2022-12-01T11:03:09.5792581Z [ OK ] DictTest.givenDifferentIterators_thenAreNotEqual (0 ms) 2022-12-01T11:03:09.5792997Z [ RUN ] DictTest.givenIterator_whenDereferencing_thenPointsToCorrectElement 2022-12-01T11:03:09.5793441Z [ OK ] DictTest.givenIterator_whenDereferencing_thenPointsToCorrectElement (0 ms) 2022-12-01T11:03:09.5793847Z [ RUN ] DictTest.givenIterator_whenWritingToValue_thenChangesValue 2022-12-01T11:03:09.5794330Z [ OK ] DictTest.givenIterator_whenWritingToValue_thenChangesValue (0 ms) 2022-12-01T11:03:09.5794670Z [ RUN ] DictTest.isReferenceType 2022-12-01T11:03:09.5794957Z [ OK ] DictTest.isReferenceType (0 ms) 2022-12-01T11:03:09.5795269Z [ RUN ] DictTest.copyHasSeparateStorage 2022-12-01T11:03:09.5795606Z [ OK ] DictTest.copyHasSeparateStorage (0 ms) 2022-12-01T11:03:09.5795916Z [ RUN ] DictTest.dictTensorAsKey 2022-12-01T11:03:09.5796198Z [ OK ] DictTest.dictTensorAsKey (0 ms) 2022-12-01T11:03:09.5796480Z [ RUN ] DictTest.dictEquality 2022-12-01T11:03:09.5796961Z [ OK ] DictTest.dictEquality (0 ms) 2022-12-01T11:03:09.5797260Z [----------] 46 tests from DictTest (0 ms total) 2022-12-01T11:03:09.5797484Z 2022-12-01T11:03:09.5797658Z [----------] 1 test from ListTest_IValueBasedList 2022-12-01T11:03:09.5798095Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenWritingToValueFromIterator_thenChangesValue 2022-12-01T11:03:09.5798608Z [ OK ] ListTest_IValueBasedList.givenIterator_whenWritingToValueFromIterator_thenChangesValue (0 ms) 2022-12-01T11:03:09.5799034Z [----------] 1 test from ListTest_IValueBasedList (0 ms total) 2022-12-01T11:03:09.5799202Z 2022-12-01T11:03:09.5799369Z [----------] Global test environment tear-down 2022-12-01T11:03:09.5799679Z [==========] 47 tests from 2 test suites ran. (0 ms total) 2022-12-01T11:03:09.5799925Z [ PASSED ] 47 tests. 2022-12-01T11:03:09.6332144Z + ./NamedTensor_test 2022-12-01T11:03:09.8564683Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T11:03:09.8565389Z [==========] Running 10 tests from 1 test suite. 2022-12-01T11:03:09.8565874Z [----------] Global test environment set-up. 2022-12-01T11:03:09.8566361Z [----------] 10 tests from NamedTensorTest 2022-12-01T11:03:09.8566893Z [ RUN ] NamedTensorTest.isNamed 2022-12-01T11:03:09.8567380Z [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-01T11:03:09.8567958Z [ OK ] NamedTensorTest.isNamed (0 ms) 2022-12-01T11:03:09.8568268Z [ RUN ] NamedTensorTest.attachMetadata 2022-12-01T11:03:09.8568595Z [ OK ] NamedTensorTest.attachMetadata (0 ms) 2022-12-01T11:03:09.8568939Z [ RUN ] NamedTensorTest.internalSetNamesInplace 2022-12-01T11:03:09.8569325Z [ OK ] NamedTensorTest.internalSetNamesInplace (0 ms) 2022-12-01T11:03:09.8569653Z [ RUN ] NamedTensorTest.empty 2022-12-01T11:03:09.8600192Z [ OK ] NamedTensorTest.empty (3 ms) 2022-12-01T11:03:09.8600775Z [ RUN ] NamedTensorTest.dimnameToPosition 2022-12-01T11:03:09.8605198Z [ OK ] NamedTensorTest.dimnameToPosition (0 ms) 2022-12-01T11:03:09.8605785Z [ RUN ] NamedTensorTest.unifyFromRight 2022-12-01T11:03:09.8657374Z [ OK ] NamedTensorTest.unifyFromRight (5 ms) 2022-12-01T11:03:09.8657820Z [ RUN ] NamedTensorTest.alias 2022-12-01T11:03:09.8658169Z [ OK ] NamedTensorTest.alias (0 ms) 2022-12-01T11:03:09.8658536Z [ RUN ] NamedTensorTest.NoNamesGuard 2022-12-01T11:03:09.8658848Z [ OK ] NamedTensorTest.NoNamesGuard (0 ms) 2022-12-01T11:03:09.8659169Z [ RUN ] NamedTensorTest.TensorNamePrint 2022-12-01T11:03:09.8659513Z [ OK ] NamedTensorTest.TensorNamePrint (0 ms) 2022-12-01T11:03:09.8659851Z [ RUN ] NamedTensorTest.TensorNamesCheckUnique 2022-12-01T11:03:09.8663206Z [ OK ] NamedTensorTest.TensorNamesCheckUnique (0 ms) 2022-12-01T11:03:09.8663640Z [----------] 10 tests from NamedTensorTest (9 ms total) 2022-12-01T11:03:09.8663804Z 2022-12-01T11:03:09.8663971Z [----------] Global test environment tear-down 2022-12-01T11:03:09.8664267Z [==========] 10 tests from 1 test suite ran. (10 ms total) 2022-12-01T11:03:09.8664520Z [ PASSED ] 10 tests. 2022-12-01T11:03:09.9217764Z + ./cpu_generator_test 2022-12-01T11:03:10.1419063Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T11:03:10.1422537Z [==========] Running 15 tests from 1 test suite. 2022-12-01T11:03:10.1422904Z [----------] Global test environment set-up. 2022-12-01T11:03:10.1423227Z [----------] 15 tests from CPUGeneratorImpl 2022-12-01T11:03:10.1423577Z [ RUN ] CPUGeneratorImpl.TestGeneratorDynamicCast 2022-12-01T11:03:10.1424237Z [ OK ] CPUGeneratorImpl.TestGeneratorDynamicCast (0 ms) 2022-12-01T11:03:10.1424610Z [ RUN ] CPUGeneratorImpl.TestDefaultGenerator 2022-12-01T11:03:10.1424982Z [ OK ] CPUGeneratorImpl.TestDefaultGenerator (0 ms) 2022-12-01T11:03:10.1425322Z [ RUN ] CPUGeneratorImpl.TestCloning 2022-12-01T11:03:10.1425635Z [ OK ] CPUGeneratorImpl.TestCloning (0 ms) 2022-12-01T11:03:10.1426033Z [ RUN ] CPUGeneratorImpl.TestMultithreadingGetEngineOperator 2022-12-01T11:03:10.1426504Z [ OK ] CPUGeneratorImpl.TestMultithreadingGetEngineOperator (0 ms) 2022-12-01T11:03:10.1426918Z [ RUN ] CPUGeneratorImpl.TestGetSetCurrentSeed 2022-12-01T11:03:10.1427283Z [ OK ] CPUGeneratorImpl.TestGetSetCurrentSeed (0 ms) 2022-12-01T11:03:10.1427772Z [ RUN ] CPUGeneratorImpl.TestMultithreadingGetSetCurrentSeed 2022-12-01T11:03:10.1428246Z [ OK ] CPUGeneratorImpl.TestMultithreadingGetSetCurrentSeed (0 ms) 2022-12-01T11:03:10.1428626Z [ RUN ] CPUGeneratorImpl.TestRNGForking 2022-12-01T11:03:10.1610564Z [ OK ] CPUGeneratorImpl.TestRNGForking (18 ms) 2022-12-01T11:03:10.1611342Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineReproducibility 2022-12-01T11:03:10.1611841Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineReproducibility (0 ms) 2022-12-01T11:03:10.1612258Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset1 2022-12-01T11:03:10.1612653Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset1 (0 ms) 2022-12-01T11:03:10.1613040Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset2 2022-12-01T11:03:10.1613414Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset2 (0 ms) 2022-12-01T11:03:10.1613852Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset3 2022-12-01T11:03:10.1614371Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset3 (0 ms) 2022-12-01T11:03:10.1614810Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineIndex 2022-12-01T11:03:10.1615217Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineIndex (0 ms) 2022-12-01T11:03:10.1615769Z [ RUN ] CPUGeneratorImpl.TestMT19937EngineReproducibility 2022-12-01T11:03:10.1616398Z [ OK ] CPUGeneratorImpl.TestMT19937EngineReproducibility (0 ms) 2022-12-01T11:03:10.1616845Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineReproducibilityRandN 2022-12-01T11:03:10.1617387Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineReproducibilityRandN (0 ms) 2022-12-01T11:03:10.1617847Z [ RUN ] CPUGeneratorImpl.TestPhiloxDeterministic 2022-12-01T11:03:10.1618263Z [ OK ] CPUGeneratorImpl.TestPhiloxDeterministic (0 ms) 2022-12-01T11:03:10.1618685Z [----------] 15 tests from CPUGeneratorImpl (19 ms total) 2022-12-01T11:03:10.1618857Z 2022-12-01T11:03:10.1619032Z [----------] Global test environment tear-down 2022-12-01T11:03:10.1619385Z [==========] 15 tests from 1 test suite ran. (19 ms total) 2022-12-01T11:03:10.1619653Z [ PASSED ] 15 tests. 2022-12-01T11:03:10.2182605Z + ./vmap_test 2022-12-01T11:03:10.4303850Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T11:03:10.4304365Z [==========] Running 23 tests from 1 test suite. 2022-12-01T11:03:10.4304672Z [----------] Global test environment set-up. 2022-12-01T11:03:10.4304958Z [----------] 23 tests from VmapTest 2022-12-01T11:03:10.4305250Z [ RUN ] VmapTest.TestBatchedTensor 2022-12-01T11:03:10.4327656Z [ OK ] VmapTest.TestBatchedTensor (2 ms) 2022-12-01T11:03:10.4328008Z [ RUN ] VmapTest.TestBatchedTensorMaxLevel 2022-12-01T11:03:10.4341997Z [ OK ] VmapTest.TestBatchedTensorMaxLevel (1 ms) 2022-12-01T11:03:10.4342368Z [ RUN ] VmapTest.TestBatchedTensorActualDim 2022-12-01T11:03:10.4366593Z [ OK ] VmapTest.TestBatchedTensorActualDim (2 ms) 2022-12-01T11:03:10.4367189Z [ RUN ] VmapTest.TestMultiBatchVmapTransform 2022-12-01T11:03:10.4375895Z [ OK ] VmapTest.TestMultiBatchVmapTransform (0 ms) 2022-12-01T11:03:10.4376282Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalDim 2022-12-01T11:03:10.4385315Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalDim (0 ms) 2022-12-01T11:03:10.4385745Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalDims 2022-12-01T11:03:10.4394925Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalDims (0 ms) 2022-12-01T11:03:10.4395438Z [ RUN ] VmapTest.TestVmapPhysicalViewNewLogicalFromPhysical 2022-12-01T11:03:10.4396028Z [ OK ] VmapTest.TestVmapPhysicalViewNewLogicalFromPhysical (0 ms) 2022-12-01T11:03:10.4396419Z [ RUN ] VmapTest.TestBatchedTensorSum 2022-12-01T11:03:10.4399242Z [ OK ] VmapTest.TestBatchedTensorSum (0 ms) 2022-12-01T11:03:10.4399656Z [ RUN ] VmapTest.TestBroadcastingVmapTransformBatchedBatched 2022-12-01T11:03:10.4405744Z [ OK ] VmapTest.TestBroadcastingVmapTransformBatchedBatched (0 ms) 2022-12-01T11:03:10.4406226Z [ RUN ] VmapTest.TestBroadcastingVmapTransformBatchedUnbatched 2022-12-01T11:03:10.4411374Z [ OK ] VmapTest.TestBroadcastingVmapTransformBatchedUnbatched (0 ms) 2022-12-01T11:03:10.4411842Z [ RUN ] VmapTest.TestBroadcastingVmapTransformMaxLevels 2022-12-01T11:03:10.4415304Z [ OK ] VmapTest.TestBroadcastingVmapTransformMaxLevels (0 ms) 2022-12-01T11:03:10.4415691Z [ RUN ] VmapTest.TestBatchedTensorMul 2022-12-01T11:03:10.4418074Z [ OK ] VmapTest.TestBatchedTensorMul (0 ms) 2022-12-01T11:03:10.4418453Z [ RUN ] VmapTest.TestBatchedTensorSize 2022-12-01T11:03:10.4424505Z [ OK ] VmapTest.TestBatchedTensorSize (0 ms) 2022-12-01T11:03:10.4424946Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalShape 2022-12-01T11:03:10.4425378Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalShape (0 ms) 2022-12-01T11:03:10.4425756Z [ RUN ] VmapTest.TestBatchedTensorExpand 2022-12-01T11:03:10.4528646Z [ OK ] VmapTest.TestBatchedTensorExpand (10 ms) 2022-12-01T11:03:10.4529185Z [ RUN ] VmapTest.TestBatchedTensorUnsqueeze 2022-12-01T11:03:10.4529878Z [ OK ] VmapTest.TestBatchedTensorUnsqueeze (0 ms) 2022-12-01T11:03:10.4530232Z [ RUN ] VmapTest.TestBatchedTensorSqueeze 2022-12-01T11:03:10.4531897Z [ OK ] VmapTest.TestBatchedTensorSqueeze (0 ms) 2022-12-01T11:03:10.4532240Z [ RUN ] VmapTest.TestBatchedTensorTranspose 2022-12-01T11:03:10.4534743Z [ OK ] VmapTest.TestBatchedTensorTranspose (0 ms) 2022-12-01T11:03:10.4535115Z [ RUN ] VmapTest.TestBatchedTensorPermute 2022-12-01T11:03:10.4536921Z [ OK ] VmapTest.TestBatchedTensorPermute (0 ms) 2022-12-01T11:03:10.4537347Z [ RUN ] VmapTest.TestMultiBatchVmapTransformBatchedBatched 2022-12-01T11:03:10.4549215Z [ OK ] VmapTest.TestMultiBatchVmapTransformBatchedBatched (1 ms) 2022-12-01T11:03:10.4549695Z [ RUN ] VmapTest.TestMultiBatchVmapTransformBatchedUnbatched 2022-12-01T11:03:10.4555256Z [ OK ] VmapTest.TestMultiBatchVmapTransformBatchedUnbatched (0 ms) 2022-12-01T11:03:10.4555743Z [ RUN ] VmapTest.TestMultiBatchVmapTransformMaxLevels 2022-12-01T11:03:10.4559407Z [ OK ] VmapTest.TestMultiBatchVmapTransformMaxLevels (0 ms) 2022-12-01T11:03:10.4559868Z [ RUN ] VmapTest.TestMultiBatchVmapTransformMultipleTensors 2022-12-01T11:03:10.4563410Z [ OK ] VmapTest.TestMultiBatchVmapTransformMultipleTensors (0 ms) 2022-12-01T11:03:10.4564102Z [----------] 23 tests from VmapTest (26 ms total) 2022-12-01T11:03:10.4564266Z 2022-12-01T11:03:10.4564565Z [----------] Global test environment tear-down 2022-12-01T11:03:10.4564868Z [==========] 23 tests from 1 test suite ran. (26 ms total) 2022-12-01T11:03:10.4565131Z [ PASSED ] 23 tests. 2022-12-01T11:03:10.5093391Z + ./operators_test 2022-12-01T11:03:10.7325608Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T11:03:10.7326129Z [==========] Running 4 tests from 1 test suite. 2022-12-01T11:03:10.7326490Z [----------] Global test environment set-up. 2022-12-01T11:03:10.7326776Z [----------] 4 tests from OperatorsTest 2022-12-01T11:03:10.7327175Z [ RUN ] OperatorsTest.TestFunctionDecltype 2022-12-01T11:03:10.7333631Z [ OK ] OperatorsTest.TestFunctionDecltype (0 ms) 2022-12-01T11:03:10.7334291Z [ RUN ] OperatorsTest.TestMethodOnlyDecltype 2022-12-01T11:03:10.7334662Z [ OK ] OperatorsTest.TestMethodOnlyDecltype (0 ms) 2022-12-01T11:03:10.7335000Z [ RUN ] OperatorsTest.Test_ATEN_FN 2022-12-01T11:03:10.7356992Z [ OK ] OperatorsTest.Test_ATEN_FN (2 ms) 2022-12-01T11:03:10.7357713Z [ RUN ] OperatorsTest.TestOutVariantIsFaithful 2022-12-01T11:03:10.7358450Z [ OK ] OperatorsTest.TestOutVariantIsFaithful (0 ms) 2022-12-01T11:03:10.7359118Z [----------] 4 tests from OperatorsTest (3 ms total) 2022-12-01T11:03:10.7359401Z 2022-12-01T11:03:10.7359680Z [----------] Global test environment tear-down 2022-12-01T11:03:10.7360142Z [==========] 4 tests from 1 test suite ran. (3 ms total) 2022-12-01T11:03:10.7360545Z [ PASSED ] 4 tests. 2022-12-01T11:03:10.7885364Z + [[ -x ./cudnn_test ]] 2022-12-01T11:03:10.7885783Z + [[ -x ./cuda_generator_test ]] 2022-12-01T11:03:10.7886202Z + [[ -x ./apply_test ]] 2022-12-01T11:03:10.7886548Z + [[ -x ./stream_test ]] 2022-12-01T11:03:10.7886885Z + [[ -x ./cuda_half_test ]] 2022-12-01T11:03:10.7887265Z + [[ -x ./cuda_vectorized_test ]] 2022-12-01T11:03:10.7887659Z + [[ -x ./cuda_distributions_test ]] 2022-12-01T11:03:10.7888014Z + [[ -x ./cuda_optional_test ]] 2022-12-01T11:03:10.7888365Z + [[ -x ./cuda_tensor_interop_test ]] 2022-12-01T11:03:10.7888748Z + [[ -x ./cuda_complex_test ]] 2022-12-01T11:03:10.7889024Z + [[ -x ./cuda_complex_math_test ]] 2022-12-01T11:03:10.7889296Z + [[ -x ./cuda_cub_test ]] 2022-12-01T11:03:10.7889751Z + [[ -x ./cuda_atomic_ops_test ]] 2022-12-01T11:03:10.7890115Z + '[' OFF == ON ']' 2022-12-01T11:03:10.7890281Z + popd 2022-12-01T11:03:10.7890451Z ~/workspace 2022-12-01T11:03:10.7890640Z + [[ -n '' ]] 2022-12-01T11:03:10.7890799Z + assert_git_not_dirty 2022-12-01T11:03:10.7891070Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-12-01T11:03:10.7891359Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-12-01T11:03:10.7893322Z ++ git status --porcelain 2022-12-01T11:03:10.8679605Z + git_status= 2022-12-01T11:03:10.8680054Z + [[ -n '' ]] 2022-12-01T11:03:10.8741365Z Prepare all required actions 2022-12-01T11:03:10.8741741Z Getting action download info 2022-12-01T11:03:11.0698666Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-12-01T11:03:11.0698875Z with: 2022-12-01T11:03:11.0699198Z github-token: *** 2022-12-01T11:03:11.0699367Z env: 2022-12-01T11:03:11.0699531Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:03:11.0699715Z ##[endgroup] 2022-12-01T11:03:11.0744825Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-12-01T11:03:11.0745065Z with: 2022-12-01T11:03:11.0745229Z shell: bash 2022-12-01T11:03:11.0745392Z timeout_minutes: 10 2022-12-01T11:03:11.0745571Z max_attempts: 5 2022-12-01T11:03:11.0745752Z retry_wait_seconds: 30 2022-12-01T11:03:11.0746122Z 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-01T11:03:11.0746532Z polling_interval_seconds: 1 2022-12-01T11:03:11.0746820Z warning_on_retry: true 2022-12-01T11:03:11.0746994Z continue_on_error: false 2022-12-01T11:03:11.0747162Z env: 2022-12-01T11:03:11.0747331Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:03:11.0747618Z GITHUB_TOKEN: *** 2022-12-01T11:03:11.0747789Z ##[endgroup] 2022-12-01T11:03:11.4256465Z 2022-12-01T11:03:11.4262167Z ##[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-01T11:03:11.4300824Z + python3 -m pip install requests==2.26.0 2022-12-01T11:03:11.7005128Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T11:03:11.7206997Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-12-01T11:03:11.7337553Z 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-01T11:03:11.7357093Z 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-01T11:03:11.7365712Z 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-01T11:03:11.7518602Z 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-01T11:03:11.9389303Z ++ python3 .github/scripts/get_workflow_job_id.py 3591403534 i-0021742cf527e3721 2022-12-01T11:03:14.3115967Z + GHA_WORKFLOW_JOB_ID=9818359679 2022-12-01T11:03:14.3116891Z + echo '::set-output name=job-id::9818359679' 2022-12-01T11:03:14.3125044Z ##[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-01T11:03:14.4310809Z Command completed after 1 attempt(s). 2022-12-01T11:03:14.4310983Z 2022-12-01T11:03:14.4312977Z ##[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-01T11:03:14.4411285Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-12-01T11:03:14.4411524Z kill "$MONITOR_SCRIPT_PID" 2022-12-01T11:03:14.4568786Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:03:14.4569015Z env: 2022-12-01T11:03:14.4569196Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:03:14.4569383Z MONITOR_SCRIPT_PID: 5194 2022-12-01T11:03:14.4569569Z ##[endgroup] 2022-12-01T11:03:14.4649087Z Prepare all required actions 2022-12-01T11:03:14.4649338Z Getting action download info 2022-12-01T11:03:14.7077344Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-12-01T11:03:14.8728038Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-12-01T11:03:14.8728268Z with: 2022-12-01T11:03:14.8728492Z file-suffix: test-dynamo-1-2-linux.2xlarge_9818359679 2022-12-01T11:03:14.8728695Z env: 2022-12-01T11:03:14.8728871Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:03:14.8729053Z ##[endgroup] 2022-12-01T11:03:14.8752252Z ##[group]Run # Remove any previous test jsons if they exist 2022-12-01T11:03:14.8752538Z # Remove any previous test jsons if they exist 2022-12-01T11:03:14.8752772Z rm -f test-jsons-*.zip 2022-12-01T11:03:14.8753018Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-12-01T11:03:14.8764367Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:03:14.8764625Z env: 2022-12-01T11:03:14.8764812Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:03:14.8765047Z FILE_SUFFIX: test-dynamo-1-2-linux.2xlarge_9818359679 2022-12-01T11:03:14.8765362Z ##[endgroup] 2022-12-01T11:03:14.8917321Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-12-01T11:03:14.8943740Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-12-01T11:03:14.8949563Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-12-01T11:03:14.8950846Z adding: test/.pytorch-slow-tests.json (deflated 76%) 2022-12-01T11:03:14.8959404Z adding: test/.pytorch-disabled-tests.json (deflated 86%) 2022-12-01T11:03:14.8980343Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T11:03:14.8980646Z # Remove any previous test reports if they exist 2022-12-01T11:03:14.8980889Z rm -f test-reports-*.zip 2022-12-01T11:03:14.8981142Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-12-01T11:03:14.8992081Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:03:14.8992304Z env: 2022-12-01T11:03:14.8992492Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:03:14.8992725Z FILE_SUFFIX: test-dynamo-1-2-linux.2xlarge_9818359679 2022-12-01T11:03:14.8992951Z ##[endgroup] 2022-12-01T11:03:14.9249485Z adding: test/test-reports/python-pytest/test_ops/test_ops-9f7dbc62933b001c.xml (deflated 96%) 2022-12-01T11:03:14.9420899Z adding: test/test-reports/python-pytest/test_ops/test_ops-83d01684da206af9.xml (deflated 96%) 2022-12-01T11:03:14.9422181Z adding: test/test-reports/python-pytest/test_ops/test_ops-61f288ad3ffc464b.xml (deflated 87%) 2022-12-01T11:03:14.9469568Z adding: test/test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRCPU-20221201102736.xml (deflated 97%) 2022-12-01T11:03:14.9479932Z adding: test/test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRSampler-20221201102736.xml (deflated 41%) 2022-12-01T11:03:14.9534663Z adding: test/test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCompressedCPU-20221201102736.xml (deflated 98%) 2022-12-01T11:03:14.9548725Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-jit.test_fuser_common.TestFuserCommon-20221201102931.xml (deflated 59%) 2022-12-01T11:03:14.9556348Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestLoopnestRandomizationCPU-20221201102931.xml (deflated 40%) 2022-12-01T11:03:14.9697214Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestNNCOpInfoCPU-20221201102931.xml (deflated 98%) 2022-12-01T11:03:14.9706795Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserDynamic-20221201102931.xml (deflated 86%) 2022-12-01T11:03:14.9722284Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserStatic-20221201102931.xml (deflated 86%) 2022-12-01T11:03:14.9751341Z adding: test/test-reports/python-unittest/test_modules/TEST-TestModuleCPU-20221201103714.xml (deflated 96%) 2022-12-01T11:03:14.9752076Z adding: test/test-reports/python-unittest/test_optim/TEST-TestDifferentiableOptimizer-20221201103943.xml (deflated 62%) 2022-12-01T11:03:14.9756070Z adding: test/test-reports/python-unittest/test_optim/TEST-TestLRScheduler-20221201103943.xml (deflated 92%) 2022-12-01T11:03:14.9758257Z adding: test/test-reports/python-unittest/test_optim/TEST-TestOptim-20221201103943.xml (deflated 92%) 2022-12-01T11:03:14.9759494Z adding: test/test-reports/python-unittest/test_optim/TEST-TestSWAUtils-20221201103943.xml (deflated 75%) 2022-12-01T11:03:14.9760471Z adding: test/test-reports/python-unittest/nn.test_pooling/TEST-TestAvgPool-20221201104059.xml (deflated 76%) 2022-12-01T11:03:14.9761410Z adding: test/test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNN-20221201104059.xml (deflated 78%) 2022-12-01T11:03:14.9762809Z adding: test/test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNNDeviceTypeCPU-20221201104059.xml (deflated 91%) 2022-12-01T11:03:14.9765190Z adding: test/test-reports/python-unittest/test_mkldnn/TEST-TestMkldnn-20221201104131.xml (deflated 87%) 2022-12-01T11:03:14.9766249Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestEnableDisableLlgaFuser-20221201104223.xml (deflated 57%) 2022-12-01T11:03:14.9767492Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestFusionPattern-20221201104223.xml (deflated 67%) 2022-12-01T11:03:14.9768450Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestModel-20221201104223.xml (deflated 73%) 2022-12-01T11:03:14.9769336Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestOp-20221201104223.xml (deflated 81%) 2022-12-01T11:03:14.9770840Z adding: test/test-reports/python-unittest/test_cpp_extensions_jit/TEST-TestCppExtensionJIT-20221201104331.xml (deflated 87%) 2022-12-01T11:03:14.9773751Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestOldViewOpsCPU-20221201104405.xml (deflated 89%) 2022-12-01T11:03:14.9776762Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestViewOpsCPU-20221201104405.xml (deflated 93%) 2022-12-01T11:03:14.9779744Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestViewOpsLAZY-20221201104405.xml (deflated 96%) 2022-12-01T11:03:14.9786051Z adding: test/test-reports/python-unittest/test_type_promotion/TEST-TestTypePromotionCPU-20221201104424.xml (deflated 96%) 2022-12-01T11:03:14.9789399Z adding: test/test-reports/python-unittest/test_spectral_ops/TEST-TestFFTCPU-20221201104449.xml (deflated 92%) 2022-12-01T11:03:14.9791694Z adding: test/test-reports/python-unittest/test_spectral_ops/TEST-TestFFTDocExamplesCPU-20221201104449.xml (deflated 88%) 2022-12-01T11:03:14.9792754Z adding: test/test-reports/python-unittest/test_decomp/TEST-DecompContiguousTestsCPU-20221201104618.xml (deflated 56%) 2022-12-01T11:03:14.9875088Z adding: test/test-reports/python-unittest/test_decomp/TEST-TestDecompCPU-20221201104618.xml (deflated 98%) 2022-12-01T11:03:14.9876118Z adding: test/test-reports/python-unittest/test_indexing/TEST-NumpyTestsCPU-20221201104631.xml (deflated 80%) 2022-12-01T11:03:14.9877894Z adding: test/test-reports/python-unittest/test_indexing/TEST-TestIndexingCPU-20221201104631.xml (deflated 86%) 2022-12-01T11:03:14.9878961Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestPythonOptimizeMode-20221201104638.xml (deflated 41%) 2022-12-01T11:03:14.9880037Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestStatelessDeprecation-20221201104638.xml (deflated 43%) 2022-12-01T11:03:14.9881104Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestStatelessFunctionalAPI-20221201104638.xml (deflated 77%) 2022-12-01T11:03:14.9882296Z adding: test/test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightFunctionalCPU-20221201104645.xml (deflated 93%) 2022-12-01T11:03:14.9883520Z adding: test/test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightHelperFunctionCPU-20221201104645.xml (deflated 79%) 2022-12-01T11:03:14.9884805Z adding: test/test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightModule-20221201104645.xml (deflated 95%) 2022-12-01T11:03:14.9889054Z adding: test/test-reports/python-unittest/test_module_init/TEST-TestModuleInitCPU-20221201104650.xml (deflated 96%) 2022-12-01T11:03:14.9890050Z adding: test/test-reports/python-unittest/test_autocast/TEST-TestAutocastCPU-20221201104659.xml (deflated 76%) 2022-12-01T11:03:14.9891039Z adding: test/test-reports/python-unittest/test_autocast/TEST-TestTorchAutocast-20221201104659.xml (deflated 42%) 2022-12-01T11:03:14.9892000Z adding: test/test-reports/python-unittest/test_pytree/TEST-TestPytree-20221201104705.xml (deflated 83%) 2022-12-01T11:03:14.9892950Z adding: test/test-reports/python-unittest/test_dynamic_shapes/TEST-TestPySymInt-20221201104711.xml (deflated 89%) 2022-12-01T11:03:14.9893907Z adding: test/test-reports/python-unittest/test_nvfuser_frontend/TEST-TestNvFuserFrontend-20221201104712.xml (deflated 83%) 2022-12-01T11:03:14.9894905Z adding: test/test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheck-20221201104716.xml (deflated 85%) 2022-12-01T11:03:14.9956279Z adding: test/test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheckModeOpInfoCPU-20221201104716.xml (deflated 97%) 2022-12-01T11:03:15.0083072Z adding: test/test-reports/python-unittest/test_unary_ufuncs/TEST-TestUnaryUfuncsCPU-20221201105323.xml (deflated 97%) 2022-12-01T11:03:15.0084054Z adding: test/test-reports/python-unittest/test_type_hints/TEST-TestTypeHints-20221201105638.xml (deflated 42%) 2022-12-01T11:03:15.0085222Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestAsArrayCPU-20221201105738.xml (deflated 95%) 2022-12-01T11:03:15.0087130Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestBufferProtocolCPU-20221201105738.xml (deflated 95%) 2022-12-01T11:03:15.0088273Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestLikeTensorCreationCPU-20221201105738.xml (deflated 75%) 2022-12-01T11:03:15.0089407Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestRandomTensorCreationCPU-20221201105738.xml (deflated 84%) 2022-12-01T11:03:15.0095127Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestTensorCreationCPU-20221201105738.xml (deflated 92%) 2022-12-01T11:03:15.0096348Z adding: test/test-reports/python-unittest/test_functional_autograd_benchmark/TEST-TestFunctionalAutogradBenchmark-20221201105851.xml (deflated 52%) 2022-12-01T11:03:15.0097399Z adding: test/test-reports/python-unittest/test_dispatch/TEST-TestDispatch-20221201105923.xml (deflated 81%) 2022-12-01T11:03:15.0098363Z adding: test/test-reports/python-unittest/test_dispatch/TEST-TestPythonDispatcher-20221201105923.xml (deflated 75%) 2022-12-01T11:03:15.0114895Z adding: test/test-reports/python-unittest/test_cpp_api_parity/TEST-TestCppApiParity-20221201105952.xml (deflated 96%) 2022-12-01T11:03:15.0116412Z adding: test/test-reports/python-unittest/test_scatter_gather_ops/TEST-TestScatterGatherCPU-20221201110016.xml (deflated 93%) 2022-12-01T11:03:15.0117664Z adding: test/test-reports/python-unittest/test_openmp/TEST-TestOpenMP_ParallelFor-20221201110022.xml (deflated 55%) 2022-12-01T11:03:15.0118652Z adding: test/test-reports/python-unittest/test_mobile_optimizer/TEST-TestOptimizer-20221201110033.xml (deflated 76%) 2022-12-01T11:03:15.0119619Z adding: test/test-reports/python-unittest/test_mkldnn_verbose/TEST-TestMKLDNNVerbose-20221201110043.xml (deflated 54%) 2022-12-01T11:03:15.0120631Z adding: test/test-reports/python-unittest/lazy.test_step_closures/TEST-ClosuresTest-20221201110050.xml (deflated 67%) 2022-12-01T11:03:15.0121564Z adding: test/test-reports/python-unittest/test_logging/TEST-LoggingTest-20221201110058.xml (deflated 44%) 2022-12-01T11:03:15.0122728Z adding: test/test-reports/python-unittest/test_cpp_extensions_open_device_registration/TEST-TestCppExtensionOpenRgistration-20221201110105.xml (deflated 61%) 2022-12-01T11:03:15.0124057Z adding: test/test-reports/python-unittest/nn.test_packed_sequence/TEST-PackedSequenceTest-20221201110110.xml (deflated 81%) 2022-12-01T11:03:15.0125066Z adding: test/test-reports/python-unittest/test_bundled_inputs/TEST-TestBundledInputs-20221201110119.xml (deflated 81%) 2022-12-01T11:03:15.0126043Z adding: test/test-reports/python-unittest/test_futures/TEST-TestFuture-20221201110125.xml (deflated 84%) 2022-12-01T11:03:15.0127048Z adding: test/test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestExprHandlePyBind-20221201110131.xml (deflated 40%) 2022-12-01T11:03:15.0128135Z adding: test/test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestTensorExprPyBind-20221201110131.xml (deflated 79%) 2022-12-01T11:03:15.0129121Z adding: test/test-reports/python-unittest/test_subclass/TEST-TestSubclass-20221201110138.xml (deflated 92%) 2022-12-01T11:03:15.0130021Z adding: test/test-reports/python-unittest/test_monitor/TEST-TestMonitor-20221201110144.xml (deflated 65%) 2022-12-01T11:03:15.0131003Z adding: test/test-reports/python-unittest/test_monitor/TEST-TestMonitorTensorboard-20221201110144.xml (deflated 42%) 2022-12-01T11:03:15.0132139Z adding: test/test-reports/python-unittest/test_function_schema/TEST-TestFunctionSchema-20221201110153.xml (deflated 82%) 2022-12-01T11:03:15.0133166Z adding: test/test-reports/python-unittest/test_multiprocessing_spawn/TEST-ErrorTest-20221201110159.xml (deflated 40%) 2022-12-01T11:03:15.0134132Z adding: test/test-reports/python-unittest/test_multiprocessing_spawn/TEST-ForkTest-20221201110159.xml (deflated 85%) 2022-12-01T11:03:15.0135125Z adding: test/test-reports/python-unittest/test_multiprocessing_spawn/TEST-SpawnTest-20221201110159.xml (deflated 87%) 2022-12-01T11:03:15.0136114Z adding: test/test-reports/python-unittest/test_dlpack/TEST-TestTorchDlPackCPU-20221201110205.xml (deflated 95%) 2022-12-01T11:03:15.0137283Z adding: test/test-reports/python-unittest/test_set_default_mobile_cpu_allocator/TEST-TestSetDefaultMobileCPUAllocator-20221201110207.xml (deflated 57%) 2022-12-01T11:03:15.0138328Z adding: test/test-reports/python-unittest/test_show_pickle/TEST-TestShowPickle-20221201110213.xml (deflated 40%) 2022-12-01T11:03:15.0139117Z adding: test/test-reports/python-unittest/test_license/TEST-TestLicense-20221201110219.xml (deflated 49%) 2022-12-01T11:03:15.0140003Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestCppExtensionAOT-20221201110233.xml (deflated 79%) 2022-12-01T11:03:15.0140792Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestORTTensor-20221201110233.xml (deflated 67%) 2022-12-01T11:03:15.0141355Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestRNGExtension-20221201110233.xml (deflated 40%) 2022-12-01T11:03:15.0141914Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestTorchLibrary-20221201110233.xml (deflated 42%) 2022-12-01T11:03:15.0142646Z adding: test/test-reports/python-unittest/test_complex/TEST-TestComplexTensorCPU-20221201110235.xml (deflated 69%) 2022-12-01T11:03:15.0143193Z adding: test/test-reports/python-unittest/test_numba_integration/TEST-TestNumbaIntegration-20221201110237.xml (deflated 75%) 2022-12-01T11:03:15.0143743Z adding: test/test-reports/python-unittest/test_vulkan/TEST-TestVulkanRewritePass-20221201110239.xml (deflated 43%) 2022-12-01T11:03:15.0162821Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T11:03:15.0163159Z # Remove any previous test reports if they exist 2022-12-01T11:03:15.0163401Z rm -f usage-log-*.zip 2022-12-01T11:03:15.0163681Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-12-01T11:03:15.0163977Z # so check to see if the file exists first 2022-12-01T11:03:15.0164193Z if [ -f 'usage_log.txt' ]; then 2022-12-01T11:03:15.0164447Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-12-01T11:03:15.0164795Z fi 2022-12-01T11:03:15.0176377Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:03:15.0176607Z env: 2022-12-01T11:03:15.0176787Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:03:15.0177023Z FILE_SUFFIX: test-dynamo-1-2-linux.2xlarge_9818359679 2022-12-01T11:03:15.0177247Z ##[endgroup] 2022-12-01T11:03:15.0456461Z adding: usage_log.txt (deflated 97%) 2022-12-01T11:03:15.0496077Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T11:03:15.0496293Z with: 2022-12-01T11:03:15.0496485Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:03:15.0496708Z retention-days: 14 2022-12-01T11:03:15.0496907Z if-no-files-found: warn 2022-12-01T11:03:15.0497094Z path: test-jsons-*.zip 2022-12-01T11:03:15.0497279Z name: artifact 2022-12-01T11:03:15.0497463Z s3-bucket: gha-artifacts 2022-12-01T11:03:15.0497642Z region: us-east-1 2022-12-01T11:03:15.0497805Z env: 2022-12-01T11:03:15.0497977Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:03:15.0498155Z ##[endgroup] 2022-12-01T11:03:15.4155274Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T11:03:15.4156201Z With the provided path, there will be 1 file uploaded 2022-12-01T11:03:15.4156802Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:03:15.4222839Z Starting upload of test-jsons-test-dynamo-1-2-linux.2xlarge_9818359679.zip 2022-12-01T11:03:15.5878311Z Finished upload of test-jsons-test-dynamo-1-2-linux.2xlarge_9818359679.zip 2022-12-01T11:03:15.6039134Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T11:03:15.6039349Z with: 2022-12-01T11:03:15.6039554Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:03:15.6039759Z retention-days: 14 2022-12-01T11:03:15.6039951Z if-no-files-found: error 2022-12-01T11:03:15.6040154Z path: test-reports-*.zip 2022-12-01T11:03:15.6040328Z name: artifact 2022-12-01T11:03:15.6040510Z s3-bucket: gha-artifacts 2022-12-01T11:03:15.6040696Z region: us-east-1 2022-12-01T11:03:15.6040846Z env: 2022-12-01T11:03:15.6041024Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:03:15.6041205Z ##[endgroup] 2022-12-01T11:03:15.9367196Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T11:03:15.9367646Z With the provided path, there will be 1 file uploaded 2022-12-01T11:03:15.9367912Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:03:15.9374991Z Starting upload of test-reports-test-dynamo-1-2-linux.2xlarge_9818359679.zip 2022-12-01T11:03:16.0805810Z Finished upload of test-reports-test-dynamo-1-2-linux.2xlarge_9818359679.zip 2022-12-01T11:03:16.0941928Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T11:03:16.0942149Z with: 2022-12-01T11:03:16.0942340Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:03:16.0942559Z retention-days: 14 2022-12-01T11:03:16.0942754Z if-no-files-found: ignore 2022-12-01T11:03:16.0942942Z path: usage-log-*.zip 2022-12-01T11:03:16.0943123Z name: artifact 2022-12-01T11:03:16.0943306Z s3-bucket: gha-artifacts 2022-12-01T11:03:16.0943490Z region: us-east-1 2022-12-01T11:03:16.0943654Z env: 2022-12-01T11:03:16.0943891Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:03:16.0944119Z ##[endgroup] 2022-12-01T11:03:16.4299467Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T11:03:16.4299916Z With the provided path, there will be 1 file uploaded 2022-12-01T11:03:16.4300415Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:03:16.4307068Z Starting upload of usage-log-test-dynamo-1-2-linux.2xlarge_9818359679.zip 2022-12-01T11:03:16.5251134Z Finished upload of usage-log-test-dynamo-1-2-linux.2xlarge_9818359679.zip 2022-12-01T11:03:16.5390527Z ##[group]Run set -x 2022-12-01T11:03:16.5390725Z set -x 2022-12-01T11:03:16.5390933Z python3 -m pip install -r requirements.txt 2022-12-01T11:03:16.5391179Z python3 -m pip install boto3==1.19.12 2022-12-01T11:03:16.5391470Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T11:03:16.5402857Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:03:16.5403064Z env: 2022-12-01T11:03:16.5403247Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:03:16.5403450Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T11:03:16.5403630Z BRANCH: pull/89997 2022-12-01T11:03:16.5403812Z TEST_CONFIG: dynamo 2022-12-01T11:03:16.5403988Z SHARD_NUMBER: 1 2022-12-01T11:03:16.5404193Z BUILD_ENVIRONMENT: linux-bionic-py3.7-clang9 2022-12-01T11:03:16.5404410Z PR_NUMBER: 89997 2022-12-01T11:03:16.5404596Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T11:03:16.5404793Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T11:03:16.5405055Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T11:03:16.5405255Z TAG: 2022-12-01T11:03:16.5405407Z WORKFLOW_ID: 3591403534 2022-12-01T11:03:16.5405729Z GITHUB_TOKEN: *** 2022-12-01T11:03:16.5405919Z GHA_WORKFLOW_JOB_ID: 9818359679 2022-12-01T11:03:16.5406092Z ##[endgroup] 2022-12-01T11:03:16.5430206Z + python3 -m pip install -r requirements.txt 2022-12-01T11:03:16.7553292Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T11:03:16.7816149Z 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-01T11:03:16.7841885Z 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-01T11:03:16.7849841Z 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-01T11:03:16.7859363Z 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-01T11:03:16.8228030Z 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-01T11:03:16.8237471Z 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-01T11:03:16.8315222Z Requirement already satisfied: pyyaml in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 8)) (6.0) 2022-12-01T11:03:16.8323187Z 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-01T11:03:16.8537712Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-12-01T11:03:16.8704296Z 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-01T11:03:16.8712449Z 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-01T11:03:16.8718228Z 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-01T11:03:16.8727789Z 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-01T11:03:16.8746979Z 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-01T11:03:16.8764617Z 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-01T11:03:16.8774443Z 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-01T11:03:16.9022346Z 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-01T11:03:16.9040713Z 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-01T11:03:16.9192828Z 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-01T11:03:16.9204780Z 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-01T11:03:16.9222670Z 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-01T11:03:16.9230660Z 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-01T11:03:17.0077931Z + python3 -m pip install boto3==1.19.12 2022-12-01T11:03:17.2136737Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T11:03:17.2313922Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.7/site-packages (1.19.12) 2022-12-01T11:03:17.2361922Z 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-01T11:03:17.2387522Z 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-01T11:03:17.2435331Z 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-01T11:03:17.2447779Z 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-01T11:03:17.2466805Z 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-01T11:03:17.2617210Z 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-01T11:03:17.4400968Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T11:03:58.2898286Z [scribe] Scribe access token not provided, sending report via boto3... 2022-12-01T11:03:58.2899559Z ERROR ENCOUNTERED WHEN UPLOADING TO SCRIBE: {"errorMessage": "HTTP Error 500: Internal Server Error", "errorType": "HTTPError", "stackTrace": [" File \"/var/task/lambda_function.py\", line 57, in lambda_handler\n return urlopen(req, data=json.dumps(data).encode()).read()\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 222, in urlopen\n return opener.open(url, data, timeout)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 531, in open\n response = meth(req, response)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 640, in http_response\n response = self.parent.error(\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 569, in error\n return self._call_chain(*args)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 502, in _call_chain\n result = func(*args)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 649, in http_error_default\n raise HTTPError(req.full_url, code, msg, hdrs, fp)\n"]} 2022-12-01T11:03:58.2900674Z 2022-12-01T11:03:58.2901155Z ----- Historic stats comparison result ------ 2022-12-01T11:03:58.2901481Z 2022-12-01T11:03:58.2901926Z job: linux-bionic-py3.7-clang9 2022-12-01T11:03:58.2902196Z commit: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T11:03:58.2902364Z 2022-12-01T11:03:58.2902516Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-12-01T11:03:58.2902697Z 2022-12-01T11:03:58.2902768Z : (master) 2022-12-01T11:03:58.2902929Z | 2022-12-01T11:03:58.2903114Z | * c13d400bff (HEAD) total time 4177.91s 2022-12-01T11:03:58.2903317Z | | 2022-12-01T11:03:58.2903475Z | : (59 commits) 2022-12-01T11:03:58.2903625Z |/ 2022-12-01T11:03:58.2903925Z * 67eb2d5952 (base) 16 reports, total time 4344.22s ± 602.80s 2022-12-01T11:03:58.2904248Z * 1c5ca724f4 8 reports, total time 4368.61s ± 616.59s 2022-12-01T11:03:58.2904552Z * 9d6109c4b0 8 reports, total time 4383.64s ± 695.73s 2022-12-01T11:03:58.2904879Z * 736adc0808 8 reports, total time 4306.63s ± 637.14s 2022-12-01T11:03:58.2905191Z * a348975e00 8 reports, total time 4289.15s ± 623.87s 2022-12-01T11:03:58.2905487Z * db13049b88 8 reports, total time 4387.24s ± 674.56s 2022-12-01T11:03:58.2905799Z * d07b85393a 8 reports, total time 4300.86s ± 637.56s 2022-12-01T11:03:58.2906117Z * ac25c210e5 8 reports, total time 4257.12s ± 662.22s 2022-12-01T11:03:58.2906423Z * 2355b6256b 8 reports, total time 4350.11s ± 742.08s 2022-12-01T11:03:58.2906882Z * 4f95f7ae9b 8 reports, total time 4359.00s ± 715.95s 2022-12-01T11:03:58.2907083Z | 2022-12-01T11:03:58.2907234Z : 2022-12-01T11:03:58.2907312Z 2022-12-01T11:03:58.2907432Z Removed (across 646 suites) 0 tests, totaling 0.00s 2022-12-01T11:03:58.2907693Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-12-01T11:03:58.2907952Z Added (across 93 suites) 65733 tests, totaling +4177.91s 2022-12-01T11:03:58.4118082Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2022-12-01T11:03:58.4118317Z with: 2022-12-01T11:03:58.4118473Z env: 2022-12-01T11:03:58.4118648Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:03:58.4118822Z ##[endgroup] 2022-12-01T11:03:58.4133882Z ##[group]Run set -eou pipefail 2022-12-01T11:03:58.4134106Z set -eou pipefail 2022-12-01T11:03:58.4134288Z  2022-12-01T11:03:58.4134523Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-12-01T11:03:58.4134777Z for _ in $(seq 1440); do 2022-12-01T11:03:58.4134998Z  # Break if no ssh session exists anymore 2022-12-01T11:03:58.4135212Z  if [ "$(who)" = "" ]; then 2022-12-01T11:03:58.4135380Z  break 2022-12-01T11:03:58.4135545Z  fi 2022-12-01T11:03:58.4135710Z  echo "." 2022-12-01T11:03:58.4135871Z  sleep 5 2022-12-01T11:03:58.4136037Z done 2022-12-01T11:03:58.4147181Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:03:58.4147387Z env: 2022-12-01T11:03:58.4147568Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:03:58.4147757Z ##[endgroup] 2022-12-01T11:03:58.4172558Z Holding runner for 2 hours until all ssh sessions have logged out 2022-12-01T11:03:58.4280416Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T11:03:58.4280729Z # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T11:03:58.4280980Z # shellcheck disable=SC2046 2022-12-01T11:03:58.4281217Z docker stop $(docker ps -q) || true 2022-12-01T11:03:58.4281430Z # Prune all of the docker images 2022-12-01T11:03:58.4281646Z docker system prune -af 2022-12-01T11:03:58.4291844Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:03:58.4292047Z env: 2022-12-01T11:03:58.4292222Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:03:58.4292414Z ##[endgroup] 2022-12-01T11:03:58.8300110Z df0a6333ffc1 2022-12-01T11:04:00.1055955Z Deleted Containers: 2022-12-01T11:04:00.1056437Z df0a6333ffc1c0dac58628ce394508dcc8c22a437e8c99337ebf6e58e7ed4eab 2022-12-01T11:04:00.1056628Z 2022-12-01T11:04:09.4631394Z Deleted Images: 2022-12-01T11:04:09.4632229Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T11:04:09.4633404Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9@sha256:922efd3e5de9c9bb7c8bbf26292cfc402e4fe496007343b3cdeaa900d9eba7e5 2022-12-01T11:04:09.4634078Z deleted: sha256:79a24f7e31ea76d2ddb469f649fa8ec153a9d95b2910eec865272f9fe1492257 2022-12-01T11:04:09.4634424Z deleted: sha256:c1d569b3b7aecb26b66d2051263ba61aa46d8254055f1adf855c83dbb4f8177e 2022-12-01T11:04:09.4634764Z deleted: sha256:b8d1f473f6b1a07bef17d41165749de9fb5f8e8395202d332380a5b0fd997c19 2022-12-01T11:04:09.4635101Z deleted: sha256:a5cb4f755e86e80ca35205044b67fa63e5ac77b04cfc8348f771ceb9436c387e 2022-12-01T11:04:09.4635624Z deleted: sha256:73294294aa551e90351c3f45afd3d2e7e5e835f2b89c4f4a54c0aa134927ef42 2022-12-01T11:04:09.4636106Z deleted: sha256:34e926883150ec25ea7c9fed4cf7134ed64ed3aded69be083ab67cd3d1fe3b22 2022-12-01T11:04:09.4636967Z deleted: sha256:9395b567cb7b0287051b1d4451ebdde9d49f7727c3542af86e069716aa8b54bd 2022-12-01T11:04:09.4637452Z deleted: sha256:f9b817c00a1eb2074cdc73be7036aa71903b9dd31b070ed1a8fd3bc83fe1f1c3 2022-12-01T11:04:09.4637899Z deleted: sha256:5f5263c972513f67380da1bb4742be6dfb0b94d6d13aae0dc4d92ee49982623d 2022-12-01T11:04:09.4639763Z deleted: sha256:e20f49fc9f7135cc00b1f14769005c0130d254bd77d6b45c4ffd82092970a61d 2022-12-01T11:04:09.4640284Z deleted: sha256:98bb35f2f25e123f8755850a597499d23d3bf69ebbd0550a2c63477230be9ad1 2022-12-01T11:04:09.4640823Z deleted: sha256:38bc8e029ea774f88f232199b0dc38de373eac8b8520cf79887770480a568f12 2022-12-01T11:04:09.4641186Z deleted: sha256:0c9d68da477ec4c1c4f820d38da29f670a13f302a786b658b8aa0bf19b4e74b9 2022-12-01T11:04:09.4641629Z deleted: sha256:de8381314e3c72a427c188391df2123b817e95cee6f9f23d305b339ac9146f32 2022-12-01T11:04:09.4641944Z deleted: sha256:db0c2f0622bb771b624fec24e3e6b5f5f8bab84856c9d9051b86ee05cc076a80 2022-12-01T11:04:09.4642288Z deleted: sha256:ff884857a18ee01e3feccefb595b4dd622234c596629ba5daf3b62c9d50300fa 2022-12-01T11:04:09.4642622Z deleted: sha256:b765a86d0d36e58eacff6a38035b439ed07f4da10883e6e493eccfcd6ead6d48 2022-12-01T11:04:09.4642965Z deleted: sha256:2aab29bd8781d5d23cebf9dbf11cc74f867446211f347d20dfb0b32fc00d9cd3 2022-12-01T11:04:09.4643294Z deleted: sha256:50daa08a8d7f4c2083950c4b15b8da1e93490cdb0c734ef4ee9c8f23291a7adc 2022-12-01T11:04:09.4643629Z deleted: sha256:1b368af574c7caffa7731ac85cf239cd9a14b139e0d6c1e0fc5e71d50dc4d344 2022-12-01T11:04:09.4643945Z deleted: sha256:4206e3489e5b3632c718576fff1e400372c840fd417039cea9e944b75497bf08 2022-12-01T11:04:09.4644231Z deleted: sha256:f784048f6bd235ddf4001431cf88df9675417b4e5f832f209fd973186ac7ffb8 2022-12-01T11:04:09.4644539Z deleted: sha256:d6767ca63dc41041eba27401089df893b90b9841424a897644ec78f085f0d40d 2022-12-01T11:04:09.4644948Z deleted: sha256:3218be89574e96f52f2aea4029e604aff3e2795320a252319712b12522bc7229 2022-12-01T11:04:09.4645459Z deleted: sha256:954f56c0d913b9c5becd97962377d7f0f215a31513f9a8469ea5d7f0caff0ebc 2022-12-01T11:04:09.4645962Z deleted: sha256:3f6cd1c07e1e1acc188167f8a8346baa43629131598d32c25e88b16c68cde384 2022-12-01T11:04:09.4646596Z deleted: sha256:30b8e6ee746b07a34fd5b2abeecda5c213f061608c44cb99699a7b793bd3be06 2022-12-01T11:04:09.4646985Z deleted: sha256:3fac8601bb971ee954e5207c26cd9a525d824d199936d3067f496b104221ab8a 2022-12-01T11:04:09.4647300Z deleted: sha256:dce0e4b15443704b78e12423c9d06617816593efe7456cf6ebbf1c7f7195feb8 2022-12-01T11:04:09.4647595Z deleted: sha256:8826855eef42ed86a5f5314bf9091142c896deb6b5ce84a5b18e01449485add7 2022-12-01T11:04:09.4647909Z deleted: sha256:b1b20323ce7a57c1b0bb7df881729d2097da70333c4d75280cf16c5389524eee 2022-12-01T11:04:09.4648248Z deleted: sha256:3a2a0641bbe358dc4c43721ae2d1fcbced6f27bb21aaabb04b6c48cecd650264 2022-12-01T11:04:09.4648584Z deleted: sha256:c7d16d72c5135cbfe8a095ea4b22bf302e588c2f8cbfb62652b6bfb5bc9cb89d 2022-12-01T11:04:09.4648917Z deleted: sha256:53d60ffb16275ba27ed95350c9dc8d3a12435b79d7cdc607e5bba1cf55d033b3 2022-12-01T11:04:09.4649242Z deleted: sha256:4c8e1046b14da7434bbd85a3efb84aed4f77d58448a8eb954f912ea7439b8398 2022-12-01T11:04:09.4649572Z deleted: sha256:2e6d07ac4b56ac9f969c192fbc6a733ef64b3d61a919f6035d7a88a1032825f9 2022-12-01T11:04:09.4649904Z deleted: sha256:aaa58be2bca6711fbdee68a82fccc8d2a857adf01cbff301de48b134d1a1c53c 2022-12-01T11:04:09.4650245Z deleted: sha256:90ad95c0244327c7d331dc6683f09a8edb0f0d8fbd168d74b5bb87753632d940 2022-12-01T11:04:09.4650718Z deleted: sha256:bd2551cd8fb15cddac03cf796de0f4dc50a18d4452b3010aec6e7b050fab0763 2022-12-01T11:04:09.4651053Z deleted: sha256:19e5912baecc223a7ff2bae2ba2f39cfa0807a55d70dbfe58ec8b1912fab0188 2022-12-01T11:04:09.4651390Z deleted: sha256:05484cdf1d2861150ef4aaf43fbf559ca34cabbb13968426a5abef11ab23d1bd 2022-12-01T11:04:09.4651711Z deleted: sha256:3556ba7424916f2c82acd7176796afd41ac6cb681708afbb270b9600f9fcb391 2022-12-01T11:04:09.4652025Z deleted: sha256:58bb967b9a729ff18f0a86ea843576bbb52aa19f2c41f694968b5cd715a8fbfe 2022-12-01T11:04:09.4652337Z deleted: sha256:59da41a45f6ebe58e9f3c2fe43045ca9b2d38e6da1f1c9e4390661120e5cee87 2022-12-01T11:04:09.4652653Z deleted: sha256:5169db1033603d85faa2082fb4b3403266667e3cad6011b4225c1a6c70bd22b6 2022-12-01T11:04:09.4652974Z deleted: sha256:102f3bcf5fc3d2c8828eef77f76f6df15e689786e47e32ddf4fb9c66f2cb2244 2022-12-01T11:04:09.4653367Z deleted: sha256:b6710aa3fc59b7c040affd08cd1c8f830f798640d0e74c1a6d22aac7bde5457b 2022-12-01T11:04:09.4653695Z deleted: sha256:1dbdb809e34385f466c8c07b42b579c3a1a37328e9784711935767c2c22ad45b 2022-12-01T11:04:09.4654018Z deleted: sha256:65dcce4b17a2e2d1505d7e43d0e01c177e181edeb26eae0939dfa1b2a1bba436 2022-12-01T11:04:09.4654362Z deleted: sha256:ed29ce5a82fc41f80d7102a811caf8edb4b603e341dc93abeab20be416a24b82 2022-12-01T11:04:09.4654729Z deleted: sha256:eb96cee48d24538d27fcc550215a1504b81adb9f00c47440903d3d31d1e67af7 2022-12-01T11:04:09.4655085Z deleted: sha256:68760763eeef0724af8299c9deb7d9de30e499f135c7b3f0895a7029413293cc 2022-12-01T11:04:09.4655437Z deleted: sha256:246fc786d598762a4ca4f0e6f928ee5e302c5f13c6d54479f7a2490b7fb38399 2022-12-01T11:04:09.4655741Z deleted: sha256:0e6324cf2caf938f920029d04ca7be2a1d8e92c45b96d06fbe181804d5ef4753 2022-12-01T11:04:09.4656063Z deleted: sha256:e81d92d13eb3796fa8fd81c39ace9912298626127c1bd7474e33996ae722551b 2022-12-01T11:04:09.4656385Z deleted: sha256:a87447cf297ce78b3862b5f06f0d0cecf33d7942e9e7961af6d6c7d33810e207 2022-12-01T11:04:09.4656702Z deleted: sha256:62b622b3c836ed8412284519a95af3f142ac092907fc500bfc0d151f5aefbc71 2022-12-01T11:04:09.4656998Z deleted: sha256:7483f6f6a6b20181363d9d7a18bbdda1456076546c6ade3743e11aa88bc0b4df 2022-12-01T11:04:09.4657314Z deleted: sha256:5c11a32947ebcca61a6b4ecf994f9500945bcc2de9260e1c54a6965b28815199 2022-12-01T11:04:09.4657640Z deleted: sha256:06de1668ed6941daa526133c98f207de07d8389bffe0b408bfe66d1a92347170 2022-12-01T11:04:09.4657936Z deleted: sha256:4a641e21953d4161b38a01933802b61ad314880fc6a93e8667dd210846fe7071 2022-12-01T11:04:09.4658096Z 2022-12-01T11:04:09.4662253Z Total reclaimed space: 10.42GB 2022-12-01T11:04:09.4796704Z Post job cleanup. 2022-12-01T11:04:09.4871151Z Post job cleanup. 2022-12-01T11:04:09.5963151Z [command]/usr/bin/git version 2022-12-01T11:04:09.6015214Z git version 2.37.1 2022-12-01T11:04:09.6052816Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/2684f081-568c-4a3f-9c6e-239166f9795b' before making global git config changes 2022-12-01T11:04:09.6053328Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T11:04:09.6057347Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T11:04:09.6104596Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T11:04:09.6134352Z [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-01T11:04:09.6518538Z Entering 'android/libs/fbjni' 2022-12-01T11:04:09.6568163Z Entering 'third_party/FP16' 2022-12-01T11:04:09.6609735Z Entering 'third_party/FXdiv' 2022-12-01T11:04:09.6661043Z Entering 'third_party/NNPACK' 2022-12-01T11:04:09.6708136Z Entering 'third_party/QNNPACK' 2022-12-01T11:04:09.6762427Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T11:04:09.6795426Z Entering 'third_party/XNNPACK' 2022-12-01T11:04:09.6898567Z Entering 'third_party/benchmark' 2022-12-01T11:04:09.6945045Z Entering 'third_party/cpuinfo' 2022-12-01T11:04:09.6997937Z Entering 'third_party/cub' 2022-12-01T11:04:09.7045781Z Entering 'third_party/cudnn_frontend' 2022-12-01T11:04:09.7084994Z Entering 'third_party/cutlass' 2022-12-01T11:04:09.7125642Z Entering 'third_party/eigen' 2022-12-01T11:04:09.7183606Z Entering 'third_party/fbgemm' 2022-12-01T11:04:09.7266367Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T11:04:09.7335088Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T11:04:09.7394115Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T11:04:09.7460296Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T11:04:09.7504615Z Entering 'third_party/flatbuffers' 2022-12-01T11:04:09.7541379Z Entering 'third_party/fmt' 2022-12-01T11:04:09.7588850Z Entering 'third_party/foxi' 2022-12-01T11:04:09.7630266Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T11:04:09.7677988Z Entering 'third_party/gloo' 2022-12-01T11:04:09.7727045Z Entering 'third_party/googletest' 2022-12-01T11:04:09.7777756Z Entering 'third_party/ideep' 2022-12-01T11:04:09.7867763Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T11:04:09.7980229Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T11:04:09.8050469Z Entering 'third_party/ios-cmake' 2022-12-01T11:04:09.8091274Z Entering 'third_party/ittapi' 2022-12-01T11:04:09.8124480Z Entering 'third_party/kineto' 2022-12-01T11:04:09.8157862Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T11:04:09.8190557Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T11:04:09.8224554Z Entering 'third_party/nccl/nccl' 2022-12-01T11:04:09.8279403Z Entering 'third_party/neon2sse' 2022-12-01T11:04:09.8320408Z Entering 'third_party/nlohmann' 2022-12-01T11:04:09.8354451Z Entering 'third_party/onnx' 2022-12-01T11:04:09.8568085Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T11:04:09.8651261Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T11:04:09.8708687Z Entering 'third_party/onnx-tensorrt' 2022-12-01T11:04:09.8850527Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T11:04:09.9003838Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T11:04:09.9116379Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T11:04:09.9235241Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T11:04:09.9282097Z Entering 'third_party/pocketfft' 2022-12-01T11:04:09.9315466Z Entering 'third_party/protobuf' 2022-12-01T11:04:09.9425908Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T11:04:09.9491117Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T11:04:09.9547510Z Entering 'third_party/psimd' 2022-12-01T11:04:09.9594168Z Entering 'third_party/pthreadpool' 2022-12-01T11:04:09.9643789Z Entering 'third_party/pybind11' 2022-12-01T11:04:09.9690670Z Entering 'third_party/python-enum' 2022-12-01T11:04:09.9733517Z Entering 'third_party/python-peachpy' 2022-12-01T11:04:09.9786370Z Entering 'third_party/python-six' 2022-12-01T11:04:09.9828410Z Entering 'third_party/sleef' 2022-12-01T11:04:09.9875052Z Entering 'third_party/tbb' 2022-12-01T11:04:09.9911049Z Entering 'third_party/tensorpipe' 2022-12-01T11:04:09.9983166Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T11:04:10.0042581Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T11:04:10.0105195Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T11:04:10.0169124Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T11:04:10.0238305Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T11:04:10.0286012Z Entering 'third_party/zstd' 2022-12-01T11:04:10.0346532Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T11:04:10.0372190Z http.https://github.com/.extraheader 2022-12-01T11:04:10.0379472Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-12-01T11:04:10.0410400Z [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-01T11:04:10.0664335Z Entering 'android/libs/fbjni' 2022-12-01T11:04:10.0683476Z http.https://github.com/.extraheader 2022-12-01T11:04:10.0709475Z Entering 'third_party/FP16' 2022-12-01T11:04:10.0729578Z http.https://github.com/.extraheader 2022-12-01T11:04:10.0754854Z Entering 'third_party/FXdiv' 2022-12-01T11:04:10.0775571Z http.https://github.com/.extraheader 2022-12-01T11:04:10.0801132Z Entering 'third_party/NNPACK' 2022-12-01T11:04:10.0820272Z http.https://github.com/.extraheader 2022-12-01T11:04:10.0846854Z Entering 'third_party/QNNPACK' 2022-12-01T11:04:10.0866320Z http.https://github.com/.extraheader 2022-12-01T11:04:10.0893418Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T11:04:10.0914061Z http.https://github.com/.extraheader 2022-12-01T11:04:10.0940229Z Entering 'third_party/XNNPACK' 2022-12-01T11:04:10.0960579Z http.https://github.com/.extraheader 2022-12-01T11:04:10.1012707Z Entering 'third_party/benchmark' 2022-12-01T11:04:10.1032572Z http.https://github.com/.extraheader 2022-12-01T11:04:10.1058397Z Entering 'third_party/cpuinfo' 2022-12-01T11:04:10.1080022Z http.https://github.com/.extraheader 2022-12-01T11:04:10.1105960Z Entering 'third_party/cub' 2022-12-01T11:04:10.1126368Z http.https://github.com/.extraheader 2022-12-01T11:04:10.1151827Z Entering 'third_party/cudnn_frontend' 2022-12-01T11:04:10.1171602Z http.https://github.com/.extraheader 2022-12-01T11:04:10.1202671Z Entering 'third_party/cutlass' 2022-12-01T11:04:10.1222425Z http.https://github.com/.extraheader 2022-12-01T11:04:10.1254688Z Entering 'third_party/eigen' 2022-12-01T11:04:10.1273872Z http.https://github.com/.extraheader 2022-12-01T11:04:10.1302594Z Entering 'third_party/fbgemm' 2022-12-01T11:04:10.1323299Z http.https://github.com/.extraheader 2022-12-01T11:04:10.1349431Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T11:04:10.1368755Z http.https://github.com/.extraheader 2022-12-01T11:04:10.1394240Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T11:04:10.1413932Z http.https://github.com/.extraheader 2022-12-01T11:04:10.1440967Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T11:04:10.1460027Z http.https://github.com/.extraheader 2022-12-01T11:04:10.1486423Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T11:04:10.1505658Z http.https://github.com/.extraheader 2022-12-01T11:04:10.1533014Z Entering 'third_party/flatbuffers' 2022-12-01T11:04:10.1552722Z http.https://github.com/.extraheader 2022-12-01T11:04:10.1581449Z Entering 'third_party/fmt' 2022-12-01T11:04:10.1602570Z http.https://github.com/.extraheader 2022-12-01T11:04:10.1629047Z Entering 'third_party/foxi' 2022-12-01T11:04:10.1649446Z http.https://github.com/.extraheader 2022-12-01T11:04:10.1675442Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T11:04:10.1695790Z http.https://github.com/.extraheader 2022-12-01T11:04:10.1722663Z Entering 'third_party/gloo' 2022-12-01T11:04:10.1742986Z http.https://github.com/.extraheader 2022-12-01T11:04:10.1768563Z Entering 'third_party/googletest' 2022-12-01T11:04:10.1788736Z http.https://github.com/.extraheader 2022-12-01T11:04:10.1814701Z Entering 'third_party/ideep' 2022-12-01T11:04:10.1834822Z http.https://github.com/.extraheader 2022-12-01T11:04:10.1862022Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T11:04:10.1881680Z http.https://github.com/.extraheader 2022-12-01T11:04:10.1910128Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T11:04:10.1929740Z http.https://github.com/.extraheader 2022-12-01T11:04:10.1963906Z Entering 'third_party/ios-cmake' 2022-12-01T11:04:10.1984595Z http.https://github.com/.extraheader 2022-12-01T11:04:10.2010547Z Entering 'third_party/ittapi' 2022-12-01T11:04:10.2030819Z http.https://github.com/.extraheader 2022-12-01T11:04:10.2056952Z Entering 'third_party/kineto' 2022-12-01T11:04:10.2077037Z http.https://github.com/.extraheader 2022-12-01T11:04:10.2103422Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T11:04:10.2123589Z http.https://github.com/.extraheader 2022-12-01T11:04:10.2149908Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T11:04:10.2171016Z http.https://github.com/.extraheader 2022-12-01T11:04:10.2199041Z Entering 'third_party/nccl/nccl' 2022-12-01T11:04:10.2218495Z http.https://github.com/.extraheader 2022-12-01T11:04:10.2245573Z Entering 'third_party/neon2sse' 2022-12-01T11:04:10.2266108Z http.https://github.com/.extraheader 2022-12-01T11:04:10.2292638Z Entering 'third_party/nlohmann' 2022-12-01T11:04:10.2313159Z http.https://github.com/.extraheader 2022-12-01T11:04:10.2342908Z Entering 'third_party/onnx' 2022-12-01T11:04:10.2363541Z http.https://github.com/.extraheader 2022-12-01T11:04:10.2402753Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T11:04:10.2423095Z http.https://github.com/.extraheader 2022-12-01T11:04:10.2449975Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T11:04:10.2469590Z http.https://github.com/.extraheader 2022-12-01T11:04:10.2497661Z Entering 'third_party/onnx-tensorrt' 2022-12-01T11:04:10.2518662Z http.https://github.com/.extraheader 2022-12-01T11:04:10.2544676Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T11:04:10.2564216Z http.https://github.com/.extraheader 2022-12-01T11:04:10.2595995Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T11:04:10.2616078Z http.https://github.com/.extraheader 2022-12-01T11:04:10.2643167Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T11:04:10.2662568Z http.https://github.com/.extraheader 2022-12-01T11:04:10.2688754Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T11:04:10.2708322Z http.https://github.com/.extraheader 2022-12-01T11:04:10.2740120Z Entering 'third_party/pocketfft' 2022-12-01T11:04:10.2760890Z http.https://github.com/.extraheader 2022-12-01T11:04:10.2787042Z Entering 'third_party/protobuf' 2022-12-01T11:04:10.2807241Z http.https://github.com/.extraheader 2022-12-01T11:04:10.2836326Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T11:04:10.2856350Z http.https://github.com/.extraheader 2022-12-01T11:04:10.2883108Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T11:04:10.2902434Z http.https://github.com/.extraheader 2022-12-01T11:04:10.2931358Z Entering 'third_party/psimd' 2022-12-01T11:04:10.2951483Z http.https://github.com/.extraheader 2022-12-01T11:04:10.2978254Z Entering 'third_party/pthreadpool' 2022-12-01T11:04:10.2999177Z http.https://github.com/.extraheader 2022-12-01T11:04:10.3025192Z Entering 'third_party/pybind11' 2022-12-01T11:04:10.3045496Z http.https://github.com/.extraheader 2022-12-01T11:04:10.3072094Z Entering 'third_party/python-enum' 2022-12-01T11:04:10.3093023Z http.https://github.com/.extraheader 2022-12-01T11:04:10.3119317Z Entering 'third_party/python-peachpy' 2022-12-01T11:04:10.3138988Z http.https://github.com/.extraheader 2022-12-01T11:04:10.3165539Z Entering 'third_party/python-six' 2022-12-01T11:04:10.3184515Z http.https://github.com/.extraheader 2022-12-01T11:04:10.3215246Z Entering 'third_party/sleef' 2022-12-01T11:04:10.3234645Z http.https://github.com/.extraheader 2022-12-01T11:04:10.3260697Z Entering 'third_party/tbb' 2022-12-01T11:04:10.3280796Z http.https://github.com/.extraheader 2022-12-01T11:04:10.3308710Z Entering 'third_party/tensorpipe' 2022-12-01T11:04:10.3329242Z http.https://github.com/.extraheader 2022-12-01T11:04:10.3355224Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T11:04:10.3374045Z http.https://github.com/.extraheader 2022-12-01T11:04:10.3400712Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T11:04:10.3419554Z http.https://github.com/.extraheader 2022-12-01T11:04:10.3444849Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T11:04:10.3463946Z http.https://github.com/.extraheader 2022-12-01T11:04:10.3489130Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T11:04:10.3507934Z http.https://github.com/.extraheader 2022-12-01T11:04:10.3533753Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T11:04:10.3553184Z http.https://github.com/.extraheader 2022-12-01T11:04:10.3580981Z Entering 'third_party/zstd' 2022-12-01T11:04:10.3600920Z http.https://github.com/.extraheader 2022-12-01T11:04:10.3831767Z Cleaning up orphan processes